From 321448c944793c0927cf2508cede1ca0e561e22b Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Fri, 29 Nov 2024 03:06:11 +0100 Subject: [PATCH 1/2] bump Microsoft.Extensions.DependencyModel this also bumps the transitive System.Text.Json dependency from 8.0.0 to 9.0.0, fixing https://github.com/advisories/GHSA-hh2w-p6rv-4g7w --- src/Core/Silk.NET.Core/Silk.NET.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Silk.NET.Core/Silk.NET.Core.csproj b/src/Core/Silk.NET.Core/Silk.NET.Core.csproj index cdb9d2db5e..f813f945af 100644 --- a/src/Core/Silk.NET.Core/Silk.NET.Core.csproj +++ b/src/Core/Silk.NET.Core/Silk.NET.Core.csproj @@ -10,7 +10,7 @@ - + From 2203be4fc36d09dfe2746dd5fd42355ae41282ec Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:20:58 +0100 Subject: [PATCH 2/2] also bump Microsoft.Extensions.DependencyModel in PrototypeStructChaining --- .../PrototypeStructChaining/PrototypeStructChaining.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lab/Experiments/PrototypeStructChaining/PrototypeStructChaining/PrototypeStructChaining.csproj b/src/Lab/Experiments/PrototypeStructChaining/PrototypeStructChaining/PrototypeStructChaining.csproj index 7ed4b54ea8..ec64fe2fc4 100644 --- a/src/Lab/Experiments/PrototypeStructChaining/PrototypeStructChaining/PrototypeStructChaining.csproj +++ b/src/Lab/Experiments/PrototypeStructChaining/PrototypeStructChaining/PrototypeStructChaining.csproj @@ -11,7 +11,7 @@ - +