Skip to content

Commit

Permalink
Include source generator in package (#30)
Browse files Browse the repository at this point in the history
The source generator was being excluded from the package.
  • Loading branch information
davkean authored Jul 3, 2024
1 parent 253a5fd commit e479a1f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ The objects generated are extensible so additional methods can be added to them
<None Include="$(PkgFParsec)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

<ItemGroup>
<None Remove="bin\$(Configuration)\netstandard2.0\CSharp.UnionTypes.SourceGenerator.dll" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e479a1f

Please sign in to comment.