-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYamlDotNet.nuspec
54 lines (46 loc) · 2.69 KB
/
YamlDotNet.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.8">
<id>Vecc.YamlDotNet</id>
<authors>Antoine Aubry</authors>
<description>A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.</description>
<summary>This package contains the YAML parser and serializer.</summary>
<language>en-US</language>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/aaubry/YamlDotNet/wiki</projectUrl>
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
<icon>images/yamldotnet.png</icon>
<repository type="git" url="https://github.com/aaubry/YamlDotNet.git" />
<tags>yaml parser development library serialization</tags>
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.7" />
<group targetFramework=".NETFramework3.5" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NET6.0" />
<group targetFramework=".NET7.0" />
<group targetFramework=".NET8.0" />
</dependencies>
</metadata>
<files>
<file src="bin/Release/net45/YamlDotNet.dll" target="lib/net45" />
<file src="bin/Release/net45/YamlDotNet.xml" target="lib/net45" />
<file src="bin/Release/net47/YamlDotNet.dll" target="lib/net47" />
<file src="bin/Release/net47/YamlDotNet.xml" target="lib/net47" />
<file src="bin/Release/net35/YamlDotNet.dll" target="lib/net35" />
<file src="bin/Release/net35/YamlDotNet.xml" target="lib/net35" />
<file src="bin/Release/net60/YamlDotNet.dll" target="lib/net6.0" />
<file src="bin/Release/net60/YamlDotNet.xml" target="lib/net6.0" />
<file src="bin/Release/net70/YamlDotNet.dll" target="lib/net7.0" />
<file src="bin/Release/net70/YamlDotNet.xml" target="lib/net7.0" />
<file src="bin/Release/net70/YamlDotNet.dll" target="lib/net8.0" />
<file src="bin/Release/net70/YamlDotNet.xml" target="lib/net8.0" />
<file src="bin/Release/netstandard2.0/YamlDotNet.dll" target="lib/netstandard2.0" />
<file src="bin/Release/netstandard2.0/YamlDotNet.xml" target="lib/netstandard2.0" />
<file src="bin/Release/netstandard2.1/YamlDotNet.dll" target="lib/netstandard2.1" />
<file src="bin/Release/netstandard2.1/YamlDotNet.xml" target="lib/netstandard2.1" />
<file src="../LICENSE.txt" target="" />
<file src="../yamldotnet.png" target="images/" />
</files>
</package>