platform/upstream/dotnet/runtime.git
7 years agoMerge pull request dotnet/core-setup#3093 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Fri, 1 Sep 2017 14:52:50 +0000 (09:52 -0500)]
Merge pull request dotnet/core-setup#3093 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25701-02, preview2-25701-02, preview1-25701-01, preview2-25701-01, respectively (master)

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25701-02, preview2-25701-02, previe...
dotnet-maestro-bot [Fri, 1 Sep 2017 13:32:27 +0000 (06:32 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25701-02, preview2-25701-02, preview1-25701-01, preview2-25701-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/9c4586379bea282aedac7e623db8b1431a04ecc0

7 years agoMerge pull request dotnet/core-setup#3129 from omajid/glibc-2.26
Eric Erhardt [Thu, 31 Aug 2017 14:34:17 +0000 (09:34 -0500)]
Merge pull request dotnet/core-setup#3129 from omajid/glibc-2.26

Fix build error with glibc 2.26: missing xlocale.h

Commit migrated from https://github.com/dotnet/core-setup/commit/8d426b58dd9e5ce2891fcf401bab38cfd4616be8

7 years agoMerge pull request dotnet/core-setup#3115 from eerhardt/DisableNuGetFallback
Eric Erhardt [Thu, 31 Aug 2017 13:37:14 +0000 (08:37 -0500)]
Merge pull request dotnet/core-setup#3115 from eerhardt/DisableNuGetFallback

Clean up core-setup build

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

7 years agoFix build error with glibc 2.26: missing xlocale.h
Omair Majid [Wed, 30 Aug 2017 22:31:41 +0000 (18:31 -0400)]
Fix build error with glibc 2.26: missing xlocale.h

glibc 2.26 removed xlocale.h. They suggest locale.h is a complete
superset and should be enough. locale.h is already included.

See: https://sourceware.org/git/?p=glibc.git;a=commit;h=f0be25b
See: https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27

Port of https://github.com/Microsoft/cpprestsdk/pull/502

Commit migrated from https://github.com/dotnet/core-setup/commit/23510ddc07acb714c1dace14322ef047f9f1c888

7 years agoDefault Platform=AnyCPU for managed projects.
Eric Erhardt [Wed, 30 Aug 2017 22:10:24 +0000 (17:10 -0500)]
Default Platform=AnyCPU for managed projects.

Also clean up the "Architecture" MSBuild property, which isn't used.

Commit migrated from https://github.com/dotnet/core-setup/commit/8be3db8e3dbf95b679247e6d003f27800509bace

7 years agoFix the tests by passing Configuration into the tests.
Eric Erhardt [Wed, 30 Aug 2017 19:20:32 +0000 (14:20 -0500)]
Fix the tests by passing Configuration into the tests.

Fix the build on non-Windows by passing the right MSBuild properties down.

Respond to PR feedback.

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

7 years agoPass through the Configuration when restoring.
Eric Erhardt [Wed, 30 Aug 2017 15:39:44 +0000 (10:39 -0500)]
Pass through the Configuration when restoring.

Since BaseIntermediateOutputPath depends on Configuration, it needs to be flown properly.

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

7 years agoUse ResourceHandlingTask to extract embedded resources for portable class libraries...
Zach Montoya [Tue, 29 Aug 2017 23:38:44 +0000 (16:38 -0700)]
Use ResourceHandlingTask to extract embedded resources for portable class libraries (dotnet/core-setup#3114)

* Add property <NetCoreGeneratePrisForPortableLibraries> to CoreRuntime.targets and re-write ResourceHandlingTask to extract ResW files from embedded resources in non-Framework assemblies as well, since current ResGen breaks on NS2.0 C# UWP libraries. Behavior for non-Framework resources are written to match ResGen behavior

* Address PR feedback for ResourceHandlingTask changes

Commit migrated from https://github.com/dotnet/core-setup/commit/3055bf1f12980c0f0dde3a75b7fd398cf3d13355

7 years agoMerge remote-tracking branch 'upstream/master' into DisableNuGetFallback
Eric Erhardt [Tue, 29 Aug 2017 23:03:29 +0000 (18:03 -0500)]
Merge remote-tracking branch 'upstream/master' into DisableNuGetFallback

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

7 years agoClean up core-setup build.
Eric Erhardt [Tue, 29 Aug 2017 22:36:51 +0000 (17:36 -0500)]
Clean up core-setup build.

Set DisableImplicitNuGetFallbackFolder=false to ensure we never use the NuGet fallback folder that comes with the SDK.

Enable SDK-based projects to import the root dir.props file.  This spawned a few one-off changes since things like the BaseIntermediateOutputPath is now under RepoRoot\Bin and TreatWarningsAsErrors=true.

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

7 years agoRemoving dead test code.
Eric Erhardt [Tue, 29 Aug 2017 22:05:29 +0000 (17:05 -0500)]
Removing dead test code.

Commit migrated from https://github.com/dotnet/core-setup/commit/29c18275d557afcfa24f8007226556ffd5f2a5d5

7 years agoMerge pull request dotnet/core-setup#3104 from dotnet/UpdateSDKVersion
Eric Erhardt [Tue, 29 Aug 2017 21:44:11 +0000 (16:44 -0500)]
Merge pull request dotnet/core-setup#3104 from dotnet/UpdateSDKVersion

Update to latest BuildTools

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

7 years agoUpdate to the latest BuildTools
Eric Erhardt [Mon, 28 Aug 2017 17:06:02 +0000 (12:06 -0500)]
Update to the latest BuildTools

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

7 years agoUpdate Microsoft.Net.Native.Compiler reference in the .NETCore 5.0 dependency group...
Zach Montoya [Tue, 29 Aug 2017 00:05:36 +0000 (17:05 -0700)]
Update Microsoft.Net.Native.Compiler reference in the .NETCore 5.0 dependency group to 1.7.1 (dotnet/core-setup#3108)

Commit migrated from https://github.com/dotnet/core-setup/commit/70f50d0bb6e6a59ef0a46e1a3d34584c36d51afb

7 years agoMerge pull request dotnet/core-setup#3102 from eerhardt/RemoveBranchInfo
Eric Erhardt [Mon, 28 Aug 2017 16:45:03 +0000 (11:45 -0500)]
Merge pull request dotnet/core-setup#3102 from eerhardt/RemoveBranchInfo

Delete branchinfo.txt

Commit migrated from https://github.com/dotnet/core-setup/commit/8cb98cdd5233068e28600cf84816ed91ce4de4eb

7 years agoMerge pull request dotnet/core-setup#1703 from dotnet/3pn
Eric Erhardt [Mon, 28 Aug 2017 15:21:42 +0000 (10:21 -0500)]
Merge pull request dotnet/core-setup#1703 from dotnet/3pn

Add 3pn entry for C++ SDK

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

7 years agoMerge branch 'master' into 3pn
Eric Erhardt [Mon, 28 Aug 2017 14:50:02 +0000 (09:50 -0500)]
Merge branch 'master' into 3pn

Commit migrated from https://github.com/dotnet/core-setup/commit/8214e3b0ceefdc32b7910e0e01551bccfc95cec7

7 years agoDelete branchinfo.txt
Eric Erhardt [Mon, 28 Aug 2017 14:25:03 +0000 (09:25 -0500)]
Delete branchinfo.txt

This file is no longer used after we moved to MSBuild.

Commit migrated from https://github.com/dotnet/core-setup/commit/749693e00344fb5ff7644a33b305226bd6c76f94

7 years agoFix semantic versioning sort order
Karel Zikmund [Sat, 26 Aug 2017 00:09:42 +0000 (17:09 -0700)]
Fix semantic versioning sort order

Pre-releases always have a lower precedence than the associated production version. Fix the example sort to reflect that and clarify this precedence behavior in the description.

This fixes dotnet/core-setup#2169.

Based on original PR dotnet/core-setup#2182.

Commit migrated from https://github.com/dotnet/core-setup/commit/51024438e10d7663dc3fbaba09f32f1a8ecb986f

7 years agoFix brew link
Richard Lander [Wed, 16 Aug 2017 20:41:32 +0000 (13:41 -0700)]
Fix brew link

Commit migrated from https://github.com/dotnet/core-setup/commit/152dbe8a4b4e30eee26208ff6a850e9aa73c07f8

7 years agoChange one more URL to dot.net
Petr Onderka [Fri, 25 Aug 2017 19:09:20 +0000 (21:09 +0200)]
Change one more URL to dot.net

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

7 years agoUse dot.net instead of microsoft.com
Petr Onderka [Tue, 26 Jul 2016 21:39:05 +0000 (23:39 +0200)]
Use dot.net instead of microsoft.com

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

7 years agoUpdated dotnet.hithub.io URLs to microsoft.com/net
Petr Onderka [Tue, 26 Jul 2016 16:37:24 +0000 (18:37 +0200)]
Updated dotnet.hithub.io URLs to microsoft.com/net

Commit migrated from https://github.com/dotnet/core-setup/commit/73c0eda205f1a7c0a3993a72b5919e7bd99baf09

7 years agoAdd RedHat6 to official builds of core-setup in master branch (dotnet/core-setup...
smile21prc [Fri, 25 Aug 2017 16:38:49 +0000 (09:38 -0700)]
Add RedHat6 to official builds of core-setup in master branch (dotnet/core-setup#3024)

* Add RedHat6 to official builds of core-setup in master branch

Add RedHat6 to official builds of core-setup in master branch, this is
identical to the PR to enable Rhel6 in release/2.0.0:
https://github.com/dotnet/core-setup/pull/3017

* Rename the RID.

Rename the RID as we don't have a RID for 6.9.

* Update docker tag and add logic to detect RHEL6 in init-tools.sh

Update docker tag and add logic to detect RHEL6 in init-tools.sh

* Port changes from Release/2.0.0 to fix core-setup RHEL 6 official runs.

Port changes from Release/2.0.0 to fix core-setup RHEL 6 official runs.

* Fix indentation

Fix indentation

* Port one more related commit from release/2.0.0 back to master

Port one more related commit from release/2.0.0 back to master, which
is:

https://github.com/dotnet/core-setup/commit/dotnet/core-setup@15e34cd2c57ae5daa83c412d987dd342886d799a

* Update to use the correction version of runtimemodel

Update to use the correction version of runtimemodel

* Try to fix the CI error by updating NugetModelTFM to net45

Try to fix the CI error by updating NugetModelTFM to net45

* Revert "Try to fix the CI error by updating NugetModelTFM to net45"

This reverts commit dotnet/core-setup@d740f18750362245427b67ca45301f60b31faa47.

* Remove runtimemodel reference

I built core-setup locally, and didn't see runtimemodel package any more
with current version 4.3.0-preview2-4095. It is possible that it might
not be needed any longer.

Remove it first and verify it all works. If there is still runtime
errors then we may need to explicitly add a package reference to it

* Remove unused NugetModelTFM node as well

Remove unused NugetModelTFM node as well

* Remove extra spaces

Remove extra spaces

Commit migrated from https://github.com/dotnet/core-setup/commit/66d0e7052e24875be41d4956be09bb691c90f86a

7 years agoMerge pull request dotnet/core-setup#3025 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Fri, 25 Aug 2017 16:00:51 +0000 (09:00 -0700)]
Merge pull request dotnet/core-setup#3025 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25624-02, preview2-25624-01, preview1-25624-01, preview2-25624-01, respectively (master)

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

7 years agoUpdate coreclr package to preview2-25622-01
smile21prc [Fri, 25 Aug 2017 03:45:13 +0000 (20:45 -0700)]
Update coreclr package to preview2-25622-01

Further scale down when coreclr package started to hang windows Debug x64 tests.

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

7 years agoRevert coreclr version update
Wes Haggard [Fri, 25 Aug 2017 00:48:17 +0000 (17:48 -0700)]
Revert coreclr version update

Commit migrated from https://github.com/dotnet/core-setup/commit/210f02c0cec18dec018ff51c29a8c06dae00fdbf

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25624-02, preview2-25624-01, previe...
dotnet-maestro-bot [Thu, 24 Aug 2017 13:29:33 +0000 (06:29 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25624-02, preview2-25624-01, preview1-25624-01, preview2-25624-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/786feeb46d13245951bd4960b4ace5270a3bae08

7 years agoAllow AppBaseCompilation assembly resolver to resolve 'reference' (dotnet/core-setup...
Matt Perry [Wed, 23 Aug 2017 15:01:57 +0000 (11:01 -0400)]
Allow AppBaseCompilation assembly resolver to resolve 'reference' (dotnet/core-setup#3065)

* Allow direct references to be resolved when there is no refs folder

* Fix comment typo

Commit migrated from https://github.com/dotnet/core-setup/commit/7ccae7f07ea442e1df245eba0d487bec10b58bdd

7 years agoMerge pull request dotnet/core-setup#3041 from janvorli/add-rhel6-official-rid
Wes Haggard [Thu, 17 Aug 2017 18:27:29 +0000 (11:27 -0700)]
Merge pull request dotnet/core-setup#3041 from janvorli/add-rhel6-official-rid

[RHEL6] Add RHEL 6 official RID

Commit migrated from https://github.com/dotnet/core-setup/commit/7cacb7939f96bcab7e604256c36bb10118b302be

7 years agoMerge pull request dotnet/core-setup#3052 from ericstj/netcoreapp2.1
Eric StJohn [Tue, 15 Aug 2017 20:07:56 +0000 (13:07 -0700)]
Merge pull request dotnet/core-setup#3052 from ericstj/netcoreapp2.1

Make Microsoft.NETCore.App target netcoreapp2.1

Commit migrated from https://github.com/dotnet/core-setup/commit/8aa34a95bad481e1b5e4c8286e5cb2d7cb6ed943

7 years agoEnsure we pass meta-package version to StoreProject
Eric St. John [Tue, 15 Aug 2017 18:43:12 +0000 (11:43 -0700)]
Ensure we pass meta-package version to StoreProject

It looks like Store wasn't doing the right thing for test projects.  Rather than storing the just
built NCA package it was using the one the targets injected (EG: the one in the Tools CLI).

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

7 years agoMake Microsoft.NETCore.App target netcoreapp2.1
Eric St. John [Tue, 15 Aug 2017 17:06:40 +0000 (10:06 -0700)]
Make Microsoft.NETCore.App target netcoreapp2.1

Moves the branch forward to the netcoreapp2.1 TFM.

Commit migrated from https://github.com/dotnet/core-setup/commit/26154941156e3b9c1bdd908c94a77b1f571cfcad

7 years agoCompile Microsoft.Build.Net.CoreRuntimeTask with MSFT public key (dotnet/core-setup...
Simon Nattress [Mon, 14 Aug 2017 16:45:35 +0000 (09:45 -0700)]
Compile Microsoft.Build.Net.CoreRuntimeTask with MSFT public key (dotnet/core-setup#3016)

Strongname signing was disabled for this assembly. Opt it into signing
with the MSFT key.

Commit migrated from https://github.com/dotnet/core-setup/commit/2d818e87081bfe71f9a3f2cbba43cb279e79b265

7 years agoAdd RHEL 6 official RID
Jan Vorlicek [Mon, 14 Aug 2017 15:19:49 +0000 (17:19 +0200)]
Add RHEL 6 official RID

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

7 years agoMerge pull request dotnet/core-setup#3006 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Thu, 10 Aug 2017 18:18:09 +0000 (11:18 -0700)]
Merge pull request dotnet/core-setup#3006 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25610-02, preview2-25610-02, preview1-25610-01, preview2-25610-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/49160e3bb27bb44a8b64920de05059349e7b9c26

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25610-02, preview2-25610-02, previe...
dotnet-maestro-bot [Thu, 10 Aug 2017 13:26:50 +0000 (06:26 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25610-02, preview2-25610-02, preview1-25610-01, preview2-25610-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/6a3d3126dd16e6d2f4f315e0d129d873e2c3bef6

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25608-02, preview2-25608-02, previe...
dotnet-maestro-bot [Tue, 8 Aug 2017 23:39:28 +0000 (16:39 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25608-02, preview2-25608-02, preview1-25608-01, preview2-25608-04, respectively (dotnet/core-setup#2979)

Commit migrated from https://github.com/dotnet/core-setup/commit/1d16608332a928326be0eed45fcf5bb204a2e2fb

7 years agoStrongname sign Microsoft.Build.Net.CoreRuntimeTask (dotnet/core-setup#2994)
Simon Nattress [Tue, 8 Aug 2017 21:44:10 +0000 (14:44 -0700)]
Strongname sign Microsoft.Build.Net.CoreRuntimeTask (dotnet/core-setup#2994)

* Strongname sign Microsoft.Build.Net.CoreRuntimeTask

Fixes https://github.com/dotnet/core-setup/issues/2820

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

7 years agoEnable building debian9 packages (dotnet/core-setup#2961)
rakeshsinghranchi [Tue, 8 Aug 2017 00:42:31 +0000 (17:42 -0700)]
Enable building debian9 packages (dotnet/core-setup#2961)

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

7 years agoEnable retries for the nuget push command used during publishing (dotnet/core-setup...
chcosta [Fri, 4 Aug 2017 21:58:30 +0000 (14:58 -0700)]
Enable retries for the nuget push command used during publishing (dotnet/core-setup#2980)

* Enable retries for the nuget push command used during publishing

* Alphabetize usingtask list in publish.proj

Commit migrated from https://github.com/dotnet/core-setup/commit/14627e34be86271759ffdd5ea8692a51e2b7f4fe

7 years agoMerge pull request dotnet/core-setup#2970 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Fri, 4 Aug 2017 16:00:50 +0000 (09:00 -0700)]
Merge pull request dotnet/core-setup#2970 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, Standard, WCF to preview2-25604-01, preview1-25604-01, preview2-25604-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/57873902bb6e7bc9f1358c908237d85743dfd1ac

7 years agoUpdate CoreClr, Standard, WCF to preview2-25604-01, preview1-25604-01, preview2-25604...
dotnet-maestro-bot [Fri, 4 Aug 2017 13:29:00 +0000 (06:29 -0700)]
Update CoreClr, Standard, WCF to preview2-25604-01, preview1-25604-01, preview2-25604-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/2f426bd762fe18dc5f5939b3d8c3ea525d267707

7 years agoMerge pull request dotnet/core-setup#2948 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Thu, 3 Aug 2017 17:58:08 +0000 (10:58 -0700)]
Merge pull request dotnet/core-setup#2948 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25603-01, preview2-25602-02, preview1-25603-01, preview2-25603-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/974997ce838252299445902837567c2601933c6c

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25603-01, preview2-25602-02, previe...
dotnet-maestro-bot [Thu, 3 Aug 2017 13:26:37 +0000 (06:26 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25603-01, preview2-25602-02, preview1-25603-01, preview2-25603-01, respectively

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

7 years agoMerge pull request dotnet/core-setup#2942 from janvorli/enable-rhel6-rid-detection
Jan Vorlicek [Mon, 31 Jul 2017 22:38:41 +0000 (00:38 +0200)]
Merge pull request dotnet/core-setup#2942 from janvorli/enable-rhel6-rid-detection

Enable RHEL6 and CentOS 6 RID detection in build

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

7 years agoMerge pull request dotnet/core-setup#2928 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Mon, 31 Jul 2017 21:41:16 +0000 (14:41 -0700)]
Merge pull request dotnet/core-setup#2928 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25531-02, preview2-25531-01, preview1-25531-01, preview2-25531-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/25836afeac18d915c6ab1bceb6de7974876b6188

7 years agoEnable RHEL6 and CentOS 6 RID detection in build
Jan Vorlicek [Mon, 31 Jul 2017 15:49:25 +0000 (15:49 +0000)]
Enable RHEL6 and CentOS 6 RID detection in build

This change adds RHEL6 and CentOS 6 RID detection to src/corehost/build.sh.
These distros don't have the /etc/os-release file and so we need to use another
source - the /etc/redhat-release file.
It is an exact copy of the same change merged in for CoreCLR.

Commit migrated from https://github.com/dotnet/core-setup/commit/6ae626fa9ce15b828eea1af9a92055c43ad8cb30

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25531-02, preview2-25531-01, previe...
dotnet-maestro-bot [Mon, 31 Jul 2017 13:27:33 +0000 (06:27 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25531-02, preview2-25531-01, preview1-25531-01, preview2-25531-01, respectively

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

7 years agoMerge pull request dotnet/core-setup#2923 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Fri, 28 Jul 2017 17:46:18 +0000 (10:46 -0700)]
Merge pull request dotnet/core-setup#2923 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, Standard, WCF to preview2-25528-01, preview1-25528-01, preview2-25528-02, respectively (master)

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

7 years agoUpdate CoreClr, Standard, WCF to preview2-25528-01, preview1-25528-01, preview2-25528...
dotnet-maestro-bot [Fri, 28 Jul 2017 13:25:11 +0000 (06:25 -0700)]
Update CoreClr, Standard, WCF to preview2-25528-01, preview1-25528-01, preview2-25528-02, respectively

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25527-04, preview2-25527-02, previe...
dotnet-maestro-bot [Thu, 27 Jul 2017 21:40:32 +0000 (14:40 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25527-04, preview2-25527-02, preview1-25527-01, preview2-25527-01, respectively (dotnet/core-setup#2899)

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

7 years agoMerge pull request dotnet/core-setup#2913 from nattress/uwpshimfix
Simon Nattress [Thu, 27 Jul 2017 19:07:56 +0000 (12:07 -0700)]
Merge pull request dotnet/core-setup#2913 from nattress/uwpshimfix

Build UWPShim as a Store App

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

7 years agoBuild UWPShim as a Store App
Simon Nattress [Tue, 18 Jul 2017 23:43:54 +0000 (16:43 -0700)]
Build UWPShim as a Store App

Alter build of UWPShim so it is a Windows Store exe instead of a desktop command line application. This prevents a command window popping up when running CoreCLR apps in VS.
This requires splitting the uwp cmake build into two pieces: a desktop piece for CopyWin32Resources and UWPHost, and a Store app piece for UWPShim
Statically link vcruntime.lib into CopyWin32Resources and UWPHost to avoid a runtime requirement that vcruntime140.dll is present.

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

7 years agoMerge pull request dotnet/core-setup#2910 from weshaggard/EnableVS2017
Wes Haggard [Wed, 26 Jul 2017 20:10:25 +0000 (13:10 -0700)]
Merge pull request dotnet/core-setup#2910 from weshaggard/EnableVS2017

Enable building this repo with VS2017

Commit migrated from https://github.com/dotnet/core-setup/commit/562b1aa239fe7bc1de355ab0c7885e5abf912a4b

7 years agoEnable building this repo with VS2017
Wes Haggard [Wed, 26 Jul 2017 16:52:03 +0000 (09:52 -0700)]
Enable building this repo with VS2017

Commit migrated from https://github.com/dotnet/core-setup/commit/9a20b39067a7fcb979c7421e97c081f8544ae187

7 years agoMerge pull request dotnet/core-setup#2904 from zamont/master
Josh Free [Tue, 25 Jul 2017 18:23:21 +0000 (11:23 -0700)]
Merge pull request dotnet/core-setup#2904 from zamont/master

Update Microsoft.Net.UWPCoreruntimeSdk targets to help VS

Commit migrated from https://github.com/dotnet/core-setup/commit/7be0b89ee218fa731720a5bafc3e036cf1c46be8

7 years agoAdd DesignTimeAppxPackageRegistration MSBuild items to aid in discovery of appx packa...
Zach Montoya [Mon, 24 Jul 2017 23:36:33 +0000 (16:36 -0700)]
Add DesignTimeAppxPackageRegistration MSBuild items to aid in discovery of appx packages for VS

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

7 years agoMerge pull request dotnet/core-setup#2900 from nattress/netnative
Simon Nattress [Tue, 25 Jul 2017 00:44:00 +0000 (17:44 -0700)]
Merge pull request dotnet/core-setup#2900 from nattress/netnative

Update .NET Native to build 25524.00

Commit migrated from https://github.com/dotnet/core-setup/commit/3a1c55595effb3ee1c1f925519b62ff99eb2c03c

7 years agoUpdate .NET Native to build 25524.00
Simon Nattress [Tue, 25 Jul 2017 00:43:06 +0000 (17:43 -0700)]
Update .NET Native to build 25524.00

Commit migrated from https://github.com/dotnet/core-setup/commit/591841b2a1cf260e17d7e3e68263e3947e84067a

7 years agoMerge pull request dotnet/core-setup#2880 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Mon, 24 Jul 2017 17:49:13 +0000 (10:49 -0700)]
Merge pull request dotnet/core-setup#2880 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25524-01, preview2-25524-02, preview1-25524-01, preview2-25524-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/2d7a17fecb5226efeefea917e2f04232cc69306c

7 years agoMerge pull request dotnet/core-setup#2854 from johnbeisner/AddMutex
jbeisner [Mon, 24 Jul 2017 15:36:14 +0000 (08:36 -0700)]
Merge pull request dotnet/core-setup#2854 from johnbeisner/AddMutex

Adding a mutex when selecting a directory index: SDK Muxer tests

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25524-01, preview2-25524-02, previe...
dotnet-maestro-bot [Mon, 24 Jul 2017 13:27:34 +0000 (06:27 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25524-01, preview2-25524-02, preview1-25524-01, preview2-25524-01, respectively

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

7 years agoMerge pull request dotnet/core-setup#2654 from janvorli/fix-vs2015-cf-guard
Jan Vorlicek [Fri, 21 Jul 2017 20:51:09 +0000 (22:51 +0200)]
Merge pull request dotnet/core-setup#2654 from janvorli/fix-vs2015-cf-guard

Workaround for recent CMake bug w.r.t. CF guard

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

7 years agoAdd virtual dir ending slash when finalizing build (dotnet/core-setup#2881)
Davis Goodin [Fri, 21 Jul 2017 13:57:00 +0000 (08:57 -0500)]
Add virtual dir ending slash when finalizing build (dotnet/core-setup#2881)

(cherry picked from commit dotnet/core-setup@aea7b1cab8912f78a07408d9e95aafb9bea1e150)

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

7 years agoUpdate Microsoft.Net.Native.Compiler reference from 1.6.0 to 1.7.0 (dotnet/core-setup...
Zach Montoya [Thu, 20 Jul 2017 23:30:12 +0000 (16:30 -0700)]
Update Microsoft.Net.Native.Compiler reference from 1.6.0 to 1.7.0 (dotnet/core-setup#2864)

Commit migrated from https://github.com/dotnet/core-setup/commit/22906c6683488c696c9fd21ac42610d1802cc2a2

7 years agoRemove PAT
Simon Nattress [Thu, 20 Jul 2017 23:29:59 +0000 (16:29 -0700)]
Remove PAT

Commit on behalf of @chcosta, PAT has been cycled.

Commit migrated from https://github.com/dotnet/core-setup/commit/597fd5c20291875d96db98c018fce299ef418529

7 years agoEnable WCF package updates and update dependency to latest (dotnet/core-setup#2879)
Zach Montoya [Thu, 20 Jul 2017 23:23:56 +0000 (16:23 -0700)]
Enable WCF package updates and update dependency to latest (dotnet/core-setup#2879)

Fixes dotnet/core-setup#2743

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

7 years agoMerge pull request dotnet/core-setup#2857 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Thu, 20 Jul 2017 20:36:32 +0000 (13:36 -0700)]
Merge pull request dotnet/core-setup#2857 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview2-25520-01, preview2-25520-92, preview1-25520-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/88807740b39e75c35839fa1c0241109b7ea28883

7 years agoAdd virtual dir ending slash (dotnet/core-setup#2872)
Davis Goodin [Thu, 20 Jul 2017 18:19:42 +0000 (13:19 -0500)]
Add virtual dir ending slash (dotnet/core-setup#2872)

This prevents a stabilized version from downloading all nupkgs in the blob storage container.

Commit migrated from https://github.com/dotnet/core-setup/commit/632aa6827e4ffba5f3cb1ec9fb105100c85f7f23

7 years agoUpdate CoreClr, CoreFx, Standard to preview2-25520-01, preview2-25520-92, preview1...
dotnet-maestro-bot [Thu, 20 Jul 2017 13:47:36 +0000 (06:47 -0700)]
Update CoreClr, CoreFx, Standard to preview2-25520-01, preview2-25520-92, preview1-25520-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/0777bfc702f02c4dbb4e71cf30a0d6fdf08d3659

7 years agoFix local build for UWPHost by adding header files from CoreCLR repo. This is where...
Zach Montoya [Wed, 19 Jul 2017 18:40:29 +0000 (11:40 -0700)]
Fix local build for UWPHost by adding header files from CoreCLR repo. This is where mscoree.h originated from, so additional header files should be fine. (dotnet/core-setup#2856)

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

7 years agoMerge pull request dotnet/core-setup#2848 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Tue, 18 Jul 2017 18:53:08 +0000 (11:53 -0700)]
Merge pull request dotnet/core-setup#2848 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview2-25518-01, preview2-25518-02, preview1-25518-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/2f5cf7e8a8d15e79e928455da89d61a738f926df

7 years agoAdding a mutex when selecting a directory index.
John Beisner [Tue, 18 Jul 2017 16:22:50 +0000 (09:22 -0700)]
Adding a mutex when selecting a directory index.

Commit migrated from https://github.com/dotnet/core-setup/commit/7aecf147dc81d8fae160a54d0a0efe55d9067471

7 years agoUpdate CoreClr, CoreFx, Standard to preview2-25518-01, preview2-25518-02, preview1...
dotnet-maestro-bot [Tue, 18 Jul 2017 13:26:35 +0000 (06:26 -0700)]
Update CoreClr, CoreFx, Standard to preview2-25518-01, preview2-25518-02, preview1-25518-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/0712dd47d1c521a31571047fb9c8245e2e5457fc

7 years agoUpdate .NET Native Compiler in metapackage (dotnet/core-setup#2849)
Simon Nattress [Tue, 18 Jul 2017 07:21:22 +0000 (00:21 -0700)]
Update .NET Native Compiler in metapackage (dotnet/core-setup#2849)

Roll forward to the latest nightly build of .Net Native in the published
Microsoft.NETCore.UniversalWindowsPlatform package.

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

7 years agoMerge pull request dotnet/core-setup#2829 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Mon, 17 Jul 2017 16:48:38 +0000 (09:48 -0700)]
Merge pull request dotnet/core-setup#2829 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview2-25517-01, preview2-25517-02, preview1-25517-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/5963eb1b210fb11408c008802393cc6c928ce6a6

7 years agoUpdate CoreClr, CoreFx, Standard to preview2-25517-01, preview2-25517-02, preview1...
dotnet-maestro-bot [Mon, 17 Jul 2017 13:27:35 +0000 (06:27 -0700)]
Update CoreClr, CoreFx, Standard to preview2-25517-01, preview2-25517-02, preview1-25517-01, respectively

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

7 years agoOnly symbol-sign and index symbol packages (dotnet/core-setup#2827)
Davis Goodin [Thu, 13 Jul 2017 21:16:54 +0000 (16:16 -0500)]
Only symbol-sign and index symbol packages (dotnet/core-setup#2827)

* Only sign/index symbol packages

* Turn glob into items before using to create paths

* Run EmbedIndex on symbol pakages, copy others

* Bring package globs into the same new target

This localizes changes and the new target makes it easier to test locally.

* Update VsoTools properties passed to publish.proj

VsoToolsDir is unused; DotNetToolDir and EmbedIndexToolDir are created by the tool initialization script.

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

7 years agoMerge pull request dotnet/core-setup#2822 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Thu, 13 Jul 2017 16:19:50 +0000 (09:19 -0700)]
Merge pull request dotnet/core-setup#2822 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview2-25513-01, preview2-25513-02, preview1-25513-01, respectively (master)

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

7 years agoUpdate CoreClr, CoreFx, Standard to preview2-25513-01, preview2-25513-02, preview1...
dotnet-maestro-bot [Thu, 13 Jul 2017 13:21:42 +0000 (06:21 -0700)]
Update CoreClr, CoreFx, Standard to preview2-25513-01, preview2-25513-02, preview1-25513-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/36b144e60498ee149bf9b87c81a5b59684445b6d

7 years agoPlace temp appx files in obj folder (dotnet/core-setup#2823)
Steve Harter [Wed, 12 Jul 2017 21:19:55 +0000 (16:19 -0500)]
Place temp appx files in obj folder (dotnet/core-setup#2823)

Commit migrated from https://github.com/dotnet/core-setup/commit/772b337316f2d74e4423bdd74b06dfb5ba39d052

7 years agoMerge pull request dotnet/core-setup#2793 from johnbeisner/MuxerFixes
jbeisner [Wed, 12 Jul 2017 21:01:06 +0000 (14:01 -0700)]
Merge pull request dotnet/core-setup#2793 from johnbeisner/MuxerFixes

Filter out version = -1.-1.-1 & tests: SDK Muxer

Commit migrated from https://github.com/dotnet/core-setup/commit/7ce07e88c1455089bac7a8fe8d3dc93ea79d6c7c

7 years agoCombining methods: 'resolve_sdk_version' and 'resolve_patch_sdk_version'
John Beisner [Wed, 12 Jul 2017 20:34:28 +0000 (13:34 -0700)]
Combining methods: 'resolve_sdk_version' and 'resolve_patch_sdk_version'

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

7 years agoUpdate .NET Native Compiler in metapackage (dotnet/core-setup#2821)
Simon Nattress [Wed, 12 Jul 2017 20:03:49 +0000 (13:03 -0700)]
Update .NET Native Compiler in metapackage (dotnet/core-setup#2821)

Roll forward to the latest nightly build of .Net Native in the published
Microsoft.NETCore.UniversalWindowsPlatform

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

7 years agoMerge pull request dotnet/core-setup#2813 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 12 Jul 2017 17:26:10 +0000 (10:26 -0700)]
Merge pull request dotnet/core-setup#2813 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview2-25511-05, preview2-25512-01, preview1-25512-01, respectively (master)

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

7 years agoUpdate CoreClr, CoreFx, Standard to preview2-25511-05, preview2-25512-01, preview1...
dotnet-maestro-bot [Wed, 12 Jul 2017 13:26:51 +0000 (06:26 -0700)]
Update CoreClr, CoreFx, Standard to preview2-25511-05, preview2-25512-01, preview1-25512-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/8b322f689b3c15038c50e5e9dda2f2c9a70a1945

7 years agoMerge pull request dotnet/core-setup#2803 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Tue, 11 Jul 2017 21:16:48 +0000 (14:16 -0700)]
Merge pull request dotnet/core-setup#2803 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview2-25510-01, preview2-25511-02, preview1-25511-01, respectively (master)

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

7 years agoAdd symbol signing to core-setup packages. (dotnet/core-setup#2691)
Chris Rummel [Tue, 11 Jul 2017 17:21:45 +0000 (12:21 -0500)]
Add symbol signing to core-setup packages. (dotnet/core-setup#2691)

* Publish project changes for symbol signing.
- Split PublishCoreHostPackagesToFeed target into download/sign/publish so
  we have somewhere to include the actual signing.
- Add symbol signing target call and EmbedIndex call.
- Update BuildTools to get symbol signing fixes.

* Publish build definition changes for symbol signing.
- Use MicroBuild symbol signing plugin.
- Delete previous copies of tooling if present.
- Clone and download symbol signing tooling.
- New build variables for tooling locations and certificate to use.

Commit migrated from https://github.com/dotnet/core-setup/commit/945abe5f2769871a77d7da61f6d7cd274259d987

7 years agoUpdate CoreClr, CoreFx, Standard to preview2-25510-01, preview2-25511-02, preview1...
dotnet-maestro-bot [Tue, 11 Jul 2017 13:42:55 +0000 (06:42 -0700)]
Update CoreClr, CoreFx, Standard to preview2-25510-01, preview2-25511-02, preview1-25511-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/0958fd684a8054d5722e9291776dfe227f2d99be

7 years agoMerge pull request dotnet/core-setup#2807 from vancem/master
Vance Morrison [Mon, 10 Jul 2017 23:37:59 +0000 (16:37 -0700)]
Merge pull request dotnet/core-setup#2807 from vancem/master

Propagate *.ni.pdb files generated from CoreCLR build.

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

7 years agoPropagate *.ni.pdb files generated from CoreCLR build.
Vance Morrison [Mon, 10 Jul 2017 20:46:06 +0000 (13:46 -0700)]
Propagate *.ni.pdb files generated from CoreCLR build.

The CoreCLR build makes *.ni.pdb files that also need to propagate to the ultimate NetCore.app package.

Commit migrated from https://github.com/dotnet/core-setup/commit/767d65b327aba61983bf9321d5a02adc8279e159

7 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into appx-uwphost
Christopher Costa [Sat, 8 Jul 2017 05:40:44 +0000 (22:40 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into appx-uwphost

Commit migrated from https://github.com/dotnet/core-setup/commit/0e506fbf122ddff4e1adfe9a9aae2ee0d30ac312

7 years agoDon't build appx on arm64
Christopher Costa [Sat, 8 Jul 2017 05:40:06 +0000 (22:40 -0700)]
Don't build appx on arm64

Commit migrated from https://github.com/dotnet/core-setup/commit/58f7eb492a03b5772de16a21f271d30b28747300

7 years agoremove info
Christopher Costa [Fri, 7 Jul 2017 22:26:48 +0000 (15:26 -0700)]
remove info

Commit migrated from https://github.com/dotnet/core-setup/commit/2f3a921a625e8446bd32e80ee9d0ca786db8f415

7 years agoBuild / sign appx separately so that you can include other signed binaries (dotnet...
chcosta [Fri, 7 Jul 2017 22:18:55 +0000 (15:18 -0700)]
Build / sign appx separately so that you can include other signed binaries (dotnet/core-setup#2802)

in the appx

Commit migrated from https://github.com/dotnet/core-setup/commit/39cc3c532c1ea247d09534ecb832bc22d7b8cf9d

7 years agoBuild / sign appx separately so that you can include other signed binaries
Christopher Costa [Fri, 7 Jul 2017 21:53:54 +0000 (14:53 -0700)]
Build / sign appx separately so that you can include other signed binaries
in the appx

Commit migrated from https://github.com/dotnet/core-setup/commit/6c66df0ae43fd3f016569dc723a873f8cb334640

7 years agoFix framework assembly deployment for CoreCLR (dotnet/core-setup#2800)
Simon Nattress [Fri, 7 Jul 2017 19:07:31 +0000 (12:07 -0700)]
Fix framework assembly deployment for CoreCLR (dotnet/core-setup#2800)

Before NS2.0, the framework assemblies were drawn from a variety of
individual Nuget packages. Filtering was performed to not copy a Nuget
package's contents if it was the CoreCLR runtime package, since that is
provided by an AppX package dependency. The test for "is this a CoreCLR
runtime package" was the presence of mscorlib.[ni.]dll. With NS2.0,
mscorlib is just a type forwarder in the main framework assembly payload
so the filter broke. Instead, use System.Private.CoreLib.[ni.]dll which is
now present in the CoreCLR runtime package. CoreCLR NS2.0 runtime Nuget
packages will similarly contain System.Private.CoreLib.dll.

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

7 years agoMerge pull request dotnet/core-setup#2801 from joperezr/uapMP
Jose Perez Rodriguez [Fri, 7 Jul 2017 17:38:47 +0000 (10:38 -0700)]
Merge pull request dotnet/core-setup#2801 from joperezr/uapMP

Using new version of WCF in the UWP metapackage

Commit migrated from https://github.com/dotnet/core-setup/commit/5902d65b20becca49e1ad95a817c1f7c5cb674f0