Commit 2d45ba2
committed
Set IsPackable to false in example projects
Added <IsPackable>false</IsPackable> to the Console and Plugin example .csproj files to prevent these projects from being packaged. This helps ensure only intended projects are distributed as NuGet packages.1 parent 91febde commit 2d45ba2
File tree
2 files changed
+2
-0
lines changed- src
- Extensions.Hosting.Console.Example
- Extensions.Hosting.Plugin.Example
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments