diff --git a/Core/Bones.Api.Client/Bones.Api.Client.csproj b/Core/Bones.Api.Client/Bones.Api.Client.csproj index 5a6e298f..29290a96 100644 --- a/Core/Bones.Api.Client/Bones.Api.Client.csproj +++ b/Core/Bones.Api.Client/Bones.Api.Client.csproj @@ -5,7 +5,7 @@ - + diff --git a/Core/Bones.Database/Bones.Database.csproj b/Core/Bones.Database/Bones.Database.csproj index 26a03801..323d2101 100644 --- a/Core/Bones.Database/Bones.Database.csproj +++ b/Core/Bones.Database/Bones.Database.csproj @@ -5,13 +5,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Core/Bones.Logic/Bones.Logic.csproj b/Core/Bones.Logic/Bones.Logic.csproj index 5eadbbc6..ba72757d 100644 --- a/Core/Bones.Logic/Bones.Logic.csproj +++ b/Core/Bones.Logic/Bones.Logic.csproj @@ -10,7 +10,7 @@ - + diff --git a/Core/Bones.Shared.Backend/Bones.Shared.Backend.csproj b/Core/Bones.Shared.Backend/Bones.Shared.Backend.csproj index bc39f51d..4eb945da 100644 --- a/Core/Bones.Shared.Backend/Bones.Shared.Backend.csproj +++ b/Core/Bones.Shared.Backend/Bones.Shared.Backend.csproj @@ -10,8 +10,8 @@ - - + + @@ -25,7 +25,7 @@ - + diff --git a/Core/Bones.Shared/Bones.Shared.csproj b/Core/Bones.Shared/Bones.Shared.csproj index d9ecbbee..9e892d63 100644 --- a/Core/Bones.Shared/Bones.Shared.csproj +++ b/Core/Bones.Shared/Bones.Shared.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/Frontend/Bones.WebUI/Bones.WebUI.csproj b/Frontend/Bones.WebUI/Bones.WebUI.csproj index 5a26788f..41cceb6f 100644 --- a/Frontend/Bones.WebUI/Bones.WebUI.csproj +++ b/Frontend/Bones.WebUI/Bones.WebUI.csproj @@ -9,14 +9,14 @@ - + - - - - + + + + @@ -28,7 +28,7 @@ - + diff --git a/Services/Bones.Api/Bones.Api.csproj b/Services/Bones.Api/Bones.Api.csproj index 3cbcdc2a..68d0ba9f 100644 --- a/Services/Bones.Api/Bones.Api.csproj +++ b/Services/Bones.Api/Bones.Api.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/Services/Bones.BackgroundService/Bones.BackgroundService.csproj b/Services/Bones.BackgroundService/Bones.BackgroundService.csproj index 49ceeaa7..35a5e9d8 100644 --- a/Services/Bones.BackgroundService/Bones.BackgroundService.csproj +++ b/Services/Bones.BackgroundService/Bones.BackgroundService.csproj @@ -11,11 +11,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Tests/IntegrationTests/Bones.Api.IntegrationTests/Bones.Api.IntegrationTests.csproj b/Tests/IntegrationTests/Bones.Api.IntegrationTests/Bones.Api.IntegrationTests.csproj index 8f70d486..4b29b26f 100644 --- a/Tests/IntegrationTests/Bones.Api.IntegrationTests/Bones.Api.IntegrationTests.csproj +++ b/Tests/IntegrationTests/Bones.Api.IntegrationTests/Bones.Api.IntegrationTests.csproj @@ -13,7 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/IntegrationTests/Bones.Testing.IntegrationTests.Shared/Bones.Testing.IntegrationTests.Shared.csproj b/Tests/IntegrationTests/Bones.Testing.IntegrationTests.Shared/Bones.Testing.IntegrationTests.Shared.csproj index 037e9de3..a9a86619 100644 --- a/Tests/IntegrationTests/Bones.Testing.IntegrationTests.Shared/Bones.Testing.IntegrationTests.Shared.csproj +++ b/Tests/IntegrationTests/Bones.Testing.IntegrationTests.Shared/Bones.Testing.IntegrationTests.Shared.csproj @@ -19,8 +19,8 @@ - - + + diff --git a/Tests/UnitTests/Bones.Testing.UnitTests.Shared/Bones.Testing.UnitTests.Shared.csproj b/Tests/UnitTests/Bones.Testing.UnitTests.Shared/Bones.Testing.UnitTests.Shared.csproj index f23f79a2..420b837b 100644 --- a/Tests/UnitTests/Bones.Testing.UnitTests.Shared/Bones.Testing.UnitTests.Shared.csproj +++ b/Tests/UnitTests/Bones.Testing.UnitTests.Shared/Bones.Testing.UnitTests.Shared.csproj @@ -7,7 +7,7 @@ - + diff --git a/Tests/UnitTests/Core/Bones.Database.UnitTests/Bones.Database.UnitTests.csproj b/Tests/UnitTests/Core/Bones.Database.UnitTests/Bones.Database.UnitTests.csproj index 0bb84ef3..d309d03d 100644 --- a/Tests/UnitTests/Core/Bones.Database.UnitTests/Bones.Database.UnitTests.csproj +++ b/Tests/UnitTests/Core/Bones.Database.UnitTests/Bones.Database.UnitTests.csproj @@ -13,7 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/UnitTests/Core/Bones.Logic.UnitTests/Bones.Logic.UnitTests.csproj b/Tests/UnitTests/Core/Bones.Logic.UnitTests/Bones.Logic.UnitTests.csproj index 0bb84ef3..d309d03d 100644 --- a/Tests/UnitTests/Core/Bones.Logic.UnitTests/Bones.Logic.UnitTests.csproj +++ b/Tests/UnitTests/Core/Bones.Logic.UnitTests/Bones.Logic.UnitTests.csproj @@ -13,7 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/UnitTests/Core/Bones.Shared.Backend.UnitTests/Bones.Shared.Backend.UnitTests.csproj b/Tests/UnitTests/Core/Bones.Shared.Backend.UnitTests/Bones.Shared.Backend.UnitTests.csproj index 0bb84ef3..d309d03d 100644 --- a/Tests/UnitTests/Core/Bones.Shared.Backend.UnitTests/Bones.Shared.Backend.UnitTests.csproj +++ b/Tests/UnitTests/Core/Bones.Shared.Backend.UnitTests/Bones.Shared.Backend.UnitTests.csproj @@ -13,7 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all