Skip to content

Commit

Permalink
Don't validate public API in package publishing
Browse files Browse the repository at this point in the history
Since we want the analyzers for tracking shipped APIs, not to prevent innovation such as adding ExecuteStream for .net6.0+ targets.
  • Loading branch information
kzu committed Jan 29, 2024
1 parent e6efbd9 commit 9f1202d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Merq/Merq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<Description>
Interfaces for authoring loosely coupled components that communicate via command and event messages within an application.
</Description>
<!-- We introduce new breaking changes in main interface, this is expected for a major version -->
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f1202d

Please sign in to comment.