New: Drop mono support

This commit is contained in:
ta264
2021-02-10 21:52:49 +00:00
parent 760de88e7c
commit fb130fd0e9
40 changed files with 33 additions and 296 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net462;net5.0</TargetFrameworks>
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="4.7.2" />