diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 52e0fc16..68753471 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -183,7 +183,7 @@ jobs: - name: Setup uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore - name: Build @@ -232,7 +232,7 @@ jobs: - name: Setup uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore - name: Build diff --git a/src/broker/CloudStreams.Broker.Api/CloudStreams.Broker.Api.csproj b/src/broker/CloudStreams.Broker.Api/CloudStreams.Broker.Api.csproj index fda3516e..0b37d580 100644 --- a/src/broker/CloudStreams.Broker.Api/CloudStreams.Broker.Api.csproj +++ b/src/broker/CloudStreams.Broker.Api/CloudStreams.Broker.Api.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -21,6 +21,7 @@ Linux ..\..\..true false + 909f35f5-c6c0-4abd-b2e2-699b307cd4aa diff --git a/src/core/CloudStreams.Core/CloudStreams.Core.csproj b/src/core/CloudStreams.Core/CloudStreams.Core.csproj index 4bc880a6..9864ae76 100644 --- a/src/core/CloudStreams.Core/CloudStreams.Core.csproj +++ b/src/core/CloudStreams.Core/CloudStreams.Core.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -16,6 +16,7 @@ https://github.com/neuroglia-io/cloud-streams git true + 7bc875f7-ac1c-432d-93b2-7c228be79c8c diff --git a/src/gateway/CloudStreams.Gateway.Api/CloudStreams.Gateway.Api.csproj b/src/gateway/CloudStreams.Gateway.Api/CloudStreams.Gateway.Api.csproj index ae3f386e..f507c03b 100644 --- a/src/gateway/CloudStreams.Gateway.Api/CloudStreams.Gateway.Api.csproj +++ b/src/gateway/CloudStreams.Gateway.Api/CloudStreams.Gateway.Api.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -21,6 +21,7 @@ Linux ..\..\.. false + 07f9091b-f950-4424-aac2-d69a94248f77 diff --git a/src/gateway/CloudStreams.Gateway.Api/Program.cs b/src/gateway/CloudStreams.Gateway.Api/Program.cs index f49b8763..9e4b437a 100644 --- a/src/gateway/CloudStreams.Gateway.Api/Program.cs +++ b/src/gateway/CloudStreams.Gateway.Api/Program.cs @@ -48,6 +48,7 @@ using var app = builder.Build(); +if (app.Environment.IsDevelopment()) app.UseWebAssemblyDebugging(); app.UseResponseCompression(); app.UseBlazorFrameworkFiles(); app.UseStaticFiles(); diff --git a/src/gateway/CloudStreams.Gateway.Api/Properties/launchSettings.json b/src/gateway/CloudStreams.Gateway.Api/Properties/launchSettings.json index 750a05e1..96807ebb 100644 --- a/src/gateway/CloudStreams.Gateway.Api/Properties/launchSettings.json +++ b/src/gateway/CloudStreams.Gateway.Api/Properties/launchSettings.json @@ -8,7 +8,8 @@ "CLOUDSTREAMS_GATEWAY_NAME": "gateway-1" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5139" + "applicationUrl": "http://localhost:5139", + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}" }, "IIS Express": { "commandName": "IISExpress",