Skip to content

Commit 360eff1

Browse files
authored
Rebootstrap SB SDK/artifacts (#18763)
1 parent 34940c0 commit 360eff1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/SourceBuild/content/eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24102.4">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24114.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
8+
<Sha>d5b02a4900c4d521cb48b8f0d7e3f28175268f7c</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

src/SourceBuild/content/eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts
2323
are not necessary, and this property is removed from the file.
2424
-->
25-
<PrivateSourceBuiltSdkVersion>9.0.100-preview.2.24104.1</PrivateSourceBuiltSdkVersion>
26-
<PrivateSourceBuiltArtifactsVersion>9.0.100-preview.2.24104.1</PrivateSourceBuiltArtifactsVersion>
25+
<PrivateSourceBuiltSdkVersion>9.0.100-preview.2.24154.1-1</PrivateSourceBuiltSdkVersion>
26+
<PrivateSourceBuiltArtifactsVersion>9.0.100-preview.2.24154.1-1</PrivateSourceBuiltArtifactsVersion>
2727
<!-- msbuild -->
2828
<MicrosoftBuildVersion>15.7.179</MicrosoftBuildVersion>
2929
</PropertyGroup>

src/SourceBuild/content/global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.100-preview.2.24103.2"
3+
"dotnet": "9.0.100-preview.2.24154.2"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.0",
77
"Microsoft.Build.Traversal": "3.4.0",
8-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24102.4"
8+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24114.1"
99
}
1010
}

0 commit comments

Comments
 (0)