synercoder / FormsAuthentication

Enable ASP.NET Core 2 cookies to read old ASP.NET Forms Authentication cookies
MIT License
74 stars 25 forks source link

Downloaded repo doesn't build #10

Closed JvandeKraats closed 5 years ago

JvandeKraats commented 5 years ago

When downloading the whole repo and opening the solution file in VS2017, it won't build because the TestImplementation.ReadCookie project doesn't know the UseBrowserLink method. I included a screenshot below.

image

I've tried cleaning, rebuilding and restoring the nuget packages for the whole solution.

synercoder commented 5 years ago

Try again? I removed the browserlink in #11 . That was something visual studio used to make debugging easier. But it is no longer the way to go, and isn't important for the sample.

JvandeKraats commented 5 years ago

The build now succeeds, thanks for the fix.