User Profile
mylastsong18
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Re: WPF app that has multiple targets
Sorry it took me so long to reply. I have given up on using MSIX so it’s fine but I’ll keep that in mind for the future. My original goal was never to create a single package but instead a package for each of the different frameworks I target. In my csproj I am able to specify that I want to AppendTargetFrameworkToOutputPath so I suppose I was looking for something like that in MSIX1.3KViews0likes0CommentsWPF app that has multiple targets
Hello. I am currently trying to package up a WPF application I have and I have run into a wall and can't figure out what to do next besides give up. My app targets .Net Framework 4.8 and .Net Core 3.1 and 5.0 Preview. When building the package project after adding my application to it I get an error message that "Project targets 'net48;netcoreapp3.1;netcoreapp5.0' and it cannot be referenced by a project that targets .NetCore,Version=5.0. How can I fix this? Is there a way to tell the package project to create a package for each framework? Does this only work if your app targets a single .Net?1.4KViews0likes2Comments
Recent Blog Articles
No content to show