From 5ff62404885a7efb3bdd94b4b1fcfe72823b4fb2 Mon Sep 17 00:00:00 2001 From: Mayuki Sawatari Date: Wed, 25 Oct 2023 11:09:57 +0900 Subject: [PATCH] Make source generators not packable --- .../MagicOnion.Client.SourceGenerator.Unity.csproj | 2 ++ .../MagicOnion.Client.SourceGenerator.csproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MagicOnion.Client.SourceGenerator.Unity/MagicOnion.Client.SourceGenerator.Unity.csproj b/src/MagicOnion.Client.SourceGenerator.Unity/MagicOnion.Client.SourceGenerator.Unity.csproj index a4014502c..41a16f916 100644 --- a/src/MagicOnion.Client.SourceGenerator.Unity/MagicOnion.Client.SourceGenerator.Unity.csproj +++ b/src/MagicOnion.Client.SourceGenerator.Unity/MagicOnion.Client.SourceGenerator.Unity.csproj @@ -13,6 +13,8 @@ cs MagicOnion.Client.SourceGenerator + + false diff --git a/src/MagicOnion.Client.SourceGenerator/MagicOnion.Client.SourceGenerator.csproj b/src/MagicOnion.Client.SourceGenerator/MagicOnion.Client.SourceGenerator.csproj index ede71929a..31baaafd0 100644 --- a/src/MagicOnion.Client.SourceGenerator/MagicOnion.Client.SourceGenerator.csproj +++ b/src/MagicOnion.Client.SourceGenerator/MagicOnion.Client.SourceGenerator.csproj @@ -16,7 +16,7 @@ cs - false + false