Skip to content

Commit e700c6e

Browse files
Re-Bootstrap Source Build to .NET 10.0.100-alpha.1.25059.1 (#45840)
1 parent eb04239 commit e700c6e

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
@@ -2,9 +2,9 @@
22
<ProductDependencies>
33
</ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25056.1">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25057.5">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>e58820063a8754d418518bce69ca2df0e3b4ac25</Sha>
7+
<Sha>43494f7be1c54e6a065f02f92842e08f29a1ff6f</Sha>
88
</Dependency>
99
</ToolsetDependencies>
1010
</Dependencies>

src/SourceBuild/content/eng/Versions.props

Lines changed: 2 additions & 2 deletions
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.25057.1</PrivateSourceBuiltSdkVersion>
27-
<PrivateSourceBuiltArtifactsVersion>10.0.100-alpha.1.25057.1-2</PrivateSourceBuiltArtifactsVersion>
26+
<PrivateSourceBuiltSdkVersion>10.0.100-alpha.1.25059.1</PrivateSourceBuiltSdkVersion>
27+
<PrivateSourceBuiltArtifactsVersion>10.0.100-alpha.1.25059.1</PrivateSourceBuiltArtifactsVersion>
2828
<PrivateSourceBuiltPrebuiltsVersion>0.1.0-10.0.100-7</PrivateSourceBuiltPrebuiltsVersion>
2929
<!-- command-line-api dependencies -->
3030
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>

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": "10.0.100-alpha.1.25056.8"
3+
"dotnet": "10.0.100-alpha.1.25059.14"
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.25056.1"
8+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25057.5"
99
}
1010
}

0 commit comments

Comments
 (0)