Upgrade to latest NUnit.ApplicationDomain package
This commit is contained in:
parent
6eb14dc6ab
commit
9709c757c9
5 changed files with 7 additions and 7 deletions
|
|
@ -53,8 +53,8 @@
|
|||
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="NUnit.ApplicationDomain, Version=8.0.0.0, Culture=neutral, PublicKeyToken=afbd8211e0c40e2c, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.ApplicationDomain.8.0.0\lib\net40\NUnit.ApplicationDomain.dll</HintPath>
|
||||
<Reference Include="NUnit.ApplicationDomain, Version=9.0.0.0, Culture=neutral, PublicKeyToken=afbd8211e0c40e2c, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.ApplicationDomain.9.0.0.0\lib\net40\NUnit.ApplicationDomain.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.engine, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
<packages>
|
||||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
|
||||
<package id="NUnit" version="3.4.1" targetFramework="net45" />
|
||||
<package id="NUnit.ApplicationDomain" version="8.0.0" targetFramework="net45" />
|
||||
<package id="NUnit.ApplicationDomain" version="9.0.0.0" targetFramework="net45" />
|
||||
<package id="NUnit3TestAdapter" version="3.4.1" targetFramework="net45" />
|
||||
</packages>
|
||||
Loading…
Add table
Add a link
Reference in a new issue