Is JetBrains Rider with C# 7.0 support on an USB-Drive possible?

1.5k Views Asked by At

I´m trying to get a C# 7.0 Solution on an USB-Drive together because i don´t have Admin rights on all Computers where i am programming to install Visual Studio.

I now got Rider running on an USB-Drive.
The thing is, that i can only set the C# Version on 5.0 and I can´t install a newer Net.Framework (no Adminrights).

Is it somehow possible to give Rider some portable MSBuildTools for C# 7.0? When it is possible, what do I need that Rider don´t mark me everything what is only supported from C# > 5.0 on compiling?

1

There are 1 best solutions below

0
On

Yes you can do it. You should put latest the MSBuild with Roslyn on the usb drive and select it in Settings on the Toolset and Build page.