The documentation for the microsoft.net.compilers package (at https://www.nuget.org/packages/Microsoft.Net.Compilers/ ) says
The .Net compiler package. A link to this package will cause the project to be built using a specific version of the C # and Visual Basic compilers contained in the package, unlike any installed version of the system.
... what begs the question: what version of the compiler is in the package?
On the same page it says that it supports the .NET Framework 4.5, but this is not a compiler version, is it?
There are several versions of the package. I assume that different versions of the package may contain different versions of the compiler. Is there somewhere a table that indicates which version of the compiler is in each version of the package?
I assume the package contains C # and vb compilers, but I am only interested in C #.
steve source
share