Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
22
.nuget/packages/xunit.core/2.9.2/xunit.core.nuspec
vendored
Executable file
22
.nuget/packages/xunit.core/2.9.2/xunit.core.nuspec
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata minClientVersion="2.12">
|
||||
<id>xunit.core</id>
|
||||
<version>2.9.2</version>
|
||||
<title>xUnit.net [Core Unit Testing Framework]</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 libraries for writing unit tests with xUnit.net.</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.extensibility.core" version="[2.9.2]" />
|
||||
<dependency id="xunit.extensibility.execution" version="[2.9.2]" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user