.NET Core support.

Also dropped x86 because apparently unit tests still work.
This commit is contained in:
Pieter-Jan Briers
2019-08-02 02:07:27 +02:00
parent 151d3a3672
commit 8cf5195db6
9 changed files with 10 additions and 77 deletions

View File

@@ -1,11 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputPath>..\bin\Content.IntegrationTests\</OutputPath>
<IsPackable>false</IsPackable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Platforms>x86;x64</Platforms>
<Platforms>x64</Platforms>
</PropertyGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>