You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
6 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<!-- Required elements-->
|
||
|
<id>GeneratorTest</id>
|
||
|
<version>1.2.3</version>
|
||
|
<description><![CDATA[A NuGet package for testing CMake's CPack NuGet generator]]></description>
|
||
|
<authors><![CDATA[ACME Inc]]></authors>
|
||
|
|
||
|
<!-- Optional elements -->
|
||
|
|
||
|
<owners><![CDATA[ACME Inc]]></owners>
|
||
|
<projectUrl><![CDATA[https://www.example.com]]></projectUrl>
|
||
|
|
||
|
<license type="expression"><![CDATA[MIT]]></license>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<summary><![CDATA[A test NuGet package]]></summary>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<repository type="git" url="https://github.com/example/nugetlib.git" />
|
||
|
<dependencies>
|
||
|
<group>
|
||
|
<dependency id="Baz" version="9.8.6" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETFramework4">
|
||
|
<dependency id="Foo" version="1.23" />
|
||
|
<dependency id="Bar" version="4.3.2" />
|
||
|
</group>
|
||
|
<group targetFramework="net6.0" />
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
|
||
|
</package>
|