PetaJson.nuspec 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata>
  4. <id>ToptenSoftware.PetaJson</id>
  5. <title>PetaJson</title>
  6. <version>1.1.100</version>
  7. <authors>Topten Software</authors>
  8. <owners>Topten Software</owners>
  9. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  10. <description>Lightweight JSON Serialization Library</description>
  11. <releaseNotes>Nothing to see here :)</releaseNotes>
  12. <copyright>Copyright © 2014-2018 Topten Software. All Rights Reserved</copyright>
  13. </metadata>
  14. <files>
  15. <!-- .NET Framework -->
  16. <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="lib/net46" />
  17. <!-- netstandard2.0 -->
  18. <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="ref/netstandard2.0" />
  19. <!-- netcore2.0 -->
  20. <file src=".\Build\Release\PetaJson\netcoreapp2.0\PetaJson.*" target="ref/netcoreapp2.0" />
  21. <file src=".\Build\Release\PetaJson\netcoreapp2.0\PetaJson.*" target="runtimes/any/lib/netcoreapp2.0" />
  22. <!-- net46 -->
  23. <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="ref/net46" />
  24. <file src=".\Build\Release\PetaJson\net46\PetaJson.*" target="runtimes/any/lib/net46" />
  25. </files>
  26. </package>