From 230c990fd1fde394712347b0bf68ac7c3ebeb80f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 17 Apr 2024 01:01:36 -0400 Subject: [PATCH] don't pack non packages --- Examples/States/States.csproj | 1 + Examples/Tokens/Tokens.csproj | 1 + IRCSharp.Tests/IRCSharp.Tests.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/Examples/States/States.csproj b/Examples/States/States.csproj index 8e2b220..a70c09f 100644 --- a/Examples/States/States.csproj +++ b/Examples/States/States.csproj @@ -3,6 +3,7 @@ Exe net8.0 + false diff --git a/Examples/Tokens/Tokens.csproj b/Examples/Tokens/Tokens.csproj index 31383ae..1ebef6e 100644 --- a/Examples/Tokens/Tokens.csproj +++ b/Examples/Tokens/Tokens.csproj @@ -3,6 +3,7 @@ Exe net8.0 + false diff --git a/IRCSharp.Tests/IRCSharp.Tests.csproj b/IRCSharp.Tests/IRCSharp.Tests.csproj index 27d07f4..d46685a 100644 --- a/IRCSharp.Tests/IRCSharp.Tests.csproj +++ b/IRCSharp.Tests/IRCSharp.Tests.csproj @@ -3,6 +3,7 @@ net8.0 true + false