Skip to content

Commit

Permalink
Update WCF dependencies on the compat pack (dotnet#59764)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Sep 30, 2021
1 parent 5e4bd40 commit 918aaec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<Uri>https://github.com/dotnet/emsdk</Uri>
<Sha>9f2345b3c5f43dbf34790e21657ae1f2445cd06a</Sha>
</Dependency>
<Dependency Name="System.ServiceModel.Primitives" Version="4.9.0-rc2.21473.1">
<Uri>https://github.com/dotnet/wcf</Uri>
<Sha>7f504aabb1988e9a093c1e74d8040bd52feb2f01</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21463.4">
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
<ServiceModelVersion>4.8.1</ServiceModelVersion>
<SystemServiceModelPrimitivesVersion>4.9.0-rc2.21473.1</SystemServiceModelPrimitivesVersion>
<SystemTextJsonVersion>7.0.0-alpha.1.21463.1</SystemTextJsonVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21463.1</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)" />
</ItemGroup>

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

0 comments on commit 918aaec

Please sign in to comment.