aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
883 stars 226 forks source link

Cross-Compile rzc to target netcoreapp3.0 #2696

Closed pranavkm closed 5 years ago

pranavkm commented 5 years ago

Roll-forward semantics work for minor versions but not across major versions. If a machine only has netcoreapp3.0 installed, running rzc would fail saying the runtime could not be found.

See discussion in: https://github.com/aspnet/AspNetCore/issues/3698

pranavkm commented 5 years ago

Modified the compiler to target netcoreapp3.0. This aligns with the runtime carried by the 3.0 SDK