Skip to content

Commit

Permalink
Merge pull request #52 from jaredpar/pack
Browse files Browse the repository at this point in the history
Generator should not be packable
  • Loading branch information
jaredpar authored May 1, 2024
2 parents d43d879 + f13b74a commit faf7360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Generate/Generate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

</Project>

0 comments on commit faf7360

Please sign in to comment.