diff --git a/BlazingChat/Client/BlazingChat.Client.csproj b/BlazingChat/Client/BlazingChat.Client.csproj index 9d1419a..f3824af 100644 --- a/BlazingChat/Client/BlazingChat.Client.csproj +++ b/BlazingChat/Client/BlazingChat.Client.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable @@ -15,10 +15,10 @@ - - - - + + + + diff --git a/BlazingChat/Server/BlazingChat.Server.csproj b/BlazingChat/Server/BlazingChat.Server.csproj index 0e55845..e6403ee 100644 --- a/BlazingChat/Server/BlazingChat.Server.csproj +++ b/BlazingChat/Server/BlazingChat.Server.csproj @@ -1,16 +1,16 @@  - net6.0 + net8.0 enable enable - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/BlazingChat/Shared/BlazingChat.Shared.csproj b/BlazingChat/Shared/BlazingChat.Shared.csproj index a5b78ac..9a938be 100644 --- a/BlazingChat/Shared/BlazingChat.Shared.csproj +++ b/BlazingChat/Shared/BlazingChat.Shared.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable