Fixed things

This commit is contained in:
BOT Alex 2023-06-27 15:11:51 +02:00
parent 252bb49786
commit bf26a356f6
3 changed files with 5 additions and 4 deletions

View file

@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.19" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.19" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.19" />
<PackageReference Include="MudBlazor" Version="6.5.0" />
</ItemGroup>

View file

@ -10,12 +10,13 @@
},
"Mudblazor.Template": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": "true",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:5001;http://0.0.0.0:420"
"applicationUrl": "https://localhost:5001;http://localhost:420"
}
},
"iisSettings": {