Skip to content

Commit

Permalink
SmallSharp should be a development dependency
Browse files Browse the repository at this point in the history
Fixes #95
  • Loading branch information
kzu authored Nov 16, 2022
1 parent fd2f292 commit 75910f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SmallSharp/SmallSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<PackFolder>build\netstandard2.0</PackFolder>
<PackNone>true</PackNone>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,4 +31,4 @@
<UpToDateCheckInput Include="SmallSharp.targets" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 75910f0

Please sign in to comment.