Commit b88e0c8
committed
Fix build: remove Vsix ProjectReference that breaks dotnet build on Windows
The net472+UseWPF Vsix project cannot be evaluated by the .NET 10 SDK
without triggering 'target platform must be set to Windows'. Referencing
it from Tests.csproj (even with Build=false) causes dotnet build to fail.
Remove the reference - the Vsix tests already skip gracefully when the
output directory is absent (VsixDoesNotReferenceNewerBclPolyfillsThanOldestSupportedVs
now returns early like the second test). Build Vsix separately with msbuild.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent 08b900d commit b88e0c8
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 44 | | |
0 commit comments