Replies: 1 comment 1 reply
-
Did you get to the bottom of this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Visual Studio 2022(17.5.1) I've successfully updated a solution's msi package and bundle projects from 3.11 to 4.0.1 using HeatWave 1.0.1. I now see in the Visual Studio output for tests, each wix 4.0.1 project is reporting,
Failed to parse target framework ',Version=v0.0' for project 'XXXXXXXX'.
The solution also contains MSTest projects,I tried adding,
<PropertyGroup> <IsTestProject>false</IsTestProject> </PropertyGroup> <ItemGroup> <ProjectCapability Remove="TestContainer" /> </ItemGroup>
to each wixproj file in the hope the projects would be ignored by VS test discovery but doesn't help. All wix projects build and run but have I missed something in upgrading to 4.0.1?
Beta Was this translation helpful? Give feedback.
All reactions