Disable some unnecessary NuGet packaging

Set IsPackable to false for Aspire ServiceDefaults and
shared/ShouldlyExtensions.
This commit is contained in:
Joe DeCock 2025-07-02 13:16:56 -05:00
parent 28e5877848
commit 4ebdcac114
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireSharedProject>true</IsAspireSharedProject>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>

View file

@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<IsTestProject>false</IsTestProject>
<RootNamespace>Shouldly</RootNamespace>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>