Skip to content

Commit

Permalink
Upgrade to a 6.0 SDK
Browse files Browse the repository at this point in the history
- without this, generated assemblies are unusable in aspnetcore after that brands to 6.0.0
- in other words, this is needed for dotnet/aspnetcore#24983 to test correctly
  • Loading branch information
dougbu committed Oct 7, 2020
1 parent f590167 commit 089b75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "5.0.100-rc.1.20452.10",
"dotnet": "6.0.100-alpha.1.20472.11",
"runtimes": {
"dotnet": [
"3.1.8"
Expand All @@ -11,7 +11,7 @@
}
},
"sdk": {
"version": "5.0.100-rc.1.20452.10",
"version": "6.0.100-alpha.1.20472.11",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit 089b75f

Please sign in to comment.