From cb22586c8bdcd0f3f5535b58ac9d6e1cb80d9bff Mon Sep 17 00:00:00 2001 From: axunonb Date: Mon, 21 Oct 2024 15:08:59 +0200 Subject: [PATCH] Update nuget pkg, bump version to v7.2.3 (#208) * Update various package versions across multiple projects Updated the following packages: - `Microsoft.Extensions.Hosting` to `8.0.1` in `Axuno.BackgroundTask.csproj` - `Microsoft.IdentityModel.Tokens` to `8.1.2` in `Axuno.Web.csproj` - `Azure.Identity` to `1.13.0` in `League.Tests.csproj` - `Microsoft.AspNetCore.Mvc.Testing` to `8.0.10` in `League.Tests.csproj` - `Microsoft.AspNetCore.TestHost` to `8.0.10` in `League.Tests.csproj` - `System.IdentityModel.Tokens.Jwt` to `8.1.2` in `League.Tests.csproj` - `Microsoft.AspNetCore.Authentication.Facebook`, `Google`, `MicrosoftAccount`, and `Razor.RuntimeCompilation` to `8.0.10` in `League.csproj` - `Microsoft.VisualStudio.Web.CodeGeneration.Design` to `8.0.6` in `League.csproj` - `System.Security.Cryptography.Xml` to `8.0.2` in `League.csproj` - `SD.LLBLGen.Pro.ORMSupportClasses` to `5.11.3` in `TournamentManager.DAL.DbGeneric.csproj` - `SD.LLBLGen.Pro.DQE.SqlServer` to `5.11.3` in `TournamentManager.DAL.DBSpecific.csproj` Also updated `Version` and `FileVersion` properties to `7.2.3` in `Directory.Build.props`. * Remove System.Text.Json as direct pkg dependency in TournamentManager --- Axuno.BackgroundTask/Axuno.BackgroundTask.csproj | 2 +- Axuno.Web/Axuno.Web.csproj | 2 +- Directory.Build.props | 4 ++-- League.Tests/League.Tests.csproj | 8 ++++---- League/League.csproj | 12 ++++++------ .../TournamentManager.DAL.DbGeneric.csproj | 2 +- .../TournamentManager.DAL.DBSpecific.csproj | 2 +- .../TournamentManager/TournamentManager.csproj | 1 - 8 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Axuno.BackgroundTask/Axuno.BackgroundTask.csproj b/Axuno.BackgroundTask/Axuno.BackgroundTask.csproj index 5d34cec..bf83a32 100644 --- a/Axuno.BackgroundTask/Axuno.BackgroundTask.csproj +++ b/Axuno.BackgroundTask/Axuno.BackgroundTask.csproj @@ -17,6 +17,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/Axuno.Web/Axuno.Web.csproj b/Axuno.Web/Axuno.Web.csproj index 191ad8a..702eb2f 100644 --- a/Axuno.Web/Axuno.Web.csproj +++ b/Axuno.Web/Axuno.Web.csproj @@ -7,7 +7,7 @@ enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Directory.Build.props b/Directory.Build.props index 44d41ac..93ecdde 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,8 +7,8 @@ Copyright 2011-$(CurrentYear) axuno gGmbH https://github.com/axuno/Volleyball-League true - 7.2.2 - 7.2.2 + 7.2.3 + 7.2.3 7.0.0.0 latest enable diff --git a/League.Tests/League.Tests.csproj b/League.Tests/League.Tests.csproj index 2bff81c..7534cb0 100644 --- a/League.Tests/League.Tests.csproj +++ b/League.Tests/League.Tests.csproj @@ -5,8 +5,8 @@ $(NoWarn);NETSDK1206 - - + + @@ -19,10 +19,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/League/League.csproj b/League/League.csproj index e376e37..4cf7ee6 100644 --- a/League/League.csproj +++ b/League/League.csproj @@ -67,16 +67,16 @@ Localizations for English and German are included. The library is in operation o - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + @@ -88,7 +88,7 @@ Localizations for English and German are included. The library is in operation o - + diff --git a/TournamentManager/DAL/DatabaseGeneric/TournamentManager.DAL.DbGeneric.csproj b/TournamentManager/DAL/DatabaseGeneric/TournamentManager.DAL.DbGeneric.csproj index 5867bc1..b2c6678 100644 --- a/TournamentManager/DAL/DatabaseGeneric/TournamentManager.DAL.DbGeneric.csproj +++ b/TournamentManager/DAL/DatabaseGeneric/TournamentManager.DAL.DbGeneric.csproj @@ -12,6 +12,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/TournamentManager/DAL/DatabaseSpecific/TournamentManager.DAL.DBSpecific.csproj b/TournamentManager/DAL/DatabaseSpecific/TournamentManager.DAL.DBSpecific.csproj index ddd2f26..e114977 100644 --- a/TournamentManager/DAL/DatabaseSpecific/TournamentManager.DAL.DBSpecific.csproj +++ b/TournamentManager/DAL/DatabaseSpecific/TournamentManager.DAL.DBSpecific.csproj @@ -11,6 +11,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/TournamentManager/TournamentManager/TournamentManager.csproj b/TournamentManager/TournamentManager/TournamentManager.csproj index 807d9de..10d5637 100644 --- a/TournamentManager/TournamentManager/TournamentManager.csproj +++ b/TournamentManager/TournamentManager/TournamentManager.csproj @@ -32,7 +32,6 @@ Volleyball League is an open source sports platform that brings everything neces -