Skip to content

Commit

Permalink
Set DevelopmentDependency=false
Browse files Browse the repository at this point in the history
  • Loading branch information
yugabe committed Aug 2, 2024
1 parent 56c32f1 commit 8d288fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/EnumValues/PodNet.EnumValues.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<Description>Generate fast constant string lookups for enum values. An efficient, easy-to-use C# source generator.</Description>
<PackageTags>EnumValues, PodNet, generator, enum, enums, lookups, flags, binary, bit, bits, awesome</PackageTags>
<PodNetIncludeLibPlaceholder>false</PodNetIncludeLibPlaceholder>
<!--
It's important to disable this as a development dependency, otherwise the "compile" assets,
which include the PodNet.EnumValues.Core.dll will be ignored upon installing via CLI or VS.
-->
<DevelopmentDependency>false</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8d288fa

Please sign in to comment.