.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,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<LangVersion>7.3</LangVersion>
<IsPackable>false</IsPackable>
<Platforms>x64;x86</Platforms>
<Platforms>x64</Platforms>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\bin\Content.Server\</OutputPath>
</PropertyGroup>