Skip to content

Commit

Permalink
Update sdk to 7.0.200 (#14778)
Browse files Browse the repository at this point in the history
* Update sdk to 7.0.200

* Roslyn tools update not propped yet stay with 17.4.1 for a while

* Back to vs 17.4�
  • Loading branch information
KevinRansom authored Feb 22, 2023
1 parent cd2babe commit 5e2fee3
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,11 +1,11 @@
{
"sdk": {
"version": "7.0.102",
"version": "7.0.200",
"allowPrerelease": true,
"rollForward": "latestPatch"
},
"tools": {
"dotnet": "7.0.102",
"dotnet": "7.0.200",
"vs": {
"version": "17.4",
"components": [
Expand Down

0 comments on commit 5e2fee3

Please sign in to comment.