-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJSorter.nuspec
23 lines (23 loc) · 881 Bytes
/
JSorter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<readme>docs/README.md</readme>
<dependencies>
<group targetFramework="net6.0">
<dependency id="NewtonSoft.Json" version="13.0.3" />
</group>
</dependencies>
<id>RobTest.JSorter</id>
<version>0.1.0</version>
<title>RobTest.JSorter</title>
<authors>Robert Gaskin</authors>
<owners>Robert Gaskin</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/robg-test/JSorter</projectUrl>
<description>Sort all the JSON!</description>
</metadata>
<files>
<file src="src/JSorter/bin/Release/net6.0/JSorter.dll" target="lib\net6.0" />
<file src="./readme.md" target="docs\" />
</files>
</package>