Files
git.stella-ops.org/.nuget/packages/microsoft.openapi/2.0.0/Microsoft.OpenApi.nuspec
StellaOps Bot 17826bdca1 nuget update
2025-11-25 07:44:18 +02:00

27 lines
1.3 KiB
XML

<?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>