Skip to content

Commit

Permalink
Remove the .NET 7.0 reference from global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Sep 15, 2024
1 parent c5c4b74 commit 066ef12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

"runtimes": {
"aspnetcore": [
"6.0.32",
"7.0.20"
"6.0.32"
]
}
},
Expand Down

0 comments on commit 066ef12

Please sign in to comment.