Browse Source

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

Fixes #421
Andrew Arnott 5 years ago
parent
commit
ba0fb43156
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Terminal.Gui/Terminal.Gui.csproj

+ 1 - 0
Terminal.Gui/Terminal.Gui.csproj

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