nuget updates
This commit is contained in:
28
local-nugets/yamldotnet/13.7.1/YamlDotNet.nuspec
Normal file
28
local-nugets/yamldotnet/13.7.1/YamlDotNet.nuspec
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
|
||||
<metadata minClientVersion="2.8">
|
||||
<id>YamlDotNet</id>
|
||||
<version>13.7.1</version>
|
||||
<authors>Antoine Aubry</authors>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="file">LICENSE.txt</license>
|
||||
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
|
||||
<icon>images/yamldotnet.png</icon>
|
||||
<projectUrl>https://github.com/aaubry/YamlDotNet/wiki</projectUrl>
|
||||
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
|
||||
<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>
|
||||
<tags>yaml parser development library serialization</tags>
|
||||
<repository type="git" url="https://github.com/aaubry/YamlDotNet.git" />
|
||||
<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" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user