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:
parent
a866a17216
commit
309f871c4b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue