Skip to content

Commit

Permalink
Make sure the main branch is using .NET 8 SDK (#23077)
Browse files Browse the repository at this point in the history
* Make sure the main branch is using .NET 8 SDK

The main branch needs to use the .NET 8 SDK because we are building the .NET 7 TFMs as well. The .NET 9 SDK does not support .NET 7 TFMs anymore.

* no previews!
  • Loading branch information
mattleibow committed Jun 17, 2024
1 parent 3143629 commit 4fabb3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"MSBuild.Sdk.Extras": "3.0.44",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24310.5"
},
"sdk": {
"allowPrerelease": false
}
}

0 comments on commit 4fabb3e

Please sign in to comment.