Commit c7a482cb authored by Scott DePouw's avatar Scott DePouw

Remove app.UseBrowserLink() (as of 2.1, only exists if separate NuGet package is installed).

parent ad83abb5
...@@ -89,7 +89,6 @@ namespace CleanArchitecture.Web ...@@ -89,7 +89,6 @@ namespace CleanArchitecture.Web
if (env.IsDevelopment()) if (env.IsDevelopment())
{ {
app.UseDeveloperExceptionPage(); app.UseDeveloperExceptionPage();
// app.UseBrowserLink(); // Must install the Microsoft.VisualStudio.Web.BrowserLink package manually for BrowserLink functionality in 2.1.
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment