Skip to content

Commit

Permalink
Merge pull request #76 from nunit/issue-75
Browse files Browse the repository at this point in the history
Update to use final release of NUnit 3.0. Fixes #75
  • Loading branch information
rprouse committed Nov 16, 2015
2 parents eb61f08 + a22d1ed commit 0905635
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 24 deletions.
4 changes: 2 additions & 2 deletions demo/NUnitTestDemo/NUnit3TestDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.0.5790.16288, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5797.27534, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.3.0.0-rc-2\lib\net45\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.3.0.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion demo/NUnitTestDemo/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.0.0-rc-2" targetFramework="net45" />
<package id="NUnit" version="3.0.0" targetFramework="net45" />
</packages>
Binary file removed lib/Mono.Cecil.dll
Binary file not shown.
Binary file removed lib/nunit.engine.api.dll
Binary file not shown.
Binary file removed lib/nunit.engine.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion nunit3-vs-adapter.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<!-- Set version number for package -->
<property name="package.version" value="3.0.6-ctp-6"/>
<property name="package.version" value="3.0.7-ctp-7"/>

<!-- Define package name, including version -->
<property name="package.base.name" value="NUnit3TestAdapter"/>
Expand Down
11 changes: 7 additions & 4 deletions src/NUnitTestAdapter/NUnit3TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.engine">
<HintPath>..\..\lib\nunit.engine.dll</HintPath>
<Reference Include="nunit.engine, Version=3.0.5797.27553, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.0\lib\nunit.engine.dll</HintPath>
</Reference>
<Reference Include="nunit.engine.api">
<HintPath>..\..\lib\nunit.engine.api.dll</HintPath>
<Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.0\lib\nunit.engine.api.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -92,6 +94,7 @@
</ItemGroup>
<ItemGroup>
<None Include="NUnitAdapter.snk" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 4 additions & 0 deletions src/NUnitTestAdapter/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit.Engine" version="3.0.0" targetFramework="net35" />
</packages>
16 changes: 10 additions & 6 deletions src/NUnitTestAdapterInstall/NUnit3TestAdapterInstall.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="packages.config" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -138,14 +139,17 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Mono.Cecil">
<HintPath>..\..\lib\Mono.Cecil.dll</HintPath>
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.0\lib\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="nunit.engine">
<HintPath>..\..\lib\nunit.engine.dll</HintPath>
<Reference Include="nunit.engine, Version=3.0.5797.27553, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.0\lib\nunit.engine.dll</HintPath>
</Reference>
<Reference Include="nunit.engine.api">
<HintPath>..\..\lib\nunit.engine.api.dll</HintPath>
<Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.0\lib\nunit.engine.api.dll</HintPath>
</Reference>
</ItemGroup>
<PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/NUnitTestAdapterInstall/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit.Engine" version="3.0.0" targetFramework="net45" />
</packages>
14 changes: 8 additions & 6 deletions src/NUnitTestAdapterTests/NUnit3TestAdapterTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,17 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
</Reference>
<Reference Include="nunit.engine">
<HintPath>..\..\lib\nunit.engine.dll</HintPath>
<Reference Include="nunit.engine, Version=3.0.5797.27553, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.0\lib\nunit.engine.dll</HintPath>
</Reference>
<Reference Include="nunit.engine.api">
<HintPath>..\..\lib\nunit.engine.api.dll</HintPath>
<Reference Include="nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.Engine.3.0.0\lib\nunit.engine.api.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.0.5790.16288, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5797.27534, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.3.0.0-rc-2\lib\net45\nunit.framework.dll</HintPath>
<HintPath>..\..\packages\NUnit.3.0.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
3 changes: 2 additions & 1 deletion src/NUnitTestAdapterTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.0.0-rc-2" targetFramework="net45" />
<package id="NUnit" version="3.0.0" targetFramework="net45" />
<package id="NUnit.Engine" version="3.0.0" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions src/mock-assembly/mock-assembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.0.5790.16288, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5797.27534, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.3.0.0-rc-2\lib\net45\nunit.framework.dll</HintPath>
<HintPath>..\..\packages\NUnit.3.0.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
Expand Down
2 changes: 1 addition & 1 deletion src/mock-assembly/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.0.0-rc-2" targetFramework="net45" />
<package id="NUnit" version="3.0.0" targetFramework="net45" />
</packages>

0 comments on commit 0905635

Please sign in to comment.