nuget update
This commit is contained in:
27
.nuget/packages/microsoft.openapi/2.0.0/Microsoft.OpenApi.nuspec
vendored
Normal file
27
.nuget/packages/microsoft.openapi/2.0.0/Microsoft.OpenApi.nuspec
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user