Skip to content

Commit

Permalink
make projects non packable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed May 12, 2024
1 parent 01eb8a6 commit af5c8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit af5c8cc

Please sign in to comment.