|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> |
| 3 | + <metadata> |
| 4 | + <id>ServiceStack.Text.Core</id> |
| 5 | + <title>ServiceStack.Text .NET Standard 2.0</title> |
| 6 | + <version>5.0.0</version> |
| 7 | + <authors>ServiceStack</authors> |
| 8 | + <owners>ServiceStack</owners> |
| 9 | + <summary>.NET's Standard 2.0 build of ServiceStack.Text</summary> |
| 10 | + <description> |
| 11 | + .NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. |
| 12 | + Contains ServiceStack's high-performance text-processing powers, for more info see: https://servicestack.net/text |
| 13 | + </description> |
| 14 | + <projectUrl>https://github.com/ServiceStack/ServiceStack.Text</projectUrl> |
| 15 | + <licenseUrl>https://servicestack.net/terms</licenseUrl> |
| 16 | + <requireLicenseAcceptance>true</requireLicenseAcceptance> |
| 17 | + <iconUrl>https://servicestack.net/img/logo-32.png</iconUrl> |
| 18 | + <tags>JSON Text Serializer CSV JSV Dump PrettyPrint Fast</tags> |
| 19 | + <language>en-US</language> |
| 20 | + <copyright>ServiceStack and contributors</copyright> |
| 21 | + <dependencies> |
| 22 | + <group targetFramework=".netstandard2.0"> |
| 23 | + <dependency id="Microsoft.Extensions.Primitives" version="[2.0.0, )" /> |
| 24 | + <dependency id="System.Runtime" version="[4.3.0, )" /> |
| 25 | + <dependency id="System.Reflection.Emit" version="[4.3.0, )" /> |
| 26 | + <dependency id="System.Reflection.Emit.LightWeight" version="[4.3.0, )" /> |
| 27 | + <dependency id="Microsoft.CSharp" version="[4.4.0, )" /> |
| 28 | + </group> |
| 29 | + </dependencies> |
| 30 | + </metadata> |
| 31 | + <files> |
| 32 | + <file src="lib\**\*.*" target="lib" /> |
| 33 | + <file src="..\..\src\ServiceStack.Text\**\*.cs" target="src" /> |
| 34 | + </files> |
| 35 | +</package> |
| 36 | + |
0 commit comments