Created
February 12, 2021 04:06
-
-
Save mirmostafa/6c6a0fe8b59500b4cae2d5ae1144ccb2 to your computer and use it in GitHub Desktop.
dotnet Watch in Visual Studio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Watch": { | |
"commandName": "Executable", | |
"executablePath": "dotnet.exe", | |
"workingDirectory": "$(ProjectDir)", | |
"commandLineArgs": "watch run", | |
"launchBrowser": true, | |
"launchUrl": "https://localhost:5001;http://localhost:5000", | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development", | |
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment