User915516305 posted
Hi,
had a working crud and was looking to start putting identity in it.
got message about wrong version when tried to run
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design
thus resorted to backup of entire project folder.
ran dotnet build on it and backup builds o.k.
get below when try run in cs code before would just launch browser but now not launching browser - why is this?
thanks
You may only use the Microsoft .NET Core Debugger (vsdbg) with
Visual Studio Code, Visual Studio or Visual Studio for Mac software
to help you develop and test your applications.
-------------------------------------------------------------------
Using launch settings from 'D:\RazorCRUD\Properties\launchSettings.json' [Profile 'RazorCRUD']...
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\porourke\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
Hosting environment: Development
Content root path: D:\RazorCRUD
Launching browser (cmd.exe /C start https://localhost:5001)
Now listening on: https://localhost:5001
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.