disables package validation to fix errors during package restore

Signed-off-by: Carsten Schulze <73946641+antiblue@users.noreply.github.com>
This commit is contained in:
cschulze 2024-09-19 09:39:16 +02:00 committed by Carsten Schulze
parent a866a17216
commit 309f871c4b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<TargetFrameworks>net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<Description>RabbitMQ extensions for CloudNative.CloudEvents</Description>
<PackageTags>cncf;cloudnative;cloudevents;events;rabbitmq;amqp</PackageTags>
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>
<ItemGroup>