From dd5f187da6db4e1ff27024c873932d4fb682a1cf Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 11 May 2022 15:57:16 -0500 Subject: [PATCH 1/2] Update caste.core from 4.4.1 to 5.0.0 threfore net45 to net462. This change resolved the next vulnerability: https://security.snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTREGULAREXPRESSIONS-174708 --- src/Moq/Moq.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Moq/Moq.csproj b/src/Moq/Moq.csproj index 1976ecaca..4c36c915d 100644 --- a/src/Moq/Moq.csproj +++ b/src/Moq/Moq.csproj @@ -6,7 +6,7 @@ - net45;netstandard2.0;netstandard2.1 + net462;netstandard2.0;netstandard2.1 Moq True embedded @@ -43,7 +43,7 @@ - + From 9e2ff85982642cd59751bef49bc78fe322a0a5c5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 11 May 2022 16:00:57 -0500 Subject: [PATCH 2/2] Update caste.core from 4.4.1 to 5.0.0 --- tests/Moq.Tests/Moq.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Moq.Tests/Moq.Tests.csproj b/tests/Moq.Tests/Moq.Tests.csproj index 6ca49cc95..365ba17f0 100644 --- a/tests/Moq.Tests/Moq.Tests.csproj +++ b/tests/Moq.Tests/Moq.Tests.csproj @@ -22,7 +22,7 @@ - +