NUnit.Core.Engine 3.0.0-beta-4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of NUnit.Core.Engine.
dotnet add package NUnit.Core.Engine --version 3.0.0-beta-4
NuGet\Install-Package NUnit.Core.Engine -Version 3.0.0-beta-4
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.Core.Engine" Version="3.0.0-beta-4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnit.Core.Engine --version 3.0.0-beta-4
#r "nuget: NUnit.Core.Engine, 3.0.0-beta-4"
#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.Core.Engine as a Cake Addin
#addin nuget:?package=NUnit.Core.Engine&version=3.0.0-beta-4&prerelease

// Install NUnit.Core.Engine as a Cake Tool
#tool nuget:?package=NUnit.Core.Engine&version=3.0.0-beta-4&prerelease

This package includes the nunit.core.engine assembly, which may be used by runner programs that need to load and run tests within the same process as an alternative to the full engine.

It is particularly suited for use by device runners. Third party runners that set up their own process for execution may also find this useful.

This package is not intended for direct use by users who simply want to run tests.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-beta-4 42,365 8/25/2015
3.0.0-beta-3 1,051 7/15/2015
3.0.0-beta-2 935 5/13/2015

This is an beta release. However, the interface to the engine is considered stable at this point.