From 8a0bf9f704f81a116a00f8e6dab5b63e39915d79 Mon Sep 17 00:00:00 2001 From: samatstarion Date: Thu, 15 Aug 2024 16:10:54 +0200 Subject: [PATCH] [Update] dependencies to resolve transitive dep vulnerability --- .../COMET.Web.Common.Test.csproj | 6 +- .../COMET.Web.Common.Tests.csproj | 4 + COMET.Web.Common/COMET.Web.Common.csproj | 151 +++++++++--------- 3 files changed, 87 insertions(+), 74 deletions(-) diff --git a/COMET.Web.Common.Test/COMET.Web.Common.Test.csproj b/COMET.Web.Common.Test/COMET.Web.Common.Test.csproj index 0da9b24b..0bb85037 100644 --- a/COMET.Web.Common.Test/COMET.Web.Common.Test.csproj +++ b/COMET.Web.Common.Test/COMET.Web.Common.Test.csproj @@ -29,10 +29,14 @@ - + + + + + diff --git a/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj b/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj index 57423198..4a69e357 100644 --- a/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj +++ b/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj @@ -62,6 +62,10 @@ + + + + diff --git a/COMET.Web.Common/COMET.Web.Common.csproj b/COMET.Web.Common/COMET.Web.Common.csproj index 007a10ef..7b31eb47 100644 --- a/COMET.Web.Common/COMET.Web.Common.csproj +++ b/COMET.Web.Common/COMET.Web.Common.csproj @@ -1,76 +1,81 @@ + - - net8.0 - Latest - 5.0.1 - 5.0.1 - 5.0.1 - CDP4 WEB Common - A Common Library for any Blazor based application related to ECSS-E-TM-10-25 - Starion Group S.A. - Copyright 2023-2024 Starion Group S.A. - CDP4.WEB.Common - COMET.WEB.Common - Apache-2.0 - Sam, Alex, Alexander, Antoine, Jaime, Nabil - Git - https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git - enable - true - README.md - cdp4-icon.png - true - true - snupkg - - [Update] all common view-viewmodels - [Update] business logic - [Update] to Starion Group S.A. - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - Always - - - Always - - - - - - - <_ContentIncludedByDefault Remove="Components\Applications\ApplicationTemplate.razor" /> - <_ContentIncludedByDefault Remove="Components\SingleThingApplicationTemplate.razor" /> - - - - + + net8.0 + Latest + 5.0.1 + 5.0.1 + 5.0.1 + CDP4 WEB Common + A Common Library for any Blazor based application related to ECSS-E-TM-10-25 + Starion Group S.A. + Copyright 2023-2024 Starion Group S.A. + CDP4.WEB.Common + COMET.WEB.Common + Apache-2.0 + Sam, Alex, Alexander, Antoine, Jaime, Nabil + Git + https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git + enable + true + README.md + cdp4-icon.png + true + true + snupkg + + [Update] to CDP4-SDK 27.2.3 + [Update] to DevExpress.Blazor 23.2.8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + Always + + + Always + + + + + + + <_ContentIncludedByDefault Remove="Components\Applications\ApplicationTemplate.razor" /> + <_ContentIncludedByDefault Remove="Components\SingleThingApplicationTemplate.razor" /> + + + + \ No newline at end of file