Skip to content

Commit 1f1faf6

Browse files
committed
Revert "Update .NET SDK to get composite image fix"
This reverts commit b1b144d.
1 parent 0b25d0e commit 1f1faf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<!-- Transitive dependencies, suppressed as per https://github.com/dotnet/aspnetcore/pull/57887#issuecomment-2362241518-->
5252
<Usages>
53-
<Usage Id="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.2.24473.5"/>
53+
<Usage Id="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.7.24405.7"/>
5454
<Usage Id="Newtonsoft.Json" Version="13.0.1" />
5555
<Usage Id="System.Security.Cryptography.Xml" Version="6.0.0" />
5656
</Usages>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-alpha.1.24551.9"
3+
"version": "10.0.100-alpha.1.24510.13"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-alpha.1.24551.9",
6+
"dotnet": "10.0.100-alpha.1.24510.13",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

0 commit comments

Comments
 (0)