platform/upstream/dotnet/runtime.git
5 years agoFix platform manifest package id column (dotnet/core-setup#7322)
Davis Goodin [Tue, 23 Jul 2019 15:10:07 +0000 (10:10 -0500)]
Fix platform manifest package id column (dotnet/core-setup#7322)

Fixes "__PackageId__" placeholder appearing in outputs. Added test to ensure this doesn't happen.

Also adds platform manifest to runtime packs.

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

5 years agoDisable overriding CentOS as RHEL. (dotnet/core-setup#7318)
Davis Goodin [Mon, 22 Jul 2019 19:45:44 +0000 (14:45 -0500)]
Disable overriding CentOS as RHEL. (dotnet/core-setup#7318)

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

5 years agoRemove DiaSymReader prebuilt in source-build (dotnet/core-setup#7319)
Davis Goodin [Mon, 22 Jul 2019 19:45:35 +0000 (14:45 -0500)]
Remove DiaSymReader prebuilt in source-build (dotnet/core-setup#7319)

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

5 years agoAdd ReferencedByDefault=false to WD theme DLLs (dotnet/core-setup#7320)
Davis Goodin [Mon, 22 Jul 2019 19:06:15 +0000 (14:06 -0500)]
Add ReferencedByDefault=false to WD theme DLLs (dotnet/core-setup#7320)

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

5 years agoMerge pull request dotnet/core-setup#7277 from AaronRobinsonMSFT/comhost_errorinfo_te...
Aaron Robinson [Fri, 19 Jul 2019 22:11:55 +0000 (15:11 -0700)]
Merge pull request dotnet/core-setup#7277 from AaronRobinsonMSFT/comhost_errorinfo_test_5113

Comhost IErrorInfo test

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

5 years agoAdd test for IErrorInfo propagation during COM activation failure.
Aaron Robinson [Thu, 18 Jul 2019 22:40:42 +0000 (15:40 -0700)]
Add test for IErrorInfo propagation during COM activation failure.

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

5 years agoPropagate error writer to hostfxr during delegate acquisition.
Aaron Robinson [Thu, 18 Jul 2019 22:39:36 +0000 (15:39 -0700)]
Propagate error writer to hostfxr during delegate acquisition.

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

5 years agoMerge pull request dotnet/core-setup#7293 from dagood/arcade-merge/master
Davis Goodin [Fri, 19 Jul 2019 19:57:51 +0000 (14:57 -0500)]
Merge pull request dotnet/core-setup#7293 from dagood/arcade-merge/master

# Conflicts:
# eng/Version.Details.xml
# eng/Versions.props

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

5 years agoUse access(2) to determine if a file/directory exists
Leandro Pereira [Thu, 13 Jun 2019 18:02:32 +0000 (11:02 -0700)]
Use access(2) to determine if a file/directory exists

access(2) does not need to validate and fill in the buffer passed to the
kernel, so it's slightly faster.

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

5 years agoConstruct directory entry in place while reading directories
Leandro Pereira [Thu, 13 Jun 2019 17:52:54 +0000 (10:52 -0700)]
Construct directory entry in place while reading directories

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

5 years agoUse fstatat() in pal::readdir() instead of building a std::string
Leandro Pereira [Thu, 13 Jun 2019 17:44:46 +0000 (10:44 -0700)]
Use fstatat() in pal::readdir() instead of building a std::string

fstatat(2) is equivalent to stat(2), but it takes a file descriptor for
a directory, so that lookups are always relative to that file
descriptor.  There's no need to construct a temporary std::string.

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

5 years agoMerge branch 'master' into arcade-merge/master
Davis Goodin [Fri, 19 Jul 2019 17:25:39 +0000 (12:25 -0500)]
Merge branch 'master' into arcade-merge/master

# Conflicts:
# eng/Version.Details.xml
# eng/Versions.props

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

5 years agoFix up tests for 5.0
Davis Goodin [Fri, 19 Jul 2019 04:46:04 +0000 (23:46 -0500)]
Fix up tests for 5.0

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

5 years agoFix up 5.0 alpha 1 versioning w/ SemVer v2
Davis Goodin [Fri, 19 Jul 2019 03:48:43 +0000 (22:48 -0500)]
Fix up 5.0 alpha 1 versioning w/ SemVer v2

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

5 years agoUse tracing infrastructure to log realpath() and getcwd() errors
Leandro Pereira [Tue, 9 Jul 2019 19:55:27 +0000 (12:55 -0700)]
Use tracing infrastructure to log realpath() and getcwd() errors

Add some more context to them (whenever possible, too).

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

5 years agoMerge branch 'master' into dev/dagood/into-master
Davis Goodin [Fri, 19 Jul 2019 03:43:36 +0000 (22:43 -0500)]
Merge branch 'master' into dev/dagood/into-master

# Conflicts:
# BranchInfo.props
# dir.props
# src/managed/CommonManaged.props
# src/test/HostActivation.Tests/DependencyResolution/PortableAppRidAssetResolution.cs
# src/test/HostActivation.Tests/DependencyResolution/ResolveComponentDependencies.cs
# tools-local/setuptools/dotnet-deb-tool/dotnet-deb-tool.csproj

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

5 years ago[dev/arcade-migration] Fix Linux package versions (dotnet/core-setup#7261)
Davis Goodin [Thu, 18 Jul 2019 22:18:28 +0000 (17:18 -0500)]
[dev/arcade-migration] Fix Linux package versions (dotnet/core-setup#7261)

* Fix dev deb/rpm build script

* Fix deb/rpm versions: use --ci, fix version props

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

5 years agoyaml updates for building snaps (dotnet/core-setup#7272)
Lee Coward [Thu, 18 Jul 2019 21:56:18 +0000 (14:56 -0700)]
yaml updates for building snaps (dotnet/core-setup#7272)

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

5 years ago[dev/arcade-migration] Fix package and shared framework diffs (dotnet/core-setup...
Davis Goodin [Thu, 18 Jul 2019 19:31:57 +0000 (14:31 -0500)]
[dev/arcade-migration] Fix package and shared framework diffs (dotnet/core-setup#7259)

* Always include CoreCLR in NCA versions txt file

This makes it appear where it's expected. It shouldn't be a problem that it now appears in a package that doesn't truly use CoreCLR. If anything, it makes it easier to find, which could be useful.

* Fix M.NETCore.App.Internal build file differences

Fix GetDependencyDataFileInclusionDefaults to actually affect the condition.

Use a template for the props file and have each pkgproj fill it, so that each pkgproj can configure it. Use non-".Internal" name to refer to platform manifest to keep that filename consistent.

* Fix latest commit usage

* Fix names of deps.json and runtimeconfig.json

* Remove Packaging tools package from sfx deps json

* Add comment about props file placeholders

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

5 years ago[dev/arcade-migration] Fix regressions found in MSI diff (dotnet/core-setup#7238)
Davis Goodin [Thu, 18 Jul 2019 16:39:37 +0000 (11:39 -0500)]
[dev/arcade-migration] Fix regressions found in MSI diff (dotnet/core-setup#7238)

* Fix VersionComparisonDate: copy from buildtools

* Adjust ShortFrameworkName placement for sfxproj

Fixes MSIs missing the framework name. This commit also adds a check to prevent regression.

* Move ProductVersion usage from static to target

Fixes the netstandard package version and the version used for the layout, which fixes its install location in the MSI. Adds regression test.

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

5 years agoSpecify /Zi and -g compile options to enable debugging information (dotnet/core-setup...
Elinor Fung [Wed, 17 Jul 2019 19:55:53 +0000 (12:55 -0700)]
Specify /Zi and -g compile options to enable debugging information (dotnet/core-setup#7248)

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

5 years agoFixes couple of places in the bundle runner where we might leak memory. (dotnet/core...
Vitek Karas [Wed, 17 Jul 2019 19:54:36 +0000 (12:54 -0700)]
Fixes couple of places in the bundle runner where we might leak memory. (dotnet/core-setup#7171)

Note that in reality this is a non-issue: The leaks are only present if something fails and in case of failure the process will immediately exit anyway.

I did this mostly for my own education on how to write this correctly. And since I had the changes read, we might as well merge it.

The structures are simple enough that we can rely on RVO alone. In one case there will be a copy (when inserting the files into the list), but that should be lot faster than explicit allocation.

Also remove any default ctors defined as they don't add any value.

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

5 years agoUse a relaxed JavaScriptEncoder for writing JSON to disk. (dotnet/core-setup#7241)
Ahson Khan [Wed, 17 Jul 2019 18:05:31 +0000 (11:05 -0700)]
Use a relaxed JavaScriptEncoder for writing JSON to disk. (dotnet/core-setup#7241)

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

5 years agoTest component dependency resolution via native host tests (dotnet/core-setup#6919)
Vitek Karas [Wed, 17 Jul 2019 10:49:01 +0000 (03:49 -0700)]
Test component dependency resolution via native host tests (dotnet/core-setup#6919)

Change component dependency resolution tests to not use managed test app which requires full framework to run (and is slow). Instead implement component dependency resolution into native host test app and change all tests to use that.

This makes the tests much faster and it also allows for more flexible tests (it's easy to mock shared frameworks now).

Notable refactorings:

Implement error writer redirector in the native tests - this is necessary to correctly handle multi-threaded error redirection. Using C++ templates to get multiple distinct function pointers (for each thread separately)
Split hostfxr exports into its own class which can be reused by multiple tests
Introduce hostpolicy exports
Implement case class for component dependency resolution tests with helpers and such
Added test which validates per-assembly version resolution behavior

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

5 years agoMerge pull request dotnet/core-setup#7221 from wtgodbe/50
William Godbe [Tue, 16 Jul 2019 22:48:22 +0000 (15:48 -0700)]
Merge pull request dotnet/core-setup#7221 from wtgodbe/50

Update branding to 5.0

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

5 years ago[dev/arcade-migration] Improve dev scenarios (dotnet/core-setup#7233)
Davis Goodin [Tue, 16 Jul 2019 22:23:58 +0000 (17:23 -0500)]
[dev/arcade-migration] Improve dev scenarios (dotnet/core-setup#7233)

* Add '/p:Subset=' support for dev scenarios

* Fix readme table generation

* Improve VS build: update helper projects, doc

* Document Subsets better; add polish and safety

* Update windows-instructions.md, add Subsets hint

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

5 years agoUpdate Prerelease to alpha1
William Godbe [Tue, 16 Jul 2019 17:31:13 +0000 (10:31 -0700)]
Update Prerelease to alpha1

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

5 years agoRemove AppWithSubDirs hard-coded netcoreapp3.0
Davis Goodin [Mon, 15 Jul 2019 22:12:46 +0000 (17:12 -0500)]
Remove AppWithSubDirs hard-coded netcoreapp3.0

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

5 years agoUse SemVer v2 versioning
Davis Goodin [Mon, 15 Jul 2019 21:31:48 +0000 (16:31 -0500)]
Use SemVer v2 versioning

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

5 years agoUpdate branding to 5.0
wtgodbe [Mon, 15 Jul 2019 21:29:59 +0000 (14:29 -0700)]
Update branding to 5.0

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

5 years agoDon't always skip sourcelink: use a targeted fix (dotnet/core-setup#7219)
Davis Goodin [Mon, 15 Jul 2019 20:49:46 +0000 (15:49 -0500)]
Don't always skip sourcelink: use a targeted fix (dotnet/core-setup#7219)

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

5 years agoEnable BAR publish (dotnet/core-setup#7217)
Davis Goodin [Mon, 15 Jul 2019 20:25:41 +0000 (15:25 -0500)]
Enable BAR publish (dotnet/core-setup#7217)

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

5 years agoMerge pull request dotnet/core-setup#7216 from dagood/dev-merge-from-master
Davis Goodin [Mon, 15 Jul 2019 19:54:14 +0000 (14:54 -0500)]
Merge pull request dotnet/core-setup#7216 from dagood/dev-merge-from-master

Merge branch 'master' => 'dev/arcade-migration'

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

5 years agoMerge branch 'master' into dev/arcade-migration
Davis Goodin [Mon, 15 Jul 2019 19:03:39 +0000 (14:03 -0500)]
Merge branch 'master' into dev/arcade-migration

# Conflicts:
# BuildToolsVersion.txt
# NuGet.config
# dependencies.props
# eng/Versions.props
# eng/jobs/bash-build.yml
# eng/jobs/windows-build.yml

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

5 years agoMerge pull request dotnet/core-setup#7210 from dagood/fix-arcade-platformmanifest
Davis Goodin [Mon, 15 Jul 2019 19:01:36 +0000 (14:01 -0500)]
Merge pull request dotnet/core-setup#7210 from dagood/fix-arcade-platformmanifest

[dev/arcade-migration] Add simple sharedfx package test project, fix PlatformManifest creation

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

5 years agoAvoid building WD on non-supported platforms
Davis Goodin [Fri, 12 Jul 2019 21:15:09 +0000 (16:15 -0500)]
Avoid building WD on non-supported platforms

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

5 years agoAdd platform manifest, simpler set of RID props
Davis Goodin [Fri, 12 Jul 2019 21:05:03 +0000 (16:05 -0500)]
Add platform manifest, simpler set of RID props

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

5 years agoUse file, not env, for test context variables
Davis Goodin [Fri, 12 Jul 2019 20:55:21 +0000 (15:55 -0500)]
Use file, not env, for test context variables

This is the recommended Arcade way to transfer this information. The Arcade SDK doens't support passing env vars while running tests.

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

5 years agoAdd simple sfx packaging tests
Davis Goodin [Fri, 12 Jul 2019 20:51:35 +0000 (15:51 -0500)]
Add simple sfx packaging tests

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

5 years agoMinor fixes to the native hosting doc (dotnet/core-setup#7122)
Vitek Karas [Thu, 11 Jul 2019 04:50:38 +0000 (21:50 -0700)]
Minor fixes to the native hosting doc (dotnet/core-setup#7122)

The main part is to remove the `.a` file reference since we don't actually need or produce it.

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

5 years agoMerge pull request dotnet/core-setup#7153 from jcagme/restoreSources
JC Aguilera [Wed, 10 Jul 2019 23:30:13 +0000 (16:30 -0700)]
Merge pull request dotnet/core-setup#7153 from jcagme/restoreSources

Copy sources from Versions.props to NuGet.config

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

5 years agoImplement roll-forward policies for .NET Core SDK resolution. (dotnet/core-setup...
Peter Huene [Wed, 10 Jul 2019 08:59:28 +0000 (01:59 -0700)]
Implement roll-forward policies for .NET Core SDK resolution. (dotnet/core-setup#6953)

Implements additional roll-forward policies for resolving a .NET
Core SDK based upon new SDK settings in `global.json`.

Two new values are now supported in `global.json` in the `sdk` settings:

* `rollForward` - the roll-forward policy to use (see below).
* `allowPrerelease` - controls whether or not preview SDKS may be resolved
(defaults to `true` to allow resolving prerelease SDKs).

The new roll-forward policies are:

* `patch` - If the requested SDK is installed, use it. Otherwise, use the
  latest installed patch level that matches the requested major, minor, and
  feature band.
* `feature` - If the requested major, minor, and feature band is installed, use
the latest patch level for the specified feature band.  Otherwise, roll-forward
to the next available feature band and use the latest patch level for that
feature band.
* `minor` - If the requested major, minor, and feature band is installed, use
the latest patch level for the specified feature band.  Otherwise, roll-forward
to the next available feature band available for the same major version and use
the latest patch level for that feature band.
* `major` - If the requested major, minor, and feature band is installed, use
the latest patch level for the specified feature band.  Otherwise, roll-forward
to the next available feature band available without restriction and use the
latest patch level for that feature band.
* `latestPatch` - Use the latest installed patch level that matches the
requested major, minor, and feature band.
* `latestFeature` - Use the latest installed patch level for the latest
installed feature band that matches the requested major and minor version.
* `latestMinor` - Use the latest installed patch level for the latest installed
feature band for the latest installed minor version that matches the requested
major version.
* `latestMajor` - Use the absolutely latest .NET Core SDK available.

For backwards compatibility, the policy when a `version` is not specified in
`global.json` will be `latestMajor`.  The default policy when a `version` is
specified but `rollForward` is not specified will be `patch`.

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

5 years agoRetry extraction of bundle to avoid issues with locked files by AV (dotnet/core-setup...
Vitek Karas [Wed, 10 Jul 2019 04:00:23 +0000 (21:00 -0700)]
Retry extraction of bundle to avoid issues with locked files by AV (dotnet/core-setup#7135)

Retry extraction of bundle to avoid issues with locked files by AV software
Address some memory leaks

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

5 years agoSkip pal::realpath() error logging while probing directories
Leandro Pereira [Tue, 9 Jul 2019 19:48:12 +0000 (12:48 -0700)]
Skip pal::realpath() error logging while probing directories

Both paths calling pal::realpath() and check its return value to see if
the probed paths actually exist in the filesystem; they do have logic
to handle those paths not existing, and printing error messages while
doing so isn't helpful for the user.

This happens when an application is published with one user but is
executed with another user -- for instance, when using containers (see
issue dotnet/core-setup#4038 for details).

Fixes dotnet/core-setup#4038.

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

5 years agoMerge pull request dotnet/core-setup#7084 from dagood/arcade-sign-publish
Davis Goodin [Tue, 9 Jul 2019 20:02:04 +0000 (15:02 -0500)]
Merge pull request dotnet/core-setup#7084 from dagood/arcade-sign-publish

[dev/arcade-migration] Sign and publish using Arcade SDK

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

5 years agoAdd publish to official build
Davis Goodin [Fri, 5 Jul 2019 18:30:32 +0000 (13:30 -0500)]
Add publish to official build

This also modernizes publish flow. Each job stores bits in build artifacts, rather than using the dotnetcli blob storage account as an intermediate location.

Some leftover code from ProdCon v1 that was difficult to follow is also removed.

Dev "mock" official builds are also made less risky by accepting override variables and adding a safety that skips official variable groups when the build pipeline name is changed.

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

5 years agoUpdate issue-guide.md (dotnet/core-setup#7117)
William Godbe [Mon, 8 Jul 2019 21:46:23 +0000 (14:46 -0700)]
Update issue-guide.md (dotnet/core-setup#7117)

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

5 years agoAdd BuildTools publish step tasks and dependencies
Davis Goodin [Fri, 5 Jul 2019 18:24:25 +0000 (13:24 -0500)]
Add BuildTools publish step tasks and dependencies

Copies the closure of C# code from the BuildTools repo that's necessary for the Core-Setup publish tasks. There are no changes except automatically removing and sorting the using statements.

Source: https://github.com/dotnet/buildtools/tree/dotnet/core-setup@55d43483866c7caeeace96355add3a9b12fa5795

Using the existing BuildTools code reduces the risk of behavior differences vs. trying to find equivalents in Arcade. The upcoming new Arcade-powered publish functionality makes short-term effort to deduplicate these tasks throwaway work.

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

5 years agoUpdate BuildTools to preview4-04104-01 (dotnet/core-setup#6671)
dotnet-maestro-bot [Mon, 8 Jul 2019 16:08:41 +0000 (09:08 -0700)]
Update BuildTools to preview4-04104-01 (dotnet/core-setup#6671)

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

5 years agoAdd signing using Arcade SDK infrastructure
Davis Goodin [Fri, 5 Jul 2019 18:17:06 +0000 (13:17 -0500)]
Add signing using Arcade SDK infrastructure

Arcade SDK doesn't support signing the containers that this repo produces, so this commit adds a structure that allows projects to depend on signed assets. This involves adding signing/*.proj projects for other projects to depend on, and implementing signing in a way that allows multiple passes.

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

5 years agoAdd parameters struct to nethost get_hostfxr_path (dotnet/core-setup#7020)
Elinor Fung [Thu, 4 Jul 2019 16:28:17 +0000 (09:28 -0700)]
Add parameters struct to nethost get_hostfxr_path (dotnet/core-setup#7020)

Allow specifying dotnet_root to find the appropriate hostfxr under the
specified root

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

5 years agoAdd FileUtils.CopyIntoDirectory for CoreFX change
Davis Goodin [Wed, 3 Jul 2019 17:57:55 +0000 (12:57 -0500)]
Add FileUtils.CopyIntoDirectory for CoreFX change

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

5 years agoLeave any cross-targeting file off RuntimeList.xml (dotnet/core-setup#7041)
Davis Goodin [Tue, 2 Jul 2019 22:31:52 +0000 (17:31 -0500)]
Leave any cross-targeting file off RuntimeList.xml (dotnet/core-setup#7041)

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

5 years agoUpdate timeouts to 120 minutes for all jobs (dotnet/core-setup#7040)
William Godbe [Tue, 2 Jul 2019 21:57:28 +0000 (14:57 -0700)]
Update timeouts to 120 minutes for all jobs (dotnet/core-setup#7040)

* Update timeouts to 120 minutes for all jobs

* Use default value of 120 in Windows & Linux jobs

* Revert OSX change

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

5 years agoMake Microsoft.NET.HostModel.AppHost.ResourceUpdater public (dotnet/core-setup#6989)
Swaroop Sridhar [Tue, 2 Jul 2019 21:36:23 +0000 (14:36 -0700)]
Make Microsoft.NET.HostModel.AppHost.ResourceUpdater public (dotnet/core-setup#6989)

Make Microsoft.NET.HostModel.AppHost.ResourceUpdater class public,
so that it can be consumed from the SDK repo.

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

5 years agoFix test project restore for Preview 6 SDK
Davis Goodin [Tue, 2 Jul 2019 20:49:01 +0000 (15:49 -0500)]
Fix test project restore for Preview 6 SDK

Preview 5 automatically added some daily build restore sources, but Preview 6 doesn't. This commit adds one back manually.

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

5 years agoMerge 'master' into dev/arcade-migration
Davis Goodin [Tue, 2 Jul 2019 19:15:18 +0000 (14:15 -0500)]
Merge 'master' into dev/arcade-migration

# Conflicts:
# build.proj
# eng/Versions.props

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

5 years agoMerge pull request dotnet/core-setup#6967 from dagood/arcade-reviewable
Davis Goodin [Tue, 2 Jul 2019 18:48:40 +0000 (13:48 -0500)]
Merge pull request dotnet/core-setup#6967 from dagood/arcade-reviewable

[dev/arcade-migration] Fix tests for CI platforms, add PR validation

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

5 years agoFix official build MSI signing (dotnet/core-setup#7032)
Davis Goodin [Tue, 2 Jul 2019 18:41:37 +0000 (13:41 -0500)]
Fix official build MSI signing (dotnet/core-setup#7032)

Removes GenerateVSNugetPackages target dependencies causing MSIs to be built again after they were signed, overwriting the signed copies.

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

5 years agoAdd dev/arcade-migration PR trigger
Davis Goodin [Thu, 27 Jun 2019 18:31:12 +0000 (13:31 -0500)]
Add dev/arcade-migration PR trigger

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

5 years agoFix Deb/RPM package build
Davis Goodin [Thu, 27 Jun 2019 17:31:52 +0000 (12:31 -0500)]
Fix Deb/RPM package build

This includes simplifying dotnet-deb-tool from a tool package to an ordinary project. This avoids two complications: tool packages used by DotNetCliToolReference can only target .NET Core 2.2 and below, and the Pack requirements are more involved with the new SDK.

Adds some new '<project> -> <artifact>' log lines. It was previously hard to tell what the build was producing; this output clarifies in the usual MSBuild project style.

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

5 years agoFix build on macOS
Davis Goodin [Thu, 27 Jun 2019 16:25:58 +0000 (11:25 -0500)]
Fix build on macOS

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

5 years agoFix yaml CI definitions
Davis Goodin [Thu, 27 Jun 2019 15:24:45 +0000 (10:24 -0500)]
Fix yaml CI definitions

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

5 years agoRemove 1.0 & 1.1 from Readme for EOL (dotnet/core-setup#6936)
Steve MacLean [Thu, 27 Jun 2019 16:32:30 +0000 (12:32 -0400)]
Remove 1.0 & 1.1 from Readme for EOL (dotnet/core-setup#6936)

* Remove 1.0 & 1.1 from Readme for EOL

* Update readme table builder

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

5 years agoFix tests for Arcade and 2.1 => 3.0 SDK
Davis Goodin [Thu, 27 Jun 2019 15:15:54 +0000 (10:15 -0500)]
Fix tests for Arcade and 2.1 => 3.0 SDK

Ensure tests use the right RID and package cache. Disable some tests where 3.0 functionality has made the fix more complicated.

Fixes warning (as error) on TestWithAdditionalContentAfterBundleMetadata being a public method that isn't a test by changing commented out [Fact] to proper skip.

Delete RemoveSystemTextJsonRef workaround: no longer necessary, as DependencyModel has migrated off the source package in a change merged from master.

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

5 years agoFix up SetupVSNugetPackages merge
Davis Goodin [Thu, 27 Jun 2019 15:10:30 +0000 (10:10 -0500)]
Fix up SetupVSNugetPackages merge

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

5 years agoMerge 'master' into dev/arcade-migration
Davis Goodin [Wed, 26 Jun 2019 20:35:07 +0000 (15:35 -0500)]
Merge 'master' into dev/arcade-migration

# Conflicts:
# BranchInfo.props
# NuGet.config
# dependencies.props
# eng/Versions.props
# src/pkg/packaging/Directory.Build.props
# src/pkg/packaging/installers.proj

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

5 years agoUpdate branding to preview8 in master (dotnet/core-setup#6939)
William Godbe [Wed, 26 Jun 2019 19:14:32 +0000 (12:14 -0700)]
Update branding to preview8 in master (dotnet/core-setup#6939)

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

5 years agoSwitch from source to binary package for S.Text.Json (dotnet/core-setup#6937)
Eric StJohn [Wed, 26 Jun 2019 18:59:58 +0000 (11:59 -0700)]
Switch from source to binary package for S.Text.Json (dotnet/core-setup#6937)

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

5 years agoEnable singing of single-file bundles (dotnet/core-setup#6885)
Swaroop Sridhar [Wed, 26 Jun 2019 18:58:23 +0000 (11:58 -0700)]
Enable singing of single-file bundles (dotnet/core-setup#6885)

* Enable singing of bundles

This change removes the requirement that the bundle-signature
be found at the end of the file, so that tools like signtool
can append their custom information at the end of the file.

The layout of .net core bundles was

AppHost Code
Bundled Files
Manifest header
Manifest entries
Bundle footer
<EOF>

The bundle-footer is now removed, its functionality is served by a
special global in apphost (Bundle-Placeholder) similar to the way
APP-DLL name is encoded in the AppHost.

The normal unbundled apphost has a default value for the bundle-placeholder.
If the apphost is a single-file bundle, the bundler tool (in HostModel) updates
the value of the variable on disk to a different value, and encodes the location
of the manifest header in it.

This way, there is no requirement that the bundle meta-data must remain at
the end of the file.

This change also simplifies the test for whether an apphost is a bundle:
we only check a value in the loaded binary, rather than performing file reads.

An additional change in this commit is that
the Bundle version is changed from 0.1 to 1.0

This change adds a test case: TestWithAdditionalContentAfterBundleMetadata
However, this caused a different test to fail in the lab because the
Disable this test since it is causing other tests to fail because the machines ran out of disk space copying the test assets. So, this test is temporarily disabled, until the infrastructure issue is resolved
(likely by not using the hosted-pool for testing).

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

5 years agoMerge pull request dotnet/core-setup#6894 from dagood/arcade-reviewable
Davis Goodin [Wed, 26 Jun 2019 15:28:00 +0000 (10:28 -0500)]
Merge pull request dotnet/core-setup#6894 from dagood/arcade-reviewable

[dev/arcade-migration] Build initial Linux and Windows x64 artifacts

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

5 years agoAdd forward-focused comments per review
Davis Goodin [Wed, 26 Jun 2019 15:07:13 +0000 (10:07 -0500)]
Add forward-focused comments per review

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

5 years agoRemove+sort usings, add headers for build tasks
Davis Goodin [Wed, 26 Jun 2019 14:51:35 +0000 (09:51 -0500)]
Remove+sort usings, add headers for build tasks

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

5 years agoOnly log to event log when we host wrote an error message (dotnet/core-setup#6923)
Steve MacLean [Wed, 26 Jun 2019 01:48:32 +0000 (21:48 -0400)]
Only log to event log when we host wrote an error message (dotnet/core-setup#6923)

Managed code can return an exit code. In this case we do not want to write
the the Windows Event Log.

Also change description based on feedback.

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

5 years ago[master] Update dependencies from dotnet/corefx (dotnet/core-setup#6882)
dotnet-maestro[bot] [Wed, 26 Jun 2019 00:11:27 +0000 (00:11 +0000)]
[master] Update dependencies from dotnet/corefx (dotnet/core-setup#6882)

* Update dependencies from https://github.com/dotnet/corefx build 20190620.3

- System.Windows.Extensions - 4.6.0-preview7.19320.3
- System.CodeDom - 4.6.0-preview7.19320.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19320.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19320.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19320.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19320.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19320.3
- System.Resources.Extensions - 4.6.0-preview7.19320.3
- System.Security.AccessControl - 4.6.0-preview7.19320.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19320.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.3
- System.Security.Permissions - 4.6.0-preview7.19320.3
- System.Security.Principal.Windows - 4.6.0-preview7.19320.3
- System.Threading.AccessControl - 4.6.0-preview7.19320.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.3
- System.DirectoryServices - 4.6.0-preview7.19320.3
- System.Drawing.Common - 4.6.0-preview7.19320.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19320.3
- System.IO.Packaging - 4.6.0-preview7.19320.3

* Update dependencies from https://github.com/dotnet/corefx build 20190620.4

- System.Windows.Extensions - 4.6.0-preview7.19320.4
- System.CodeDom - 4.6.0-preview7.19320.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19320.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19320.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19320.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19320.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19320.4
- System.Resources.Extensions - 4.6.0-preview7.19320.4
- System.Security.AccessControl - 4.6.0-preview7.19320.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19320.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.4
- System.Security.Permissions - 4.6.0-preview7.19320.4
- System.Security.Principal.Windows - 4.6.0-preview7.19320.4
- System.Threading.AccessControl - 4.6.0-preview7.19320.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.4
- System.DirectoryServices - 4.6.0-preview7.19320.4
- System.Drawing.Common - 4.6.0-preview7.19320.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19320.4
- System.IO.Packaging - 4.6.0-preview7.19320.4

* Update dependencies from https://github.com/dotnet/corefx build 20190620.5

- System.Windows.Extensions - 4.6.0-preview7.19320.5
- System.CodeDom - 4.6.0-preview7.19320.5
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.5
- Microsoft.NETCore.Targets - 3.0.0-preview7.19320.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19320.5
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.5
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19320.5
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19320.5
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19320.5
- System.Resources.Extensions - 4.6.0-preview7.19320.5
- System.Security.AccessControl - 4.6.0-preview7.19320.5
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.5
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.5
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19320.5
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.5
- System.Security.Permissions - 4.6.0-preview7.19320.5
- System.Security.Principal.Windows - 4.6.0-preview7.19320.5
- System.Threading.AccessControl - 4.6.0-preview7.19320.5
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.5
- System.DirectoryServices - 4.6.0-preview7.19320.5
- System.Drawing.Common - 4.6.0-preview7.19320.5
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19320.5
- System.IO.Packaging - 4.6.0-preview7.19320.5

* Update dependencies from https://github.com/dotnet/corefx build 20190620.6

- System.Windows.Extensions - 4.6.0-preview7.19320.6
- System.CodeDom - 4.6.0-preview7.19320.6
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.6
- Microsoft.NETCore.Targets - 3.0.0-preview7.19320.6
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19320.6
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.6
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19320.6
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19320.6
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19320.6
- System.Resources.Extensions - 4.6.0-preview7.19320.6
- System.Security.AccessControl - 4.6.0-preview7.19320.6
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.6
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.6
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19320.6
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.6
- System.Security.Permissions - 4.6.0-preview7.19320.6
- System.Security.Principal.Windows - 4.6.0-preview7.19320.6
- System.Threading.AccessControl - 4.6.0-preview7.19320.6
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.6
- System.DirectoryServices - 4.6.0-preview7.19320.6
- System.Drawing.Common - 4.6.0-preview7.19320.6
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19320.6
- System.IO.Packaging - 4.6.0-preview7.19320.6

* Update dependencies from https://github.com/dotnet/corefx build 20190620.7

- System.Windows.Extensions - 4.6.0-preview7.19320.7
- System.CodeDom - 4.6.0-preview7.19320.7
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.7
- Microsoft.NETCore.Targets - 3.0.0-preview7.19320.7
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19320.7
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.7
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19320.7
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19320.7
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19320.7
- System.Resources.Extensions - 4.6.0-preview7.19320.7
- System.Security.AccessControl - 4.6.0-preview7.19320.7
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.7
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.7
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19320.7
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.7
- System.Security.Permissions - 4.6.0-preview7.19320.7
- System.Security.Principal.Windows - 4.6.0-preview7.19320.7
- System.Threading.AccessControl - 4.6.0-preview7.19320.7
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.7
- System.DirectoryServices - 4.6.0-preview7.19320.7
- System.Drawing.Common - 4.6.0-preview7.19320.7
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19320.7
- System.IO.Packaging - 4.6.0-preview7.19320.7

* Update dependencies from https://github.com/dotnet/corefx build 20190620.8

- System.Windows.Extensions - 4.6.0-preview7.19320.8
- System.CodeDom - 4.6.0-preview7.19320.8
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.8
- Microsoft.NETCore.Targets - 3.0.0-preview7.19320.8
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19320.8
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.8
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19320.8
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19320.8
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19320.8
- System.Resources.Extensions - 4.6.0-preview7.19320.8
- System.Security.AccessControl - 4.6.0-preview7.19320.8
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.8
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.8
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19320.8
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.8
- System.Security.Permissions - 4.6.0-preview7.19320.8
- System.Security.Principal.Windows - 4.6.0-preview7.19320.8
- System.Threading.AccessControl - 4.6.0-preview7.19320.8
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.8
- System.DirectoryServices - 4.6.0-preview7.19320.8
- System.Drawing.Common - 4.6.0-preview7.19320.8
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19320.8
- System.IO.Packaging - 4.6.0-preview7.19320.8

* Update dependencies from https://github.com/dotnet/corefx build 20190621.1

- System.Windows.Extensions - 4.6.0-preview7.19321.1
- System.CodeDom - 4.6.0-preview7.19321.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19321.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19321.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19321.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19321.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19321.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19321.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19321.1
- System.Resources.Extensions - 4.6.0-preview7.19321.1
- System.Security.AccessControl - 4.6.0-preview7.19321.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19321.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19321.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19321.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19321.1
- System.Security.Permissions - 4.6.0-preview7.19321.1
- System.Security.Principal.Windows - 4.6.0-preview7.19321.1
- System.Threading.AccessControl - 4.6.0-preview7.19321.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19321.1
- System.DirectoryServices - 4.6.0-preview7.19321.1
- System.Drawing.Common - 4.6.0-preview7.19321.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19321.1
- System.IO.Packaging - 4.6.0-preview7.19321.1

* Update dependencies from https://github.com/dotnet/corefx build 20190621.2

- System.Windows.Extensions - 4.6.0-preview7.19321.2
- System.CodeDom - 4.6.0-preview7.19321.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19321.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19321.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19321.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19321.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19321.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19321.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19321.2
- System.Resources.Extensions - 4.6.0-preview7.19321.2
- System.Security.AccessControl - 4.6.0-preview7.19321.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19321.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19321.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19321.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19321.2
- System.Security.Permissions - 4.6.0-preview7.19321.2
- System.Security.Principal.Windows - 4.6.0-preview7.19321.2
- System.Threading.AccessControl - 4.6.0-preview7.19321.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19321.2
- System.DirectoryServices - 4.6.0-preview7.19321.2
- System.Drawing.Common - 4.6.0-preview7.19321.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19321.2
- System.IO.Packaging - 4.6.0-preview7.19321.2

* Update dependencies from https://github.com/dotnet/corefx build 20190621.4

- System.Windows.Extensions - 4.6.0-preview7.19321.4
- System.CodeDom - 4.6.0-preview7.19321.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19321.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19321.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19321.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19321.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19321.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19321.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19321.4
- System.Resources.Extensions - 4.6.0-preview7.19321.4
- System.Security.AccessControl - 4.6.0-preview7.19321.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19321.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19321.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19321.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19321.4
- System.Security.Permissions - 4.6.0-preview7.19321.4
- System.Security.Principal.Windows - 4.6.0-preview7.19321.4
- System.Threading.AccessControl - 4.6.0-preview7.19321.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19321.4
- System.DirectoryServices - 4.6.0-preview7.19321.4
- System.Drawing.Common - 4.6.0-preview7.19321.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19321.4
- System.IO.Packaging - 4.6.0-preview7.19321.4

* Update dependencies from https://github.com/dotnet/corefx build 20190621.5

- System.Windows.Extensions - 4.6.0-preview7.19321.5
- System.CodeDom - 4.6.0-preview7.19321.5
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19321.5
- Microsoft.NETCore.Targets - 3.0.0-preview7.19321.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19321.5
- Microsoft.Win32.Registry - 4.6.0-preview7.19321.5
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19321.5
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19321.5
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19321.5
- System.Resources.Extensions - 4.6.0-preview7.19321.5
- System.Security.AccessControl - 4.6.0-preview7.19321.5
- System.Security.Cryptography.Cng - 4.6.0-preview7.19321.5
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19321.5
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19321.5
- System.Security.Cryptography.Xml - 4.6.0-preview7.19321.5
- System.Security.Permissions - 4.6.0-preview7.19321.5
- System.Security.Principal.Windows - 4.6.0-preview7.19321.5
- System.Threading.AccessControl - 4.6.0-preview7.19321.5
- System.Diagnostics.EventLog - 4.6.0-preview7.19321.5
- System.DirectoryServices - 4.6.0-preview7.19321.5
- System.Drawing.Common - 4.6.0-preview7.19321.5
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19321.5
- System.IO.Packaging - 4.6.0-preview7.19321.5

* Update dependencies from https://github.com/dotnet/corefx build 20190621.6

- System.Windows.Extensions - 4.6.0-preview7.19321.6
- System.CodeDom - 4.6.0-preview7.19321.6
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19321.6
- Microsoft.NETCore.Targets - 3.0.0-preview7.19321.6
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19321.6
- Microsoft.Win32.Registry - 4.6.0-preview7.19321.6
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19321.6
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19321.6
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19321.6
- System.Resources.Extensions - 4.6.0-preview7.19321.6
- System.Security.AccessControl - 4.6.0-preview7.19321.6
- System.Security.Cryptography.Cng - 4.6.0-preview7.19321.6
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19321.6
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19321.6
- System.Security.Cryptography.Xml - 4.6.0-preview7.19321.6
- System.Security.Permissions - 4.6.0-preview7.19321.6
- System.Security.Principal.Windows - 4.6.0-preview7.19321.6
- System.Threading.AccessControl - 4.6.0-preview7.19321.6
- System.Diagnostics.EventLog - 4.6.0-preview7.19321.6
- System.DirectoryServices - 4.6.0-preview7.19321.6
- System.Drawing.Common - 4.6.0-preview7.19321.6
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19321.6
- System.IO.Packaging - 4.6.0-preview7.19321.6

* Update dependencies from https://github.com/dotnet/corefx build 20190621.7

- System.Windows.Extensions - 4.6.0-preview7.19321.7
- System.CodeDom - 4.6.0-preview7.19321.7
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19321.7
- Microsoft.NETCore.Targets - 3.0.0-preview7.19321.7
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19321.7
- Microsoft.Win32.Registry - 4.6.0-preview7.19321.7
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19321.7
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19321.7
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19321.7
- System.Resources.Extensions - 4.6.0-preview7.19321.7
- System.Security.AccessControl - 4.6.0-preview7.19321.7
- System.Security.Cryptography.Cng - 4.6.0-preview7.19321.7
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19321.7
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19321.7
- System.Security.Cryptography.Xml - 4.6.0-preview7.19321.7
- System.Security.Permissions - 4.6.0-preview7.19321.7
- System.Security.Principal.Windows - 4.6.0-preview7.19321.7
- System.Threading.AccessControl - 4.6.0-preview7.19321.7
- System.Diagnostics.EventLog - 4.6.0-preview7.19321.7
- System.DirectoryServices - 4.6.0-preview7.19321.7
- System.Drawing.Common - 4.6.0-preview7.19321.7
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19321.7
- System.IO.Packaging - 4.6.0-preview7.19321.7

* Update dependencies from https://github.com/dotnet/corefx build 20190621.8

- System.Windows.Extensions - 4.6.0-preview7.19321.8
- System.CodeDom - 4.6.0-preview7.19321.8
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19321.8
- Microsoft.NETCore.Targets - 3.0.0-preview7.19321.8
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19321.8
- Microsoft.Win32.Registry - 4.6.0-preview7.19321.8
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19321.8
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19321.8
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19321.8
- System.Resources.Extensions - 4.6.0-preview7.19321.8
- System.Security.AccessControl - 4.6.0-preview7.19321.8
- System.Security.Cryptography.Cng - 4.6.0-preview7.19321.8
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19321.8
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19321.8
- System.Security.Cryptography.Xml - 4.6.0-preview7.19321.8
- System.Security.Permissions - 4.6.0-preview7.19321.8
- System.Security.Principal.Windows - 4.6.0-preview7.19321.8
- System.Threading.AccessControl - 4.6.0-preview7.19321.8
- System.Diagnostics.EventLog - 4.6.0-preview7.19321.8
- System.DirectoryServices - 4.6.0-preview7.19321.8
- System.Drawing.Common - 4.6.0-preview7.19321.8
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19321.8
- System.IO.Packaging - 4.6.0-preview7.19321.8

* Update dependencies from https://github.com/dotnet/corefx build 20190622.1

- System.Windows.Extensions - 4.6.0-preview7.19322.1
- System.CodeDom - 4.6.0-preview7.19322.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19322.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19322.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19322.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19322.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19322.1
- System.Resources.Extensions - 4.6.0-preview7.19322.1
- System.Security.AccessControl - 4.6.0-preview7.19322.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19322.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19322.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19322.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19322.1
- System.Security.Permissions - 4.6.0-preview7.19322.1
- System.Security.Principal.Windows - 4.6.0-preview7.19322.1
- System.Threading.AccessControl - 4.6.0-preview7.19322.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19322.1
- System.DirectoryServices - 4.6.0-preview7.19322.1
- System.Drawing.Common - 4.6.0-preview7.19322.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19322.1
- System.IO.Packaging - 4.6.0-preview7.19322.1

* Update dependencies from https://github.com/dotnet/corefx build 20190622.2

- System.Windows.Extensions - 4.6.0-preview7.19322.2
- System.CodeDom - 4.6.0-preview7.19322.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19322.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19322.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19322.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19322.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19322.2
- System.Resources.Extensions - 4.6.0-preview7.19322.2
- System.Security.AccessControl - 4.6.0-preview7.19322.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19322.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19322.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19322.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19322.2
- System.Security.Permissions - 4.6.0-preview7.19322.2
- System.Security.Principal.Windows - 4.6.0-preview7.19322.2
- System.Threading.AccessControl - 4.6.0-preview7.19322.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19322.2
- System.DirectoryServices - 4.6.0-preview7.19322.2
- System.Drawing.Common - 4.6.0-preview7.19322.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19322.2
- System.IO.Packaging - 4.6.0-preview7.19322.2

* Update dependencies from https://github.com/dotnet/corefx build 20190622.3

- System.Windows.Extensions - 4.6.0-preview7.19322.3
- System.CodeDom - 4.6.0-preview7.19322.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19322.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19322.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19322.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19322.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19322.3
- System.Resources.Extensions - 4.6.0-preview7.19322.3
- System.Security.AccessControl - 4.6.0-preview7.19322.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19322.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19322.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19322.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19322.3
- System.Security.Permissions - 4.6.0-preview7.19322.3
- System.Security.Principal.Windows - 4.6.0-preview7.19322.3
- System.Threading.AccessControl - 4.6.0-preview7.19322.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19322.3
- System.DirectoryServices - 4.6.0-preview7.19322.3
- System.Drawing.Common - 4.6.0-preview7.19322.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19322.3
- System.IO.Packaging - 4.6.0-preview7.19322.3

* Update dependencies from https://github.com/dotnet/corefx build 20190622.4

- System.Windows.Extensions - 4.6.0-preview7.19322.4
- System.CodeDom - 4.6.0-preview7.19322.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19322.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19322.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19322.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19322.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19322.4
- System.Resources.Extensions - 4.6.0-preview7.19322.4
- System.Security.AccessControl - 4.6.0-preview7.19322.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19322.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19322.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19322.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19322.4
- System.Security.Permissions - 4.6.0-preview7.19322.4
- System.Security.Principal.Windows - 4.6.0-preview7.19322.4
- System.Threading.AccessControl - 4.6.0-preview7.19322.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19322.4
- System.DirectoryServices - 4.6.0-preview7.19322.4
- System.Drawing.Common - 4.6.0-preview7.19322.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19322.4
- System.IO.Packaging - 4.6.0-preview7.19322.4

* Update dependencies from https://github.com/dotnet/corefx build 20190622.5

- System.Windows.Extensions - 4.6.0-preview7.19322.5
- System.CodeDom - 4.6.0-preview7.19322.5
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.5
- Microsoft.NETCore.Targets - 3.0.0-preview7.19322.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.5
- Microsoft.Win32.Registry - 4.6.0-preview7.19322.5
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19322.5
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19322.5
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19322.5
- System.Resources.Extensions - 4.6.0-preview7.19322.5
- System.Security.AccessControl - 4.6.0-preview7.19322.5
- System.Security.Cryptography.Cng - 4.6.0-preview7.19322.5
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19322.5
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19322.5
- System.Security.Cryptography.Xml - 4.6.0-preview7.19322.5
- System.Security.Permissions - 4.6.0-preview7.19322.5
- System.Security.Principal.Windows - 4.6.0-preview7.19322.5
- System.Threading.AccessControl - 4.6.0-preview7.19322.5
- System.Diagnostics.EventLog - 4.6.0-preview7.19322.5
- System.DirectoryServices - 4.6.0-preview7.19322.5
- System.Drawing.Common - 4.6.0-preview7.19322.5
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19322.5
- System.IO.Packaging - 4.6.0-preview7.19322.5

* Update dependencies from https://github.com/dotnet/corefx build 20190622.6

- System.Windows.Extensions - 4.6.0-preview7.19322.6
- System.CodeDom - 4.6.0-preview7.19322.6
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.6
- Microsoft.NETCore.Targets - 3.0.0-preview7.19322.6
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.6
- Microsoft.Win32.Registry - 4.6.0-preview7.19322.6
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19322.6
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19322.6
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19322.6
- System.Resources.Extensions - 4.6.0-preview7.19322.6
- System.Security.AccessControl - 4.6.0-preview7.19322.6
- System.Security.Cryptography.Cng - 4.6.0-preview7.19322.6
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19322.6
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19322.6
- System.Security.Cryptography.Xml - 4.6.0-preview7.19322.6
- System.Security.Permissions - 4.6.0-preview7.19322.6
- System.Security.Principal.Windows - 4.6.0-preview7.19322.6
- System.Threading.AccessControl - 4.6.0-preview7.19322.6
- System.Diagnostics.EventLog - 4.6.0-preview7.19322.6
- System.DirectoryServices - 4.6.0-preview7.19322.6
- System.Drawing.Common - 4.6.0-preview7.19322.6
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19322.6
- System.IO.Packaging - 4.6.0-preview7.19322.6

* Update dependencies from https://github.com/dotnet/corefx build 20190622.7

- System.Windows.Extensions - 4.6.0-preview7.19322.7
- System.CodeDom - 4.6.0-preview7.19322.7
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.7
- Microsoft.NETCore.Targets - 3.0.0-preview7.19322.7
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.7
- Microsoft.Win32.Registry - 4.6.0-preview7.19322.7
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19322.7
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19322.7
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19322.7
- System.Resources.Extensions - 4.6.0-preview7.19322.7
- System.Security.AccessControl - 4.6.0-preview7.19322.7
- System.Security.Cryptography.Cng - 4.6.0-preview7.19322.7
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19322.7
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19322.7
- System.Security.Cryptography.Xml - 4.6.0-preview7.19322.7
- System.Security.Permissions - 4.6.0-preview7.19322.7
- System.Security.Principal.Windows - 4.6.0-preview7.19322.7
- System.Threading.AccessControl - 4.6.0-preview7.19322.7
- System.Diagnostics.EventLog - 4.6.0-preview7.19322.7
- System.DirectoryServices - 4.6.0-preview7.19322.7
- System.Drawing.Common - 4.6.0-preview7.19322.7
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19322.7
- System.IO.Packaging - 4.6.0-preview7.19322.7

* Update dependencies from https://github.com/dotnet/corefx build 20190623.1

- System.Windows.Extensions - 4.6.0-preview7.19323.1
- System.CodeDom - 4.6.0-preview7.19323.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19323.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19323.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19323.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19323.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19323.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19323.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19323.1
- System.Resources.Extensions - 4.6.0-preview7.19323.1
- System.Security.AccessControl - 4.6.0-preview7.19323.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19323.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19323.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19323.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19323.1
- System.Security.Permissions - 4.6.0-preview7.19323.1
- System.Security.Principal.Windows - 4.6.0-preview7.19323.1
- System.Threading.AccessControl - 4.6.0-preview7.19323.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19323.1
- System.DirectoryServices - 4.6.0-preview7.19323.1
- System.Drawing.Common - 4.6.0-preview7.19323.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19323.1
- System.IO.Packaging - 4.6.0-preview7.19323.1

* Update dependencies from https://github.com/dotnet/corefx build 20190623.2

- System.Windows.Extensions - 4.6.0-preview7.19323.2
- System.CodeDom - 4.6.0-preview7.19323.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19323.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19323.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19323.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19323.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19323.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19323.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19323.2
- System.Resources.Extensions - 4.6.0-preview7.19323.2
- System.Security.AccessControl - 4.6.0-preview7.19323.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19323.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19323.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19323.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19323.2
- System.Security.Permissions - 4.6.0-preview7.19323.2
- System.Security.Principal.Windows - 4.6.0-preview7.19323.2
- System.Threading.AccessControl - 4.6.0-preview7.19323.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19323.2
- System.DirectoryServices - 4.6.0-preview7.19323.2
- System.Drawing.Common - 4.6.0-preview7.19323.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19323.2
- System.IO.Packaging - 4.6.0-preview7.19323.2

* Update dependencies from https://github.com/dotnet/corefx build 20190623.3

- System.Windows.Extensions - 4.6.0-preview7.19323.3
- System.CodeDom - 4.6.0-preview7.19323.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19323.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19323.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19323.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19323.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19323.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19323.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19323.3
- System.Resources.Extensions - 4.6.0-preview7.19323.3
- System.Security.AccessControl - 4.6.0-preview7.19323.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19323.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19323.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19323.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19323.3
- System.Security.Permissions - 4.6.0-preview7.19323.3
- System.Security.Principal.Windows - 4.6.0-preview7.19323.3
- System.Threading.AccessControl - 4.6.0-preview7.19323.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19323.3
- System.DirectoryServices - 4.6.0-preview7.19323.3
- System.Drawing.Common - 4.6.0-preview7.19323.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19323.3
- System.IO.Packaging - 4.6.0-preview7.19323.3

* Update dependencies from https://github.com/dotnet/corefx build 20190623.4

- System.Windows.Extensions - 4.6.0-preview7.19323.4
- System.CodeDom - 4.6.0-preview7.19323.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19323.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19323.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19323.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19323.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19323.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19323.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19323.4
- System.Resources.Extensions - 4.6.0-preview7.19323.4
- System.Security.AccessControl - 4.6.0-preview7.19323.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19323.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19323.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19323.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19323.4
- System.Security.Permissions - 4.6.0-preview7.19323.4
- System.Security.Principal.Windows - 4.6.0-preview7.19323.4
- System.Threading.AccessControl - 4.6.0-preview7.19323.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19323.4
- System.DirectoryServices - 4.6.0-preview7.19323.4
- System.Drawing.Common - 4.6.0-preview7.19323.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19323.4
- System.IO.Packaging - 4.6.0-preview7.19323.4

* Update dependencies from https://github.com/dotnet/corefx build 20190624.1

- System.Windows.Extensions - 4.6.0-preview7.19324.1
- System.CodeDom - 4.6.0-preview7.19324.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.1
- System.Resources.Extensions - 4.6.0-preview7.19324.1
- System.Security.AccessControl - 4.6.0-preview7.19324.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.1
- System.Security.Permissions - 4.6.0-preview7.19324.1
- System.Security.Principal.Windows - 4.6.0-preview7.19324.1
- System.Threading.AccessControl - 4.6.0-preview7.19324.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.1
- System.DirectoryServices - 4.6.0-preview7.19324.1
- System.Drawing.Common - 4.6.0-preview7.19324.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.1
- System.IO.Packaging - 4.6.0-preview7.19324.1

* Update dependencies from https://github.com/dotnet/corefx build 20190624.2

- System.Windows.Extensions - 4.6.0-preview7.19324.2
- System.CodeDom - 4.6.0-preview7.19324.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.2
- System.Resources.Extensions - 4.6.0-preview7.19324.2
- System.Security.AccessControl - 4.6.0-preview7.19324.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.2
- System.Security.Permissions - 4.6.0-preview7.19324.2
- System.Security.Principal.Windows - 4.6.0-preview7.19324.2
- System.Threading.AccessControl - 4.6.0-preview7.19324.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.2
- System.DirectoryServices - 4.6.0-preview7.19324.2
- System.Drawing.Common - 4.6.0-preview7.19324.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.2
- System.IO.Packaging - 4.6.0-preview7.19324.2

* Update dependencies from https://github.com/dotnet/corefx build 20190624.3

- System.Windows.Extensions - 4.6.0-preview7.19324.3
- System.CodeDom - 4.6.0-preview7.19324.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.3
- System.Resources.Extensions - 4.6.0-preview7.19324.3
- System.Security.AccessControl - 4.6.0-preview7.19324.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.3
- System.Security.Permissions - 4.6.0-preview7.19324.3
- System.Security.Principal.Windows - 4.6.0-preview7.19324.3
- System.Threading.AccessControl - 4.6.0-preview7.19324.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.3
- System.DirectoryServices - 4.6.0-preview7.19324.3
- System.Drawing.Common - 4.6.0-preview7.19324.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.3
- System.IO.Packaging - 4.6.0-preview7.19324.3

* Update dependencies from https://github.com/dotnet/corefx build 20190624.4

- System.Windows.Extensions - 4.6.0-preview7.19324.4
- System.CodeDom - 4.6.0-preview7.19324.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.4
- System.Resources.Extensions - 4.6.0-preview7.19324.4
- System.Security.AccessControl - 4.6.0-preview7.19324.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.4
- System.Security.Permissions - 4.6.0-preview7.19324.4
- System.Security.Principal.Windows - 4.6.0-preview7.19324.4
- System.Threading.AccessControl - 4.6.0-preview7.19324.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.4
- System.DirectoryServices - 4.6.0-preview7.19324.4
- System.Drawing.Common - 4.6.0-preview7.19324.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.4
- System.IO.Packaging - 4.6.0-preview7.19324.4

* Update dependencies from https://github.com/dotnet/corefx build 20190624.5

- System.Windows.Extensions - 4.6.0-preview7.19324.5
- System.CodeDom - 4.6.0-preview7.19324.5
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.5
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.5
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.5
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.5
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.5
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.5
- System.Resources.Extensions - 4.6.0-preview7.19324.5
- System.Security.AccessControl - 4.6.0-preview7.19324.5
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.5
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.5
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.5
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.5
- System.Security.Permissions - 4.6.0-preview7.19324.5
- System.Security.Principal.Windows - 4.6.0-preview7.19324.5
- System.Threading.AccessControl - 4.6.0-preview7.19324.5
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.5
- System.DirectoryServices - 4.6.0-preview7.19324.5
- System.Drawing.Common - 4.6.0-preview7.19324.5
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.5
- System.IO.Packaging - 4.6.0-preview7.19324.5

* Update dependencies from https://github.com/dotnet/corefx build 20190624.6

- System.Windows.Extensions - 4.6.0-preview7.19324.6
- System.CodeDom - 4.6.0-preview7.19324.6
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.6
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.6
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.6
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.6
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.6
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.6
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.6
- System.Resources.Extensions - 4.6.0-preview7.19324.6
- System.Security.AccessControl - 4.6.0-preview7.19324.6
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.6
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.6
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.6
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.6
- System.Security.Permissions - 4.6.0-preview7.19324.6
- System.Security.Principal.Windows - 4.6.0-preview7.19324.6
- System.Threading.AccessControl - 4.6.0-preview7.19324.6
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.6
- System.DirectoryServices - 4.6.0-preview7.19324.6
- System.Drawing.Common - 4.6.0-preview7.19324.6
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.6
- System.IO.Packaging - 4.6.0-preview7.19324.6

* Update dependencies from https://github.com/dotnet/corefx build 20190624.7

- System.Windows.Extensions - 4.6.0-preview7.19324.7
- System.CodeDom - 4.6.0-preview7.19324.7
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.7
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.7
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.7
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.7
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.7
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.7
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.7
- System.Resources.Extensions - 4.6.0-preview7.19324.7
- System.Security.AccessControl - 4.6.0-preview7.19324.7
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.7
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.7
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.7
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.7
- System.Security.Permissions - 4.6.0-preview7.19324.7
- System.Security.Principal.Windows - 4.6.0-preview7.19324.7
- System.Threading.AccessControl - 4.6.0-preview7.19324.7
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.7
- System.DirectoryServices - 4.6.0-preview7.19324.7
- System.Drawing.Common - 4.6.0-preview7.19324.7
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.7
- System.IO.Packaging - 4.6.0-preview7.19324.7

* Update dependencies from https://github.com/dotnet/corefx build 20190624.8

- System.Windows.Extensions - 4.6.0-preview7.19324.8
- System.CodeDom - 4.6.0-preview7.19324.8
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19324.8
- Microsoft.NETCore.Targets - 3.0.0-preview7.19324.8
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19324.8
- Microsoft.Win32.Registry - 4.6.0-preview7.19324.8
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19324.8
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19324.8
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19324.8
- System.Resources.Extensions - 4.6.0-preview7.19324.8
- System.Security.AccessControl - 4.6.0-preview7.19324.8
- System.Security.Cryptography.Cng - 4.6.0-preview7.19324.8
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19324.8
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19324.8
- System.Security.Cryptography.Xml - 4.6.0-preview7.19324.8
- System.Security.Permissions - 4.6.0-preview7.19324.8
- System.Security.Principal.Windows - 4.6.0-preview7.19324.8
- System.Threading.AccessControl - 4.6.0-preview7.19324.8
- System.Diagnostics.EventLog - 4.6.0-preview7.19324.8
- System.DirectoryServices - 4.6.0-preview7.19324.8
- System.Drawing.Common - 4.6.0-preview7.19324.8
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19324.8
- System.IO.Packaging - 4.6.0-preview7.19324.8

* Update dependencies from https://github.com/dotnet/corefx build 20190625.1

- System.Windows.Extensions - 4.6.0-preview7.19325.1
- System.CodeDom - 4.6.0-preview7.19325.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19325.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19325.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19325.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19325.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19325.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19325.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19325.1
- System.Resources.Extensions - 4.6.0-preview7.19325.1
- System.Security.AccessControl - 4.6.0-preview7.19325.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19325.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19325.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19325.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19325.1
- System.Security.Permissions - 4.6.0-preview7.19325.1
- System.Security.Principal.Windows - 4.6.0-preview7.19325.1
- System.Threading.AccessControl - 4.6.0-preview7.19325.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19325.1
- System.DirectoryServices - 4.6.0-preview7.19325.1
- System.Drawing.Common - 4.6.0-preview7.19325.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19325.1
- System.IO.Packaging - 4.6.0-preview7.19325.1

* Update dependencies from https://github.com/dotnet/corefx build 20190625.2

- System.Windows.Extensions - 4.6.0-preview7.19325.2
- System.CodeDom - 4.6.0-preview7.19325.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19325.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19325.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19325.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19325.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19325.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19325.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19325.2
- System.Resources.Extensions - 4.6.0-preview7.19325.2
- System.Security.AccessControl - 4.6.0-preview7.19325.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19325.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19325.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19325.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19325.2
- System.Security.Permissions - 4.6.0-preview7.19325.2
- System.Security.Principal.Windows - 4.6.0-preview7.19325.2
- System.Threading.AccessControl - 4.6.0-preview7.19325.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19325.2
- System.DirectoryServices - 4.6.0-preview7.19325.2
- System.Drawing.Common - 4.6.0-preview7.19325.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19325.2
- System.IO.Packaging - 4.6.0-preview7.19325.2

* Update dependencies from https://github.com/dotnet/corefx build 20190625.3

- System.Windows.Extensions - 4.6.0-preview7.19325.3
- System.CodeDom - 4.6.0-preview7.19325.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19325.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19325.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19325.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19325.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19325.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19325.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19325.3
- System.Resources.Extensions - 4.6.0-preview7.19325.3
- System.Security.AccessControl - 4.6.0-preview7.19325.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19325.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19325.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19325.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19325.3
- System.Security.Permissions - 4.6.0-preview7.19325.3
- System.Security.Principal.Windows - 4.6.0-preview7.19325.3
- System.Threading.AccessControl - 4.6.0-preview7.19325.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19325.3
- System.DirectoryServices - 4.6.0-preview7.19325.3
- System.Drawing.Common - 4.6.0-preview7.19325.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19325.3
- System.IO.Packaging - 4.6.0-preview7.19325.3

* Update dependencies from https://github.com/dotnet/corefx build 20190625.8

- System.Windows.Extensions - 4.6.0-preview7.19325.8
- System.CodeDom - 4.6.0-preview7.19325.8
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19325.8
- Microsoft.NETCore.Targets - 3.0.0-preview7.19325.8
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19325.8
- Microsoft.Win32.Registry - 4.6.0-preview7.19325.8
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19325.8
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19325.8
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19325.8
- System.Resources.Extensions - 4.6.0-preview7.19325.8
- System.Security.AccessControl - 4.6.0-preview7.19325.8
- System.Security.Cryptography.Cng - 4.6.0-preview7.19325.8
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19325.8
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19325.8
- System.Security.Cryptography.Xml - 4.6.0-preview7.19325.8
- System.Security.Permissions - 4.6.0-preview7.19325.8
- System.Security.Principal.Windows - 4.6.0-preview7.19325.8
- System.Threading.AccessControl - 4.6.0-preview7.19325.8
- System.Diagnostics.EventLog - 4.6.0-preview7.19325.8
- System.DirectoryServices - 4.6.0-preview7.19325.8
- System.Drawing.Common - 4.6.0-preview7.19325.8
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19325.8
- System.IO.Packaging - 4.6.0-preview7.19325.8

* Update dependencies from https://github.com/dotnet/corefx build 20190625.10

- System.Windows.Extensions - 4.6.0-preview7.19325.10
- System.CodeDom - 4.6.0-preview7.19325.10
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19325.10
- Microsoft.NETCore.Targets - 3.0.0-preview7.19325.10
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19325.10
- Microsoft.Win32.Registry - 4.6.0-preview7.19325.10
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19325.10
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19325.10
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19325.10
- System.Resources.Extensions - 4.6.0-preview7.19325.10
- System.Security.AccessControl - 4.6.0-preview7.19325.10
- System.Security.Cryptography.Cng - 4.6.0-preview7.19325.10
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19325.10
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19325.10
- System.Security.Cryptography.Xml - 4.6.0-preview7.19325.10
- System.Security.Permissions - 4.6.0-preview7.19325.10
- System.Security.Principal.Windows - 4.6.0-preview7.19325.10
- System.Threading.AccessControl - 4.6.0-preview7.19325.10
- System.Diagnostics.EventLog - 4.6.0-preview7.19325.10
- System.DirectoryServices - 4.6.0-preview7.19325.10
- System.Drawing.Common - 4.6.0-preview7.19325.10
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19325.10
- System.IO.Packaging - 4.6.0-preview7.19325.10

* Remove DataContractSerialization from partial crossgen

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

5 years agoLog trace errors to Windows Event Log (dotnet/core-setup#6921)
Steve MacLean [Tue, 25 Jun 2019 22:10:36 +0000 (18:10 -0400)]
Log trace errors to Windows Event Log (dotnet/core-setup#6921)

* Log trace errors to Windows Event Log

Use .NET Runtime event messages from mscorree.dll
Enable AppHost logging regardless of GUI bit
Always write errors to stderr too
Add apphost Advapi32.lib reference
Modify tests

Fixes & PR feedback

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

5 years agoManufacturing of the Visual Studio NuPkgs. (dotnet/core-setup#6913)
John Beisner [Tue, 25 Jun 2019 18:39:15 +0000 (11:39 -0700)]
Manufacturing of the Visual Studio NuPkgs. (dotnet/core-setup#6913)

* Manufacturing of the Visual Studio NuPkgs.

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

5 years agoUse DisableRarCache, earlier workaround is wrong
Davis Goodin [Tue, 25 Jun 2019 18:05:49 +0000 (13:05 -0500)]
Use DisableRarCache, earlier workaround is wrong

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

5 years ago[master] Update dependencies from dnceng/internal/dotnet-wpf-int (dotnet/core-setup...
dotnet-maestro[bot] [Tue, 25 Jun 2019 15:07:10 +0000 (15:07 +0000)]
[master] Update dependencies from dnceng/internal/dotnet-wpf-int (dotnet/core-setup#6916)

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20190624.38

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19324.38

Dependency coherency updates

- Microsoft.Private.Winforms - 4.8.0-preview7.19323.8 (parent: Microsoft.DotNet.Wpf.DncEng)
- Microsoft.DotNet.Wpf.GitHub - 4.8.0-preview7.19324.12 (parent: Microsoft.DotNet.Wpf.DncEng)

* rm PresentationUI.dll classification, match WPF

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

5 years agoFix xUnit1013, xUnit1024 errors
Davis Goodin [Fri, 21 Jun 2019 19:25:02 +0000 (14:25 -0500)]
Fix xUnit1013, xUnit1024 errors

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

5 years agoMigrate tests to Arcade
Davis Goodin [Fri, 21 Jun 2019 18:50:08 +0000 (13:50 -0500)]
Migrate tests to Arcade

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

5 years agoFix old-style packaging projects
Davis Goodin [Fri, 21 Jun 2019 18:48:57 +0000 (13:48 -0500)]
Fix old-style packaging projects

Only MSI, EXE, archives tested, but expected changes are included for others.

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

5 years agoCreate sfxproj concept
Davis Goodin [Fri, 21 Jun 2019 18:46:35 +0000 (13:46 -0500)]
Create sfxproj concept

Arcade is more forceful about having a 1-to-1 mapping between project and intermediate path. This made it tougher to get the existing shared framework infra to work that relies on building a "sharedFramework.csproj" once for each shared framework, overriding the intermediate path.

The new approach is to have one sfxproj per shared framework.

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

5 years agoMigrate pkgproj/depproj to Arcade SDK
Davis Goodin [Fri, 21 Jun 2019 18:41:59 +0000 (13:41 -0500)]
Migrate pkgproj/depproj to Arcade SDK

This simplifies the build significantly. Building a depproj directly does what you'd expect, building a pkgproj directly does what you expect; a deep understanding should be less important.

Previously, an MSBuild task asked each depproj/pkgproj what configurations it should build under, then these configurations were filtered, then another MSBuild task built each of those. There were several phases of traversal build.

Now, each depproj is built only once, and each pkgproj is built only once (although it still may call itself to create rid-specific packages). Dependencies are now used to maintain the order that used to be maintained by phases. This also, in theory, opens the build up for better parallelization, but I haven't timed it.

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

5 years agoFix native build generated headers and output dirs
Davis Goodin [Fri, 21 Jun 2019 18:30:40 +0000 (13:30 -0500)]
Fix native build generated headers and output dirs

This keeps the existing build scripts. Arcade isn't used within the native build itself.

The GenerateVersionHeader override functionality is replaced by "AssemblyName=%(HostFiles.FileDescription);" and the PrependWindowsHeaderIncludeToVersionHeaderFile target.

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

5 years agoBuild managed projects on Arcade
Davis Goodin [Fri, 21 Jun 2019 18:26:17 +0000 (13:26 -0500)]
Build managed projects on Arcade

This commit includes other general changes to the root Directory.Build files for versioning and to adjust the artifact directories.

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

5 years agoMigrate some tasks from BuildTools
Davis Goodin [Fri, 21 Jun 2019 18:17:43 +0000 (13:17 -0500)]
Migrate some tasks from BuildTools

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

5 years agorm traversal build, we'll use dependencies instead
Davis Goodin [Fri, 21 Jun 2019 16:32:09 +0000 (11:32 -0500)]
rm traversal build, we'll use dependencies instead

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

5 years agoSet up Arcade Build.props
Davis Goodin [Fri, 21 Jun 2019 16:27:34 +0000 (11:27 -0500)]
Set up Arcade Build.props

Builds local build tasks before the Arcade-driven build begins.

The solution changes work around a VS 2019 bug that hangs the IDE on load: https://developercommunity.visualstudio.com/content/problem/465811/when-solution-has-an-unusual-configuration-name-an.html

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

5 years agoConsolidate MSBuild versions for source-build (dotnet/core-setup#6892)
Dan Seefeldt [Fri, 21 Jun 2019 16:27:28 +0000 (11:27 -0500)]
Consolidate MSBuild versions for source-build (dotnet/core-setup#6892)

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

5 years agoAdd basic Arcade SDK scripts, MSBuild arrangement
Davis Goodin [Fri, 21 Jun 2019 16:22:01 +0000 (11:22 -0500)]
Add basic Arcade SDK scripts, MSBuild arrangement

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

5 years agoRemove buildtools-only and stale files
Davis Goodin [Fri, 21 Jun 2019 16:15:36 +0000 (11:15 -0500)]
Remove buildtools-only and stale files

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

5 years agoRename HostActivationTests: include . before Tests
Davis Goodin [Fri, 21 Jun 2019 16:11:04 +0000 (11:11 -0500)]
Rename HostActivationTests: include . before Tests

This matches Arcade convention.

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

5 years agodir.props/targets => Directory.Build.props/targets
Davis Goodin [Fri, 21 Jun 2019 16:02:29 +0000 (11:02 -0500)]
dir.props/targets => Directory.Build.props/targets

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

5 years agoFix Alpine rootfs build (dotnet/core-setup#6879)
Jan Vorlicek [Thu, 20 Jun 2019 20:47:23 +0000 (22:47 +0200)]
Fix Alpine rootfs build (dotnet/core-setup#6879)

Alpine has moved to a new version of LLDB (8) and its dependency LLVM
libraries are now in the edge/main branch. This adds edge/main branch to
the apk add command commandline so that the dependencies can be found.

This is a copy of the same change made in dotnet/arcade. We should eventually
move core-setup to get the eng folder from arcade, but for now, we need
a quick solution.

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

5 years agoFix infinite loop in traversing thunk chunks when checking if thunks are installed...
Jeremy Koritzinsky [Wed, 19 Jun 2019 20:04:22 +0000 (13:04 -0700)]
Fix infinite loop in traversing thunk chunks when checking if thunks are installed. (dotnet/core-setup#6866)

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

5 years agoAdd AppHost Binary transformation Utilities to HostModel (dotnet/core-setup#6831)
Swaroop Sridhar [Tue, 18 Jun 2019 23:41:28 +0000 (16:41 -0700)]
Add AppHost Binary transformation Utilities to HostModel (dotnet/core-setup#6831)

* Add AppHost Binary transformatuin Utilities to HostModel

The code that transforms AppHost binary in order to update the
path to the App.dll binary lives in multiple repositories
(SDK, CLI and partly in core-setup tests).

This change adds the code to HostModel library, so that other
copies can be removed.

This also facilitates implementing a similar mechanism to
locate the offset of the bundle header within the binary
(so that the bundle headers are not required to live at the end
of the file).

This change also adds the GetGUIBit method, as requested by the SDK team.

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

5 years agoStore the full metadata token in the bootstrap thunk on x86. (dotnet/core-setup#6850)
Jeremy Koritzinsky [Tue, 18 Jun 2019 21:03:58 +0000 (14:03 -0700)]
Store the full metadata token in the bootstrap thunk on x86. (dotnet/core-setup#6850)

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

5 years agoRevise breadcrumb_writer_t ownership
Steve MacLean [Mon, 10 Jun 2019 21:40:16 +0000 (17:40 -0400)]
Revise breadcrumb_writer_t ownership

Make breadcrumb_writer_t own m_files
Manage breadcrumb_writer_t with a shared pointer
Prevent premature destruction by adding a shared pointer for the background thread

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

5 years ago[master] Update dependencies from dotnet/corefx (dotnet/core-setup#6817)
dotnet-maestro[bot] [Tue, 18 Jun 2019 01:16:22 +0000 (01:16 +0000)]
[master] Update dependencies from dotnet/corefx (dotnet/core-setup#6817)

* Update dependencies from https://github.com/dotnet/corefx build 20190613.5

- System.Windows.Extensions - 4.6.0-preview7.19313.5
- System.CodeDom - 4.6.0-preview7.19313.5
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19313.5
- Microsoft.NETCore.Targets - 3.0.0-preview7.19313.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19313.5
- Microsoft.Win32.Registry - 4.6.0-preview7.19313.5
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19313.5
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19313.5
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19313.5
- System.Resources.Extensions - 4.6.0-preview7.19313.5
- System.Security.AccessControl - 4.6.0-preview7.19313.5
- System.Security.Cryptography.Cng - 4.6.0-preview7.19313.5
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19313.5
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19313.5
- System.Security.Cryptography.Xml - 4.6.0-preview7.19313.5
- System.Security.Permissions - 4.6.0-preview7.19313.5
- System.Security.Principal.Windows - 4.6.0-preview7.19313.5
- System.Threading.AccessControl - 4.6.0-preview7.19313.5
- System.Diagnostics.EventLog - 4.6.0-preview7.19313.5
- System.DirectoryServices - 4.6.0-preview7.19313.5
- System.Drawing.Common - 4.6.0-preview7.19313.5
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19313.5
- System.IO.Packaging - 4.6.0-preview7.19313.5

* Update dependencies from https://github.com/dotnet/corefx build 20190613.6

- System.Windows.Extensions - 4.6.0-preview7.19313.6
- System.CodeDom - 4.6.0-preview7.19313.6
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19313.6
- Microsoft.NETCore.Targets - 3.0.0-preview7.19313.6
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19313.6
- Microsoft.Win32.Registry - 4.6.0-preview7.19313.6
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19313.6
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19313.6
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19313.6
- System.Resources.Extensions - 4.6.0-preview7.19313.6
- System.Security.AccessControl - 4.6.0-preview7.19313.6
- System.Security.Cryptography.Cng - 4.6.0-preview7.19313.6
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19313.6
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19313.6
- System.Security.Cryptography.Xml - 4.6.0-preview7.19313.6
- System.Security.Permissions - 4.6.0-preview7.19313.6
- System.Security.Principal.Windows - 4.6.0-preview7.19313.6
- System.Threading.AccessControl - 4.6.0-preview7.19313.6
- System.Diagnostics.EventLog - 4.6.0-preview7.19313.6
- System.DirectoryServices - 4.6.0-preview7.19313.6
- System.Drawing.Common - 4.6.0-preview7.19313.6
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19313.6
- System.IO.Packaging - 4.6.0-preview7.19313.6

* Update dependencies from https://github.com/dotnet/corefx build 20190613.7

- System.Windows.Extensions - 4.6.0-preview7.19313.7
- System.CodeDom - 4.6.0-preview7.19313.7
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19313.7
- Microsoft.NETCore.Targets - 3.0.0-preview7.19313.7
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19313.7
- Microsoft.Win32.Registry - 4.6.0-preview7.19313.7
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19313.7
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19313.7
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19313.7
- System.Resources.Extensions - 4.6.0-preview7.19313.7
- System.Security.AccessControl - 4.6.0-preview7.19313.7
- System.Security.Cryptography.Cng - 4.6.0-preview7.19313.7
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19313.7
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19313.7
- System.Security.Cryptography.Xml - 4.6.0-preview7.19313.7
- System.Security.Permissions - 4.6.0-preview7.19313.7
- System.Security.Principal.Windows - 4.6.0-preview7.19313.7
- System.Threading.AccessControl - 4.6.0-preview7.19313.7
- System.Diagnostics.EventLog - 4.6.0-preview7.19313.7
- System.DirectoryServices - 4.6.0-preview7.19313.7
- System.Drawing.Common - 4.6.0-preview7.19313.7
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19313.7
- System.IO.Packaging - 4.6.0-preview7.19313.7

* Update dependencies from https://github.com/dotnet/corefx build 20190613.8

- System.Windows.Extensions - 4.6.0-preview7.19313.8
- System.CodeDom - 4.6.0-preview7.19313.8
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19313.8
- Microsoft.NETCore.Targets - 3.0.0-preview7.19313.8
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19313.8
- Microsoft.Win32.Registry - 4.6.0-preview7.19313.8
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19313.8
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19313.8
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19313.8
- System.Resources.Extensions - 4.6.0-preview7.19313.8
- System.Security.AccessControl - 4.6.0-preview7.19313.8
- System.Security.Cryptography.Cng - 4.6.0-preview7.19313.8
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19313.8
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19313.8
- System.Security.Cryptography.Xml - 4.6.0-preview7.19313.8
- System.Security.Permissions - 4.6.0-preview7.19313.8
- System.Security.Principal.Windows - 4.6.0-preview7.19313.8
- System.Threading.AccessControl - 4.6.0-preview7.19313.8
- System.Diagnostics.EventLog - 4.6.0-preview7.19313.8
- System.DirectoryServices - 4.6.0-preview7.19313.8
- System.Drawing.Common - 4.6.0-preview7.19313.8
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19313.8
- System.IO.Packaging - 4.6.0-preview7.19313.8

* Update dependencies from https://github.com/dotnet/corefx build 20190613.9

- System.Windows.Extensions - 4.6.0-preview7.19313.9
- System.CodeDom - 4.6.0-preview7.19313.9
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19313.9
- Microsoft.NETCore.Targets - 3.0.0-preview7.19313.9
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19313.9
- Microsoft.Win32.Registry - 4.6.0-preview7.19313.9
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19313.9
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19313.9
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19313.9
- System.Resources.Extensions - 4.6.0-preview7.19313.9
- System.Security.AccessControl - 4.6.0-preview7.19313.9
- System.Security.Cryptography.Cng - 4.6.0-preview7.19313.9
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19313.9
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19313.9
- System.Security.Cryptography.Xml - 4.6.0-preview7.19313.9
- System.Security.Permissions - 4.6.0-preview7.19313.9
- System.Security.Principal.Windows - 4.6.0-preview7.19313.9
- System.Threading.AccessControl - 4.6.0-preview7.19313.9
- System.Diagnostics.EventLog - 4.6.0-preview7.19313.9
- System.DirectoryServices - 4.6.0-preview7.19313.9
- System.Drawing.Common - 4.6.0-preview7.19313.9
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19313.9
- System.IO.Packaging - 4.6.0-preview7.19313.9

* Update dependencies from https://github.com/dotnet/corefx build 20190613.10

- System.Windows.Extensions - 4.6.0-preview7.19313.10
- System.CodeDom - 4.6.0-preview7.19313.10
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19313.10
- Microsoft.NETCore.Targets - 3.0.0-preview7.19313.10
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19313.10
- Microsoft.Win32.Registry - 4.6.0-preview7.19313.10
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19313.10
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19313.10
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19313.10
- System.Resources.Extensions - 4.6.0-preview7.19313.10
- System.Security.AccessControl - 4.6.0-preview7.19313.10
- System.Security.Cryptography.Cng - 4.6.0-preview7.19313.10
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19313.10
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19313.10
- System.Security.Cryptography.Xml - 4.6.0-preview7.19313.10
- System.Security.Permissions - 4.6.0-preview7.19313.10
- System.Security.Principal.Windows - 4.6.0-preview7.19313.10
- System.Threading.AccessControl - 4.6.0-preview7.19313.10
- System.Diagnostics.EventLog - 4.6.0-preview7.19313.10
- System.DirectoryServices - 4.6.0-preview7.19313.10
- System.Drawing.Common - 4.6.0-preview7.19313.10
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19313.10
- System.IO.Packaging - 4.6.0-preview7.19313.10

* Update dependencies from https://github.com/dotnet/corefx build 20190614.1

- System.Windows.Extensions - 4.6.0-preview7.19314.1
- System.CodeDom - 4.6.0-preview7.19314.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19314.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19314.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19314.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19314.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19314.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19314.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19314.1
- System.Resources.Extensions - 4.6.0-preview7.19314.1
- System.Security.AccessControl - 4.6.0-preview7.19314.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19314.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19314.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19314.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19314.1
- System.Security.Permissions - 4.6.0-preview7.19314.1
- System.Security.Principal.Windows - 4.6.0-preview7.19314.1
- System.Threading.AccessControl - 4.6.0-preview7.19314.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19314.1
- System.DirectoryServices - 4.6.0-preview7.19314.1
- System.Drawing.Common - 4.6.0-preview7.19314.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19314.1
- System.IO.Packaging - 4.6.0-preview7.19314.1

* Update dependencies from https://github.com/dotnet/corefx build 20190614.2

- System.Windows.Extensions - 4.6.0-preview7.19314.2
- System.CodeDom - 4.6.0-preview7.19314.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19314.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19314.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19314.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19314.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19314.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19314.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19314.2
- System.Resources.Extensions - 4.6.0-preview7.19314.2
- System.Security.AccessControl - 4.6.0-preview7.19314.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19314.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19314.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19314.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19314.2
- System.Security.Permissions - 4.6.0-preview7.19314.2
- System.Security.Principal.Windows - 4.6.0-preview7.19314.2
- System.Threading.AccessControl - 4.6.0-preview7.19314.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19314.2
- System.DirectoryServices - 4.6.0-preview7.19314.2
- System.Drawing.Common - 4.6.0-preview7.19314.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19314.2
- System.IO.Packaging - 4.6.0-preview7.19314.2

* Update dependencies from https://github.com/dotnet/corefx build 20190614.3

- System.Windows.Extensions - 4.6.0-preview7.19314.3
- System.CodeDom - 4.6.0-preview7.19314.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19314.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19314.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19314.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19314.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19314.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19314.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19314.3
- System.Resources.Extensions - 4.6.0-preview7.19314.3
- System.Security.AccessControl - 4.6.0-preview7.19314.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19314.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19314.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19314.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19314.3
- System.Security.Permissions - 4.6.0-preview7.19314.3
- System.Security.Principal.Windows - 4.6.0-preview7.19314.3
- System.Threading.AccessControl - 4.6.0-preview7.19314.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19314.3
- System.DirectoryServices - 4.6.0-preview7.19314.3
- System.Drawing.Common - 4.6.0-preview7.19314.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19314.3
- System.IO.Packaging - 4.6.0-preview7.19314.3

* Update dependencies from https://github.com/dotnet/corefx build 20190614.4

- System.Windows.Extensions - 4.6.0-preview7.19314.4
- System.CodeDom - 4.6.0-preview7.19314.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19314.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19314.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19314.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19314.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19314.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19314.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19314.4
- System.Resources.Extensions - 4.6.0-preview7.19314.4
- System.Security.AccessControl - 4.6.0-preview7.19314.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19314.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19314.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19314.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19314.4
- System.Security.Permissions - 4.6.0-preview7.19314.4
- System.Security.Principal.Windows - 4.6.0-preview7.19314.4
- System.Threading.AccessControl - 4.6.0-preview7.19314.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19314.4
- System.DirectoryServices - 4.6.0-preview7.19314.4
- System.Drawing.Common - 4.6.0-preview7.19314.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19314.4
- System.IO.Packaging - 4.6.0-preview7.19314.4

* Update dependencies from https://github.com/dotnet/corefx build 20190615.1

- System.Windows.Extensions - 4.6.0-preview7.19315.1
- System.CodeDom - 4.6.0-preview7.19315.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19315.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19315.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19315.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19315.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19315.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19315.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19315.1
- System.Resources.Extensions - 4.6.0-preview7.19315.1
- System.Security.AccessControl - 4.6.0-preview7.19315.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19315.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19315.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19315.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19315.1
- System.Security.Permissions - 4.6.0-preview7.19315.1
- System.Security.Principal.Windows - 4.6.0-preview7.19315.1
- System.Threading.AccessControl - 4.6.0-preview7.19315.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19315.1
- System.DirectoryServices - 4.6.0-preview7.19315.1
- System.Drawing.Common - 4.6.0-preview7.19315.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19315.1
- System.IO.Packaging - 4.6.0-preview7.19315.1

* Update dependencies from https://github.com/dotnet/corefx build 20190615.2

- System.Windows.Extensions - 4.6.0-preview7.19315.2
- System.CodeDom - 4.6.0-preview7.19315.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19315.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19315.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19315.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19315.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19315.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19315.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19315.2
- System.Resources.Extensions - 4.6.0-preview7.19315.2
- System.Security.AccessControl - 4.6.0-preview7.19315.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19315.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19315.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19315.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19315.2
- System.Security.Permissions - 4.6.0-preview7.19315.2
- System.Security.Principal.Windows - 4.6.0-preview7.19315.2
- System.Threading.AccessControl - 4.6.0-preview7.19315.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19315.2
- System.DirectoryServices - 4.6.0-preview7.19315.2
- System.Drawing.Common - 4.6.0-preview7.19315.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19315.2
- System.IO.Packaging - 4.6.0-preview7.19315.2

* Update dependencies from https://github.com/dotnet/corefx build 20190615.3

- System.Windows.Extensions - 4.6.0-preview7.19315.3
- System.CodeDom - 4.6.0-preview7.19315.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19315.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19315.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19315.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19315.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19315.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19315.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19315.3
- System.Resources.Extensions - 4.6.0-preview7.19315.3
- System.Security.AccessControl - 4.6.0-preview7.19315.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19315.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19315.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19315.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19315.3
- System.Security.Permissions - 4.6.0-preview7.19315.3
- System.Security.Principal.Windows - 4.6.0-preview7.19315.3
- System.Threading.AccessControl - 4.6.0-preview7.19315.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19315.3
- System.DirectoryServices - 4.6.0-preview7.19315.3
- System.Drawing.Common - 4.6.0-preview7.19315.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19315.3
- System.IO.Packaging - 4.6.0-preview7.19315.3

* Update dependencies from https://github.com/dotnet/corefx build 20190615.4

- System.Windows.Extensions - 4.6.0-preview7.19315.4
- System.CodeDom - 4.6.0-preview7.19315.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19315.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19315.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19315.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19315.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19315.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19315.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19315.4
- System.Resources.Extensions - 4.6.0-preview7.19315.4
- System.Security.AccessControl - 4.6.0-preview7.19315.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19315.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19315.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19315.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19315.4
- System.Security.Permissions - 4.6.0-preview7.19315.4
- System.Security.Principal.Windows - 4.6.0-preview7.19315.4
- System.Threading.AccessControl - 4.6.0-preview7.19315.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19315.4
- System.DirectoryServices - 4.6.0-preview7.19315.4
- System.Drawing.Common - 4.6.0-preview7.19315.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19315.4
- System.IO.Packaging - 4.6.0-preview7.19315.4

* Update dependencies from https://github.com/dotnet/corefx build 20190615.5

- System.Windows.Extensions - 4.6.0-preview7.19315.5
- System.CodeDom - 4.6.0-preview7.19315.5
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19315.5
- Microsoft.NETCore.Targets - 3.0.0-preview7.19315.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19315.5
- Microsoft.Win32.Registry - 4.6.0-preview7.19315.5
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19315.5
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19315.5
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19315.5
- System.Resources.Extensions - 4.6.0-preview7.19315.5
- System.Security.AccessControl - 4.6.0-preview7.19315.5
- System.Security.Cryptography.Cng - 4.6.0-preview7.19315.5
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19315.5
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19315.5
- System.Security.Cryptography.Xml - 4.6.0-preview7.19315.5
- System.Security.Permissions - 4.6.0-preview7.19315.5
- System.Security.Principal.Windows - 4.6.0-preview7.19315.5
- System.Threading.AccessControl - 4.6.0-preview7.19315.5
- System.Diagnostics.EventLog - 4.6.0-preview7.19315.5
- System.DirectoryServices - 4.6.0-preview7.19315.5
- System.Drawing.Common - 4.6.0-preview7.19315.5
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19315.5
- System.IO.Packaging - 4.6.0-preview7.19315.5

* Update dependencies from https://github.com/dotnet/corefx build 20190615.6

- System.Windows.Extensions - 4.6.0-preview7.19315.6
- System.CodeDom - 4.6.0-preview7.19315.6
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19315.6
- Microsoft.NETCore.Targets - 3.0.0-preview7.19315.6
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19315.6
- Microsoft.Win32.Registry - 4.6.0-preview7.19315.6
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19315.6
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19315.6
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19315.6
- System.Resources.Extensions - 4.6.0-preview7.19315.6
- System.Security.AccessControl - 4.6.0-preview7.19315.6
- System.Security.Cryptography.Cng - 4.6.0-preview7.19315.6
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19315.6
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19315.6
- System.Security.Cryptography.Xml - 4.6.0-preview7.19315.6
- System.Security.Permissions - 4.6.0-preview7.19315.6
- System.Security.Principal.Windows - 4.6.0-preview7.19315.6
- System.Threading.AccessControl - 4.6.0-preview7.19315.6
- System.Diagnostics.EventLog - 4.6.0-preview7.19315.6
- System.DirectoryServices - 4.6.0-preview7.19315.6
- System.Drawing.Common - 4.6.0-preview7.19315.6
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19315.6
- System.IO.Packaging - 4.6.0-preview7.19315.6

* Update dependencies from https://github.com/dotnet/corefx build 20190616.1

- System.Windows.Extensions - 4.6.0-preview7.19316.1
- System.CodeDom - 4.6.0-preview7.19316.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19316.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19316.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19316.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19316.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19316.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19316.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19316.1
- System.Resources.Extensions - 4.6.0-preview7.19316.1
- System.Security.AccessControl - 4.6.0-preview7.19316.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19316.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19316.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19316.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19316.1
- System.Security.Permissions - 4.6.0-preview7.19316.1
- System.Security.Principal.Windows - 4.6.0-preview7.19316.1
- System.Threading.AccessControl - 4.6.0-preview7.19316.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19316.1
- System.DirectoryServices - 4.6.0-preview7.19316.1
- System.Drawing.Common - 4.6.0-preview7.19316.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19316.1
- System.IO.Packaging - 4.6.0-preview7.19316.1

* Update dependencies from https://github.com/dotnet/corefx build 20190616.2

- System.Windows.Extensions - 4.6.0-preview7.19316.2
- System.CodeDom - 4.6.0-preview7.19316.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19316.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19316.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19316.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19316.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19316.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19316.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19316.2
- System.Resources.Extensions - 4.6.0-preview7.19316.2
- System.Security.AccessControl - 4.6.0-preview7.19316.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19316.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19316.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19316.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19316.2
- System.Security.Permissions - 4.6.0-preview7.19316.2
- System.Security.Principal.Windows - 4.6.0-preview7.19316.2
- System.Threading.AccessControl - 4.6.0-preview7.19316.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19316.2
- System.DirectoryServices - 4.6.0-preview7.19316.2
- System.Drawing.Common - 4.6.0-preview7.19316.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19316.2
- System.IO.Packaging - 4.6.0-preview7.19316.2

* Update dependencies from https://github.com/dotnet/corefx build 20190617.1

- System.Windows.Extensions - 4.6.0-preview7.19317.1
- System.CodeDom - 4.6.0-preview7.19317.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19317.1
- Microsoft.NETCore.Targets - 3.0.0-preview7.19317.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19317.1
- Microsoft.Win32.Registry - 4.6.0-preview7.19317.1
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19317.1
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19317.1
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19317.1
- System.Resources.Extensions - 4.6.0-preview7.19317.1
- System.Security.AccessControl - 4.6.0-preview7.19317.1
- System.Security.Cryptography.Cng - 4.6.0-preview7.19317.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19317.1
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19317.1
- System.Security.Cryptography.Xml - 4.6.0-preview7.19317.1
- System.Security.Permissions - 4.6.0-preview7.19317.1
- System.Security.Principal.Windows - 4.6.0-preview7.19317.1
- System.Threading.AccessControl - 4.6.0-preview7.19317.1
- System.Diagnostics.EventLog - 4.6.0-preview7.19317.1
- System.DirectoryServices - 4.6.0-preview7.19317.1
- System.Drawing.Common - 4.6.0-preview7.19317.1
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19317.1
- System.IO.Packaging - 4.6.0-preview7.19317.1

* Update dependencies from https://github.com/dotnet/corefx build 20190617.2

- System.Windows.Extensions - 4.6.0-preview7.19317.2
- System.CodeDom - 4.6.0-preview7.19317.2
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19317.2
- Microsoft.NETCore.Targets - 3.0.0-preview7.19317.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19317.2
- Microsoft.Win32.Registry - 4.6.0-preview7.19317.2
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19317.2
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19317.2
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19317.2
- System.Resources.Extensions - 4.6.0-preview7.19317.2
- System.Security.AccessControl - 4.6.0-preview7.19317.2
- System.Security.Cryptography.Cng - 4.6.0-preview7.19317.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19317.2
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19317.2
- System.Security.Cryptography.Xml - 4.6.0-preview7.19317.2
- System.Security.Permissions - 4.6.0-preview7.19317.2
- System.Security.Principal.Windows - 4.6.0-preview7.19317.2
- System.Threading.AccessControl - 4.6.0-preview7.19317.2
- System.Diagnostics.EventLog - 4.6.0-preview7.19317.2
- System.DirectoryServices - 4.6.0-preview7.19317.2
- System.Drawing.Common - 4.6.0-preview7.19317.2
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19317.2
- System.IO.Packaging - 4.6.0-preview7.19317.2

* Update dependencies from https://github.com/dotnet/corefx build 20190617.3

- System.Windows.Extensions - 4.6.0-preview7.19317.3
- System.CodeDom - 4.6.0-preview7.19317.3
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19317.3
- Microsoft.NETCore.Targets - 3.0.0-preview7.19317.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19317.3
- Microsoft.Win32.Registry - 4.6.0-preview7.19317.3
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19317.3
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19317.3
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19317.3
- System.Resources.Extensions - 4.6.0-preview7.19317.3
- System.Security.AccessControl - 4.6.0-preview7.19317.3
- System.Security.Cryptography.Cng - 4.6.0-preview7.19317.3
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19317.3
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19317.3
- System.Security.Cryptography.Xml - 4.6.0-preview7.19317.3
- System.Security.Permissions - 4.6.0-preview7.19317.3
- System.Security.Principal.Windows - 4.6.0-preview7.19317.3
- System.Threading.AccessControl - 4.6.0-preview7.19317.3
- System.Diagnostics.EventLog - 4.6.0-preview7.19317.3
- System.DirectoryServices - 4.6.0-preview7.19317.3
- System.Drawing.Common - 4.6.0-preview7.19317.3
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19317.3
- System.IO.Packaging - 4.6.0-preview7.19317.3

* Update dependencies from https://github.com/dotnet/corefx build 20190617.4

- System.Windows.Extensions - 4.6.0-preview7.19317.4
- System.CodeDom - 4.6.0-preview7.19317.4
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19317.4
- Microsoft.NETCore.Targets - 3.0.0-preview7.19317.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19317.4
- Microsoft.Win32.Registry - 4.6.0-preview7.19317.4
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19317.4
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19317.4
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19317.4
- System.Resources.Extensions - 4.6.0-preview7.19317.4
- System.Security.AccessControl - 4.6.0-preview7.19317.4
- System.Security.Cryptography.Cng - 4.6.0-preview7.19317.4
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19317.4
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19317.4
- System.Security.Cryptography.Xml - 4.6.0-preview7.19317.4
- System.Security.Permissions - 4.6.0-preview7.19317.4
- System.Security.Principal.Windows - 4.6.0-preview7.19317.4
- System.Threading.AccessControl - 4.6.0-preview7.19317.4
- System.Diagnostics.EventLog - 4.6.0-preview7.19317.4
- System.DirectoryServices - 4.6.0-preview7.19317.4
- System.Drawing.Common - 4.6.0-preview7.19317.4
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19317.4
- System.IO.Packaging - 4.6.0-preview7.19317.4

* Update dependencies from https://github.com/dotnet/corefx build 20190617.7

- System.Windows.Extensions - 4.6.0-preview7.19317.7
- System.CodeDom - 4.6.0-preview7.19317.7
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19317.7
- Microsoft.NETCore.Targets - 3.0.0-preview7.19317.7
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19317.7
- Microsoft.Win32.Registry - 4.6.0-preview7.19317.7
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19317.7
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19317.7
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19317.7
- System.Resources.Extensions - 4.6.0-preview7.19317.7
- System.Security.AccessControl - 4.6.0-preview7.19317.7
- System.Security.Cryptography.Cng - 4.6.0-preview7.19317.7
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19317.7
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19317.7
- System.Security.Cryptography.Xml - 4.6.0-preview7.19317.7
- System.Security.Permissions - 4.6.0-preview7.19317.7
- System.Security.Principal.Windows - 4.6.0-preview7.19317.7
- System.Threading.AccessControl - 4.6.0-preview7.19317.7
- System.Diagnostics.EventLog - 4.6.0-preview7.19317.7
- System.DirectoryServices - 4.6.0-preview7.19317.7
- System.Drawing.Common - 4.6.0-preview7.19317.7
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19317.7
- System.IO.Packaging - 4.6.0-preview7.19317.7

* Add IgnoredDuplicateType for WD: unblock update PR

* Update dependencies from https://github.com/dotnet/corefx build 20190617.8

- System.Windows.Extensions - 4.6.0-preview7.19317.8
- System.CodeDom - 4.6.0-preview7.19317.8
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19317.8
- Microsoft.NETCore.Targets - 3.0.0-preview7.19317.8
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19317.8
- Microsoft.Win32.Registry - 4.6.0-preview7.19317.8
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19317.8
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19317.8
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19317.8
- System.Resources.Extensions - 4.6.0-preview7.19317.8
- System.Security.AccessControl - 4.6.0-preview7.19317.8
- System.Security.Cryptography.Cng - 4.6.0-preview7.19317.8
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19317.8
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19317.8
- System.Security.Cryptography.Xml - 4.6.0-preview7.19317.8
- System.Security.Permissions - 4.6.0-preview7.19317.8
- System.Security.Principal.Windows - 4.6.0-preview7.19317.8
- System.Threading.AccessControl - 4.6.0-preview7.19317.8
- System.Diagnostics.EventLog - 4.6.0-preview7.19317.8
- System.DirectoryServices - 4.6.0-preview7.19317.8
- System.Drawing.Common - 4.6.0-preview7.19317.8
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19317.8
- System.IO.Packaging - 4.6.0-preview7.19317.8

* Update dependencies from https://github.com/dotnet/corefx build 20190617.11

- System.Windows.Extensions - 4.6.0-preview7.19317.11
- System.CodeDom - 4.6.0-preview7.19317.11
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19317.11
- Microsoft.NETCore.Targets - 3.0.0-preview7.19317.11
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19317.11
- Microsoft.Win32.Registry - 4.6.0-preview7.19317.11
- Microsoft.Win32.SystemEvents - 4.6.0-preview7.19317.11
- Microsoft.Windows.Compatibility - 3.0.0-preview7.19317.11
- System.Configuration.ConfigurationManager - 4.6.0-preview7.19317.11
- System.Resources.Extensions - 4.6.0-preview7.19317.11
- System.Security.AccessControl - 4.6.0-preview7.19317.11
- System.Security.Cryptography.Cng - 4.6.0-preview7.19317.11
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19317.11
- System.Security.Cryptography.ProtectedData - 4.6.0-preview7.19317.11
- System.Security.Cryptography.Xml - 4.6.0-preview7.19317.11
- System.Security.Permissions - 4.6.0-preview7.19317.11
- System.Security.Principal.Windows - 4.6.0-preview7.19317.11
- System.Threading.AccessControl - 4.6.0-preview7.19317.11
- System.Diagnostics.EventLog - 4.6.0-preview7.19317.11
- System.DirectoryServices - 4.6.0-preview7.19317.11
- System.Drawing.Common - 4.6.0-preview7.19317.11
- System.IO.FileSystem.AccessControl - 4.6.0-preview7.19317.11
- System.IO.Packaging - 4.6.0-preview7.19317.11

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