From 9f1202d7371a060162b0a88e49c1ec3004a6a986 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 29 Jan 2024 13:33:20 -0300 Subject: [PATCH] Don't validate public API in package publishing Since we want the analyzers for tracking shipped APIs, not to prevent innovation such as adding ExecuteStream for .net6.0+ targets. --- src/Merq/Merq.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Merq/Merq.csproj b/src/Merq/Merq.csproj index 9d3776e..7520b8d 100644 --- a/src/Merq/Merq.csproj +++ b/src/Merq/Merq.csproj @@ -10,6 +10,8 @@ Interfaces for authoring loosely coupled components that communicate via command and event messages within an application. + + false