bumped Nstack to v1.0.5

This commit is contained in:
Charlie Kindel
2022-11-03 22:24:16 -06:00
parent 75f83a4a86
commit ea905fc6c2
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<InformationalVersion>1.0</InformationalVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NStack.Core" Version="1.0.3" />
<PackageReference Include="NStack.Core" Version="1.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />

View File

@@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="NStack.Core" Version="1.0.3" />
<PackageReference Include="NStack.Core" Version="1.0.5" />
<InternalsVisibleTo Include="UnitTests" />
</ItemGroup>
<!-- Uncomment the RestoreSources element to have dotnet restore pull NStack from a local dir for testing -->