Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 91a45b5

Browse files
committed
rename 2/2
1 parent 8637ee7 commit 91a45b5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

Comments
 (0)