Upgrade framework and engine to 3.2
This commit is contained in:
Родитель
51b360f4c5
Коммит
aa7f5baaf1
|
@ -18,6 +18,9 @@ build/
|
|||
# Ignore output folder named package
|
||||
package/
|
||||
|
||||
# Ignore Cake files since they are restored automatically
|
||||
tools/Cake
|
||||
|
||||
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
|
||||
!packages/*/build/
|
||||
# Disable NuGet packages folder
|
||||
|
|
|
@ -60,24 +60,16 @@
|
|||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\Mono.Cecil.dll</HintPath>
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\Mono.Cecil.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit-agent, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit-agent.exe</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit-agent-x86, Version=3.1.0.0, Culture=neutral, processorArchitecture=x86">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit-agent-x86.exe</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.engine, Version=3.1.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit.engine.dll</HintPath>
|
||||
<Reference Include="nunit.engine, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\nunit.engine.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Aliases>ENG</Aliases>
|
||||
</Reference>
|
||||
<Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit.engine.api.dll</HintPath>
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\nunit.engine.api.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microsoft.VisualStudio.TestPlatform.ObjectModel" version="0.0.3" targetFramework="net35" />
|
||||
<package id="NUnit.Engine" version="3.1.0-CI-2284-master" targetFramework="net35" />
|
||||
<package id="NUnit.Engine" version="3.2.0" targetFramework="net35" />
|
||||
</packages>
|
|
@ -141,23 +141,15 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\Mono.Cecil.dll</HintPath>
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\Mono.Cecil.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit-agent, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit-agent.exe</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit-agent-x86, Version=3.1.0.0, Culture=neutral, processorArchitecture=x86">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit-agent-x86.exe</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.engine, Version=3.1.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit.engine.dll</HintPath>
|
||||
<Reference Include="nunit.engine, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\nunit.engine.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.3.1.0-CI-2284-master\lib\nunit.engine.api.dll</HintPath>
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\nunit.engine.api.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NUnit.Engine" version="3.1.0-CI-2284-master" targetFramework="net45" />
|
||||
<package id="NUnit.Engine" version="3.2.0" targetFramework="net45" />
|
||||
</packages>
|
|
@ -41,27 +41,19 @@
|
|||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\Mono.Cecil.dll</HintPath>
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\Mono.Cecil.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit-agent, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit-agent.exe</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit-agent-x86, Version=3.1.0.0, Culture=neutral, processorArchitecture=x86">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit-agent-x86.exe</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.engine, Version=3.1.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.1.0-CI-2284-master\lib\nunit.engine.dll</HintPath>
|
||||
<Reference Include="nunit.engine, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\nunit.engine.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.3.1.0-CI-2284-master\lib\nunit.engine.api.dll</HintPath>
|
||||
<HintPath>..\..\packages\NUnit.Engine.3.2.0\lib\nunit.engine.api.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.3.1.0-CI-2284-master\lib\net45\nunit.framework.dll</HintPath>
|
||||
<Reference Include="nunit.framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.3.2.0\lib\net45\nunit.framework.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microsoft.VisualStudio.TestPlatform.ObjectModel" version="0.0.3" targetFramework="net45" />
|
||||
<package id="NUnit" version="3.1.0-CI-2284-master" targetFramework="net45" />
|
||||
<package id="NUnit.Engine" version="3.1.0-CI-2284-master" targetFramework="net45" />
|
||||
<package id="NUnit" version="3.2.0" targetFramework="net45" />
|
||||
<package id="NUnit.Engine" version="3.2.0" targetFramework="net45" />
|
||||
</packages>
|
|
@ -79,8 +79,8 @@
|
|||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="nunit.framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.3.1.0-CI-2284-master\lib\net45\nunit.framework.dll</HintPath>
|
||||
<Reference Include="nunit.framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.3.2.0\lib\net45\nunit.framework.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NUnit" version="3.1.0-CI-2284-master" targetFramework="net45" />
|
||||
<package id="NUnit" version="3.2.0" targetFramework="net45" />
|
||||
</packages>
|
|
@ -79,8 +79,8 @@
|
|||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="nunit.framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.3.1.0-CI-2284-master\lib\net45\nunit.framework.dll</HintPath>
|
||||
<Reference Include="nunit.framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\NUnit.3.2.0\lib\net45\nunit.framework.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NUnit" version="3.1.0-CI-2284-master" targetFramework="net45" />
|
||||
<package id="NUnit" version="3.2.0" targetFramework="net45" />
|
||||
</packages>
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче