clean-up after netcoreapp2.0 (#174)

This commit is contained in:
Andrew Stanton-Nurse 2017-05-05 10:24:36 -07:00 committed by GitHub
parent 319f95db5e
commit 31eba3812f
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<PropertyGroup>
<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).