Fix - Modifying the running profile path for Pokespearean

This commit is contained in:
Eugene ;) 2020-11-22 18:50:22 +01:00
parent b98b668746
commit ccf610b49d
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

View File

@ -19,7 +19,6 @@
"Pokespearean": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "weatherforecast",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},