Commit acc3e68
fix: scope default Version to packable projects only
IsPackable=false projects (tests) inherit Version=0.0.0-dev
which is invalid for AssemblyVersion (CS7034). Gate the default
Version behind '' != 'false'.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 41e875a commit acc3e68
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
0 commit comments