diff --git a/DEPENDENCIES b/DEPENDENCIES index 01038dad74..d4cab7b11c 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -5,9 +5,9 @@ nuget/nuget/-/BouncyCastle.Cryptography/2.2.1, MIT AND Apache-2.0 AND BSD-3-Clau nuget/nuget/-/BouncyCastle.Cryptography/2.4.0, MIT AND Apache-2.0 AND BSD-3-Clause AND LicenseRef-scancode-ietf-trust, approved, #15706 nuget/nuget/-/Castle.Core/5.1.1, Apache-2.0, approved, #13966 nuget/nuget/-/EFCore.NamingConventions/8.0.3, Apache-2.0, approved, #13983 -nuget/nuget/-/FakeItEasy/8.1.0, MIT, approved, #13970 +nuget/nuget/-/FakeItEasy/8.3.0, MIT, approved, #16328 nuget/nuget/-/Fare/2.1.1, MIT, approved, clearlydefined -nuget/nuget/-/FluentAssertions/6.12.0, MIT AND Apache-2.0 AND BSD-3-Clause AND CC-BY-3.0-US AND (GPL-2.0-only OR MIT) AND OFL-1.1 AND WTFPL, approved, #13976 +nuget/nuget/-/FluentAssertions/6.12.1, MIT AND Apache-2.0 AND BSD-3-Clause AND CC-BY-3.0-US AND (GPL-2.0-only OR MIT) AND OFL-1.1 AND WTFPL, approved, #13976 nuget/nuget/-/Flurl.Http.Signed/3.2.4, MIT, approved, #3503 nuget/nuget/-/Flurl.Signed/3.0.6, MIT, approved, #3501 nuget/nuget/-/HtmlAgilityPack/1.11.59, MIT, approved, #9293 @@ -57,6 +57,7 @@ nuget/nuget/-/Swashbuckle.AspNetCore.SwaggerGen/6.8.0, MIT AND Apache-2.0, appro nuget/nuget/-/Swashbuckle.AspNetCore.SwaggerUI/6.8.0, MIT AND Apache-2.0, approved, #16261 nuget/nuget/-/Swashbuckle.AspNetCore/6.8.0, MIT AND Apache-2.0, approved, #16260 nuget/nuget/-/Testcontainers.PostgreSql/3.7.0, MIT, approved, #13960 +nuget/nuget/-/Testcontainers/3.10.0, MIT, approved, #16236 nuget/nuget/-/Testcontainers/3.7.0, MIT, approved, #13982 nuget/nuget/-/Xunit.Extensions.AssemblyFixture/2.4.1, MIT, approved, #3502 nuget/nuget/-/coverlet.collector/6.0.0, MIT, approved, #10075 diff --git a/src/framework/Framework.Linq/Framework.Linq.csproj b/src/framework/Framework.Linq/Framework.Linq.csproj index 19f74d7765..cb974021d5 100644 --- a/src/framework/Framework.Linq/Framework.Linq.csproj +++ b/src/framework/Framework.Linq/Framework.Linq.csproj @@ -62,7 +62,7 @@ - + diff --git a/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj b/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj index 62cb8f56f8..30fc022960 100644 --- a/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj +++ b/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj @@ -26,11 +26,6 @@ false - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/endtoend/EndToEnd.Tests.csproj b/tests/endtoend/EndToEnd.Tests.csproj index bcbce8c83b..da9e7bcad0 100644 --- a/tests/endtoend/EndToEnd.Tests.csproj +++ b/tests/endtoend/EndToEnd.Tests.csproj @@ -44,7 +44,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - diff --git a/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj b/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj index bccb02fb10..1d11989215 100644 --- a/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj +++ b/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Bpdm.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj b/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj index 849f4b03eb..1240620a1b 100644 --- a/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj +++ b/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj @@ -27,11 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.BpnDidResolver.Library.Tests - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj b/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj index 180b9fee4e..d5c2e06594 100644 --- a/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj +++ b/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Clearinghouse.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj b/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj index 98a82dc072..33ba3d21be 100644 --- a/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj +++ b/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Custodian.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj b/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj index b2b345d41b..fe2faa38ee 100644 --- a/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj +++ b/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj @@ -27,11 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Dim.Library.Tests - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj b/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj index 6258e11726..b90185c16b 100644 --- a/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj +++ b/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj @@ -26,12 +26,7 @@ false - - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj b/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj index 4ca19d32d3..8f64b146cf 100644 --- a/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj +++ b/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj b/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj index 18959ae04f..8b903e62c8 100644 --- a/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj +++ b/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj b/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj index 53b26e1eac..78e2132b84 100644 --- a/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj +++ b/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj b/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj index afd36ea3a8..2564cc22f3 100644 --- a/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj +++ b/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.SdFactory.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj b/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj index 5fc255c608..003444c418 100644 --- a/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj +++ b/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj @@ -29,16 +29,11 @@ - - - all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj b/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj index 130b41cb83..64705e7199 100644 --- a/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj +++ b/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj @@ -27,9 +27,6 @@ false - - - diff --git a/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj b/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj index e2d0ce7e4b..9bb18ca0be 100644 --- a/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj +++ b/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj @@ -27,9 +27,6 @@ false - - - diff --git a/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj b/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj index f39f1be483..97a789d05b 100644 --- a/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj +++ b/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj @@ -30,10 +30,12 @@ - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj b/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj index 1039066746..41bc5d16f7 100644 --- a/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj +++ b/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj @@ -25,10 +25,7 @@ false - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj b/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj index d775b31a0f..0e8de709b9 100644 --- a/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj +++ b/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj @@ -27,11 +27,8 @@ false - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -44,5 +41,6 @@ + diff --git a/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj b/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj index 67823f1940..cb09992cf5 100644 --- a/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj +++ b/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj b/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj index 96f4d109e8..e2240430f9 100644 --- a/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj +++ b/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj @@ -27,10 +27,7 @@ false - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -43,6 +40,7 @@ + diff --git a/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj b/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj index 22f8c9dc00..65b35af6db 100644 --- a/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj +++ b/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj @@ -29,13 +29,8 @@ - - - - - - - + + diff --git a/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj b/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj index 647290a8c6..467756d9cc 100644 --- a/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj +++ b/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj @@ -29,16 +29,11 @@ - - - all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj b/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj index a4eefd4fb9..90323a1491 100644 --- a/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj +++ b/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj @@ -27,11 +27,7 @@ - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj b/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj index 16b2dd7a6a..0192d00395 100644 --- a/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj +++ b/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj @@ -27,11 +27,7 @@ - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj b/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj index 3a3647fb6b..89186c3dd4 100644 --- a/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj +++ b/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj @@ -29,11 +29,7 @@ - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj b/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj index a0feca4ea5..f265aa2ef2 100644 --- a/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj +++ b/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj @@ -28,11 +28,7 @@ - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj b/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj index 2cfe1d2172..f1c586d3f3 100644 --- a/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj +++ b/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj @@ -28,11 +28,7 @@ - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj b/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj index 7c78c87784..34a0e353a0 100644 --- a/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj +++ b/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj @@ -28,13 +28,8 @@ xUnit1030;xUnit1041 - - - - - - + diff --git a/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj b/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj index c68669fa2d..eaf26debd3 100644 --- a/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj +++ b/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj @@ -28,13 +28,8 @@ - - - - - - + diff --git a/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj b/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj index dd09440abd..4031f50439 100644 --- a/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj +++ b/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.ApplicationChecklist.Executor.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj b/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj index f8232bce60..9507c416bb 100644 --- a/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj +++ b/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.ApplicationChecklist.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj b/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj index 922fcf36a4..42ddd7ed16 100644 --- a/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj +++ b/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj @@ -27,11 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.DimUserCreationProcess.Executor.Tests - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj b/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj index 75fed6eec5..a9fe926e96 100644 --- a/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj +++ b/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj @@ -26,10 +26,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.IdentityProviderProvisioning.Executor.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj b/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj index 58c17cfda0..9e88ce7bec 100644 --- a/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj +++ b/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj b/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj index 937df45cf9..357b37a2d2 100644 --- a/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj +++ b/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj b/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj index 8cbccbaee8..70999dd277 100644 --- a/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj +++ b/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj @@ -31,11 +31,7 @@ - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj b/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj index 2c20d7b2a8..59291814db 100644 --- a/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj +++ b/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.NetworkRegistration.Executor.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj b/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj index 87a70d1d2f..c1f615c5d8 100644 --- a/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj +++ b/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.NetworkRegistration.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj b/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj index f1399267f8..050664d764 100644 --- a/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj +++ b/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj b/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj index 392148c6b7..65b9e76586 100644 --- a/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj +++ b/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj b/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj index 7eca505e63..30b1b87f01 100644 --- a/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj +++ b/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj b/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj index ac6eb3a2e7..9eef22a6a2 100644 --- a/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj +++ b/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Worker.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj b/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj index 075b91af8a..478bc04430 100644 --- a/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj +++ b/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj @@ -28,10 +28,7 @@ - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj b/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj index 8e3d607825..187f075fef 100644 --- a/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj +++ b/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj @@ -26,10 +26,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.UserProvisioning.Executor.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj b/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj index 3983d58361..4641d6a103 100644 --- a/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj +++ b/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj @@ -27,13 +27,8 @@ xUnit1030;xUnit1041 - - - - - - + diff --git a/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj b/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj index a221a0f77f..db40b29fa2 100644 --- a/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj +++ b/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj @@ -26,12 +26,7 @@ false - - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj b/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj index 8e9695b55f..c1f9704630 100644 --- a/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj +++ b/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj @@ -27,10 +27,7 @@ Org.Eclipse.TractusX.Portal.Backend.ApplicationActivation.Library.Tests - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj b/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj index 6366dc94eb..67d59b2887 100644 --- a/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj +++ b/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj @@ -29,12 +29,7 @@ - - - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj b/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj index fcbb7b41af..1602784b74 100644 --- a/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj +++ b/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj @@ -27,10 +27,7 @@ false - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj b/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj index 6f983ddf23..c7dd6b6eae 100644 --- a/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj +++ b/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj @@ -27,10 +27,7 @@ false - - - - + runtime; build; native; contentfiles; analyzers; buildtransitive