And again

This commit is contained in:
Norbi Peti 2018-02-12 20:20:40 +01:00
parent df6d850131
commit 538fb1b47c
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
2 changed files with 3 additions and 2 deletions

View file

@ -4,4 +4,5 @@
<package id="System.Collections" version="4.3.0" targetFramework="portable46-net451+win81" />
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="portable46-net451+win81" />
<package id="System.Runtime" version="4.3.0" targetFramework="portable46-net451+win81" />
<package id="System.ValueTuple" version="4.4.0" targetFramework="portable46-net451+win81" />
</packages>

View file

@ -56,7 +56,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@ -156,4 +156,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>