12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
- <metadata>
- <id>ToptenSoftware.PetaJson</id>
- <title>PetaJson</title>
- <version>1.1.100</version>
- <authors>Topten Software</authors>
- <owners>Topten Software</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Lightweight JSON Serialization Library</description>
- <releaseNotes>Nothing to see here :)</releaseNotes>
- <copyright>Copyright © 2014-2018 Topten Software. All Rights Reserved</copyright>
- </metadata>
- <files>
- <!-- .NET Framework -->
- <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="lib/net46" />
- <!-- netstandard2.0 -->
- <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="ref/netstandard2.0" />
- <!-- netcore2.0 -->
- <file src=".\Build\Release\PetaJson\netcoreapp2.0\PetaJson.*" target="ref/netcoreapp2.0" />
- <file src=".\Build\Release\PetaJson\netcoreapp2.0\PetaJson.*" target="runtimes/any/lib/netcoreapp2.0" />
- <!-- net46 -->
- <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="ref/net46" />
- <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="runtimes/any/lib/net46" />
- </files>
- </package>
|