소스 검색

upgraded Example to new .csproj format

Charlie Kindel 5 년 전
부모
커밋
7e11fe2b19
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Example/Example.csproj

+ 4 - 0
Example/Example.csproj

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