Skip to content

Commit

Permalink
Revert "Update .NET SDK to get composite image fix"
Browse files Browse the repository at this point in the history
This reverts commit b1b144d.
  • Loading branch information
jkoritzinsky committed Nov 5, 2024
1 parent 0b25d0e commit 1f1faf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<!-- Transitive dependencies, suppressed as per https://github.com/dotnet/aspnetcore/pull/57887#issuecomment-2362241518-->
<Usages>
<Usage Id="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.2.24473.5"/>
<Usage Id="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.7.24405.7"/>
<Usage Id="Newtonsoft.Json" Version="13.0.1" />
<Usage Id="System.Security.Cryptography.Xml" Version="6.0.0" />
</Usages>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "10.0.100-alpha.1.24551.9"
"version": "10.0.100-alpha.1.24510.13"
},
"tools": {
"dotnet": "10.0.100-alpha.1.24551.9",
"dotnet": "10.0.100-alpha.1.24510.13",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
Expand Down

0 comments on commit 1f1faf6

Please sign in to comment.