removing .NET 472 compilation target from test project

This commit is contained in:
FlorianDahn 2021-12-25 17:34:47 +01:00
parent caf9b3cc8e
commit 21c6b2fde5

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net5;net472;net6</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5;net6</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>