Skip to content

Commit

Permalink
fix: try to be permissive of net6+
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Sep 17, 2023
1 parent afc33d2 commit dc7ee64
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 @@
{
"sdk": {
"version": "7.0.306",
"rollForward": "latestMinor"
"version": "7.0.101",
"rollForward": "latestMajor"
}
}

0 comments on commit dc7ee64

Please sign in to comment.