-
Notifications
You must be signed in to change notification settings - Fork 9
/
xunit.abstractions.nuspec
30 lines (30 loc) · 1.72 KB
/
xunit.abstractions.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>xunit.abstractions</id>
<version>2.0.1</version>
<title>xUnit.net [Abstractions]</title>
<authors>James Newkirk,Brad Wilson</authors>
<owners>James Newkirk,Brad Wilson</owners>
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
<projectUrl>https://github.com/xunit/xunit</projectUrl>
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).</summary>
<description>Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).</description>
<language>en-US</language>
<dependencies>
<group targetFramework="net35" />
<group targetFramework="portable-net45+netcore45+wp8+wpa81" />
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="xunit.abstractions\bin\Release\net35\xunit.abstractions.dll" target="lib\net35\" />
<file src="xunit.abstractions\bin\Release\net35\xunit.abstractions.xml" target="lib\net35\" />
<file src="xunit.abstractions\bin\Release\netstandard1.0\xunit.abstractions.dll" target="lib\netstandard1.0\" />
<file src="xunit.abstractions\bin\Release\netstandard1.0\xunit.abstractions.xml" target="lib\netstandard1.0\" />
</files>
</package>