﻿<?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.4.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 to .NET Aspire AppHosts with automatic configuration.</description>
    <copyright>Copyright (c) 2025-present ATProto.NET Contributors</copyright>
    <tags>atproto bluesky aspire hosting pds container</tags>
    <repository type="git" url="https://git.grandiras.net/Grandiras/ATProto.NET.git" commit="d9ecad5b7a68bdfb1559089b7437872515821ea0" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="Aspire.Hosting" version="9.5.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>