Is there any harm if i install "Install-Package Microsoft.Net.Compilers -Version 2.10.0 " inside my Visual Studio 2015 professional

  • Thread starter Thread starter johnjohn11
  • Start date Start date
J

johnjohn11

Guest
I wanted to use c# 7.1 inside my Visual Studio 2015 professional, so i follow the answer on this link How to use c#7 with Visual Studio 2015? where i run this command inside my nuget command link :-

Install-Package Microsoft.Net.Compilers -Version 2.10.0


but it did not fix the problem. now since running the above command will replace the compiler shipped with Visual Studio. so can i uninstall this? i took the risk so i can run c# 7.1 inside VS 2015.. but since it did not help. so can i un-install

Install-Package Microsoft.Net.Compilers -Version 2.10.0

thanks

Continue reading...
 
Back
Top