Skip to content

Commit 638f4f1

Browse files
Re-Bootstrap Source Build to .NET 10.0.100-alpha.1.25061.1 (#45910)
1 parent b730d86 commit 638f4f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<ProductDependencies>
33
</ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25058.4">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25060.4">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>e7cb34898a1b610eb2a22591a2178da6f1fb7e3c</Sha>
7+
<Sha>f2135575461b9adce73a7178f0a9692c2b8608f1</Sha>
88
</Dependency>
99
</ToolsetDependencies>
1010
</Dependencies>

src/SourceBuild/content/eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts
2424
are not necessary, and this property is removed from the file.
2525
-->
26-
<PrivateSourceBuiltSdkVersion>10.0.100-alpha.1.25060.1</PrivateSourceBuiltSdkVersion>
27-
<PrivateSourceBuiltArtifactsVersion>10.0.100-alpha.1.25060.1</PrivateSourceBuiltArtifactsVersion>
26+
<PrivateSourceBuiltSdkVersion>10.0.100-alpha.1.25061.1</PrivateSourceBuiltSdkVersion>
27+
<PrivateSourceBuiltArtifactsVersion>10.0.100-alpha.1.25061.1</PrivateSourceBuiltArtifactsVersion>
2828
<!-- command-line-api dependencies -->
2929
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
3030
<!-- msbuild dependencies -->

src/SourceBuild/content/global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-alpha.1.25060.10"
3+
"dotnet": "10.0.100-alpha.1.25061.2"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.0",
77
"Microsoft.Build.Traversal": "3.4.0",
8-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25058.4"
8+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25060.4"
99
}
1010
}

0 commit comments

Comments
 (0)