Added System.ValueTuple to Example project.

This commit is contained in:
BDisp
2020-03-30 19:55:21 +01:00
parent 1470506398
commit d6d3d03501
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NStack.Core" version="0.14.0" targetFramework="net461" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net461" />
</packages>