Skip to content

Commit 21586b5

Browse files
Fix project file to ensure IsPackable is set to false (#3)
1 parent fbd9eb4 commit 21586b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Solutions/Samples/SampleAppWithDeadCode/SampleAppWithDeadCode.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
</Project>

0 commit comments

Comments
 (0)