We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbab109 commit 40b9146Copy full SHA for 40b9146
src/Aspire.Hosting.AWS/Aspire.Hosting.AWS.csproj
@@ -7,6 +7,7 @@
7
<Description>Add support for provisioning AWS application resources and configuring the AWS SDK for .NET.</Description>
8
<NoWarn>$(NoWarn);CS8002</NoWarn> <!-- AWS CDK packages are not signed -->
9
<Version>9.1.2</Version>
10
+ <PackageReadmeFile>docs\README.md</PackageReadmeFile>
11
</PropertyGroup>
12
13
<ItemGroup>
@@ -22,6 +23,7 @@
22
23
24
<None Include="../../icon.png" Pack="true" PackagePath="" />
25
<None Include="../../LICENSE" Pack="true" PackagePath="" />
26
+ <None Include="./README.md" Pack="true" PackagePath="docs\README.md" />
27
</ItemGroup>
28
29
0 commit comments