Skip to content

Commit

Permalink
Use NUnit 2.6.3 instead of 3.5.0 in AndroidResolverTests because the …
Browse files Browse the repository at this point in the history
…earlier one already exists in the project
  • Loading branch information
Christopher Yarbrough committed Feb 9, 2024
1 parent 22d1a09 commit 167a3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb">
<HintPath>..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb" />
</ItemGroup>
<ItemGroup>
<Compile Include="XmlDependenciesTests.cs" />
Expand Down
2 changes: 1 addition & 1 deletion source/AndroidResolver/unit_tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.5.0" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
</packages>

0 comments on commit 167a3ce

Please sign in to comment.