diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15b11fdf4ef027..5cdd842d506e87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,6 +12,10 @@ https://github.com/dotnet/emsdk 9f2345b3c5f43dbf34790e21657ae1f2445cd06a + + https://github.com/dotnet/wcf + 7f504aabb1988e9a093c1e74d8040bd52feb2f01 + diff --git a/eng/Versions.props b/eng/Versions.props index a7c00e5d82ee79..4074a366fd815d 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 7.0.0-alpha.1.21463.1 7.0.0-alpha.1.21463.1 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 81e4ca60c5b46e..912ac95801edaf 100644 --- a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj +++ b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj @@ -50,8 +50,9 @@ System.ServiceModel.Duplex; System.ServiceModel.Http; System.ServiceModel.NetTcp; - System.ServiceModel.Security" - Version="$(ServiceModelVersion)" /> + System.ServiceModel.Security; + System.Web.Services.Description" + Version="$(SystemServiceModelPrimitivesVersion)" />