1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Update .NET version to 8.0 & lang version to 12

This commit is contained in:
AR-DEV-1
2025-09-23 21:04:05 +05:00
parent 3bf0f771ee
commit 1036bfd7ad
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
<PropertyGroup>
<ProjectGuid>{EAFFF236-FA96-4A4D-BD23-0E51EF988277}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<LangVersion>10</LangVersion>
<TargetFramework>net8.0-windows</TargetFramework>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<SelfContained>False</SelfContained>
<RollForward>LatestMajor</RollForward>