Add .NET Framework ref assemblies to enable linux build (#625)

Fixes #421
This commit is contained in:
Andrew Arnott
2020-06-05 08:54:43 -06:00
committed by GitHub
parent ec6f896258
commit ba0fb43156

View File

@@ -169,6 +169,7 @@
<DebugType></DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="true" />
<PackageReference Include="NStack.Core" Version="0.14.0" />
</ItemGroup>
<ItemGroup>