From 0f2d3ad18294a508603d72ee41671d9468137398 Mon Sep 17 00:00:00 2001 From: Timo Notheisen <65653426+tnotheis@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:34:28 +0200 Subject: [PATCH] Remove unused project and package references (#352) * chore: remove unused references * fix: use correct FluentValidation version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- AdminUi/src/AdminUi/AdminUi.csproj | 4 +--- .../Backbone.Tests.ArchUnit.csproj | 1 - Backbone.sln | 18 ++---------------- .../BuildingBlocks.API.csproj | 7 +------ .../BuildingBlocks.Application.csproj | 5 +---- .../ImplicitUsings.cs | 4 +--- .../SpecFlowCucumberResultsExporter.csproj | 3 +-- .../src/UnitTestTools/UnitTestTools.csproj | 4 +--- .../ConsumerApi.Tests.Integration.csproj | 1 + ConsumerApi/ConsumerApi.csproj | 6 +----- .../Devices.AdminCli/Devices.AdminCli.csproj | 1 - .../Devices.Application.csproj | 2 -- .../Devices.ConsumerApi.csproj | 3 +-- .../Devices.Infrastructure.csproj | 8 +------- .../Devices.Infrastructure.Tests.csproj | 3 +-- .../Files.Application.Tests.csproj | 4 +--- .../Files.Jobs.SanityCheck.Tests.csproj | 3 +-- .../Messages.Application.csproj | 3 +-- .../Messages.ConsumerApi.csproj | 1 - .../Messages.Application.Tests.csproj | 5 +---- .../Messages.Jobs.SanityCheck.Tests.csproj | 3 +-- .../Quotas.ConsumerApi.csproj | 3 +-- .../Quotas.Infrastructure.csproj | 3 +-- ...Relationships.Jobs.SanityCheck.Tests.csproj | 3 +-- .../Synchronization.Infrastructure.csproj | 3 +-- ...nchronization.Jobs.SanityCheck.Tests.csproj | 3 +-- .../Tokens.Application.Tests.csproj | 3 +-- .../Tokens.Jobs.SanityCheck.Tests.csproj | 3 +-- 28 files changed, 25 insertions(+), 85 deletions(-) diff --git a/AdminUi/src/AdminUi/AdminUi.csproj b/AdminUi/src/AdminUi/AdminUi.csproj index 22c4da1945..5fffa02637 100644 --- a/AdminUi/src/AdminUi/AdminUi.csproj +++ b/AdminUi/src/AdminUi/AdminUi.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -23,7 +23,6 @@ - @@ -48,7 +47,6 @@ - diff --git a/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj b/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj index 6506f5486a..a0e4392856 100644 --- a/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj +++ b/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj @@ -9,7 +9,6 @@ - diff --git a/Backbone.sln b/Backbone.sln index 61944df992..3e219a5419 100644 --- a/Backbone.sln +++ b/Backbone.sln @@ -86,8 +86,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tokens.Infrastructure", "Mo EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Devices", "Devices", "{8D25581A-C9DD-4DED-A1DB-A26CD9239666}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildingBlocks.API.Tests", "BuildingBlocks\test\BuildingBlocks.API.Tests\BuildingBlocks.API.Tests.csproj", "{C59C1F22-C00F-4F67-99FA-4DE56F7428DA}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildingBlocks.Application.Tests", "BuildingBlocks\test\BuildingBlocks.Application.Tests\BuildingBlocks.Application.Tests.csproj", "{6E326CDD-7992-487E-A840-987929DC79EF}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildingBlocks.Infrastructure.Tests", "BuildingBlocks\test\BuildingBlocks.Infrastructure.Tests\BuildingBlocks.Infrastructure.Tests.csproj", "{35B85FC1-3134-4FE5-815E-F7C4282C6991}" @@ -100,8 +98,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StronglyTypedIds.Tests", "B EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tooling.Tests", "BuildingBlocks\test\Tooling.Tests\Tooling.Tests.csproj", "{33AF4A60-5E10-4F84-93A5-E724D013CFC3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestTools.Tests", "BuildingBlocks\test\UnitTestTools.Tests\UnitTestTools.Tests.csproj", "{F156F2CA-0E4C-414D-A07C-D2EF4631AF8D}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildingBlocks.API", "BuildingBlocks\src\BuildingBlocks.API\BuildingBlocks.API.csproj", "{EB4F2036-B4F2-4DEF-838C-480BFF3635E4}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Crypto", "BuildingBlocks\src\Crypto\Crypto.csproj", "{6F58D49A-BDF4-4599-9584-AC7A4134838E}" @@ -281,9 +277,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsumerApi", "ConsumerApi\ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsumerApi.Tests.Integration", "ConsumerApi.Tests.Integration\ConsumerApi.Tests.Integration.csproj", "{30CFBC0E-D72A-4890-9647-D488273B0F68}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminUi.Infrastructure.Database.SqlServer", "AdminUi\src\AdminUi.Infrastructure.Database.SqlServer\AdminUi.Infrastructure.Database.SqlServer.csproj", "{FEBD339A-7343-47EF-84F1-770EDF7E5E94}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdminUi.Infrastructure.Database.SqlServer", "AdminUi\src\AdminUi.Infrastructure.Database.SqlServer\AdminUi.Infrastructure.Database.SqlServer.csproj", "{FEBD339A-7343-47EF-84F1-770EDF7E5E94}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminUi.Infrastructure.Database.Postgres", "AdminUi\src\AdminUi.Infrastructure.Database.Postgres\AdminUi.Infrastructure.Database.Postgres.csproj", "{4D9FCC6B-0958-45A2-85EA-3992CE29B5CB}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdminUi.Infrastructure.Database.Postgres", "AdminUi\src\AdminUi.Infrastructure.Database.Postgres\AdminUi.Infrastructure.Database.Postgres.csproj", "{4D9FCC6B-0958-45A2-85EA-3992CE29B5CB}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdminUi.Infrastructure", "AdminUi\src\AdminUi.Infrastructure\AdminUi.Infrastructure.csproj", "{5028E85D-E115-4E02-AC94-2B441686E44E}" EndProject @@ -401,10 +397,6 @@ Global {4A4F4D8A-B4AA-4938-8FFA-724E1FEF60EE}.Debug|Any CPU.Build.0 = Debug|Any CPU {4A4F4D8A-B4AA-4938-8FFA-724E1FEF60EE}.Release|Any CPU.ActiveCfg = Release|Any CPU {4A4F4D8A-B4AA-4938-8FFA-724E1FEF60EE}.Release|Any CPU.Build.0 = Release|Any CPU - {C59C1F22-C00F-4F67-99FA-4DE56F7428DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C59C1F22-C00F-4F67-99FA-4DE56F7428DA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C59C1F22-C00F-4F67-99FA-4DE56F7428DA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C59C1F22-C00F-4F67-99FA-4DE56F7428DA}.Release|Any CPU.Build.0 = Release|Any CPU {6E326CDD-7992-487E-A840-987929DC79EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6E326CDD-7992-487E-A840-987929DC79EF}.Debug|Any CPU.Build.0 = Debug|Any CPU {6E326CDD-7992-487E-A840-987929DC79EF}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -429,10 +421,6 @@ Global {33AF4A60-5E10-4F84-93A5-E724D013CFC3}.Debug|Any CPU.Build.0 = Debug|Any CPU {33AF4A60-5E10-4F84-93A5-E724D013CFC3}.Release|Any CPU.ActiveCfg = Release|Any CPU {33AF4A60-5E10-4F84-93A5-E724D013CFC3}.Release|Any CPU.Build.0 = Release|Any CPU - {F156F2CA-0E4C-414D-A07C-D2EF4631AF8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F156F2CA-0E4C-414D-A07C-D2EF4631AF8D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F156F2CA-0E4C-414D-A07C-D2EF4631AF8D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F156F2CA-0E4C-414D-A07C-D2EF4631AF8D}.Release|Any CPU.Build.0 = Release|Any CPU {EB4F2036-B4F2-4DEF-838C-480BFF3635E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EB4F2036-B4F2-4DEF-838C-480BFF3635E4}.Debug|Any CPU.Build.0 = Debug|Any CPU {EB4F2036-B4F2-4DEF-838C-480BFF3635E4}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -749,14 +737,12 @@ Global {B643D89D-A4ED-4C36-9D18-060096C1F37D} = {903C38CB-C2E2-42D2-9277-74CE675551E8} {4A4F4D8A-B4AA-4938-8FFA-724E1FEF60EE} = {903C38CB-C2E2-42D2-9277-74CE675551E8} {8D25581A-C9DD-4DED-A1DB-A26CD9239666} = {0EAF57B8-E97C-469E-A74B-596D78C978B2} - {C59C1F22-C00F-4F67-99FA-4DE56F7428DA} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} {6E326CDD-7992-487E-A840-987929DC79EF} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} {35B85FC1-3134-4FE5-815E-F7C4282C6991} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} {6932B4A6-A8D8-4F0B-9338-520F6488925E} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} {AF32BAD3-0D93-4B42-B226-D1ABEEE730F4} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} {49F96E45-9FB2-496A-ABB8-5B5532FA2BF4} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} {33AF4A60-5E10-4F84-93A5-E724D013CFC3} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} - {F156F2CA-0E4C-414D-A07C-D2EF4631AF8D} = {76F6B614-D605-427C-ADFE-0A6D63A3858B} {EB4F2036-B4F2-4DEF-838C-480BFF3635E4} = {06D714AE-EDF4-421C-9340-EDA6FCDF491F} {6F58D49A-BDF4-4599-9584-AC7A4134838E} = {06D714AE-EDF4-421C-9340-EDA6FCDF491F} {A5BC6269-E1FC-4F91-B1D2-5B4F90571531} = {06D714AE-EDF4-421C-9340-EDA6FCDF491F} diff --git a/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj b/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj index aac60c0a5a..9a9dfead1d 100644 --- a/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj +++ b/BuildingBlocks/src/BuildingBlocks.API/BuildingBlocks.API.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -11,13 +11,8 @@ - - - - - diff --git a/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj b/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj index d5420d4cdd..0ff3f1f33a 100644 --- a/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj +++ b/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -8,18 +8,15 @@ - - - diff --git a/BuildingBlocks/src/SpecFlowCucumberResultsExporter/ImplicitUsings.cs b/BuildingBlocks/src/SpecFlowCucumberResultsExporter/ImplicitUsings.cs index 2ce83da016..1cffd15e4f 100644 --- a/BuildingBlocks/src/SpecFlowCucumberResultsExporter/ImplicitUsings.cs +++ b/BuildingBlocks/src/SpecFlowCucumberResultsExporter/ImplicitUsings.cs @@ -1,3 +1 @@ -global using FluentAssertions; -global using NUnit; -global using TechTalk.SpecFlow; +global using TechTalk.SpecFlow; diff --git a/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj b/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj index 414c6b0b79..db058efc9f 100644 --- a/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj +++ b/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -12,7 +12,6 @@ - diff --git a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj index d65e31899d..fe8802116e 100644 --- a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj +++ b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -12,8 +12,6 @@ - - diff --git a/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj b/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj index a229f78e43..97e0158a5b 100644 --- a/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj +++ b/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj @@ -13,6 +13,7 @@ + diff --git a/ConsumerApi/ConsumerApi.csproj b/ConsumerApi/ConsumerApi.csproj index d74fbd6706..8bf880dc91 100644 --- a/ConsumerApi/ConsumerApi.csproj +++ b/ConsumerApi/ConsumerApi.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,11 +10,8 @@ - - - @@ -23,7 +20,6 @@ - all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Devices/src/Devices.AdminCli/Devices.AdminCli.csproj b/Modules/Devices/src/Devices.AdminCli/Devices.AdminCli.csproj index 63989ad3f3..be4f5d2aa5 100644 --- a/Modules/Devices/src/Devices.AdminCli/Devices.AdminCli.csproj +++ b/Modules/Devices/src/Devices.AdminCli/Devices.AdminCli.csproj @@ -15,7 +15,6 @@ - diff --git a/Modules/Devices/src/Devices.Application/Devices.Application.csproj b/Modules/Devices/src/Devices.Application/Devices.Application.csproj index 750942865b..4b0fd6015d 100644 --- a/Modules/Devices/src/Devices.Application/Devices.Application.csproj +++ b/Modules/Devices/src/Devices.Application/Devices.Application.csproj @@ -9,11 +9,9 @@ - - diff --git a/Modules/Devices/src/Devices.ConsumerApi/Devices.ConsumerApi.csproj b/Modules/Devices/src/Devices.ConsumerApi/Devices.ConsumerApi.csproj index b0d03093d9..068ce83726 100644 --- a/Modules/Devices/src/Devices.ConsumerApi/Devices.ConsumerApi.csproj +++ b/Modules/Devices/src/Devices.ConsumerApi/Devices.ConsumerApi.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ - diff --git a/Modules/Devices/src/Devices.Infrastructure/Devices.Infrastructure.csproj b/Modules/Devices/src/Devices.Infrastructure/Devices.Infrastructure.csproj index d6194011af..44e1ea95b4 100644 --- a/Modules/Devices/src/Devices.Infrastructure/Devices.Infrastructure.csproj +++ b/Modules/Devices/src/Devices.Infrastructure/Devices.Infrastructure.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -8,13 +8,9 @@ - - - - @@ -28,9 +24,7 @@ - - diff --git a/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj b/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj index 44fde1e48a..97fa1a4d91 100644 --- a/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj +++ b/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -22,7 +22,6 @@ - diff --git a/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj b/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj index bd694f5c96..cd6737e070 100644 --- a/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj +++ b/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ - all @@ -21,7 +20,6 @@ - diff --git a/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj b/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj index cdc3c552d5..e82337a7fc 100644 --- a/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ - diff --git a/Modules/Messages/src/Messages.Application/Messages.Application.csproj b/Modules/Messages/src/Messages.Application/Messages.Application.csproj index c6d0613214..bcf597e9f7 100644 --- a/Modules/Messages/src/Messages.Application/Messages.Application.csproj +++ b/Modules/Messages/src/Messages.Application/Messages.Application.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -15,7 +15,6 @@ - diff --git a/Modules/Messages/src/Messages.ConsumerApi/Messages.ConsumerApi.csproj b/Modules/Messages/src/Messages.ConsumerApi/Messages.ConsumerApi.csproj index ac190065ca..ab8c9380bb 100644 --- a/Modules/Messages/src/Messages.ConsumerApi/Messages.ConsumerApi.csproj +++ b/Modules/Messages/src/Messages.ConsumerApi/Messages.ConsumerApi.csproj @@ -11,7 +11,6 @@ - diff --git a/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj b/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj index 7e7155480f..5f6b11f62c 100644 --- a/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj +++ b/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ - all @@ -19,9 +18,7 @@ - - diff --git a/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj b/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj index b6b7f4968f..574f67b0b5 100644 --- a/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ - diff --git a/Modules/Quotas/src/Quotas.ConsumerApi/Quotas.ConsumerApi.csproj b/Modules/Quotas/src/Quotas.ConsumerApi/Quotas.ConsumerApi.csproj index 7933045a97..9136c5f1d4 100644 --- a/Modules/Quotas/src/Quotas.ConsumerApi/Quotas.ConsumerApi.csproj +++ b/Modules/Quotas/src/Quotas.ConsumerApi/Quotas.ConsumerApi.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -11,7 +11,6 @@ - diff --git a/Modules/Quotas/src/Quotas.Infrastructure/Quotas.Infrastructure.csproj b/Modules/Quotas/src/Quotas.Infrastructure/Quotas.Infrastructure.csproj index bf00aa3c6e..a4e2843669 100644 --- a/Modules/Quotas/src/Quotas.Infrastructure/Quotas.Infrastructure.csproj +++ b/Modules/Quotas/src/Quotas.Infrastructure/Quotas.Infrastructure.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -12,7 +12,6 @@ - diff --git a/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj b/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj index 38e88c68e1..63fc2aa39e 100644 --- a/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ - diff --git a/Modules/Synchronization/src/Synchronization.Infrastructure/Synchronization.Infrastructure.csproj b/Modules/Synchronization/src/Synchronization.Infrastructure/Synchronization.Infrastructure.csproj index a64aadd74f..9c613735f9 100644 --- a/Modules/Synchronization/src/Synchronization.Infrastructure/Synchronization.Infrastructure.csproj +++ b/Modules/Synchronization/src/Synchronization.Infrastructure/Synchronization.Infrastructure.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -17,7 +17,6 @@ - diff --git a/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj b/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj index b97ca6bb65..8264192eff 100644 --- a/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ - diff --git a/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj b/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj index aa11188905..99a4a17891 100644 --- a/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj +++ b/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -22,7 +22,6 @@ - diff --git a/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj b/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj index 008b6ed295..919dd2131b 100644 --- a/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -10,7 +10,6 @@ -