Update ASPNETCORE dev variable

This commit is contained in:
James Skemp 2022-07-16 07:04:07 -05:00
parent 16faa760a8
commit f72f9e5913
1 changed files with 1 additions and 2 deletions

View File

@ -56,9 +56,8 @@ Remove-Item Env:\NAME_OF_VARIABLE
## .NET Core specific
```powershell
$Env:ASPNETCORE_ENVIRONMENT = "Local"
$Env:ASPNETCORE_ENVIRONMENT = "Development"
$Env:NETCORE_ENVIRONMENT = "Development"
```
The `ASPNETCORE_ENVIRONMENT` value overrides `DOTNET_ENVIRONMENT`.