Revert [Feature] Update to .NET 5 (#157), version 1.0.18.0

This commit is contained in:
Markus Hofknecht 2021-08-31 19:46:09 +02:00
parent edd66fb68c
commit 6ca1cbaf5a

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWindowsForms>true</UseWindowsForms>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>