From 9cd22d26ed4d99098ef977abefe9fe45a9e288f1 Mon Sep 17 00:00:00 2001 From: "annette.findley" Date: Fri, 15 Nov 2024 15:57:05 -0500 Subject: [PATCH] Upgraded nugets --- .../Hyperbee.MigrationRunner.Couchbase.csproj | 18 +++++++------- .../Hyperbee.MigrationRunner.MongoDB.csproj | 18 +++++++------- .../Hyperbee.MigrationRunner.Postgres.csproj | 18 +++++++------- ...perbee.Migrations.Couchbase.Samples.csproj | 4 ++-- ...rbee.Migrations.Providers.Couchbase.csproj | 12 +++++----- ...perbee.Migrations.Providers.MongoDB.csproj | 10 ++++---- ...erbee.Migrations.Providers.Postgres.csproj | 10 ++++---- .../Hyperbee.Migrations.csproj | 6 ++--- ...perbee.Migrations.Integration.Tests.csproj | 24 +++++++++---------- .../Hyperbee.Migrations.Tests.csproj | 16 ++++++------- 10 files changed, 68 insertions(+), 68 deletions(-) diff --git a/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj b/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj index 5407305..7404cb1 100644 --- a/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj +++ b/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj @@ -23,20 +23,20 @@ - - + + - + - + - - - - - + + + + + diff --git a/samples/Hyperbee.MigrationRunner.MongoDB/Hyperbee.MigrationRunner.MongoDB.csproj b/samples/Hyperbee.MigrationRunner.MongoDB/Hyperbee.MigrationRunner.MongoDB.csproj index 0bde629..508f510 100644 --- a/samples/Hyperbee.MigrationRunner.MongoDB/Hyperbee.MigrationRunner.MongoDB.csproj +++ b/samples/Hyperbee.MigrationRunner.MongoDB/Hyperbee.MigrationRunner.MongoDB.csproj @@ -23,20 +23,20 @@ - - + + - + - + - - - - - + + + + + diff --git a/samples/Hyperbee.MigrationRunner.Postgres/Hyperbee.MigrationRunner.Postgres.csproj b/samples/Hyperbee.MigrationRunner.Postgres/Hyperbee.MigrationRunner.Postgres.csproj index 7303730..848bf66 100644 --- a/samples/Hyperbee.MigrationRunner.Postgres/Hyperbee.MigrationRunner.Postgres.csproj +++ b/samples/Hyperbee.MigrationRunner.Postgres/Hyperbee.MigrationRunner.Postgres.csproj @@ -23,20 +23,20 @@ - - + + - + - + - - - - - + + + + + diff --git a/samples/Hyperbee.Migrations.Couchbase.Samples/Hyperbee.Migrations.Couchbase.Samples.csproj b/samples/Hyperbee.Migrations.Couchbase.Samples/Hyperbee.Migrations.Couchbase.Samples.csproj index 513cb9f..7401407 100644 --- a/samples/Hyperbee.Migrations.Couchbase.Samples/Hyperbee.Migrations.Couchbase.Samples.csproj +++ b/samples/Hyperbee.Migrations.Couchbase.Samples/Hyperbee.Migrations.Couchbase.Samples.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/src/Hyperbee.Migrations.Providers.Couchbase/Hyperbee.Migrations.Providers.Couchbase.csproj b/src/Hyperbee.Migrations.Providers.Couchbase/Hyperbee.Migrations.Providers.Couchbase.csproj index f484b8e..ec658cc 100644 --- a/src/Hyperbee.Migrations.Providers.Couchbase/Hyperbee.Migrations.Providers.Couchbase.csproj +++ b/src/Hyperbee.Migrations.Providers.Couchbase/Hyperbee.Migrations.Providers.Couchbase.csproj @@ -25,13 +25,13 @@ - + - - - - - + + + + + diff --git a/src/Hyperbee.Migrations.Providers.MongoDB/Hyperbee.Migrations.Providers.MongoDB.csproj b/src/Hyperbee.Migrations.Providers.MongoDB/Hyperbee.Migrations.Providers.MongoDB.csproj index 4371be4..8e5212b 100644 --- a/src/Hyperbee.Migrations.Providers.MongoDB/Hyperbee.Migrations.Providers.MongoDB.csproj +++ b/src/Hyperbee.Migrations.Providers.MongoDB/Hyperbee.Migrations.Providers.MongoDB.csproj @@ -22,11 +22,11 @@ - - - - - + + + + + diff --git a/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj b/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj index 9e8318b..26c2384 100644 --- a/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj +++ b/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj @@ -22,11 +22,11 @@ - - - - - + + + + + diff --git a/src/Hyperbee.Migrations/Hyperbee.Migrations.csproj b/src/Hyperbee.Migrations/Hyperbee.Migrations.csproj index ea03fce..d24e833 100644 --- a/src/Hyperbee.Migrations/Hyperbee.Migrations.csproj +++ b/src/Hyperbee.Migrations/Hyperbee.Migrations.csproj @@ -26,9 +26,9 @@ - - - + + + diff --git a/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj b/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj index c795fb9..b015d0d 100644 --- a/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj +++ b/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -10,21 +10,21 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - + + + + + + + + + diff --git a/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj b/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj index f3b3e1a..fa484b2 100644 --- a/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj +++ b/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj @@ -1,4 +1,4 @@ - + net8.0 false @@ -12,17 +12,17 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +