Skip to content

Commit 3bff9a8

Browse files
authored
Update WCF dependencies on the compat pack (#59764) (#59820)
1 parent 23a5153 commit 3bff9a8

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>885a25579f723c790c1d91e4fc4939390429ccbc</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="6.0.0-beta.21473.5">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
113113
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
114114
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
115-
<ServiceModelVersion>4.8.1</ServiceModelVersion>
115+
<SystemServiceModelPrimitivesVersion>4.9.0-rc2.21473.1</SystemServiceModelPrimitivesVersion>
116116
<SystemTextJsonVersion>6.0.0-rc.1.21415.6</SystemTextJsonVersion>
117117
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0-rc.1.21415.6</SystemRuntimeCompilerServicesUnsafeVersion>
118118
<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
@@ -51,8 +51,9 @@
5151
System.ServiceModel.Duplex;
5252
System.ServiceModel.Http;
5353
System.ServiceModel.NetTcp;
54-
System.ServiceModel.Security"
55-
Version="$(ServiceModelVersion)" />
54+
System.ServiceModel.Security;
55+
System.Web.Services.Description"
56+
Version="$(SystemServiceModelPrimitivesVersion)" />
5657
</ItemGroup>
5758

5859
<!-- Packages which are inbox in NET6 and shouldn't and can't be referenced anymore. -->

0 commit comments

Comments
 (0)