Updated packages.

This commit is contained in:
2017-10-12 21:16:04 +01:00
parent 1bef17c7a0
commit b5867d9212
4 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -39,14 +39,14 @@
<Compile Include="AtariST.cs" />
<Compile Include="GetEncs.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Claunia.Encoding\Claunia.Encoding.csproj">
<Project>{85DA90BC-9F49-4579-B4D1-4FF2D5925D7F}</Project>
<Name>Claunia.Encoding</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>