upgraded Example to new .csproj format

This commit is contained in:
Charlie Kindel
2020-05-15 22:46:23 -06:00
parent ae5750dd1d
commit 7e11fe2b19

View File

@@ -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>