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...
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...