Skip to content

Commit

Permalink
Merge pull request #690 from Cysharp/hotfix/SourceGeneratorsAreNotPac…
Browse files Browse the repository at this point in the history
…kable

Make source generators not packable
  • Loading branch information
mayuki authored Oct 25, 2023
2 parents a713528 + 5ff6240 commit da837f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<AnalyzerLanguage>cs</AnalyzerLanguage>
<RootNamespace>MagicOnion.Client.SourceGenerator</RootNamespace>

<!-- We don't need to publish the package to NuGet. -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<AnalyzerLanguage>cs</AnalyzerLanguage>

<!-- We don't need to publish the package to NuGet. MagicOnion.Client.SourceGenerator.dll is bundled with MagicOnion.Client -->
<Packable>false</Packable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit da837f7

Please sign in to comment.