﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ATProtoNet.Aspire.Hosting</id>
    <version>0.6.0</version>
    <authors>Grandiras</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://git.grandiras.net/Grandiras/ATProto.NET</projectUrl>
    <description>Aspire hosting integration for ATProto.NET — adds AT Protocol PDS containers (the reference Bluesky PDS and Tranquil PDS) to .NET Aspire AppHosts with automatic configuration.</description>
    <copyright>Copyright (c) 2025-present ATProto.NET Contributors</copyright>
    <tags>atproto bluesky aspire hosting pds tranquil container</tags>
    <repository type="git" url="https://git.grandiras.net/Grandiras/ATProto.NET" commit="7f672c08277382a3a5d47cd94fd18ee00d20c875" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="Aspire.Hosting" version="13.4.6" exclude="Build,Analyzers" />
        <dependency id="Aspire.Hosting.PostgreSQL" version="13.4.6" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>