Skip to content

v3.11.0 release

Compare
Choose a tag to compare
@StephenMolloy StephenMolloy released this 12 Apr 02:34
· 13 commits to main since this release

Refresh compilers to 3.11... the most recent and likely last of the 3.X major releases.

  • Refreshed compilers:
    In keeping with the new versioning scheme for this project, the version has been revved to 3.11 to match the version of the compilers included.

  • Only support .Net >= 4.6.2:
    Older versions of .Net are out of support, so this update also removes support for them and no longer carries the oldest version of the compiler tools that was used in previous versions.

  • Non-web projects:
    The appSetting aspnet:RoslynCompilerLocation can still be used to point at a specific download of the Roslyn compiler tools, but this package is hopefully a little more forgiving when searching for a default location and should accomodate both web projects as well as non-web projects without requiring this setting.