﻿<?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.4.1</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="68ea59cd528da1ef3535bb64ccb014ad515018d7" />
    <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>