32 lines
1.8 KiB
XML
32 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>xunit.v3.runner.inproc.console</id>
|
|
<version>3.0.0</version>
|
|
<title>xUnit.net v3 [Runner: In-Process Console]</title>
|
|
<authors>jnewkirk,bradwilson</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">Apache-2.0</license>
|
|
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
|
<icon>_content/logo-128-transparent.png</icon>
|
|
<readme>_content/README.md</readme>
|
|
<description>In-process console runner for xUnit.net framework, providing the entrypoint for self-executing unit tests. Supports .NET Framework 4.7.2 or later and .NET 8 or later.</description>
|
|
<releaseNotes>https://xunit.net/releases/v3/3.0.0</releaseNotes>
|
|
<copyright>Copyright (C) .NET Foundation</copyright>
|
|
<repository type="git" url="https://github.com/xunit/xunit" commit="d0213fc4e5d673d4c3abcb807d2eab72cfd80fe9" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.7.2">
|
|
<dependency id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.7.3" />
|
|
<dependency id="Microsoft.Testing.Platform" version="1.7.3" />
|
|
<dependency id="xunit.v3.extensibility.core" version="[3.0.0]" />
|
|
<dependency id="xunit.v3.runner.common" version="[3.0.0]" />
|
|
</group>
|
|
<group targetFramework="net8.0">
|
|
<dependency id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.7.3" />
|
|
<dependency id="Microsoft.Testing.Platform" version="1.7.3" />
|
|
<dependency id="xunit.v3.extensibility.core" version="[3.0.0]" />
|
|
<dependency id="xunit.v3.runner.common" version="[3.0.0]" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |