BrowserLink tooling doesn't work with ASP.NET Core 2.1?

后端 未结 3 1525
傲寒
傲寒 2021-02-14 04:59

Since upgrading to ASP.NET Core 2.1 inside Visual Studio 2017 BrowserLink no longer works. If I use the base \"ASP.NET Core Web Application\" template, choosing to target ASP.NE

3条回答
  •  心在旅途
    2021-02-14 05:48

    if you use Microsoft.AspNetCore.App 2.2.1, you should add Microsoft.VisualStudio.Web.BrowserLink -Version 2.1.1


    if you use Microsoft.VisualStudio.Web.BrowserLink -Version 2.2.0, you will get error

    after you setup install nuget package, don't forget rebuild

提交回复
热议问题