diff --git a/.vscode/launch.json b/.vscode/launch.json
index 26bc2e7..28816c6 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -1,50 +1,9 @@
{
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "name": ".NET Core Launch (web)",
- "type": "coreclr",
- "request": "launch",
- "preLaunchTask": "build",
- "program": "${workspaceFolder}/src/AzureWebStorageExplorer/bin/Debug/net8.0/AzureWebStorageExplorer.dll",
- "args": [],
- "cwd": "${workspaceFolder}/src/AzureWebStorageExplorer",
- "stopAtEntry": false,
- "serverReadyAction": {
- "action": "openExternally",
- "pattern": "\\bNow listening on:\\s+(https?://\\S+)"
- },
- "env": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "MOCK": "true"
- },
- "sourceFileMap": {
- "/Views": "${workspaceFolder}/Views"
- }
- },
- {
- "name": "BlazorWASM",
- "type": "coreclr",
- "request": "launch",
- "preLaunchTask": "build",
- "program": "${workspaceFolder}/src/wasm/bin/Debug/net8.0/wasm.dll",
- "args": [],
- "cwd": "${workspaceFolder}/src/wasm",
- "stopAtEntry": false,
- "serverReadyAction": {
- "action": "openExternally",
- "pattern": "\\bNow listening on:\\s+(https?://\\S+)"
- },
- "env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "sourceFileMap": {
- "/Views": "${workspaceFolder}/Views"
- }
- },
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
{
"name": "Blazor WEB",
"type": "coreclr",
@@ -89,10 +48,10 @@
"/Views": "${workspaceFolder}/Views"
}
},
- {
- "name": ".NET Core Attach",
- "type": "coreclr",
- "request": "attach"
- }
- ]
+ {
+ "name": ".NET Core Attach",
+ "type": "coreclr",
+ "request": "attach"
+ }
+ ]
}
\ No newline at end of file
diff --git a/src/web/Directory.Build.props b/src/web/Directory.Build.props
index 39bc7cc..b63e799 100644
--- a/src/web/Directory.Build.props
+++ b/src/web/Directory.Build.props
@@ -1,5 +1,5 @@
Or
@* *@ @@ -44,7 +44,7 @@ @if (ShowError) { -