Enable WCF package updates and update dependency to latest (dotnet/core-setup#2879)
authorZach Montoya <zamont@microsoft.com>
Thu, 20 Jul 2017 23:23:56 +0000 (16:23 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2017 23:23:56 +0000 (16:23 -0700)
Fixes dotnet/core-setup#2743

Commit migrated from https://github.com/dotnet/core-setup/commit/4d56a483076c3d3f43f2b357177ee14de16ee15d

src/installer/dependencies.props

index 5842b5d..5933254 100644 (file)
@@ -12,8 +12,7 @@
     <CoreFxCurrentRef>844634f9330c84656bfc487f220a9dc4e536a913</CoreFxCurrentRef>
     <CoreClrCurrentRef>844634f9330c84656bfc487f220a9dc4e536a913</CoreClrCurrentRef>
     <StandardCurrentRef>844634f9330c84656bfc487f220a9dc4e536a913</StandardCurrentRef>
-    <!-- Disable WCF Update until we have a package with UAP support available
-    <WCFCurrentRef>a96e149ce150f6a15546032ca3966bf238c373fb</WCFCurrentRef> -->
+    <WCFCurrentRef>41e2145a98edbe62a187204fae6a7db66531f095</WCFCurrentRef>
   </PropertyGroup>
   
   <PropertyGroup>
@@ -24,7 +23,7 @@
     <MicrosoftNetNativeCompilerPackageVersion>2.0.0-preview-25518-00</MicrosoftNetNativeCompilerPackageVersion>
     <NETStandardVersion>2.1.0-preview1-25520-01</NETStandardVersion>
     <DiaSymReaderNativeVersion>1.4.1</DiaSymReaderNativeVersion>
-    <WcfVersion>4.5.0-preview2-25507-04</WcfVersion>
+    <WcfVersion>4.5.0-preview2-25520-02</WcfVersion>
   </PropertyGroup>
   
   <!-- Package dependency verification/auto-upgrade configuration. -->
       <BuildInfoPath>$(BaseDotNetBuildInfo)standard/$(DependencyBranch)</BuildInfoPath>
       <CurrentRef>$(StandardCurrentRef)</CurrentRef>
     </RemoteDependencyBuildInfo>
-    <!-- Disable WCF Update until we have a package with UAP support available
     <RemoteDependencyBuildInfo Include="WCF">
       <BuildInfoPath>$(BaseDotNetBuildInfo)wcf/$(DependencyBranch)</BuildInfoPath>
       <CurrentRef>$(WCFCurrentRef)</CurrentRef>
-    </RemoteDependencyBuildInfo> -->
+    </RemoteDependencyBuildInfo>
 
     <DependencyBuildInfo Include="@(RemoteDependencyBuildInfo)">
       <RawVersionsBaseUrl>https://raw.githubusercontent.com/dotnet/versions</RawVersionsBaseUrl>
       <ElementName>NETStandardVersion</ElementName>
       <PackageId>NETStandard.Library</PackageId>
     </XmlUpdateStep>
-    <!-- Disable WCF Update until we have a package with UAP support available
     <XmlUpdateStep Include="WCF">
       <Path>$(MSBuildThisFileFullPath)</Path>
       <ElementName>WcfVersion</ElementName>
       <PackageId>System.ServiceModel.Duplex</PackageId>
-    </XmlUpdateStep> -->
+    </XmlUpdateStep>
   </ItemGroup>
 </Project>