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 -3
View File
@@ -1,11 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\default.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<ApplicationIcon>Blue.ico</ApplicationIcon>
<StartupObject>WorldServer.Server</StartupObject>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>