Updating compilation targets

- Removing .NET 4.7.2 and  and replacing it with .NET 5
This commit is contained in:
FlorianDahn
2021-07-25 16:35:15 +02:00
parent 9eae63dae6
commit 5bae650edc
2 changed files with 12 additions and 4 deletions
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.0;net472</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>