.NET Core on *nix doesn't like console

This commit is contained in:
Matt Nadareski
2020-06-11 10:22:00 -07:00
parent 4ad77d6be6
commit fc63217c56
4 changed files with 24 additions and 5 deletions

View File

@@ -7,6 +7,10 @@
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'!='netcoreapp3.1'">
<DefineConstants>NET_FRAMEWORK</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SabreTools.Library\SabreTools.Library.csproj" />