NUnitV2.Core 2.7.1

dotnet add package NUnitV2.Core --version 2.7.1
                    
NuGet\Install-Package NUnitV2.Core -Version 2.7.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NUnitV2.Core" Version="2.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NUnitV2.Core" Version="2.7.1" />
                    
Directory.Packages.props
<PackageReference Include="NUnitV2.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NUnitV2.Core --version 2.7.1
                    
#r "nuget: NUnitV2.Core, 2.7.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NUnitV2.Core&version=2.7.1
                    
Install as a Cake Addin
#tool nuget:?package=NUnitV2.Core&version=2.7.1
                    
Install as a Cake Tool

The NunitV2.Core package is aimed at third-party test runners that will normally include the assemblies directly in their own packages. It allows loading and running tests at a fairly low level.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NUnitV2.Core:

Package Downloads
AutoFixture.NUnit2

By leveraging the some features of NUnit, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).

NBi.Framework.Tools

This package contains the NBi framework and references each dll to your project. This package is not intended to be directly used by end-users willing to create test-suites. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio. NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Quality. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other NoSQL solutions.

NBi.Data3Sixty

This package contains the Data3Sixty extension for the testing framework NBi (check at http://www.nbi.io)

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NUnitV2.Core:

Repository Stars
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
facebook/facebook-sdk-for-unity
The facebook sdk for unity.
Version Downloads Last Updated
2.7.1 163,155 8/21/2019
2.7.0 76,392 8/10/2018

This is the first release of the core assemblies as a separate package.