NUnit.Runners 3.0.1

dotnet add package NUnit.Runners --version 3.0.1                
NuGet\Install-Package NUnit.Runners -Version 3.0.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="NUnit.Runners" Version="3.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit.Runners --version 3.0.1                
#r "nuget: NUnit.Runners, 3.0.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.
// Install NUnit.Runners as a Cake Addin
#addin nuget:?package=NUnit.Runners&version=3.0.1

// Install NUnit.Runners as a Cake Tool
#tool nuget:?package=NUnit.Runners&version=3.0.1                

This package is now a reference to the NUnit.Console package, which provides the nunit3-console runner and test engine for version 3.0 of the NUnit unit-testing framework.

The runner will run 2.6 tests using the included plugin.

Users may update their projects to use the NUnit.Console package directly if desired.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (56)

Showing the top 5 popular GitHub repositories that depend on NUnit.Runners:

Repository Stars
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
github-for-unity/Unity
GitHub for Unity
xamarin/xamarin-macios
Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS, and watchOS.
mono/xwt
A cross-platform UI toolkit for creating desktop applications with .NET and Mono
Version Downloads Last updated
3.0.1 4,731 12/2/2015
3.0.0 5,597 11/17/2015
2.6.4 240,951 12/17/2014
2.6.3 201,538 10/11/2013
2.6.2 64,537 10/23/2012
2.6.1 18,972 8/5/2012
2.6.0.12051 16,264 2/23/2012

This package no longer contains the gui and pnunit runners, which were in earlier releases. Those runners do not exist for NUnit 3.0 at this time.