8000 Remove prebuilt baseline & SB intermediates (#6435) · NuGet/NuGet.Client@b1a4da9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1a4da9

Browse files
authored
Remove prebuilt baseline & SB intermediates (#6435)
Fixes dotnet/source-build#5087 Updating the Arcade SDK and the .NET SDK is necessary to consume recent changes in the Arcade SDK
1 parent 5b749fe commit b1a4da9

File tree

3 files changed

+2
-113
lines changed

3 files changed

+2
-113
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 0 additions & 106 deletions
This file was deleted.

eng/Version.Details.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,5 @@
5252
</Dependency>
5353
</ProductDependencies>
5454
<ToolsetDependencies>
55-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24203.1">
56-
<Uri>https://github.com/dotnet/arcade</Uri>
57-
<Sha>986a55a9c7f1ef547bc705d6adada5e0c2217819</Sha>
58-
<SourceBuild RepoName="arcade" ManagedOnly="true" />
59-
</Dependency>
6055
</ToolsetDependencies>
6156
</Dependencies>

eng/dotnet-build/global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-alpha.1.24551.9"
3+
"dotnet": "10.0.100-preview.3.25201.16"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24555.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25252.107"
77
}
88
}

0 commit comments

Comments
 (0)
0