Merge pull request #2087 from DuendeSoftware/jmdc/service-defaults

Disable some unnecessary NuGet packaging
This commit is contained in:
Joe DeCock 2025-07-02 13:26:31 -05:00 committed by GitHub
commit b47ed982f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>