add nugets

This commit is contained in:
master
2025-11-18 22:28:20 +02:00
parent 8355e2ff75
commit 77cee6a209
3645 changed files with 4373144 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.OpenApi</id>
<version>2.0.0</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<readme>README.md</readme>
<projectUrl>https://github.com/Microsoft/OpenAPI.NET</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<description>.NET models with JSON and YAML writers for OpenAPI specification</description>
<releaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>OpenAPI .NET</tags>
<repository type="git" url="https://github.com/Microsoft/OpenAPI.NET" commit="25ca05e769c50b2dfd9b1681226a986444044cb7" />
<dependencies>
<group targetFramework="net8.0">
<dependency id="System.Text.Json" version="8.0.5" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Text.Json" version="8.0.5" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>