chore: don't rollforward major .NET versions

This commit is contained in:
goat 2023-03-06 20:09:39 +01:00
parent 91ee5ffd2a
commit 46d6f7f2ec
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMajor",
"rollForward": "latestMinor",
"allowPrerelease": true
}
}