From 9465c4d2d4d19f38f437a11b7b43321b84c7d63c Mon Sep 17 00:00:00 2001 From: meysamhadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 23 Jul 2024 23:09:57 +0200 Subject: [PATCH] chore: Update nuget packages. --- global.json | 6 ++ package.json | 3 - src/BuildingBlocks/BuildingBlocks.csproj | 101 +++++++++--------- .../Booking/src/Booking/Booking.csproj | 4 +- .../IntegrationTest/Integration.Test.csproj | 9 +- src/Services/Flight/src/Flight/Flight.csproj | 8 +- .../tests/EndToEndTest/EndToEnd.Test.csproj | 9 +- .../IntegrationTest/Integration.Test.csproj | 9 +- .../Flight/tests/UnitTest/Unit.Test.csproj | 9 +- .../Identity/src/Identity/Identity.csproj | 2 +- .../IntegrationTest/Integration.Test.csproj | 9 +- .../Passenger/src/Passenger/Passenger.csproj | 4 +- .../IntegrationTest/Integration.Test.csproj | 9 +- 13 files changed, 103 insertions(+), 79 deletions(-) create mode 100644 global.json delete mode 100644 package.json diff --git a/global.json b/global.json new file mode 100644 index 0000000..0c6b103 --- /dev/null +++ b/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "8.0.303", + "rollForward": "latestFeature" + } + } \ No newline at end of file diff --git a/package.json b/package.json deleted file mode 100644 index d1992e2..0000000 --- a/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "version": "0.0.0" -} diff --git a/src/BuildingBlocks/BuildingBlocks.csproj b/src/BuildingBlocks/BuildingBlocks.csproj index 55f078b..32abdc1 100644 --- a/src/BuildingBlocks/BuildingBlocks.csproj +++ b/src/BuildingBlocks/BuildingBlocks.csproj @@ -7,12 +7,12 @@ - + - + @@ -28,92 +28,95 @@ - + - - - - + + + + - - - + + + - + - - - - - + + + + + - + - + - - + + - + - + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - + - - - + + + - - + + - + - - + + - - + + - + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/src/Services/Booking/src/Booking/Booking.csproj b/src/Services/Booking/src/Booking/Booking.csproj index 05cd662..31f879f 100644 --- a/src/Services/Booking/src/Booking/Booking.csproj +++ b/src/Services/Booking/src/Booking/Booking.csproj @@ -11,11 +11,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Services/Booking/tests/IntegrationTest/Integration.Test.csproj b/src/Services/Booking/tests/IntegrationTest/Integration.Test.csproj index ee9e286..7fe9c29 100644 --- a/src/Services/Booking/tests/IntegrationTest/Integration.Test.csproj +++ b/src/Services/Booking/tests/IntegrationTest/Integration.Test.csproj @@ -13,9 +13,12 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/src/Services/Flight/src/Flight/Flight.csproj b/src/Services/Flight/src/Flight/Flight.csproj index 56d2560..042b222 100644 --- a/src/Services/Flight/src/Flight/Flight.csproj +++ b/src/Services/Flight/src/Flight/Flight.csproj @@ -6,13 +6,13 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Services/Flight/tests/EndToEndTest/EndToEnd.Test.csproj b/src/Services/Flight/tests/EndToEndTest/EndToEnd.Test.csproj index 6087ec8..0972296 100644 --- a/src/Services/Flight/tests/EndToEndTest/EndToEnd.Test.csproj +++ b/src/Services/Flight/tests/EndToEndTest/EndToEnd.Test.csproj @@ -14,9 +14,12 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/src/Services/Flight/tests/IntegrationTest/Integration.Test.csproj b/src/Services/Flight/tests/IntegrationTest/Integration.Test.csproj index 0be3ce9..d712577 100644 --- a/src/Services/Flight/tests/IntegrationTest/Integration.Test.csproj +++ b/src/Services/Flight/tests/IntegrationTest/Integration.Test.csproj @@ -13,9 +13,12 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/src/Services/Flight/tests/UnitTest/Unit.Test.csproj b/src/Services/Flight/tests/UnitTest/Unit.Test.csproj index 0be3ce9..d712577 100644 --- a/src/Services/Flight/tests/UnitTest/Unit.Test.csproj +++ b/src/Services/Flight/tests/UnitTest/Unit.Test.csproj @@ -13,9 +13,12 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/src/Services/Identity/src/Identity/Identity.csproj b/src/Services/Identity/src/Identity/Identity.csproj index f054d3f..64fec22 100644 --- a/src/Services/Identity/src/Identity/Identity.csproj +++ b/src/Services/Identity/src/Identity/Identity.csproj @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Services/Identity/tests/IntegrationTest/Integration.Test.csproj b/src/Services/Identity/tests/IntegrationTest/Integration.Test.csproj index 80d9500..a0acfe3 100644 --- a/src/Services/Identity/tests/IntegrationTest/Integration.Test.csproj +++ b/src/Services/Identity/tests/IntegrationTest/Integration.Test.csproj @@ -13,9 +13,12 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/src/Services/Passenger/src/Passenger/Passenger.csproj b/src/Services/Passenger/src/Passenger/Passenger.csproj index ee36449..bf1d4be 100644 --- a/src/Services/Passenger/src/Passenger/Passenger.csproj +++ b/src/Services/Passenger/src/Passenger/Passenger.csproj @@ -7,8 +7,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Services/Passenger/tests/IntegrationTest/Integration.Test.csproj b/src/Services/Passenger/tests/IntegrationTest/Integration.Test.csproj index f051656..555eefa 100644 --- a/src/Services/Passenger/tests/IntegrationTest/Integration.Test.csproj +++ b/src/Services/Passenger/tests/IntegrationTest/Integration.Test.csproj @@ -13,9 +13,12 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all +