0

I'm using Manjaro and I would like to use Rider instead of Visual Studio on Windows for my .Net class. Using pamac I found sdk and runtime for the version 2.1. However, I need the 2.0.0 version. I try to install it from binaries but Rider don't find it. The only one he found is 2.1 does anyone know how to do that ?

Azumi
  • 155
  • 1
  • 2
  • 8
  • 1
    2.0 was end of life'd a few months ago. It will not receive any security fixes or other bugfixes. Are you sure you really want to use it? – omajid Nov 15 '18 at 15:21
  • Yeah, that's a teacher request. (Notably to use AccountController) which is modified in 2.1 by razorfile (?). – Azumi Nov 15 '18 at 16:06
  • “I try to install it from binaries”? Why? There is a installs script so that you can easily install .NET Core 2.0 runtime, https://www.hanselman.com/blog/SideBySideUserScopedNETCoreInstallationsOnLinuxWithDotnetinstallsh.aspx – Lex Li Nov 16 '18 at 20:26

1 Answers1

0
  1. In Rider, go to File | Settings | Build, Execution, Deployment | Toolset and Build.
  2. Modify values of two settings, .NET Core CLI executable path and Use MSBuild version, to point to your custom installation.
Jura Gorohovsky
  • 9,886
  • 40
  • 46