aspnetcore/eng
Pranav K 5c1f6ffc8c
Update compiler version to 3.8.0 (#28125)
Razor requires referencing two different versions of Roslyn

Razor compiler (rzc) that ships as part of the SDK. rzc ships copies of compiler binaries (Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Common).
Razor runtime compilation is shipped as a NuGet package and needs to reference a version of Roslyn that ships as a NuGet package.
Roslyn doesn't follow the runtime ship schedule so to reliably the 2nd item, ASP.NET Core manually updates this package version. As part of 5.0.1, it was discovered that there's two different versions of these binaries in the SDK (a 3.8.0 version carried by the compiler and a 3.7.0 version carried by Razor). This is a bit vexxing, more so in source build which only builds the newer version.

Fixes #28096

Description
Update the Roslyn version referenced by Razor to 3.8.0

Customer impact
Razor compilation uses a newer version of the compiler consistent with the rest of the SDK.
Users updating to the 5.0.1 version of runtime compilation package will now use a newer version of the compiler. While it's slightly unusual to update a reference by a minor version as part of a patch release, we do not see users taking a hard dependency on the compiler version to be affected by this.
Regression
No

Risk
Low.
2020-11-24 19:38:35 -08:00
..
common [release/5.0] Update dependencies from dotnet/arcade (#27683) 2020-11-12 19:46:20 +00:00
docker
helix Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
scripts Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
targets [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
tools [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
AfterSigning.targets
AfterSolutionBuild.targets
AllRulesDisabled.ruleset
Baseline.Designer.props Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
Baseline.xml Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
Build.props
CodeGen.proj
Common.props
Dependencies.props [release/5.0] Enable MUSL ARM support (#27942) 2020-11-23 11:49:10 -08:00
GenAPI.exclusions.txt
LicenseHeader.txt
PackageOverrides.txt Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
PlatformManifest.txt Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
PoliCheckExclusions.xml
ProjectReferences.props
PublicAPI.empty.txt [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
PublishSymbols.proj
Publishing.props
QuarantinedTests.AfterArcade.props
QuarantinedTests.BeforeArcade.props
SharedFramework.External.props
SharedFramework.Local.props
SignCheckExclusionsFile.txt
Signing.props
Tools.props Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
Version.Details.xml [release/5.0] Fixup 5.0.0 Package shas to be 5.0 RTM (#27915) 2020-11-23 11:29:52 -08:00
Versions.props Update compiler version to 3.8.0 (#28125) 2020-11-24 19:38:35 -08:00
Workarounds.props
Workarounds.targets
WorkaroundsImported.targets
configure-toolset.ps1
configure-toolset.sh
empty.proj
sdl-tsa-vars.config