24 lines
996 B
XML
24 lines
996 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>coverlet</id>
|
|
<version>1.0.0</version>
|
|
<title>Code Coverage Library</title>
|
|
<authors>tonerdo</authors>
|
|
<owners>tonerdo</owners>
|
|
<licenseUrl>https://github.com/tonerdo/coverlet/blob/master/LICENSE</licenseUrl>
|
|
<projectUrl>http://github.com/tonerdo/coverlet</projectUrl>
|
|
<iconUrl>https://nuget.org/Content/gallery/img/default-package-icon.svg</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<developmentDependency>true</developmentDependency>
|
|
<description>Cross platform code coverage library for .NET/.NET Core</description>
|
|
<language>en-US</language>
|
|
<copyright>Copyright 2018</copyright>
|
|
<tags>coverage testing lcov</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="build\**\*.dll" target="build\netstandard2.0\" />
|
|
<file src="build\**\*.props" target="build\netstandard2.0\" />
|
|
<file src="build\**\*.targets" target="build\netstandard2.0\" />
|
|
</files>
|
|
</package> |