Updated to net 6.0

This commit is contained in:
hondacrx
2021-11-14 16:47:37 -05:00
parent 4848ab6675
commit 6e2511f7b6
8 changed files with 53 additions and 65 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Platforms>x64</Platforms>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<Import Project="..\..\default.props" />
<ItemGroup>
<ProjectReference Include="..\Game\Game.csproj" />