diff --git a/data/BookingsDataExtracts/BookingsDataExtracts.csproj b/data/BookingsDataExtracts/BookingsDataExtracts.csproj index 70535eb44..1c66b5c42 100644 --- a/data/BookingsDataExtracts/BookingsDataExtracts.csproj +++ b/data/BookingsDataExtracts/BookingsDataExtracts.csproj @@ -11,11 +11,11 @@ - - - - - + + + + + diff --git a/data/CapacityDataExtract/CapacityDataExtracts.csproj b/data/CapacityDataExtract/CapacityDataExtracts.csproj index 7fb1c1c61..046960b13 100644 --- a/data/CapacityDataExtract/CapacityDataExtracts.csproj +++ b/data/CapacityDataExtract/CapacityDataExtracts.csproj @@ -12,9 +12,9 @@ - - - + + + diff --git a/data/CosmosDbSeeder/CosmosDbSeeder.csproj b/data/CosmosDbSeeder/CosmosDbSeeder.csproj index 5e8e492eb..930e6c06f 100644 --- a/data/CosmosDbSeeder/CosmosDbSeeder.csproj +++ b/data/CosmosDbSeeder/CosmosDbSeeder.csproj @@ -12,10 +12,10 @@ - - - - + + + + diff --git a/data/DataExtract/DataExtract.csproj b/data/DataExtract/DataExtract.csproj index 1734ea30c..fdbc32ca3 100644 --- a/data/DataExtract/DataExtract.csproj +++ b/data/DataExtract/DataExtract.csproj @@ -8,12 +8,32 @@ - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/MeshUtil/MeshUtil.csproj b/data/MeshUtil/MeshUtil.csproj index 241c2e384..f2e5463f1 100644 --- a/data/MeshUtil/MeshUtil.csproj +++ b/data/MeshUtil/MeshUtil.csproj @@ -10,12 +10,12 @@ - + - - - + + + diff --git a/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj b/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj index 36930d76e..1908fc326 100644 --- a/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj +++ b/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj @@ -15,34 +15,34 @@ AnyCPU - - + + - - + + - - - + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/src/api/Nhs.Appointments.Audit/Nhs.Appointments.Audit.csproj b/src/api/Nhs.Appointments.Audit/Nhs.Appointments.Audit.csproj index 6a8109fa6..0c91fd3c7 100644 --- a/src/api/Nhs.Appointments.Audit/Nhs.Appointments.Audit.csproj +++ b/src/api/Nhs.Appointments.Audit/Nhs.Appointments.Audit.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj b/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj index aa424ae97..a232a0884 100644 --- a/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj +++ b/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj @@ -9,28 +9,34 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + <_Parameter1>Nhs.Appointments.Core.UnitTests diff --git a/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj b/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj index 6c3bb358c..c00c527f0 100644 --- a/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj +++ b/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj @@ -9,9 +9,9 @@ - - - + + + @@ -25,6 +25,24 @@ + + + + + + + + + + + + + + + + + + <_Parameter1>Nhs.Appointments.Persistance.UnitTests diff --git a/src/jobs/Nhs.Appointments.Jobs.BlobAuditor/Nhs.Appointments.Jobs.BlobAuditor.csproj b/src/jobs/Nhs.Appointments.Jobs.BlobAuditor/Nhs.Appointments.Jobs.BlobAuditor.csproj index f98b8580b..cfc5b8776 100644 --- a/src/jobs/Nhs.Appointments.Jobs.BlobAuditor/Nhs.Appointments.Jobs.BlobAuditor.csproj +++ b/src/jobs/Nhs.Appointments.Jobs.BlobAuditor/Nhs.Appointments.Jobs.BlobAuditor.csproj @@ -19,16 +19,16 @@ - + - - - - - - - - + + + + + + + + diff --git a/src/jobs/Nhs.Appointments.Jobs.ChangeFeed/Nhs.Appointments.Jobs.ChangeFeed.csproj b/src/jobs/Nhs.Appointments.Jobs.ChangeFeed/Nhs.Appointments.Jobs.ChangeFeed.csproj index b2ce61248..281969939 100644 --- a/src/jobs/Nhs.Appointments.Jobs.ChangeFeed/Nhs.Appointments.Jobs.ChangeFeed.csproj +++ b/src/jobs/Nhs.Appointments.Jobs.ChangeFeed/Nhs.Appointments.Jobs.ChangeFeed.csproj @@ -8,11 +8,12 @@ - - - - - + + + + + + diff --git a/src/libraries/Nbs.MeshClient/Nbs.MeshClient.csproj b/src/libraries/Nbs.MeshClient/Nbs.MeshClient.csproj index b65bc36f7..501d3279b 100644 --- a/src/libraries/Nbs.MeshClient/Nbs.MeshClient.csproj +++ b/src/libraries/Nbs.MeshClient/Nbs.MeshClient.csproj @@ -11,11 +11,13 @@ - - - - - + + + + + + + diff --git a/tests/BookingDataExtractTests/BookingDataExtracts.Integration.csproj b/tests/BookingDataExtractTests/BookingDataExtracts.Integration.csproj index 14822e2e0..d9cb65bf8 100644 --- a/tests/BookingDataExtractTests/BookingDataExtracts.Integration.csproj +++ b/tests/BookingDataExtractTests/BookingDataExtracts.Integration.csproj @@ -10,13 +10,13 @@ - + - + - + diff --git a/tests/BookingDataExtracts.UnitTests/BookingDataExtracts.UnitTests.csproj b/tests/BookingDataExtracts.UnitTests/BookingDataExtracts.UnitTests.csproj index ed4bc3993..2675b65ff 100644 --- a/tests/BookingDataExtracts.UnitTests/BookingDataExtracts.UnitTests.csproj +++ b/tests/BookingDataExtracts.UnitTests/BookingDataExtracts.UnitTests.csproj @@ -10,11 +10,11 @@ - + - + - + diff --git a/tests/CapacityDataExtracts.Integration/CapacityDataExtracts.Integration.csproj b/tests/CapacityDataExtracts.Integration/CapacityDataExtracts.Integration.csproj index ae0a4292c..021bc3a42 100644 --- a/tests/CapacityDataExtracts.Integration/CapacityDataExtracts.Integration.csproj +++ b/tests/CapacityDataExtracts.Integration/CapacityDataExtracts.Integration.csproj @@ -10,13 +10,13 @@ - + - + - + diff --git a/tests/CapacityDataExtracts.UnitTests/CapacityDataExtracts.UnitTests.csproj b/tests/CapacityDataExtracts.UnitTests/CapacityDataExtracts.UnitTests.csproj index 580f5daa2..5c14d2cec 100644 --- a/tests/CapacityDataExtracts.UnitTests/CapacityDataExtracts.UnitTests.csproj +++ b/tests/CapacityDataExtracts.UnitTests/CapacityDataExtracts.UnitTests.csproj @@ -10,10 +10,10 @@ - - + + - + diff --git a/tests/CosmosDbSeederTests/CosmosDbSeederTests.csproj b/tests/CosmosDbSeederTests/CosmosDbSeederTests.csproj index 4d464207d..2abadc624 100644 --- a/tests/CosmosDbSeederTests/CosmosDbSeederTests.csproj +++ b/tests/CosmosDbSeederTests/CosmosDbSeederTests.csproj @@ -10,10 +10,10 @@ - - + + - + diff --git a/tests/Nhs.Appointments.Api.Integration/Nhs.Appointments.Api.Integration.csproj b/tests/Nhs.Appointments.Api.Integration/Nhs.Appointments.Api.Integration.csproj index e3cd35de4..01075e5f0 100644 --- a/tests/Nhs.Appointments.Api.Integration/Nhs.Appointments.Api.Integration.csproj +++ b/tests/Nhs.Appointments.Api.Integration/Nhs.Appointments.Api.Integration.csproj @@ -12,14 +12,14 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj b/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj index e8bf769ee..8e7a60eeb 100644 --- a/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj +++ b/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj @@ -12,18 +12,18 @@ - - - - - + + + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj b/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj index c9787debf..4d503844f 100644 --- a/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj +++ b/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj @@ -11,16 +11,16 @@ - - + + - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Nhs.Appointments.Jobs.BlobAuditor.Integration/Nhs.Appointments.Jobs.BlobAuditor.Integration.csproj b/tests/Nhs.Appointments.Jobs.BlobAuditor.Integration/Nhs.Appointments.Jobs.BlobAuditor.Integration.csproj index 83db0c413..1936850df 100644 --- a/tests/Nhs.Appointments.Jobs.BlobAuditor.Integration/Nhs.Appointments.Jobs.BlobAuditor.Integration.csproj +++ b/tests/Nhs.Appointments.Jobs.BlobAuditor.Integration/Nhs.Appointments.Jobs.BlobAuditor.Integration.csproj @@ -12,14 +12,14 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests.csproj b/tests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests.csproj index 696c8fc07..c1d6cb248 100644 --- a/tests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests.csproj +++ b/tests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests/Nhs.Appointments.Jobs.BlobAuditor.UnitTests.csproj @@ -10,14 +10,14 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Nhs.Appointments.Persistance.UnitTests/Nhs.Appointments.Persistance.UnitTests.csproj b/tests/Nhs.Appointments.Persistance.UnitTests/Nhs.Appointments.Persistance.UnitTests.csproj index 0fcca0e96..d208a9f12 100644 --- a/tests/Nhs.Appointments.Persistance.UnitTests/Nhs.Appointments.Persistance.UnitTests.csproj +++ b/tests/Nhs.Appointments.Persistance.UnitTests/Nhs.Appointments.Persistance.UnitTests.csproj @@ -18,7 +18,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all