﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>HotChocolate</id>
    <version>13.9.11-custom</version>
    <authors>ChilliCream authors and contributors</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>hotchocolate-signet.png</icon>
    <projectUrl>https://chillicream.com/</projectUrl>
    <description>Contains the Hot Chocolate GraphQL query execution engine and query validation.</description>
    <releaseNotes>Release notes: https://github.com/ChilliCream/graphql-platform/releases/</releaseNotes>
    <copyright>Copyright © 2021 ChilliCream Inc.</copyright>
    <tags>GraphQL ChilliCream</tags>
    <repository type="GitHub" url="https://github.com/ChilliCream/graphql-platform.git" commit="28f39cf7eb97394d1a018b5c3be67a0033812bb1" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="HotChocolate.Authorization" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Execution" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Fetching" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.CursorPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.Mutations" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.OffsetPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Validation" version="13.9.11-custom" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net7.0">
        <dependency id="HotChocolate.Authorization" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Execution" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Fetching" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.CursorPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.Mutations" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.OffsetPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Validation" version="13.9.11-custom" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net8.0">
        <dependency id="HotChocolate.Authorization" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Execution" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Fetching" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.CursorPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.Mutations" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.OffsetPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Validation" version="13.9.11-custom" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="HotChocolate.Authorization" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Execution" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Fetching" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.CursorPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.Mutations" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types.OffsetPagination" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Types" version="13.9.11-custom" exclude="Build,Analyzers" />
        <dependency id="HotChocolate.Validation" version="13.9.11-custom" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>