Update projects to .NET Core 3.0

Increase max sv_hostname length on master
This commit is contained in:
RaidMax
2019-12-24 15:23:43 -06:00
parent 9fa5de1418
commit 3a06b3862d
14 changed files with 30 additions and 30 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<Configurations>Debug;Release;Prerelease</Configurations>