Fix building Flax.Build with .NET 8 SDK

This commit is contained in:
2023-11-19 10:51:27 +02:00
parent 3799674b83
commit 4eaac4ab2f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMinor"
"rollForward": "latestMajor"
}
}