Skip to content

Commit

Permalink
fix: Added property DevelopmentDependency (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Nov 18, 2024
1 parent f706330 commit e0cb945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NetEvolve.Defaults/NetEvolve.Defaults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>false</IncludeSymbols>
<NoWarn>$(NoWarn);NU5128;</NoWarn>

<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e0cb945

Please sign in to comment.