26 lines
1.4 KiB
XML
Executable File
26 lines
1.4 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.AspNetCore.OpenApi</id>
|
|
<version>9.0.13</version>
|
|
<authors>Microsoft</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<readme>PACKAGE.md</readme>
|
|
<projectUrl>https://asp.net/</projectUrl>
|
|
<description>Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
|
|
|
|
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/087328de5f1e0067be48d87295ae8d92064a1535</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>aspnetcore openapi</tags>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/dotnet/aspnetcore" commit="087328de5f1e0067be48d87295ae8d92064a1535" />
|
|
<dependencies>
|
|
<group targetFramework="net9.0">
|
|
<dependency id="Microsoft.OpenApi" version="1.6.17" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
<frameworkReferences><group targetFramework="net9.0"><frameworkReference name="Microsoft.AspNetCore.App" /></group></frameworkReferences></metadata>
|
|
</package> |