diff --git a/src/MyChess.Backend/MyChess.Backend.csproj b/src/MyChess.Backend/MyChess.Backend.csproj index 304b5ed..fe63282 100644 --- a/src/MyChess.Backend/MyChess.Backend.csproj +++ b/src/MyChess.Backend/MyChess.Backend.csproj @@ -6,12 +6,12 @@ - - + + - + - + diff --git a/src/MyChess.Client/MyChess.Client.csproj b/src/MyChess.Client/MyChess.Client.csproj index c9edfa0..f1efc0b 100644 --- a/src/MyChess.Client/MyChess.Client.csproj +++ b/src/MyChess.Client/MyChess.Client.csproj @@ -17,12 +17,12 @@ - - - - + + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/MyChess.Client/wwwroot/service-worker.js b/src/MyChess.Client/wwwroot/service-worker.js index d7ed520..72e5134 100644 --- a/src/MyChess.Client/wwwroot/service-worker.js +++ b/src/MyChess.Client/wwwroot/service-worker.js @@ -166,7 +166,7 @@ self.addEventListener('push', async (event) => { }); const clientList = await clients.matchAll({ - type: "window", includeUncontrolled: true + type: "all", includeUncontrolled: true }); if (clientList.length > 0) { let client = clientList[0]; diff --git a/src/MyChess.Functions/MyChess.Functions.csproj b/src/MyChess.Functions/MyChess.Functions.csproj index 01d25b0..068299f 100644 --- a/src/MyChess.Functions/MyChess.Functions.csproj +++ b/src/MyChess.Functions/MyChess.Functions.csproj @@ -9,21 +9,21 @@ 245d59f6-33cf-4ba5-a474-89681023e24b - - + + - - + + - + - - + + - - - + + + diff --git a/src/MyChess/MyChess.csproj b/src/MyChess/MyChess.csproj index b353ca9..032e0cd 100644 --- a/src/MyChess/MyChess.csproj +++ b/src/MyChess/MyChess.csproj @@ -7,9 +7,9 @@ - + - + diff --git a/test/unit/MyChess.Backend.Tests/MyChess.Backend.Tests.csproj b/test/unit/MyChess.Backend.Tests/MyChess.Backend.Tests.csproj index 2b8f175..008ffa9 100644 --- a/test/unit/MyChess.Backend.Tests/MyChess.Backend.Tests.csproj +++ b/test/unit/MyChess.Backend.Tests/MyChess.Backend.Tests.csproj @@ -6,13 +6,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/unit/MyChess.Functions.Tests/MyChess.Functions.Tests.csproj b/test/unit/MyChess.Functions.Tests/MyChess.Functions.Tests.csproj index f90c707..79a7560 100644 --- a/test/unit/MyChess.Functions.Tests/MyChess.Functions.Tests.csproj +++ b/test/unit/MyChess.Functions.Tests/MyChess.Functions.Tests.csproj @@ -7,14 +7,14 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/unit/MyChess.Tests/MyChess.Tests.csproj b/test/unit/MyChess.Tests/MyChess.Tests.csproj index 192ee6e..2f09154 100644 --- a/test/unit/MyChess.Tests/MyChess.Tests.csproj +++ b/test/unit/MyChess.Tests/MyChess.Tests.csproj @@ -7,13 +7,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive