Make everything compile with .NET Core 2.2.

This commit is contained in:
2019-10-25 23:20:16 +01:00
parent 1a5e9c8827
commit c37477c9fb
21 changed files with 71 additions and 219 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>