Updated to .net5.0

This commit is contained in:
hondacrx
2021-01-21 13:44:11 -05:00
parent 099a2fa98f
commit 43b298b830
8 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<Import Project="..\..\default.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<ApplicationIcon>Blue.ico</ApplicationIcon>
<StartupObject>WorldServer.Server</StartupObject>
<LangVersion>8.0</LangVersion>