mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
Updated NUnit to 3.9
This commit is contained in:
parent
034a41b64d
commit
5869d8d872
@ -48,9 +48,8 @@
|
|||||||
<HintPath>packages\ApprovalUtilities.3.0.13\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
|
<HintPath>packages\ApprovalUtilities.3.0.13\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||||
<HintPath>packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
|
<HintPath>packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
|
||||||
<Private>True</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
<packages>
|
<packages>
|
||||||
<package id="ApprovalTests" version="3.0.13" targetFramework="net452" />
|
<package id="ApprovalTests" version="3.0.13" targetFramework="net452" />
|
||||||
<package id="ApprovalUtilities" version="3.0.13" targetFramework="net452" />
|
<package id="ApprovalUtilities" version="3.0.13" targetFramework="net452" />
|
||||||
<package id="NUnit" version="3.8.1" targetFramework="net452" />
|
<package id="NUnit" version="3.9.0" targetFramework="net452" />
|
||||||
<package id="NUnit3TestAdapter" version="3.9.0" targetFramework="net452" />
|
<package id="NUnit3TestAdapter" version="3.9.0" targetFramework="net452" />
|
||||||
</packages>
|
</packages>
|
||||||
Loading…
Reference in New Issue
Block a user