Browse Source

Remove the .NET 7.0 reference from global.json

pull/2184/head
Kévin Chalet 2 years ago
parent
commit
066ef12c4f
  1. 3
      global.json

3
global.json

@ -10,8 +10,7 @@
"runtimes": {
"aspnetcore": [
"6.0.32",
"7.0.20"
"6.0.32"
]
}
},

Loading…
Cancel
Save