forked from mgholam/fastJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fastJSON.nuspec
89 lines (89 loc) · 6.19 KB
/
fastJSON.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8"?>
<package
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>fastJSON5</id>
<version>1.0.4</version>
<title>fastJSON5</title>
<authors>hamarb123, mgholam</authors>
<owners />
<projectUrl>https://github.com/hamarb123/fastJSON5</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<description>Very fast, conformant, and polymorphic JSON5 serializer. This build is based on mgholam/fastJSON 2.4.0.5. Support on .NET Core < 2.0 and .NET Standard < 2.0 can be quite limited; be sure to test thoroughly on these platorms since some required APIs may not be available at runtime.</description>
<copyright>mgholam © 2010-2021, hamarb123 © 2020-2023</copyright>
<dependencies>
<group targetFramework="net4" />
<group targetFramework="net45" />
<group targetFramework="netstandard1.5">
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
<dependency id="System.Dynamic.Runtime" version="4.3.0" />
<dependency id="System.Collections.Specialized" version="4.3.0" />
<dependency id="System.Xml.XmlSerializer" version="4.3.0" />
<dependency id="System.Runtime.Serialization.Formatters" version="4.3.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.7.0" />
<dependency id="System.Collections.NonGeneric" version="4.3.0" />
<dependency id="System.Data.Common" version="4.3.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
</group>
<group targetFramework="netstandard2.1" />
<group targetFramework="netcoreapp1.0">
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
<dependency id="System.Collections.Specialized" version="4.3.0" />
<dependency id="System.Xml.XmlSerializer" version="4.3.0" />
<dependency id="System.Runtime.Serialization.Formatters" version="4.3.0" />
<dependency id="System.Collections.NonGeneric" version="4.3.0" />
<dependency id="System.Data.Common" version="4.3.0" />
</group>
<group targetFramework="netcoreapp2.0" />
<group targetFramework="netcoreapp2.1" />
<group targetFramework="netcoreapp3.0" />
<group targetFramework="netcoreapp3.1" />
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
</dependencies>
</metadata>
<files>
<file src="output\net4\fastJSON5.dll" target="lib\net4\fastJSON5.dll" />
<file src="output\net4\fastJSON5.xml" target="lib\net4\fastJSON5.xml" />
<file src="output\net45\fastJSON5.dll" target="lib\net45\fastJSON5.dll" />
<file src="output\net45\fastJSON5.xml" target="lib\net45\fastJSON5.xml" />
<file src="output\netstandard1.5\fastJSON5.dll" target="lib\netstandard1.5\fastJSON5.dll" />
<file src="output\netstandard1.5\fastJSON5.deps.json" target="lib\netstandard1.5\fastJSON5.deps.json" />
<file src="output\netstandard1.5\fastJSON5.xml" target="lib\netstandard1.5\fastJSON5.xml" />
<file src="output\netstandard2.0\fastJSON5.dll" target="lib\netstandard2.0\fastJSON5.dll" />
<file src="output\netstandard2.0\fastJSON5.deps.json" target="lib\netstandard2.0\fastJSON5.deps.json" />
<file src="output\netstandard2.0\fastJSON5.xml" target="lib\netstandard2.0\fastJSON5.xml" />
<file src="output\netstandard2.1\fastJSON5.dll" target="lib\netstandard2.1\fastJSON5.dll" />
<file src="output\netstandard2.1\fastJSON5.deps.json" target="lib\netstandard2.1\fastJSON5.deps.json" />
<file src="output\netstandard2.1\fastJSON5.xml" target="lib\netstandard2.1\fastJSON5.xml" />
<file src="output\netcoreapp1.0\fastJSON5.dll" target="lib\netcoreapp1.0\fastJSON5.dll" />
<file src="output\netcoreapp1.0\fastJSON5.deps.json" target="lib\netcoreapp1.0\fastJSON5.deps.json" />
<file src="output\netcoreapp1.0\fastJSON5.xml" target="lib\netcoreapp1.0\fastJSON5.xml" />
<file src="output\netcoreapp2.0\fastJSON5.dll" target="lib\netcoreapp2.0\fastJSON5.dll" />
<file src="output\netcoreapp2.0\fastJSON5.deps.json" target="lib\netcoreapp2.0\fastJSON5.deps.json" />
<file src="output\netcoreapp2.0\fastJSON5.xml" target="lib\netcoreapp2.0\fastJSON5.xml" />
<file src="output\netcoreapp2.1\fastJSON5.dll" target="lib\netcoreapp2.1\fastJSON5.dll" />
<file src="output\netcoreapp2.1\fastJSON5.deps.json" target="lib\netcoreapp2.1\fastJSON5.deps.json" />
<file src="output\netcoreapp2.1\fastJSON5.xml" target="lib\netcoreapp2.1\fastJSON5.xml" />
<file src="output\netcoreapp3.0\fastJSON5.dll" target="lib\netcoreapp3.0\fastJSON5.dll" />
<file src="output\netcoreapp3.0\fastJSON5.deps.json" target="lib\netcoreapp3.0\fastJSON5.deps.json" />
<file src="output\netcoreapp3.0\fastJSON5.xml" target="lib\netcoreapp3.0\fastJSON5.xml" />
<file src="output\netcoreapp3.1\fastJSON5.dll" target="lib\netcoreapp3.1\fastJSON5.dll" />
<file src="output\netcoreapp3.1\fastJSON5.deps.json" target="lib\netcoreapp3.1\fastJSON5.deps.json" />
<file src="output\netcoreapp3.1\fastJSON5.xml" target="lib\netcoreapp3.1\fastJSON5.xml" />
<file src="output\net5.0\fastJSON5.dll" target="lib\net5.0\fastJSON5.dll" />
<file src="output\net5.0\fastJSON5.deps.json" target="lib\net5.0\fastJSON5.deps.json" />
<file src="output\net5.0\fastJSON5.xml" target="lib\net5.0\fastJSON5.xml" />
<file src="output\net6.0\fastJSON5.dll" target="lib\net6.0\fastJSON5.dll" />
<file src="output\net6.0\fastJSON5.deps.json" target="lib\net6.0\fastJSON5.deps.json" />
<file src="output\net6.0\fastJSON5.xml" target="lib\net6.0\fastJSON5.xml" />
<file src="output\net7.0\fastJSON5.dll" target="lib\net7.0\fastJSON5.dll" />
<file src="output\net7.0\fastJSON5.deps.json" target="lib\net7.0\fastJSON5.deps.json" />
<file src="output\net7.0\fastJSON5.xml" target="lib\net7.0\fastJSON5.xml" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>