diff --git a/src/Application/Gaas.GobbletGobblers.Application/Gaas.GobbletGobblers.Application.csproj b/src/Application/Gaas.GobbletGobblers.Application/Gaas.GobbletGobblers.Application.csproj index b1b816c..a97c71f 100644 --- a/src/Application/Gaas.GobbletGobblers.Application/Gaas.GobbletGobblers.Application.csproj +++ b/src/Application/Gaas.GobbletGobblers.Application/Gaas.GobbletGobblers.Application.csproj @@ -1,15 +1,15 @@ - + - net6.0 + net8.0 enable enable true - - + + diff --git a/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Gaas.GobbletGobblers.Client.csproj b/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Gaas.GobbletGobblers.Client.csproj index 29a8932..4e516a4 100644 --- a/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Gaas.GobbletGobblers.Client.csproj +++ b/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Gaas.GobbletGobblers.Client.csproj @@ -1,16 +1,16 @@  - net7.0 + net8.0 enable enable service-worker-assets.js - - - + + + diff --git a/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Pages/Index.razor b/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Pages/Index.razor index e78c5f4..7cb1a91 100644 --- a/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Pages/Index.razor +++ b/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Pages/Index.razor @@ -217,6 +217,7 @@ protected override async Task OnInitializedAsync() { var baseUrl = Configuration.GetValue("BaseUrl"); + hubConnection = new HubConnectionBuilder() .WithUrl($"{baseUrl}/gameHub") .Build(); diff --git a/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Program.cs b/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Program.cs index 4936cc6..63dc7c1 100644 --- a/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Program.cs +++ b/src/InterfaceAdapter/Gaas.GobbletGobblers.Client/Program.cs @@ -11,4 +11,6 @@ builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(baseAddress!) }); +Console.WriteLine($"{environment}:{baseAddress}"); + await builder.Build().RunAsync(); diff --git a/src/InterfaceAdapter/Gaas.GobbletGobblers.Console/Gaas.GobbletGobblers.Console.csproj b/src/InterfaceAdapter/Gaas.GobbletGobblers.Console/Gaas.GobbletGobblers.Console.csproj index 8c9efe3..ed75217 100644 --- a/src/InterfaceAdapter/Gaas.GobbletGobblers.Console/Gaas.GobbletGobblers.Console.csproj +++ b/src/InterfaceAdapter/Gaas.GobbletGobblers.Console/Gaas.GobbletGobblers.Console.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Gaas.GobbletGobblers.Console enable enable diff --git a/src/InterfaceAdapter/Gaas.GobbletGobblers.Core.WebApi/Gaas.GobbletGobblers.Core.WebApi.csproj b/src/InterfaceAdapter/Gaas.GobbletGobblers.Core.WebApi/Gaas.GobbletGobblers.Core.WebApi.csproj index 3f1000a..02195b6 100644 --- a/src/InterfaceAdapter/Gaas.GobbletGobblers.Core.WebApi/Gaas.GobbletGobblers.Core.WebApi.csproj +++ b/src/InterfaceAdapter/Gaas.GobbletGobblers.Core.WebApi/Gaas.GobbletGobblers.Core.WebApi.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 enable enable 0ebaa4f1-5d5a-4294-b40d-56f2113cf1ce @@ -10,8 +10,12 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/test/Gaas.GobbletGobblers.Core.Tests/Gaas.GobbletGobblers.Core.Tests.csproj b/test/Gaas.GobbletGobblers.Core.Tests/Gaas.GobbletGobblers.Core.Tests.csproj index 7952255..cf759cf 100644 --- a/test/Gaas.GobbletGobblers.Core.Tests/Gaas.GobbletGobblers.Core.Tests.csproj +++ b/test/Gaas.GobbletGobblers.Core.Tests/Gaas.GobbletGobblers.Core.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 Gaas.Gobblet_Gobblers.Tests enable enable @@ -10,7 +10,7 @@ - +