Skip to content

Commit

Permalink
Allow newer .NET SDKs with rollForward latestMinor
Browse files Browse the repository at this point in the history
  • Loading branch information
cataggar authored and xperiandri committed Sep 24, 2023
1 parent 0b92acd commit e25727a
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 60 deletions.
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk" : {
"version": "6.0.101"
"version": "6.0.101",
"rollForward": "latestMinor"
}
}
Loading

0 comments on commit e25727a

Please sign in to comment.