Skip to content

Commit 88edee0

Browse files
Update dirs.proj to include IsPackable property (#23)
Added IsPackable property to prevent packing.
1 parent 06c09b1 commit 88edee0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dirs.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<Project Sdk="Microsoft.Build.Traversal">
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<!-- This is a traversal project - do not pack it -->
6+
<IsPackable>false</IsPackable>
57
</PropertyGroup>
68

79
<ItemGroup>

0 commit comments

Comments
 (0)