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.
17 lines
630 B
17 lines
630 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>RadarrSharp-Siglerdev</id>
|
|
<version>1.0.0</version>
|
|
<authors>97WaterPolo</authors>
|
|
<description>Package Description</description>
|
|
<dependencies>
|
|
<group targetFramework="net5.0">
|
|
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\RadarrSharp.dll" target="lib\net5.0\RadarrSharp.dll" />
|
|
</files>
|
|
</package> |