Update Windows.Compatibility package with references to newer WCF versions.
authorStephen Bonikowsky <stebon@microsoft.com>
Tue, 12 Mar 2019 17:15:20 +0000 (10:15 -0700)
committerStephen Bonikowsky <stebon@microsoft.com>
Tue, 12 Mar 2019 17:15:20 +0000 (10:15 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/4feda8061bfe03429555654c3df2fa5f7438f082

src/libraries/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj
src/libraries/pkg/Microsoft.Windows.Compatibility/externalIndex.json

index 81c0377..ba8de06 100644 (file)
@@ -4,7 +4,7 @@
       <!-- We use the PackageVersion property defined in Packaging.props for the Prerelease packages which are using it to be built -->
     <_PreReleasePackageVersion>$(PackageVersion)</_PreReleasePackageVersion>
     <PackageVersion>2.1.0</PackageVersion>
-    <ServiceModelVersion>4.4.1</ServiceModelVersion>
+    <ServiceModelVersion>4.5.0</ServiceModelVersion>
     <!-- We don't need to harvest the stable packages to build this -->
     <HarvestStablePackage>false</HarvestStablePackage>
   </PropertyGroup>
@@ -92,4 +92,4 @@
     </Dependency>
   </ItemGroup>
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
-</Project>
\ No newline at end of file
+</Project>
index 2026fe7..6d4e685 100644 (file)
@@ -4,36 +4,41 @@
       "StableVersions": [
         "4.4.0",
         "4.3.0",
-        "4.4.1"
+        "4.4.1",
+        "4.5.0"
       ]
     },
     "System.ServiceModel.Duplex": {
       "StableVersions": [
         "4.4.0",
         "4.3.0",
-        "4.4.1"
+        "4.4.1",
+        "4.5.0"
       ]
     },
     "System.ServiceModel.Http": {
       "StableVersions": [
         "4.4.0",
         "4.3.0",
-        "4.4.1"
+        "4.4.1",
+        "4.5.0"
       ]
     },
     "System.ServiceModel.NetTcp": {
       "StableVersions": [
         "4.4.0",
         "4.3.0",
-        "4.4.1"
+        "4.4.1",
+        "4.5.0"
       ]
     },
     "System.ServiceModel.Security": {
       "StableVersions": [
         "4.4.0",
         "4.3.0",
-        "4.4.1"
+        "4.4.1",
+        "4.5.0"
       ]
     }
   }
-}
\ No newline at end of file
+}