I am confused. Years back I installed Microsoft.CodeDom.Providers.DotNetCompilerPlatform
from Github:
Microsoft.CodeDom.Providers.DotNetCompilerPlatform
Now I could get the newest C# compiler
in my Asp.Net sites, independent of the .Net Framework version, simply by including the package when deploying to the production server.
However, this summer things changed. If I have understood things correctly, the .Net Framework version 4.8 now defaults to using C# 7.3.
My question is: Does that also apply to Asp.net? Or do I still need to deploy the compiler from Github to my web server?
Is C# 7.3 compiler included in .Net Framework 4.8?