Ver código fonte

upgraded Example to new .csproj format

Charlie Kindel 5 anos atrás
pai
commit
7e11fe2b19
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      Example/Example.csproj

+ 4 - 0
Example/Example.csproj

@@ -5,6 +5,10 @@
     <TargetFramework>netcoreapp3.1</TargetFramework>
     <TargetFramework>netcoreapp3.1</TargetFramework>
   </PropertyGroup>
   </PropertyGroup>
 
 
+  <ItemGroup>
+    <PackageReference Include="NStack.Core" Version="0.14.0" />
+  </ItemGroup>
+
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
     <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
   </ItemGroup>
   </ItemGroup>