Publishing .Net framework/wpf desktop applications using Rider
I have some desktop applications which is build using .Net framework (mostly version 4.7.1) and WPF. I am trying to publish these application using Jetbrains Rider. Looking at https://www.jetbrains.com/help/rider/List_of_run_debug_configurations.html it seems not to be possible, can this be true?
Please sign in to leave a comment.
Hello Anna-Rosa,
Unfortunately, Rider doesn't support publishing legacy-style .Net Framework projects. I recommend migrating your .csproj to a modern sdk-style project.
For example, such a project (.csproj) can be published in Rider just fine:
The rest available options are:
Hope that helps