Skip to content

Commit 918aaec

Browse files
authored
Update WCF dependencies on the compat pack (#59764)
1 parent 5e4bd40 commit 918aaec

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<Uri>https://github.com/dotnet/emsdk</Uri>
1313
<Sha>9f2345b3c5f43dbf34790e21657ae1f2445cd06a</Sha>
1414
</Dependency>
15+
<Dependency Name="System.ServiceModel.Primitives" Version="4.9.0-rc2.21473.1">
16+
<Uri>https://github.com/dotnet/wcf</Uri>
17+
<Sha>7f504aabb1988e9a093c1e74d8040bd52feb2f01</Sha>
18+
</Dependency>
1519
</ProductDependencies>
1620
<ToolsetDependencies>
1721
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21463.4">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
111111
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
112112
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
113-
<ServiceModelVersion>4.8.1</ServiceModelVersion>
113+
<SystemServiceModelPrimitivesVersion>4.9.0-rc2.21473.1</SystemServiceModelPrimitivesVersion>
114114
<SystemTextJsonVersion>7.0.0-alpha.1.21463.1</SystemTextJsonVersion>
115115
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21463.1</SystemRuntimeCompilerServicesUnsafeVersion>
116116
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>

src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
System.ServiceModel.Duplex;
5151
System.ServiceModel.Http;
5252
System.ServiceModel.NetTcp;
53-
System.ServiceModel.Security"
54-
Version="$(ServiceModelVersion)" />
53+
System.ServiceModel.Security;
54+
System.Web.Services.Description"
55+
Version="$(SystemServiceModelPrimitivesVersion)" />
5556
</ItemGroup>
5657

5758
<!-- Packages which are inbox on frameworks newer than .NET Standard 2.0. -->

0 commit comments

Comments
 (0)