Make Microsoft.AspNetCore.App a ref-assembly only package #3608
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Problem
Currently, projects which reference ASP.NET Core get compilation references from NuGet packages. When using Microsoft.AspNetCore.App 2.1, this results in the compiler referencing 168 .dll files from NuGet packages. These .dll files also happen to be the implementation binaries used in some scenarios. This has some negative consequences, such as (but not limited to):
Proposed solution
Let's update Microsoft.AspNetCore.App to follow the pattern established by Microsoft.NETCore.App in 2.0.0. This requires 2 breaking changes.
Requirements
Microsoft.AspNetCore.App must:
ref/netcoreapp3.0/*.dll
FYI prototype: aspnet/AspLabs#25
The text was updated successfully, but these errors were encountered: