Merge checked

Fixed Monogame Library target version
This commit is contained in:
Сухинов Сережа 2024-08-15 10:22:58 +03:00
parent a5f3a17d1d
commit 10752f230c

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>