Skip to content

Commit c36542c

Browse files
committed
Disable package validation for new library
1 parent 97c07da commit c36542c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/Aspire.RabbitMQ.Client.v7/Aspire.RabbitMQ.Client.v7.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<Description>A RabbitMQ client (version 7+) that integrates with Aspire, including health checks, logging, and telemetry.</Description>
99
<MinCodeCoverage>80</MinCodeCoverage>
1010
<NoWarn>$(NoWarn);SYSLIB1100;SYSLIB1101</NoWarn>
11+
<!-- Disable package validation as this package hasn't shipped yet. -->
12+
<EnablePackageValidation>false</EnablePackageValidation>
1113
</PropertyGroup>
1214

1315
<ItemGroup>

0 commit comments

Comments
 (0)