Fixes #6302
This commit is contained in:
PJB3005
2025-12-04 16:46:51 +01:00
parent fde2a83f03
commit dab7ba13f5
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<Project>
<!-- Engine-specific properties. Content should not use this file. -->
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>13</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>

View File

@@ -3,7 +3,7 @@
<!-- Import this at the end of any project files in Robust and Content. -->
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>

View File

@@ -35,7 +35,7 @@ END TEMPLATE-->
### Breaking changes
*None yet*
* The project now targets .NET 10. You will have to install the new runtime on game servers when updating.
### New features

View File

@@ -33,7 +33,7 @@ PLATFORM_LINUX = "linux-x64"
PLATFORM_LINUX_ARM64 = "linux-arm64"
PLATFORM_MACOS = "osx-x64"
TARGET_FRAMEWORK = "net9.0"
TARGET_FRAMEWORK = "net10.0"
def main() -> None:
parser = argparse.ArgumentParser(