9 lines
318 B
Text
9 lines
318 B
Text
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>dummy.nuget</id>
|
||
|
|
<version>1.0.0</version>
|
||
|
|
<authors>isnd.tests</authors>
|
||
|
|
<description>Dummy test package used by integration tests.</description>
|
||
|
|
</metadata>
|
||
|
|
</package>
|