Commit 5fc4fa7
fix: move BaseIntermediateOutputPath to Directory.Build.props to fix MSB3539 warning
The MSB3539 warning occurs because BaseIntermediateOutputPath and
BaseOutputPath were being set in DocoptNet.csproj, which is too late
in the MSBuild evaluation order. These properties must be set before
Microsoft.Common.props is imported. Directory.Build.props is the
correct location since it's imported early enough.
Co-authored-by: atifaziz <20511+atifaziz@users.noreply.github.com>1 parent 137336b commit 5fc4fa7
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments