Commit 64be0a5
Move CsWin32RunAsBuildTask to Directory.Build.targets
Relocate the CsWin32RunAsBuildTask property from Directory.Build.props to Directory.Build.targets (after DisableRuntimeMarshalling), grouping it with the other AOT/marshalling-related build settings. Both CsWin32 consumers (UnitTest and OOPExe) target net10.0, so the targets PropertyGroup's net10.0 gate still applies and the property continues to resolve to true.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 296220d commit 64be0a5
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 122 | | |
130 | 123 | | |
131 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
0 commit comments