diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4d4faa..becf95c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: with: app-name: blace-server publish-profile: ${{ secrets.SERVER_PUBLISH_PROFILE }} - package: Blace.Server/bin/Release/net7.0/publish + package: Blace.Server/bin/Release/net8.0/publish - name: Deploy Client uses: Azure/static-web-apps-deploy@v1 @@ -51,5 +51,5 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.CLIENT_DEPLOYMENT_TOKEN }} action: upload skip_app_build: true - app_location: Blace.Client/bin/Release/net7.0/publish/wwwroot + app_location: Blace.Client/bin/Release/net8.0/publish/wwwroot output_location: '' \ No newline at end of file diff --git a/Blace.Client/Blace.Client.csproj b/Blace.Client/Blace.Client.csproj index 75b80c0..774750d 100644 --- a/Blace.Client/Blace.Client.csproj +++ b/Blace.Client/Blace.Client.csproj @@ -1,21 +1,21 @@ - net7.0 + net8.0 enable enable true - - - - + + + + - - - + + + diff --git a/Blace.Client/Components/Place.razor b/Blace.Client/Components/Place.razor index dc64c57..c4bd985 100644 --- a/Blace.Client/Components/Place.razor +++ b/Blace.Client/Components/Place.razor @@ -66,7 +66,7 @@
- } -
diff --git a/Blace.Client/Program.cs b/Blace.Client/Program.cs index 305c7c7..6359a72 100644 --- a/Blace.Client/Program.cs +++ b/Blace.Client/Program.cs @@ -3,7 +3,6 @@ using Blace.Client.Services; using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components.WebAssembly.Hosting; -using Sentry; try { diff --git a/Blace.Client/Properties/launchSettings.json b/Blace.Client/Properties/launchSettings.json index 4d2b92d..e31a5ae 100644 --- a/Blace.Client/Properties/launchSettings.json +++ b/Blace.Client/Properties/launchSettings.json @@ -3,12 +3,12 @@ "Blace.Client": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "http://localhost:7150;http://*:7150", + "applicationUrl": "http://0.0.0.0:7150", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } -} \ No newline at end of file +} diff --git a/Blace.Client/wwwroot/index.html b/Blace.Client/wwwroot/index.html index e37d41f..9e6efd1 100644 --- a/Blace.Client/wwwroot/index.html +++ b/Blace.Client/wwwroot/index.html @@ -32,6 +32,7 @@ Reload 🗙 +