-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9456170
commit fd9ff74
Showing
6 changed files
with
128 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<DotNetCliTool> | ||
<Commands> | ||
<Command Name="nunit-net80" EntryPoint="nunit3-console.dll" Runner="dotnet" /> | ||
</Commands> | ||
</DotNetCliTool> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>NUnit.ConsoleRunner.Net80</id> | ||
<title>NUnit Console Runner (.NET 8.0)</title> | ||
<version>$version$</version> | ||
<authors>Charlie Poole, Rob Prouse</authors> | ||
<owners>Charlie Poole, Rob Prouse</owners> | ||
<license type="file">LICENSE.txt</license> | ||
<projectUrl>https://nunit.org</projectUrl> | ||
<repository type="git" url="https://github.com/nunit/nunit-console"/> | ||
<iconUrl>https://cdn.rawgit.com/nunit/resources/master/images/icon/nunit_256.png</iconUrl> | ||
<icon>images\nunit_256.png</icon> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<summary>.NET Core build of the console runner for the NUnit unit-testing framework.</summary> | ||
<description> | ||
This package includes the .NET 8.0 build of the NUnit console runner and test engine. | ||
|
||
Any extensions, if needed, may be installed as separate packages. | ||
</description> | ||
<releaseNotes>https://docs.nunit.org/articles/nunit/release-notes/console-and-engine.html</releaseNotes> | ||
<language>en-US</language> | ||
<tags>nunit test testing tdd runner</tags> | ||
<copyright>Copyright (c) 2021-2024 Charlie Poole, Rob Prouse</copyright> | ||
<packageTypes> | ||
<packageType name="DotnetTool" /> | ||
</packageTypes> | ||
</metadata> | ||
<files> | ||
<file src="../../LICENSE.txt" /> | ||
<file src="../../NOTICES.txt" /> | ||
|
||
<file src="net8.0/nunit3-console.exe" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit3-console.pdb" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit3-console.dll" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit3-console.dll.config" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit3-console.deps.json" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit3-console.runtimeconfig.json" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit.engine.core.dll" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit.engine.core.pdb" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit.engine.dll" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit.engine.pdb" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit.engine.api.dll" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit.engine.api.pdb" target="tools/net8.0/any" /> | ||
<file src="net8.0/nunit.engine.api.xml" target="tools/net8.0/any" /> | ||
<file src="net8.0/testcentric.engine.metadata.dll" target="tools/net8.0/any" /> | ||
<file src="net8.0/Microsoft.Extensions.DependencyModel.dll" target="tools/net8.0/any" /> | ||
<file src="../../nuget/runners/nunit.console.nuget.addins" target="tools/net8.0/any"/> | ||
<file src="../../nuget/runners/net8.0/DotnetToolSettings.xml" target="tools/net8.0/any"/> | ||
|
||
<file src="../../nunit_256.png" target="images"/> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters