From 7539a8a6fe61984190582e95e16b3447dc9f3c29 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Thu, 30 Sep 2021 10:46:24 -0700 Subject: [PATCH] Update WCF dependencies on the compat pack (#59764) --- eng/Version.Details.xml | 4 ++++ eng/Versions.props | 2 +- .../src/Microsoft.Windows.Compatibility.csproj | 5 +++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 059a2c21402099..1bc64d58df9429 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,6 +12,10 @@ https://github.com/dotnet/emsdk 885a25579f723c790c1d91e4fc4939390429ccbc + + https://github.com/dotnet/wcf + 7f504aabb1988e9a093c1e74d8040bd52feb2f01 + diff --git a/eng/Versions.props b/eng/Versions.props index d2543af4f4bbcd..e26824c51a80c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -110,7 +110,7 @@ 5.0.0 5.0.0 5.0.0 - 4.8.1 + 4.9.0-rc2.21473.1 6.0.0-rc.1.21415.6 6.0.0-rc.1.21415.6 4.5.4 diff --git a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj index 5087ca38c4ac58..0bb569984fb040 100644 --- a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj +++ b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj @@ -51,8 +51,9 @@ System.ServiceModel.Duplex; System.ServiceModel.Http; System.ServiceModel.NetTcp; - System.ServiceModel.Security" - Version="$(ServiceModelVersion)" /> + System.ServiceModel.Security; + System.Web.Services.Description" + Version="$(SystemServiceModelPrimitivesVersion)" />