Replace nunit.core binaries with package
This commit is contained in:
Родитель
5e1f9197af
Коммит
7eded53b55
Двоичные данные
src/extension/lib/nunit.core.dll
Двоичные данные
src/extension/lib/nunit.core.dll
Двоичный файл не отображается.
Двоичные данные
src/extension/lib/nunit.core.interfaces.dll
Двоичные данные
src/extension/lib/nunit.core.interfaces.dll
Двоичный файл не отображается.
|
@ -32,6 +32,14 @@
|
|||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="nunit.core, Version=2.6.7.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Core.2.6.7-dev-00117\lib\nunit.core.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.core.interfaces, Version=2.6.7.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Core.2.6.7-dev-00117\lib\nunit.core.interfaces.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.Api.3.5.0\lib\nunit.engine.api.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
|
@ -39,12 +47,6 @@
|
|||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="nunit.core">
|
||||
<HintPath>lib\nunit.core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="nunit.core.interfaces">
|
||||
<HintPath>lib\nunit.core.interfaces.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="TestEventAdapter.cs" />
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NUnit.Core" version="2.6.7-dev-00117" targetFramework="net20" />
|
||||
<package id="NUnit.Engine.Api" version="3.5.0" targetFramework="net20" />
|
||||
</packages>
|
|
@ -30,12 +30,13 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="nunit.core, Version=2.6.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\extension\lib\nunit.core.dll</HintPath>
|
||||
<Reference Include="nunit.core, Version=2.6.7.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Core.2.6.7-dev-00117\lib\nunit.core.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.core.interfaces">
|
||||
<HintPath>..\extension\lib\nunit.core.interfaces.dll</HintPath>
|
||||
<Reference Include="nunit.core.interfaces, Version=2.6.7.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Core.2.6.7-dev-00117\lib\nunit.core.interfaces.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.Api.3.5.0\lib\nunit.engine.api.dll</HintPath>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NUnit" version="3.6.0" targetFramework="net20" />
|
||||
<package id="NUnit.Core" version="2.6.7-dev-00117" targetFramework="net20" />
|
||||
<package id="NUnit.Engine.Api" version="3.5.0" targetFramework="net20" />
|
||||
</packages>
|
Загрузка…
Ссылка в новой задаче