aspnet / Mvc

[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k stars 2.14k forks source link

Update projects and packages to netcoreapp3.0 #8734

Closed natemcmaster closed 5 years ago

natemcmaster commented 5 years ago

Part of https://github.com/aspnet/AspNetCore/issues/3754.

This changes the projects in MVC to target netcoreapp3.0 only.

I've also updated dependencies and buildtools to latest bits.

natemcmaster commented 5 years ago

Is the change to Testing.targets intentional? Does NuGet import targets from the top level?

Yes, that was intentional. Rather than rename a subdirectory, I made the package layout use the TargetFramework variable.