From c44569eceb41c1e93f7a67a77fbdb311d45582ac Mon Sep 17 00:00:00 2001 From: jasonmwebb-lv <97196139+jasonmwebb-lv@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:34:11 -0700 Subject: [PATCH] Version bump of dependencies. (#143) * Version bump of dependencies. --- Build/Build.cs | 2 +- Build/Build.csproj | 4 +- .../HR.LeaveManagement.API.csproj | 2 +- ...aveManagement.Application.UnitTests.csproj | 4 +- .../HR.LeaveManagement.Application.csproj | 2 +- .../HR.LeaveManagement.MVC.csproj | 4 +- .../RCommon.Authorization.Web.csproj | 2 +- Src/RCommon.Core/RCommon - Backup.Core.csproj | 15 ++++++ Src/RCommon.Core/RCommon.Core.csproj | 2 +- Src/RCommon.Dapper/RCommon.Dapper.csproj | 2 +- Src/RCommon.EfCore/RCommon.EFCore.csproj | 4 +- .../RCommon.FluentValidation.csproj | 4 +- .../RCommon.MassTransit.csproj | 2 +- .../RCommon.MemoryCache.csproj | 2 +- .../RCommon.RedisCache.csproj | 2 +- .../RCommon.SystemTextJson.csproj | 2 +- .../RCommon.Wolverine.csproj | 2 +- .../RCommon.Emailing.SendGrid.Tests.csproj | 6 +-- .../RCommon.Emailing.Tests.csproj | 6 +-- .../RCommon.Mediator.MediatR.Tests.csproj | 6 +-- ...RCommon.Messaging.MassTransit.Tests.csproj | 4 +- .../RCommon.Messaging.Wolverine.Tests.csproj | 4 +- ...n - Backup.Persistence.Dapper.Tests.csproj | 43 ++++++++++++++++ .../RCommon.Persistence.Dapper.Tests.csproj | 10 ++-- ...n - Backup.Persistence.EFCore.Tests.csproj | 49 +++++++++++++++++++ .../RCommon.Persistence.EFCore.Tests.csproj | 18 +++---- .../RCommon.Persistence.Linq2Db.Tests.csproj | 16 +++--- .../RCommon - Backup.Security.Tests.csproj | 33 +++++++++++++ .../RCommon.Security.Tests.csproj | 12 ++--- .../RCommon - Backup.TestBase.Data.csproj | 34 +++++++++++++ .../RCommon.TestBase.Data.csproj | 18 +++---- .../RCommon - Backup.TestBase.csproj | 31 ++++++++++++ .../RCommon.TestBase/RCommon.TestBase.csproj | 12 ++--- .../RCommon - Backup.Tests.csproj | 38 ++++++++++++++ Tests/RCommon.Tests/RCommon.Tests.csproj | 4 +- 35 files changed, 322 insertions(+), 79 deletions(-) create mode 100644 Src/RCommon.Core/RCommon - Backup.Core.csproj create mode 100644 Tests/RCommon.Persistence.Dapper.Tests/RCommon - Backup.Persistence.Dapper.Tests.csproj create mode 100644 Tests/RCommon.Persistence.EFCore.Tests/RCommon - Backup.Persistence.EFCore.Tests.csproj create mode 100644 Tests/RCommon.Security.Tests/RCommon - Backup.Security.Tests.csproj create mode 100644 Tests/RCommon.TestBase.Data/RCommon - Backup.TestBase.Data.csproj create mode 100644 Tests/RCommon.TestBase/RCommon - Backup.TestBase.csproj create mode 100644 Tests/RCommon.Tests/RCommon - Backup.Tests.csproj diff --git a/Build/Build.cs b/Build/Build.cs index 8eaa8475..fb471be2 100644 --- a/Build/Build.cs +++ b/Build/Build.cs @@ -135,7 +135,7 @@ protected override void OnBuildInitialized() { Log.Information("Generating NuGet packages for projects in solution"); int commitNum = 0; - string NuGetVersionCustom = "2.1.1.2"; + string NuGetVersionCustom = "2.1.1.3"; //if it's not a tagged release - append the commit number to the package version diff --git a/Build/Build.csproj b/Build/Build.csproj index e2ec3fd9..a08cc295 100644 --- a/Build/Build.csproj +++ b/Build/Build.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/Examples/CleanWithCQRS/HR.LeaveManagement.API/HR.LeaveManagement.API.csproj b/Examples/CleanWithCQRS/HR.LeaveManagement.API/HR.LeaveManagement.API.csproj index 63b8ff10..f14ba05c 100644 --- a/Examples/CleanWithCQRS/HR.LeaveManagement.API/HR.LeaveManagement.API.csproj +++ b/Examples/CleanWithCQRS/HR.LeaveManagement.API/HR.LeaveManagement.API.csproj @@ -8,7 +8,7 @@ - + diff --git a/Examples/CleanWithCQRS/HR.LeaveManagement.Application.UnitTests/HR.LeaveManagement.Application.UnitTests.csproj b/Examples/CleanWithCQRS/HR.LeaveManagement.Application.UnitTests/HR.LeaveManagement.Application.UnitTests.csproj index 065e1b9f..af6cb8b1 100644 --- a/Examples/CleanWithCQRS/HR.LeaveManagement.Application.UnitTests/HR.LeaveManagement.Application.UnitTests.csproj +++ b/Examples/CleanWithCQRS/HR.LeaveManagement.Application.UnitTests/HR.LeaveManagement.Application.UnitTests.csproj @@ -10,7 +10,7 @@ - + @@ -21,7 +21,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Examples/CleanWithCQRS/HR.LeaveManagement.Application/HR.LeaveManagement.Application.csproj b/Examples/CleanWithCQRS/HR.LeaveManagement.Application/HR.LeaveManagement.Application.csproj index 0eedb610..123d0a4b 100644 --- a/Examples/CleanWithCQRS/HR.LeaveManagement.Application/HR.LeaveManagement.Application.csproj +++ b/Examples/CleanWithCQRS/HR.LeaveManagement.Application/HR.LeaveManagement.Application.csproj @@ -10,7 +10,7 @@ - + diff --git a/Examples/CleanWithCQRS/HR.LeaveManagement.MVC/HR.LeaveManagement.MVC.csproj b/Examples/CleanWithCQRS/HR.LeaveManagement.MVC/HR.LeaveManagement.MVC.csproj index 19c6af80..857d4b54 100644 --- a/Examples/CleanWithCQRS/HR.LeaveManagement.MVC/HR.LeaveManagement.MVC.csproj +++ b/Examples/CleanWithCQRS/HR.LeaveManagement.MVC/HR.LeaveManagement.MVC.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/Src/RCommon.Authorization.Web/RCommon.Authorization.Web.csproj b/Src/RCommon.Authorization.Web/RCommon.Authorization.Web.csproj index fa7f2292..e90366cd 100644 --- a/Src/RCommon.Authorization.Web/RCommon.Authorization.Web.csproj +++ b/Src/RCommon.Authorization.Web/RCommon.Authorization.Web.csproj @@ -5,7 +5,7 @@ - + diff --git a/Src/RCommon.Core/RCommon - Backup.Core.csproj b/Src/RCommon.Core/RCommon - Backup.Core.csproj new file mode 100644 index 00000000..24f82633 --- /dev/null +++ b/Src/RCommon.Core/RCommon - Backup.Core.csproj @@ -0,0 +1,15 @@ + + + + net8.0; + $(MSBuildProjectName.Replace(" ", "_").Replace(".Core", "")) + + + + + + + + + + diff --git a/Src/RCommon.Core/RCommon.Core.csproj b/Src/RCommon.Core/RCommon.Core.csproj index 589df676..be94f991 100644 --- a/Src/RCommon.Core/RCommon.Core.csproj +++ b/Src/RCommon.Core/RCommon.Core.csproj @@ -7,7 +7,7 @@ - + diff --git a/Src/RCommon.Dapper/RCommon.Dapper.csproj b/Src/RCommon.Dapper/RCommon.Dapper.csproj index 944a87b8..af8c10bd 100644 --- a/Src/RCommon.Dapper/RCommon.Dapper.csproj +++ b/Src/RCommon.Dapper/RCommon.Dapper.csproj @@ -6,7 +6,7 @@ - + diff --git a/Src/RCommon.EfCore/RCommon.EFCore.csproj b/Src/RCommon.EfCore/RCommon.EFCore.csproj index a7c54617..03d91367 100644 --- a/Src/RCommon.EfCore/RCommon.EFCore.csproj +++ b/Src/RCommon.EfCore/RCommon.EFCore.csproj @@ -5,8 +5,8 @@ net8.0; - - + + diff --git a/Src/RCommon.FluentValidation/RCommon.FluentValidation.csproj b/Src/RCommon.FluentValidation/RCommon.FluentValidation.csproj index 097310b7..89275d50 100644 --- a/Src/RCommon.FluentValidation/RCommon.FluentValidation.csproj +++ b/Src/RCommon.FluentValidation/RCommon.FluentValidation.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Src/RCommon.MassTransit/RCommon.MassTransit.csproj b/Src/RCommon.MassTransit/RCommon.MassTransit.csproj index 8d65a318..ad175237 100644 --- a/Src/RCommon.MassTransit/RCommon.MassTransit.csproj +++ b/Src/RCommon.MassTransit/RCommon.MassTransit.csproj @@ -7,7 +7,7 @@ - + diff --git a/Src/RCommon.MemoryCache/RCommon.MemoryCache.csproj b/Src/RCommon.MemoryCache/RCommon.MemoryCache.csproj index b7833e0e..474336ca 100644 --- a/Src/RCommon.MemoryCache/RCommon.MemoryCache.csproj +++ b/Src/RCommon.MemoryCache/RCommon.MemoryCache.csproj @@ -5,7 +5,7 @@ - + diff --git a/Src/RCommon.RedisCache/RCommon.RedisCache.csproj b/Src/RCommon.RedisCache/RCommon.RedisCache.csproj index b1e58d86..8a7b4156 100644 --- a/Src/RCommon.RedisCache/RCommon.RedisCache.csproj +++ b/Src/RCommon.RedisCache/RCommon.RedisCache.csproj @@ -5,7 +5,7 @@ - + diff --git a/Src/RCommon.SystemTextJson/RCommon.SystemTextJson.csproj b/Src/RCommon.SystemTextJson/RCommon.SystemTextJson.csproj index d3eedea2..7b62913b 100644 --- a/Src/RCommon.SystemTextJson/RCommon.SystemTextJson.csproj +++ b/Src/RCommon.SystemTextJson/RCommon.SystemTextJson.csproj @@ -5,7 +5,7 @@ - + diff --git a/Src/RCommon.Wolverine/RCommon.Wolverine.csproj b/Src/RCommon.Wolverine/RCommon.Wolverine.csproj index a696d5f2..e563bf68 100644 --- a/Src/RCommon.Wolverine/RCommon.Wolverine.csproj +++ b/Src/RCommon.Wolverine/RCommon.Wolverine.csproj @@ -7,7 +7,7 @@ - + diff --git a/Tests/RCommon.Emailing.SendGrid.Tests/RCommon.Emailing.SendGrid.Tests.csproj b/Tests/RCommon.Emailing.SendGrid.Tests/RCommon.Emailing.SendGrid.Tests.csproj index 546f9c58..7210ff64 100644 --- a/Tests/RCommon.Emailing.SendGrid.Tests/RCommon.Emailing.SendGrid.Tests.csproj +++ b/Tests/RCommon.Emailing.SendGrid.Tests/RCommon.Emailing.SendGrid.Tests.csproj @@ -9,10 +9,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/RCommon.Emailing.Tests/RCommon.Emailing.Tests.csproj b/Tests/RCommon.Emailing.Tests/RCommon.Emailing.Tests.csproj index 30a0ed4c..471f7f4f 100644 --- a/Tests/RCommon.Emailing.Tests/RCommon.Emailing.Tests.csproj +++ b/Tests/RCommon.Emailing.Tests/RCommon.Emailing.Tests.csproj @@ -9,9 +9,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/RCommon.Mediator.MediatR.Tests/RCommon.Mediator.MediatR.Tests.csproj b/Tests/RCommon.Mediator.MediatR.Tests/RCommon.Mediator.MediatR.Tests.csproj index c02ef958..61aa919a 100644 --- a/Tests/RCommon.Mediator.MediatR.Tests/RCommon.Mediator.MediatR.Tests.csproj +++ b/Tests/RCommon.Mediator.MediatR.Tests/RCommon.Mediator.MediatR.Tests.csproj @@ -11,9 +11,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/RCommon.Messaging.MassTransit.Tests/RCommon.Messaging.MassTransit.Tests.csproj b/Tests/RCommon.Messaging.MassTransit.Tests/RCommon.Messaging.MassTransit.Tests.csproj index 5672fb3a..0636cfab 100644 --- a/Tests/RCommon.Messaging.MassTransit.Tests/RCommon.Messaging.MassTransit.Tests.csproj +++ b/Tests/RCommon.Messaging.MassTransit.Tests/RCommon.Messaging.MassTransit.Tests.csproj @@ -9,10 +9,10 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/RCommon.Messaging.Wolverine.Tests/RCommon.Messaging.Wolverine.Tests.csproj b/Tests/RCommon.Messaging.Wolverine.Tests/RCommon.Messaging.Wolverine.Tests.csproj index 4b894d84..c27d4070 100644 --- a/Tests/RCommon.Messaging.Wolverine.Tests/RCommon.Messaging.Wolverine.Tests.csproj +++ b/Tests/RCommon.Messaging.Wolverine.Tests/RCommon.Messaging.Wolverine.Tests.csproj @@ -9,10 +9,10 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/RCommon.Persistence.Dapper.Tests/RCommon - Backup.Persistence.Dapper.Tests.csproj b/Tests/RCommon.Persistence.Dapper.Tests/RCommon - Backup.Persistence.Dapper.Tests.csproj new file mode 100644 index 00000000..890c5a4d --- /dev/null +++ b/Tests/RCommon.Persistence.Dapper.Tests/RCommon - Backup.Persistence.Dapper.Tests.csproj @@ -0,0 +1,43 @@ + + + + net8.0; + + false + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + Always + + + + diff --git a/Tests/RCommon.Persistence.Dapper.Tests/RCommon.Persistence.Dapper.Tests.csproj b/Tests/RCommon.Persistence.Dapper.Tests/RCommon.Persistence.Dapper.Tests.csproj index c4503c00..890c5a4d 100644 --- a/Tests/RCommon.Persistence.Dapper.Tests/RCommon.Persistence.Dapper.Tests.csproj +++ b/Tests/RCommon.Persistence.Dapper.Tests/RCommon.Persistence.Dapper.Tests.csproj @@ -13,16 +13,16 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Tests/RCommon.Persistence.EFCore.Tests/RCommon - Backup.Persistence.EFCore.Tests.csproj b/Tests/RCommon.Persistence.EFCore.Tests/RCommon - Backup.Persistence.EFCore.Tests.csproj new file mode 100644 index 00000000..18cd3f77 --- /dev/null +++ b/Tests/RCommon.Persistence.EFCore.Tests/RCommon - Backup.Persistence.EFCore.Tests.csproj @@ -0,0 +1,49 @@ + + + + net8.0; + + false + + 13c09e79-e5cc-4045-b135-23f5ad00696e + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + diff --git a/Tests/RCommon.Persistence.EFCore.Tests/RCommon.Persistence.EFCore.Tests.csproj b/Tests/RCommon.Persistence.EFCore.Tests/RCommon.Persistence.EFCore.Tests.csproj index b150fe96..6ceacd59 100644 --- a/Tests/RCommon.Persistence.EFCore.Tests/RCommon.Persistence.EFCore.Tests.csproj +++ b/Tests/RCommon.Persistence.EFCore.Tests/RCommon.Persistence.EFCore.Tests.csproj @@ -14,18 +14,18 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + + + + + - + diff --git a/Tests/RCommon.Persistence.Linq2Db.Tests/RCommon.Persistence.Linq2Db.Tests.csproj b/Tests/RCommon.Persistence.Linq2Db.Tests/RCommon.Persistence.Linq2Db.Tests.csproj index 124cf073..247a1259 100644 --- a/Tests/RCommon.Persistence.Linq2Db.Tests/RCommon.Persistence.Linq2Db.Tests.csproj +++ b/Tests/RCommon.Persistence.Linq2Db.Tests/RCommon.Persistence.Linq2Db.Tests.csproj @@ -11,17 +11,17 @@ - - - - - - - + + + + + + + - + diff --git a/Tests/RCommon.Security.Tests/RCommon - Backup.Security.Tests.csproj b/Tests/RCommon.Security.Tests/RCommon - Backup.Security.Tests.csproj new file mode 100644 index 00000000..ae80c45a --- /dev/null +++ b/Tests/RCommon.Security.Tests/RCommon - Backup.Security.Tests.csproj @@ -0,0 +1,33 @@ + + + + net8.0; + enable + + false + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + diff --git a/Tests/RCommon.Security.Tests/RCommon.Security.Tests.csproj b/Tests/RCommon.Security.Tests/RCommon.Security.Tests.csproj index a53c9ab8..ae80c45a 100644 --- a/Tests/RCommon.Security.Tests/RCommon.Security.Tests.csproj +++ b/Tests/RCommon.Security.Tests/RCommon.Security.Tests.csproj @@ -9,16 +9,16 @@ - - - - - + + + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/RCommon.TestBase.Data/RCommon - Backup.TestBase.Data.csproj b/Tests/RCommon.TestBase.Data/RCommon - Backup.TestBase.Data.csproj new file mode 100644 index 00000000..5acc4778 --- /dev/null +++ b/Tests/RCommon.TestBase.Data/RCommon - Backup.TestBase.Data.csproj @@ -0,0 +1,34 @@ + + + + net8.0; + enable + enable + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + diff --git a/Tests/RCommon.TestBase.Data/RCommon.TestBase.Data.csproj b/Tests/RCommon.TestBase.Data/RCommon.TestBase.Data.csproj index 4d27aa86..3705192f 100644 --- a/Tests/RCommon.TestBase.Data/RCommon.TestBase.Data.csproj +++ b/Tests/RCommon.TestBase.Data/RCommon.TestBase.Data.csproj @@ -12,18 +12,18 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + + + + + - + diff --git a/Tests/RCommon.TestBase/RCommon - Backup.TestBase.csproj b/Tests/RCommon.TestBase/RCommon - Backup.TestBase.csproj new file mode 100644 index 00000000..d098630f --- /dev/null +++ b/Tests/RCommon.TestBase/RCommon - Backup.TestBase.csproj @@ -0,0 +1,31 @@ + + + + net8.0; + + false + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Tests/RCommon.TestBase/RCommon.TestBase.csproj b/Tests/RCommon.TestBase/RCommon.TestBase.csproj index 2cc64236..d098630f 100644 --- a/Tests/RCommon.TestBase/RCommon.TestBase.csproj +++ b/Tests/RCommon.TestBase/RCommon.TestBase.csproj @@ -8,15 +8,15 @@ - - - - - + + + + + - + diff --git a/Tests/RCommon.Tests/RCommon - Backup.Tests.csproj b/Tests/RCommon.Tests/RCommon - Backup.Tests.csproj new file mode 100644 index 00000000..a8534f27 --- /dev/null +++ b/Tests/RCommon.Tests/RCommon - Backup.Tests.csproj @@ -0,0 +1,38 @@ + + + + net8.0; + + false + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + + + + + diff --git a/Tests/RCommon.Tests/RCommon.Tests.csproj b/Tests/RCommon.Tests/RCommon.Tests.csproj index 5b54b008..a8534f27 100644 --- a/Tests/RCommon.Tests/RCommon.Tests.csproj +++ b/Tests/RCommon.Tests/RCommon.Tests.csproj @@ -13,10 +13,10 @@ - + - +