1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-09 23:43:14 +03:00

Update to .NET 7

This commit is contained in:
Octol1ttle 2022-12-08 13:51:49 +05:00
parent 2596b48bde
commit fc00558dce
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
5 changed files with 26 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{
"sdk": {
"version": "6.0.0",
"rollForward": "latestFeature",
"version": "7.0.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}
}