<TargetFrameworks>net452;netcoreapp3.1</TargetFrameworks>

This commit is contained in:
Stef Heyenrath
2020-11-28 13:11:20 +01:00
parent 85dabc7638
commit 16e939746a

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<Authors>Stef Heyenrath</Authors>
<TargetFramework>net452;netcoreapp3.1</TargetFramework>
<TargetFrameworks>net452;netcoreapp3.1</TargetFrameworks>
<DebugType>full</DebugType>
<AssemblyName>WireMock.Net.Tests</AssemblyName>
<PackageId>WireMock.Net.Tests</PackageId>