Files
git.stella-ops.org/.nuget/packages/xunit/2.9.2/xunit.nuspec
2025-11-18 22:28:20 +02:00

25 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>xunit</id>
<version>2.9.2</version>
<title>xUnit.net</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>xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.</description>
<releaseNotes>https://xunit.net/releases/v2/2.9.2</releaseNotes>
<copyright>Copyright (C) .NET Foundation</copyright>
<repository type="git" url="https://github.com/xunit/xunit" commit="82543a6df6f5f13b5b70f8a9f9ccb41cd676084f" />
<dependencies>
<dependency id="xunit.core" version="[2.9.2]" />
<dependency id="xunit.assert" version="2.9.2" />
<dependency id="xunit.analyzers" version="1.16.0" />
</dependencies>
</metadata>
</package>