mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Use 0.11
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
<Reference Include="NStack">
|
||||
<HintPath>..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NStack">
|
||||
<HintPath>..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.cs" />
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
<HintPath>..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="NStack">
|
||||
<HintPath>..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="demo.cs" />
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<DebugType></DebugType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NStack.Core" Version="0.8.0" />
|
||||
<PackageReference Include="NStack.Core" Version="0.11.0" />
|
||||
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NStack.Core" version="0.8.0" targetFramework="net461" />
|
||||
<package id="NStack.Core" version="0.11.0" targetFramework="net461" />
|
||||
<package id="System.ValueTuple" version="4.4.0" targetFramework="net461" />
|
||||
</packages>
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NStack.Core" version="0.8.0" targetFramework="net461" />
|
||||
<package id="NStack.Core" version="0.11.0" targetFramework="net461" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user