Update Designer.csproj

Use Stack 0.14
This commit is contained in:
Miguel de Icaza
2020-03-30 13:28:44 -04:00
committed by GitHub
parent c845cbdaf1
commit fd6cb0f0bb

View File

@@ -32,7 +32,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="NStack">
<HintPath>..\packages\NStack.Core.0.13.0\lib\netstandard1.5\NStack.dll</HintPath>
<HintPath>..\packages\NStack.Core.0.14.0\lib\netstandard1.5\NStack.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -48,4 +48,4 @@
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>