clean-up after netcoreapp2.0 (#174)
This commit is contained in:
parent
319f95db5e
commit
31eba3812f
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||||
<PlatformTarget Condition="'$(TargetFramework)' == 'net46'">x64</PlatformTarget>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Workaround for "Explicit RID still required for .NET Framework test projects" (https://github.com/dotnet/sdk/issues/909).
|
Workaround for "Explicit RID still required for .NET Framework test projects" (https://github.com/dotnet/sdk/issues/909).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue