From d87b9a73aebc25aab04639f4843821c413d8d1da Mon Sep 17 00:00:00 2001 From: Davoud Date: Fri, 17 May 2024 12:37:35 -0700 Subject: [PATCH] [3.1.6] | Address GenAPI tool CVE 2019-0545 & 2021-34485 --- .../Microsoft.DotNet.GenAPI/Microsoft.DotNet.GenAPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/GenAPI/Microsoft.DotNet.GenAPI/Microsoft.DotNet.GenAPI.csproj b/tools/GenAPI/Microsoft.DotNet.GenAPI/Microsoft.DotNet.GenAPI.csproj index f1080e7f09..eda7a2f097 100644 --- a/tools/GenAPI/Microsoft.DotNet.GenAPI/Microsoft.DotNet.GenAPI.csproj +++ b/tools/GenAPI/Microsoft.DotNet.GenAPI/Microsoft.DotNet.GenAPI.csproj @@ -2,7 +2,7 @@ Exe - net472;netcoreapp2.1 + net472;netcoreapp2.1.29 true MSBuildSdk false