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

Injest new Roslyn and do netstandard2.0/net472 #2745

Closed rynowak closed 5 years ago

rynowak commented 5 years ago

Everywhere we run now supports net472 or netcoreapp3.0.

I've changed all of the non-tooling packages to netstandard2.0 and all of the tooling packages to net472. VSCode work will continue from a branch based on net46 until Omnisharp upgrades.

natemcmaster commented 5 years ago

If you want macOS/Linux builds to pass, run build.ps1 -u /t:cow to update build tools to support net472 on x-plat.

rynowak commented 5 years ago

If you want macOS/Linux builds to pass, run

That's really helpful because I actually do want them to pass. #FunSquad

pranavkm commented 5 years ago

More of this

The reference assemblies for framework ".NETFramework,Version=v4.7.2" were not found.