Skip to content

Commit f5c235a

Browse files
authored
Merge pull request #36949 from dotnet/release/9.0
[release/9.0-staging] Merge release/9.0 to release/9.0-staging
2 parents f686ae5 + 76a6504 commit f5c235a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
</Dependency>
6868
</ProductDependencies>
6969
<ToolsetDependencies>
70-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25462.4">
70+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25503.3">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92</Sha>
72+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25462.4">
74+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25503.3">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92</Sha>
76+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25462.4">
78+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25503.3">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92</Sha>
80+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
8181
</Dependency>
8282
</ToolsetDependencies>
8383
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Label="Version settings">
3-
<VersionPrefix>9.0.10</VersionPrefix>
3+
<VersionPrefix>9.0.11</VersionPrefix>
44
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
55
<PreReleaseVersionIteration>
66
</PreReleaseVersionIteration>
@@ -34,7 +34,7 @@
3434
<SystemFormatsAsn1Version>9.0.9</SystemFormatsAsn1Version>
3535
</PropertyGroup>
3636
<PropertyGroup Label="Dependencies from dotnet/arcade">
37-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25462.4</MicrosoftDotNetBuildTasksTemplatingVersion>
37+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksTemplatingVersion>
3838
</PropertyGroup>
3939
<PropertyGroup Label="Other dependencies">
4040
<MicrosoftBuildFrameworkVersion>17.8.3</MicrosoftBuildFrameworkVersion>

eng/common/post-build/nuget-verification.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[CmdletBinding(PositionalBinding = $false)]
3131
param(
3232
[string]$NuGetExePath,
33-
[string]$PackageSource = "https://api.nuget.org/v3/index.json",
33+
[string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
3434
[string]$DownloadPath,
3535
[Parameter(ValueFromRemainingArguments = $true)]
3636
[string[]]$args

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4",
17-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25462.4"
16+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
17+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25503.3"
1818
}
1919
}

0 commit comments

Comments
 (0)