From e407ba89b163202d411afb611d355d532cdab619 Mon Sep 17 00:00:00 2001 From: st0o0 <64534642+st0o0@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:27:03 +0100 Subject: [PATCH] Disables package creation for benchmarks --- src/WebSocket.Rx.Benchmarks/WebSocket.Rx.Benchmarks.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WebSocket.Rx.Benchmarks/WebSocket.Rx.Benchmarks.csproj b/src/WebSocket.Rx.Benchmarks/WebSocket.Rx.Benchmarks.csproj index 4e2d883..d88fe4b 100644 --- a/src/WebSocket.Rx.Benchmarks/WebSocket.Rx.Benchmarks.csproj +++ b/src/WebSocket.Rx.Benchmarks/WebSocket.Rx.Benchmarks.csproj @@ -6,6 +6,7 @@ enable true true + false