Search code examples
c#.net.net-framework-versionrider

How to change .NET Framework in Rider IDE?


In Rider IDE, I am trying to create a new solution:

enter image description here

But I'm unable to change the .NET Framework as the dropdown is disabled. How can I change the version? I have installed .NET Framework 3.5, 4.5, 4.6.


Solution

  • Actually for now Rider contains the only one Web App Template - for net45. We are going to add another one - for net4.6.1 (or 4.6.2) in 2018.1. You can track status here: https://youtrack.jetbrains.com/issue/RIDER-10888

    The main issue here - we can not just change target framework version, but change all referenced package versions and some template files...