update of local deps cache
This commit is contained in:
@@ -30,4 +30,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).
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,25 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>xunit.v3.assert</id>
|
||||
<version>3.0.0</version>
|
||||
<title>xUnit.net v3 [Assertion Library]</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>Includes the assertion library from xUnit.net (xunit.v3.assert.dll). Supports .NET Standard 2.0 and .NET 8.</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=".NETStandard2.0">
|
||||
<dependency id="System.Collections.Immutable" version="6.0.0" />
|
||||
<dependency id="System.Memory" version="4.5.5" />
|
||||
</group>
|
||||
<group targetFramework="net8.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>xunit.v3.assert</id>
|
||||
<version>3.0.0</version>
|
||||
<title>xUnit.net v3 [Assertion Library]</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>Includes the assertion library from xUnit.net (xunit.v3.assert.dll). Supports .NET Standard 2.0 and .NET 8.</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=".NETStandard2.0">
|
||||
<dependency id="System.Collections.Immutable" version="6.0.0" />
|
||||
<dependency id="System.Memory" version="4.5.5" />
|
||||
</group>
|
||||
<group targetFramework="net8.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user