add nugets
This commit is contained in:
26
.nuget/packages/xunit.assert/2.9.2/xunit.assert.nuspec
vendored
Normal file
26
.nuget/packages/xunit.assert/2.9.2/xunit.assert.nuspec
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata minClientVersion="2.12">
|
||||
<id>xunit.assert</id>
|
||||
<version>2.9.2</version>
|
||||
<title>xUnit.net [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.assert.dll). Supports .NET Standard 1.1+ and .NET 6.0+.</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>
|
||||
<group targetFramework=".NETFramework4.5.2" />
|
||||
<group targetFramework=".NETStandard1.1">
|
||||
<dependency id="NETStandard.Library" version="1.6.1" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0" />
|
||||
<group targetFramework="net6.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user