shreesharao / aspnetcore-ConsoleToWeb

Convert Console project to web project for understanding the working of asp.net core mvc
0 stars 0 forks source link

Why to use .app instead of .all metapackage #2

Closed shreesharao closed 6 years ago

shreesharao commented 6 years ago

https://github.com/aspnet/Announcements/issues/287

shreesharao commented 6 years ago

The new meta-package differs from the existing meta-package in that it reduces the number of dependencies of packages not owned or supported by the ASP.NET or .NET teams to just those deemed necessary to ensure the major frameworks features function.

shreesharao commented 6 years ago

Microsoft.AspNetCore.App meta-pacakge does not include Browserlink. we need to add that explicitly.

<PackageReference Include="Microsoft.visualstudio.web.browserlink" Version="2.1.1" />