update of local deps cache

This commit is contained in:
master
2025-11-21 06:52:58 +00:00
parent 79b8e53441
commit ca35db9ef4
786 changed files with 1749002 additions and 1740601 deletions

View File

@@ -32,4 +32,4 @@ For project documentation, please visit the [xUnit.net project home](https://xun
## Sponsors
Help support this project by becoming a sponsor through [GitHub Sponsors](https://github.com/sponsors/xunit).
Help support this project by becoming a sponsor through [GitHub Sponsors](https://github.com/sponsors/xunit).

View File

@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>xunit.v3</id>
<version>3.0.0</version>
<title>xUnit.net v3</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. Supports .NET Framework 4.7.2 or later and .NET 8 or later.
Installing this package installs xunit.v3.core, xunit.v3.assert, and xunit.analyzers.</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="xunit.v3.core" version="[3.0.0]" />
<dependency id="xunit.v3.assert" version="[3.0.0]" />
<dependency id="xunit.analyzers" version="1.23.0" />
</group>
<group targetFramework="net8.0">
<dependency id="xunit.v3.core" version="[3.0.0]" />
<dependency id="xunit.v3.assert" version="[3.0.0]" />
<dependency id="xunit.analyzers" version="1.23.0" />
</group>
</dependencies>
</metadata>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>xunit.v3</id>
<version>3.0.0</version>
<title>xUnit.net v3</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. Supports .NET Framework 4.7.2 or later and .NET 8 or later.
Installing this package installs xunit.v3.core, xunit.v3.assert, and xunit.analyzers.</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="xunit.v3.core" version="[3.0.0]" />
<dependency id="xunit.v3.assert" version="[3.0.0]" />
<dependency id="xunit.analyzers" version="1.23.0" />
</group>
<group targetFramework="net8.0">
<dependency id="xunit.v3.core" version="[3.0.0]" />
<dependency id="xunit.v3.assert" version="[3.0.0]" />
<dependency id="xunit.analyzers" version="1.23.0" />
</group>
</dependencies>
</metadata>
</package>