fix build

This commit is contained in:
Andrew Stanton-Nurse 2017-04-13 14:25:23 -07:00
parent e25a2eced8
commit bad5d7c8f7
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFrameworks>
<PlatformTarget Condition="'$(TargetFramework)' == 'net46'">x64</PlatformTarget>
<!--
Workaround for "Explicit RID still required for .NET Framework test projects" (https://github.com/dotnet/sdk/issues/909).
Remove when fixed.
-->
<OutputType>exe</OutputType>
</PropertyGroup>
<ItemGroup>