1. 03 10月, 2022 1 次提交
    • A
      Run DRTs. (#7135) · 2db580f9
      Ashish Kumar Singh 提交于
      * reinstantiate running of drts
      
      * remove unnecessary step
      
      * download latest build from pipeline
      
      * use artifacts from specific run arcade builds nothing
      2db580f9
  2. 19 9月, 2022 1 次提交
  3. 08 9月, 2022 1 次提交
    • D
      [main] Update dependencies from dotnet/arcade (#7010) · efc269ad
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dotnet/arcade
      
      
       - Use DownloadBuildArtifacts@0
      
       - Fix specific build ID
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      
       - Update pipeline.yml
      efc269ad
  4. 06 9月, 2022 2 次提交
  5. 12 8月, 2022 1 次提交
  6. 03 8月, 2022 1 次提交
  7. 29 7月, 2022 1 次提交
  8. 26 4月, 2022 1 次提交
  9. 13 12月, 2021 1 次提交
  10. 11 12月, 2021 1 次提交
    • D
      [main] Update dependencies from dotnet/arcade (#5733) · 82383246
      dotnet-maestro[bot] 提交于
      [main] Update dependencies from dotnet/arcade
      
      
       - Update image used; it seems the GA 6.0.100 .NET Core SDK wants VS 2022 for WPF's purposes.
      
       - Temporarily change to Int pools for verification
      
       - Revert "Temporarily change to Int pools for verification"
      
      This reverts commit 266cd39779e3f336854453b37fffae8f9be5f037.
      
       - Change platform Toolset to 143
      
       - Merge branch 'darc-main-83d344b6-2da4-4cb4-bc09-b0c292dfa886' of https://github.com/dotnet/wpf into darc-main-83d344b6-2da4-4cb4-bc09-b0c292dfa886
      
       - Update VCRuntime  VC version
      
       - Temporarily change pool to internal
      
       - Change toolsversion to 17
      
       - temporarily remove atl lib dependency
      82383246
  11. 05 10月, 2021 1 次提交
  12. 09 7月, 2021 1 次提交
  13. 19 6月, 2021 1 次提交
  14. 17 6月, 2021 1 次提交
  15. 18 3月, 2021 1 次提交
  16. 22 1月, 2021 1 次提交
  17. 17 7月, 2020 1 次提交
  18. 30 4月, 2020 1 次提交
  19. 08 2月, 2020 3 次提交
  20. 27 11月, 2019 1 次提交
    • A
      Merged PR 4378: [.Net Core 3.1] MSRC 54179, 54120: Reflecting into internal... · e26f6140
      Arpit Mathur 提交于
      Merged PR 4378: [.Net Core 3.1] MSRC 54179, 54120: Reflecting into internal overloads of XamlReader.Load to use RestrictiveXamlXmlReader
      
      Bugs:
      
      - Bug [1006083](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1006083): MSRC 54120: XAMLReader.Load used by `GetFixedDocumentSequence` method which could lead to code execution [.Net Core 3.1]
      - Bug [1006086](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1006086): MSRC 54179: Code Execution using Malicious Annotation Files for Sticky Notes in WPF apps [.Net Core 3.1]
      
      ###Description
      
      Loose xaml can contain executable payload e.g. `ObjectDataProvider`. This Xaml can be included as part of `XpsDocument`s or base-64 encoded and then included in `StickyNote`s' annotation xml files.
      
      In WPF, we were allowing `XpsDocument`s and `StickyNote`s' annotation xml files to be loaded freely via `XamlReader.Load`.
      
      This exposes an attack vector - when a user downloads an XPS file from the internet for *viewing*, they could end up executing untrusted code.
      
      The fix is to identify known dangerous types and limit them from being deserialized during XAML loading.
      
      In order to accomplish this, we add new _non-public_ overloads to the `XamlReader.Load` method to enable the use of `RestrictiveXamlXmlReader`. `RestrictiveXamlXmlReader` restricts known dangerous types from being loaded while deserializing xaml.
      
      We then call `XamlReader.Load` via `XamlReaderProxy`, which is an adapter for `XamlReader` type and uses reflection to access `XamlReader.Load`. Reflection is used to avoid adding additional public surface area to `XamlReader` in servicing.
      
      Small changes are made to `TextRange` as well since the call-site for the `StickyNote`s case was through a call to `TextRange` which in turn calls into `XamlReader.Load`.
      
      ### Customer Impact
      
      Customers would be protected from opening potentially-compromised XPS documents and stickynotes annotation xml files.
      
      ### Regression
      No. This security issue was reported by an external party.
      
      ### Risk - Low
      
      - This change only affects loading XPS documents and loading stickynotes annotation data.
      - The change has been tested well internally.
        - We ran regression tests to ensure nothing else is inadvertently broken.
        - Validated against POC to ensure that the fix works as intended.
      
      In .NET Framework, we are introducing a quirk to give developers/cusotmers the option of going back to the old (i.e., unsecure) behavior where deserializing dangerous types like `ObjectDataProvider` will be allowed. In .NET Core, no quirks are being provided - we do not believe that this is a scenario that should be supported for compatibility in a relatively new platform.
      e26f6140
  21. 20 11月, 2019 2 次提交
  22. 08 8月, 2019 1 次提交
  23. 19 7月, 2019 1 次提交
  24. 29 6月, 2019 4 次提交
  25. 27 6月, 2019 1 次提交
  26. 25 6月, 2019 1 次提交
  27. 18 6月, 2019 1 次提交
    • V
      Change _TestHelixAgentPool from 19H1 to RS5 (#975) · a89cc5f9
      Vatsan Madhavan 提交于
      * Change _TestHelixAgentPool from 19H1 to RS5
      
      * - Further restric the Agent Pools to Windows.10.Amd64.CleintRS5 - this is the only one that seems immune to timeouts
      - Limit Helix test runs to the open build pipline. Do not repeat the same tests in the internal pipeline.
      
      * Setting build timeout to 120 mins
      a89cc5f9
  28. 15 6月, 2019 1 次提交
    • V
      Change _TestHelixAgentPool from Windows.10.Amd64.Client19H1.Open to... · e48f7dba
      Vatsan Madhavan 提交于
      Change _TestHelixAgentPool from Windows.10.Amd64.Client19H1.Open to Windows.10.Amd64.Client19H1 (#958)
      
      * Fixes dotnet/wpf WPF Builds fail intermittently due to timeouts #952
      
      WPF builds fail intermittently due to timeouts when Run Developer Regression Tests on Helix Machine stage fails to start within its timeout period (60 mins).
      
      Example of a failed build: https://dev.azure.com/dnceng/internal/_build/results?buildId=224164
      
      =
      
      _TestHelixAgentPool in eng\pipeline.yml is currently set to Windows.10.Amd64.Open%3bWindows.7.Amd64.Open%3bWindows.10.Amd64.ServerRS5.Open
      
      It should be changed to Windows.10.Amd64.Open%3bWindows.7.Amd64.Open%3bWindows.10.Amd64.Client19H1.Open.
      
      In short, stop running tests on ServerRS5. It's a "server core" machine machine, and seems to have problems running tests right now. Change it to Client19H1.
      
      * Change Helix pool name for internal builds
      e48f7dba
  29. 14 6月, 2019 1 次提交
    • V
      Fixes dotnet/wpf WPF Builds fail intermittently due to timeouts #952 (#953) · a5081fb0
      Vatsan Madhavan 提交于
      WPF builds fail intermittently due to timeouts when Run Developer Regression Tests on Helix Machine stage fails to start within its timeout period (60 mins).
      
      Example of a failed build: https://dev.azure.com/dnceng/internal/_build/results?buildId=224164
      
      =
      
      _TestHelixAgentPool in eng\pipeline.yml is currently set to Windows.10.Amd64.Open%3bWindows.7.Amd64.Open%3bWindows.10.Amd64.ServerRS5.Open
      
      It should be changed to Windows.10.Amd64.Open%3bWindows.7.Amd64.Open%3bWindows.10.Amd64.Client19H1.Open.
      
      In short, stop running tests on ServerRS5. It's a "server core" machine machine, and seems to have problems running tests right now. Change it to Client19H1.
      a5081fb0
  30. 07 6月, 2019 2 次提交
    • S
      fix helix target queues (#888) · 8b917419
      Steven Kirbach 提交于
      * fix helix target queues
      
      * fixing indentation
      8b917419
    • S
      Adding initial Helix support (#802) · 628e8f12
      Steven Kirbach 提交于
      * adding initial helix support
      
      note: this definitely won't work, it's just some basic initial infrastructure for us to build on once we have a better idea of what to do
      
      use dummy HelixWorkItem initially
      
      updating pipeline.yml
      
      fix Release only condition
      
      * move to using Microsoft.DotNet.Wpf.DncEng.Test package name
      
      * Add target queues
      
      * run test in powershell script
      
      * updating dependencies and removing workaround
      
      * adding documentation
      
      * reverting dependency update
      
      * switching back to true DrtXaml
      
      * prepare helix payload with DRT
      
      * add source link for deterministic source path issue
      
      * remove explicit platform and extra file added
      
      * fixing up targets/props so we can build with -test
      
      * tests properly running and reporting results
      
      * a little cleaning up
      
      * fix creating payload directory
      
      * put test directory back to how it is when restoring via msbuild
      
      * updating dependencies
      
      * adding all helix queues
      
      * running tests with build -test
      
      this creates the payload as part of msbuild
      
      * fixing DrtXaml
      
      This is very close, we are just missing native wpf assemblies from being added to the deps.json
      
      * don't use publish
      
      * updating documentation
      
      * fixing typo
      
      * responding to pr feedback
      
      * updating injectmoduleinitializer
      
      * fix batching
      
      * add back workaround for missing WindowsDesktop
      
      * add WindowsDesktop package to payload for CI builds
      
      QualityVault and STI require the WindowsDesktop package
      
      * ensure ResolveFrameworkReferences actually works
      
      * workaround no windowsdesktop install on helix machine
      
      * updating developer documentation
      
      * allow for looking outside of local dotnet install
      
      * Suppress all GUI from IL(D)Asm calls. (#877)
      
      * Suppress all GUI from IL(D)Asm calls.
      
      * Don't generate ref assemblies for WPF extension assemblies (#879)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190605.13 (#883)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19305.13
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19305.13
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190605.02 (#884)
      
      - Microsoft.NETCore.App - 3.0.0-preview7-27805-02
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - System.IO.Packaging - 4.6.0-preview7.19305.9 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.ILDAsm - 3.0.0-preview7.19305.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19305.2 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.ILAsm - 3.0.0-preview7.19305.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19305.2 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/winforms build 20190605.1 (#885)
      
      - Microsoft.Private.Winforms - 4.8.0-preview7.19305.1
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20190605.10 (#886)
      
      - Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19305.10
      
      * Remove workaround for https://github.com/dotnet/corefx/issues/32641. (#882)
      
      * upload drt results in helix run
      
      * adding initial helix support
      
      note: this definitely won't work, it's just some basic initial infrastructure for us to build on once we have a better idea of what to do
      
      use dummy HelixWorkItem initially
      
      updating pipeline.yml
      
      fix Release only condition
      
      * move to using Microsoft.DotNet.Wpf.DncEng.Test package name
      
      * Add target queues
      
      * run test in powershell script
      
      * updating dependencies and removing workaround
      
      * adding documentation
      
      * reverting dependency update
      
      * switching back to true DrtXaml
      
      * prepare helix payload with DRT
      
      * add source link for deterministic source path issue
      
      * remove explicit platform and extra file added
      
      * fixing up targets/props so we can build with -test
      
      * tests properly running and reporting results
      
      * a little cleaning up
      
      * fix creating payload directory
      
      * put test directory back to how it is when restoring via msbuild
      
      * updating dependencies
      
      * adding all helix queues
      
      * running tests with build -test
      
      this creates the payload as part of msbuild
      
      * fixing DrtXaml
      
      This is very close, we are just missing native wpf assemblies from being added to the deps.json
      
      * don't use publish
      
      * updating documentation
      
      * fixing typo
      
      * responding to pr feedback
      
      * updating injectmoduleinitializer
      
      * fix batching
      
      * add back workaround for missing WindowsDesktop
      
      * add WindowsDesktop package to payload for CI builds
      
      QualityVault and STI require the WindowsDesktop package
      
      * ensure ResolveFrameworkReferences actually works
      
      * workaround no windowsdesktop install on helix machine
      
      * updating developer documentation
      
      * allow for looking outside of local dotnet install
      628e8f12
  31. 23 4月, 2019 1 次提交
    • V
      Preview 5 Branch Snap (#617) · fe36db44
      Vatsan Madhavan 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20190207.1 (#332)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19107.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190207.12 (#333)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview.19107.12
      - Microsoft.Win32.Registry - 4.6.0-preview.19107.12
      - System.Windows.Extensions - 4.6.0-preview.19107.12
      - System.Configuration.ConfigurationManager - 4.6.0-preview.19107.12
      - System.Reflection.TypeExtensions - 4.6.0-preview.19107.12
      - System.Security.AccessControl - 4.6.0-preview.19107.12
      - System.Security.Cryptography.Xml - 4.6.0-preview.19107.12
      - System.Security.Permissions - 4.6.0-preview.19107.12
      - System.Security.Principal.Windows - 4.6.0-preview.19107.12
      - System.Reflection.Emit - 4.6.0-preview.19107.12
      - System.Diagnostics.EventLog - 4.6.0-preview.19107.12
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190208.1 (#335)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19108.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190208.8 (#336)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview.19108.8
      - Microsoft.Win32.Registry - 4.6.0-preview.19108.8
      - System.Windows.Extensions - 4.6.0-preview.19108.8
      - System.Configuration.ConfigurationManager - 4.6.0-preview.19108.8
      - System.Reflection.TypeExtensions - 4.6.0-preview.19108.8
      - System.Security.AccessControl - 4.6.0-preview.19108.8
      - System.Security.Cryptography.Xml - 4.6.0-preview.19108.8
      - System.Security.Permissions - 4.6.0-preview.19108.8
      - System.Security.Principal.Windows - 4.6.0-preview.19108.8
      - System.Reflection.Emit - 4.6.0-preview.19108.8
      - System.Diagnostics.EventLog - 4.6.0-preview.19108.8
      
      * Update dependencies from dotnet/corefx (#337)
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190209.6
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview.19109.6
      - Microsoft.Win32.Registry - 4.6.0-preview.19109.6
      - System.Windows.Extensions - 4.6.0-preview.19109.6
      - System.Configuration.ConfigurationManager - 4.6.0-preview.19109.6
      - System.Reflection.TypeExtensions - 4.6.0-preview.19109.6
      - System.Security.AccessControl - 4.6.0-preview.19109.6
      - System.Security.Cryptography.Xml - 4.6.0-preview.19109.6
      - System.Security.Permissions - 4.6.0-preview.19109.6
      - System.Security.Principal.Windows - 4.6.0-preview.19109.6
      - System.Reflection.Emit - 4.6.0-preview.19109.6
      - System.Diagnostics.EventLog - 4.6.0-preview.19109.6
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190210.4
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview.19110.4
      - Microsoft.Win32.Registry - 4.6.0-preview.19110.4
      - System.Windows.Extensions - 4.6.0-preview.19110.4
      - System.Configuration.ConfigurationManager - 4.6.0-preview.19110.4
      - System.Reflection.TypeExtensions - 4.6.0-preview.19110.4
      - System.Security.AccessControl - 4.6.0-preview.19110.4
      - System.Security.Cryptography.Xml - 4.6.0-preview.19110.4
      - System.Security.Permissions - 4.6.0-preview.19110.4
      - System.Security.Principal.Windows - 4.6.0-preview.19110.4
      - System.Reflection.Emit - 4.6.0-preview.19110.4
      - System.Diagnostics.EventLog - 4.6.0-preview.19110.4
      
      * Updating branding to Preview4 (#338)
      
      * adding back platform builds
      
      * passing platform to cibuild.cmd
      
      * adding _PlatformArgs to the right place
      
      * Go back to producing packages sans preview label (#345)
      
      * Add release/3.0 to list of triggers (#344)
      
      * Add release/3.0 to list of triggers
      
      Add release/3.0 to triggers #343
      
      * Update comment
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190212.2 (#347)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview.19112.2
      - Microsoft.Win32.Registry - 4.6.0-preview.19112.2
      - System.Windows.Extensions - 4.6.0-preview.19112.2
      - System.Configuration.ConfigurationManager - 4.6.0-preview.19112.2
      - System.Reflection.TypeExtensions - 4.6.0-preview.19112.2
      - System.Security.AccessControl - 4.6.0-preview.19112.2
      - System.Security.Cryptography.Xml - 4.6.0-preview.19112.2
      - System.Security.Permissions - 4.6.0-preview.19112.2
      - System.Security.Principal.Windows - 4.6.0-preview.19112.2
      - System.Reflection.Emit - 4.6.0-preview.19112.2
      - System.Diagnostics.EventLog - 4.6.0-preview.19112.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190212.3 (#351)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19112.3
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190212.21 (#352)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview.19112.21
      - Microsoft.Win32.Registry - 4.6.0-preview.19112.21
      - System.Windows.Extensions - 4.6.0-preview.19112.21
      - System.Configuration.ConfigurationManager - 4.6.0-preview.19112.21
      - System.Reflection.TypeExtensions - 4.6.0-preview.19112.21
      - System.Security.AccessControl - 4.6.0-preview.19112.21
      - System.Security.Cryptography.Xml - 4.6.0-preview.19112.21
      - System.Security.Permissions - 4.6.0-preview.19112.21
      - System.Security.Principal.Windows - 4.6.0-preview.19112.21
      - System.Reflection.Emit - 4.6.0-preview.19112.21
      - System.Diagnostics.EventLog - 4.6.0-preview.19112.21
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190213.1 (#354)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19113.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190213.23 (#355)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19113.23
      - Microsoft.Win32.Registry - 4.6.0-preview4.19113.23
      - System.Windows.Extensions - 4.6.0-preview4.19113.23
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19113.23
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19113.23
      - System.Security.AccessControl - 4.6.0-preview4.19113.23
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19113.23
      - System.Security.Permissions - 4.6.0-preview4.19113.23
      - System.Security.Principal.Windows - 4.6.0-preview4.19113.23
      - System.Reflection.Emit - 4.6.0-preview4.19113.23
      - System.Diagnostics.EventLog - 4.6.0-preview4.19113.23
      
      * Update .NET Core SDK link. (#353)
      
      * Update .NET Core SDK link.
      
      * Remove preview moniker from link text.
      
      * Update the link text.
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190214.4 (#356)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19114.4
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190215.1 (#357)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19115.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19115.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19115.1
      - System.Security.AccessControl - 4.6.0-preview4.19115.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19115.1
      - System.Security.Permissions - 4.6.0-preview4.19115.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19115.1
      - System.Reflection.Emit - 4.6.0-preview4.19115.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19115.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19115.1
      - System.Windows.Extensions - 4.6.0-preview4.19115.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190215.1 (#359)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19115.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190215.8 (#360)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19115.8
      - Microsoft.Win32.Registry - 4.6.0-preview4.19115.8
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19115.8
      - System.Security.AccessControl - 4.6.0-preview4.19115.8
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19115.8
      - System.Security.Permissions - 4.6.0-preview4.19115.8
      - System.Security.Principal.Windows - 4.6.0-preview4.19115.8
      - System.Reflection.Emit - 4.6.0-preview4.19115.8
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19115.8
      - System.Diagnostics.EventLog - 4.6.0-preview4.19115.8
      - System.Windows.Extensions - 4.6.0-preview4.19115.8
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190217.1 (#361)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19117.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19117.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19117.1
      - System.Security.AccessControl - 4.6.0-preview4.19117.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19117.1
      - System.Security.Permissions - 4.6.0-preview4.19117.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19117.1
      - System.Reflection.Emit - 4.6.0-preview4.19117.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19117.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19117.1
      - System.Windows.Extensions - 4.6.0-preview4.19117.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190218.1 (#362)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19118.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19118.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19118.1
      - System.Security.AccessControl - 4.6.0-preview4.19118.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19118.1
      - System.Security.Permissions - 4.6.0-preview4.19118.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19118.1
      - System.Reflection.Emit - 4.6.0-preview4.19118.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19118.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19118.1
      - System.Windows.Extensions - 4.6.0-preview4.19118.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190218.6 (#364)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19118.6
      - Microsoft.Win32.Registry - 4.6.0-preview4.19118.6
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19118.6
      - System.Security.AccessControl - 4.6.0-preview4.19118.6
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19118.6
      - System.Security.Permissions - 4.6.0-preview4.19118.6
      - System.Security.Principal.Windows - 4.6.0-preview4.19118.6
      - System.Reflection.Emit - 4.6.0-preview4.19118.6
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19118.6
      - System.Diagnostics.EventLog - 4.6.0-preview4.19118.6
      - System.Windows.Extensions - 4.6.0-preview4.19118.6
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190219.2 (#367)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19119.2
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190220.1 (#368)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19120.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19120.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19120.1
      - System.Security.AccessControl - 4.6.0-preview4.19120.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19120.1
      - System.Security.Permissions - 4.6.0-preview4.19120.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19120.1
      - System.Reflection.Emit - 4.6.0-preview4.19120.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19120.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19120.1
      - System.Windows.Extensions - 4.6.0-preview4.19120.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190221.1 (#371)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19121.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190220.19 (#372)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19120.19
      - Microsoft.Win32.Registry - 4.6.0-preview4.19120.19
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19120.19
      - System.Security.AccessControl - 4.6.0-preview4.19120.19
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19120.19
      - System.Security.Permissions - 4.6.0-preview4.19120.19
      - System.Security.Principal.Windows - 4.6.0-preview4.19120.19
      - System.Reflection.Emit - 4.6.0-preview4.19120.19
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19120.19
      - System.Diagnostics.EventLog - 4.6.0-preview4.19120.19
      - System.Windows.Extensions - 4.6.0-preview4.19120.19
      
      * Set copyright and package license (#373)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190221.5 (#374)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19121.5
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190222.1 (#375)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19122.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19122.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19122.1
      - System.Security.AccessControl - 4.6.0-preview4.19122.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19122.1
      - System.Security.Permissions - 4.6.0-preview4.19122.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19122.1
      - System.Reflection.Emit - 4.6.0-preview4.19122.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19122.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19122.1
      - System.Windows.Extensions - 4.6.0-preview4.19122.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190223.2 (#377)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19123.2
      - Microsoft.Win32.Registry - 4.6.0-preview4.19123.2
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19123.2
      - System.Security.AccessControl - 4.6.0-preview4.19123.2
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19123.2
      - System.Security.Permissions - 4.6.0-preview4.19123.2
      - System.Security.Principal.Windows - 4.6.0-preview4.19123.2
      - System.Reflection.Emit - 4.6.0-preview4.19123.2
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19123.2
      - System.Diagnostics.EventLog - 4.6.0-preview4.19123.2
      - System.Windows.Extensions - 4.6.0-preview4.19123.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190223.1 (#379)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19123.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190224.1 (#384)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19124.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190225.2 (#385)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19125.2
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190226.1 (#386)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19126.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19126.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19126.1
      - System.Security.AccessControl - 4.6.0-preview4.19126.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19126.1
      - System.Security.Permissions - 4.6.0-preview4.19126.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19126.1
      - System.Reflection.Emit - 4.6.0-preview4.19126.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19126.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19126.1
      - System.Windows.Extensions - 4.6.0-preview4.19126.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190226.6 (#388)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19126.6
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190226.13 (#389)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19126.13
      - Microsoft.Win32.Registry - 4.6.0-preview4.19126.13
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19126.13
      - System.Security.AccessControl - 4.6.0-preview4.19126.13
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19126.13
      - System.Security.Permissions - 4.6.0-preview4.19126.13
      - System.Security.Principal.Windows - 4.6.0-preview4.19126.13
      - System.Reflection.Emit - 4.6.0-preview4.19126.13
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19126.13
      - System.Diagnostics.EventLog - 4.6.0-preview4.19126.13
      - System.Windows.Extensions - 4.6.0-preview4.19126.13
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190227.8 (#391)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19127.8
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190228.1 (#392)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19128.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19128.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19128.1
      - System.Security.AccessControl - 4.6.0-preview4.19128.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19128.1
      - System.Security.Permissions - 4.6.0-preview4.19128.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19128.1
      - System.Reflection.Emit - 4.6.0-preview4.19128.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19128.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19128.1
      - System.Windows.Extensions - 4.6.0-preview4.19128.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190228.3 (#395)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19128.3
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190301.1 (#396)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19151.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19151.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19151.1
      - System.Security.AccessControl - 4.6.0-preview4.19151.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19151.1
      - System.Security.Permissions - 4.6.0-preview4.19151.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19151.1
      - System.Reflection.Emit - 4.6.0-preview4.19151.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19151.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19151.1
      - System.Windows.Extensions - 4.6.0-preview4.19151.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190301.5 (#398)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19151.5
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190302.1 (#399)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19152.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19152.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19152.1
      - System.Security.AccessControl - 4.6.0-preview4.19152.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19152.1
      - System.Security.Permissions - 4.6.0-preview4.19152.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19152.1
      - System.Reflection.Emit - 4.6.0-preview4.19152.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19152.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19152.1
      - System.Windows.Extensions - 4.6.0-preview4.19152.1
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190303.2 (#400)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19153.2
      - Microsoft.Win32.Registry - 4.6.0-preview4.19153.2
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19153.2
      - System.Security.AccessControl - 4.6.0-preview4.19153.2
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19153.2
      - System.Security.Permissions - 4.6.0-preview4.19153.2
      - System.Security.Principal.Windows - 4.6.0-preview4.19153.2
      - System.Reflection.Emit - 4.6.0-preview4.19153.2
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19153.2
      - System.Diagnostics.EventLog - 4.6.0-preview4.19153.2
      - System.Windows.Extensions - 4.6.0-preview4.19153.2
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190303.8 (#402)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19153.8
      - Microsoft.Win32.Registry - 4.6.0-preview4.19153.8
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19153.8
      - System.Security.AccessControl - 4.6.0-preview4.19153.8
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19153.8
      - System.Security.Permissions - 4.6.0-preview4.19153.8
      - System.Security.Principal.Windows - 4.6.0-preview4.19153.8
      - System.Reflection.Emit - 4.6.0-preview4.19153.8
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19153.8
      - System.Diagnostics.EventLog - 4.6.0-preview4.19153.8
      - System.Windows.Extensions - 4.6.0-preview4.19153.8
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190304.14 (#405)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19154.14
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190304.9 (#406)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19154.9
      - Microsoft.Win32.Registry - 4.6.0-preview4.19154.9
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19154.9
      - System.Security.AccessControl - 4.6.0-preview4.19154.9
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19154.9
      - System.Security.Permissions - 4.6.0-preview4.19154.9
      - System.Security.Principal.Windows - 4.6.0-preview4.19154.9
      - System.Reflection.Emit - 4.6.0-preview4.19154.9
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19154.9
      - System.Diagnostics.EventLog - 4.6.0-preview4.19154.9
      - System.Windows.Extensions - 4.6.0-preview4.19154.9
      
      * LOC CHECKIN | dotnet/wpf master | 20190131 (#309)
      
      * LOC CHECKIN | dotnet/wpf master | 20190131
      
      * LOC CHECKIN | dotnet/wpf master | 20190201 update
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190305.29 (#410)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19155.29
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190306.1 (#411)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19156.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19156.1
      - System.Windows.Extensions - 4.6.0-preview4.19156.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19156.1
      - System.Security.AccessControl - 4.6.0-preview4.19156.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19156.1
      - System.Security.Permissions - 4.6.0-preview4.19156.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19156.1
      - System.Reflection.Emit - 4.6.0-preview4.19156.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19156.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19156.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190306.20 (#412)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19156.20
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190306.10 (#413)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19156.10
      - Microsoft.Win32.Registry - 4.6.0-preview4.19156.10
      - System.Windows.Extensions - 4.6.0-preview4.19156.10
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19156.10
      - System.Security.AccessControl - 4.6.0-preview4.19156.10
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19156.10
      - System.Security.Permissions - 4.6.0-preview4.19156.10
      - System.Security.Principal.Windows - 4.6.0-preview4.19156.10
      - System.Reflection.Emit - 4.6.0-preview4.19156.10
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19156.10
      - System.Diagnostics.EventLog - 4.6.0-preview4.19156.10
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190307.23 (#420)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19157.23
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190308.1 (#421)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19158.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19158.1
      - System.Windows.Extensions - 4.6.0-preview4.19158.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19158.1
      - System.Security.AccessControl - 4.6.0-preview4.19158.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19158.1
      - System.Security.Permissions - 4.6.0-preview4.19158.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19158.1
      - System.Reflection.Emit - 4.6.0-preview4.19158.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19158.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19158.1
      
      * Move untranslated strings out of shared resx file and update xlfs (#423)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190308.5 (#426)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19158.5
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190308.7 (#427)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19158.7
      - Microsoft.Win32.Registry - 4.6.0-preview4.19158.7
      - System.Windows.Extensions - 4.6.0-preview4.19158.7
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19158.7
      - System.Security.AccessControl - 4.6.0-preview4.19158.7
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19158.7
      - System.Security.Permissions - 4.6.0-preview4.19158.7
      - System.Security.Principal.Windows - 4.6.0-preview4.19158.7
      - System.Reflection.Emit - 4.6.0-preview4.19158.7
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19158.7
      - System.Diagnostics.EventLog - 4.6.0-preview4.19158.7
      
      * Update VS2019 link in README.md
      
      VS2019 is in RC now, no need for downloading preview version.
      
      * Update VS2019 Preview link in README.md
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190309.2 (#430)
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19159.2
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190310.1 (#431)
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19160.1
      - Microsoft.Win32.Registry - 4.6.0-preview4.19160.1
      - System.Windows.Extensions - 4.6.0-preview4.19160.1
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19160.1
      - System.Security.AccessControl - 4.6.0-preview4.19160.1
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19160.1
      - System.Security.Permissions - 4.6.0-preview4.19160.1
      - System.Security.Principal.Windows - 4.6.0-preview4.19160.1
      - System.Reflection.Emit - 4.6.0-preview4.19160.1
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19160.1
      - System.Diagnostics.EventLog - 4.6.0-preview4.19160.1
      
      * [master] Update dependencies from dotnet/arcade (#433)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190310.1
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19160.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190310.2
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19160.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190311.14
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19161.14
      
      * [master] Update dependencies from dotnet/corefx (#432)
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190310.5
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19160.5
      - Microsoft.Win32.Registry - 4.6.0-preview4.19160.5
      - System.Windows.Extensions - 4.6.0-preview4.19160.5
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19160.5
      - System.Security.AccessControl - 4.6.0-preview4.19160.5
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19160.5
      - System.Security.Permissions - 4.6.0-preview4.19160.5
      - System.Security.Principal.Windows - 4.6.0-preview4.19160.5
      - System.Reflection.Emit - 4.6.0-preview4.19160.5
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19160.5
      - System.Diagnostics.EventLog - 4.6.0-preview4.19160.5
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190310.8
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19160.8
      - Microsoft.Win32.Registry - 4.6.0-preview4.19160.8
      - System.Windows.Extensions - 4.6.0-preview4.19160.8
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19160.8
      - System.Security.AccessControl - 4.6.0-preview4.19160.8
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19160.8
      - System.Security.Permissions - 4.6.0-preview4.19160.8
      - System.Security.Principal.Windows - 4.6.0-preview4.19160.8
      - System.Reflection.Emit - 4.6.0-preview4.19160.8
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19160.8
      - System.Diagnostics.EventLog - 4.6.0-preview4.19160.8
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190311.10
      
      This change updates the following dependencies
      - System.CodeDom - 4.6.0-preview4.19161.10
      - Microsoft.Win32.Registry - 4.6.0-preview4.19161.10
      - System.Windows.Extensions - 4.6.0-preview4.19161.10
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19161.10
      - System.Security.AccessControl - 4.6.0-preview4.19161.10
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19161.10
      - System.Security.Permissions - 4.6.0-preview4.19161.10
      - System.Security.Principal.Windows - 4.6.0-preview4.19161.10
      - System.Reflection.Emit - 4.6.0-preview4.19161.10
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19161.10
      - System.Diagnostics.EventLog - 4.6.0-preview4.19161.10
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190312.12
      
      This change updates the following dependencies
      - System.Windows.Extensions - 4.6.0-preview4.19162.12
      - System.CodeDom - 4.6.0-preview4.19162.12
      - Microsoft.Win32.Registry - 4.6.0-preview4.19162.12
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19162.12
      - System.Security.AccessControl - 4.6.0-preview4.19162.12
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19162.12
      - System.Security.Permissions - 4.6.0-preview4.19162.12
      - System.Security.Principal.Windows - 4.6.0-preview4.19162.12
      - System.Reflection.Emit - 4.6.0-preview4.19162.12
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19162.12
      - System.Diagnostics.EventLog - 4.6.0-preview4.19162.12
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190313.10
      
      This change updates the following dependencies
      - System.Windows.Extensions - 4.6.0-preview4.19163.10
      - System.CodeDom - 4.6.0-preview4.19163.10
      - Microsoft.Win32.Registry - 4.6.0-preview4.19163.10
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19163.10
      - System.Security.AccessControl - 4.6.0-preview4.19163.10
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19163.10
      - System.Security.Permissions - 4.6.0-preview4.19163.10
      - System.Security.Principal.Windows - 4.6.0-preview4.19163.10
      - System.Reflection.Emit - 4.6.0-preview4.19163.10
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19163.10
      - System.Diagnostics.EventLog - 4.6.0-preview4.19163.10
      
      * Update dependencies from https://github.com/dotnet/corefx build 20190314.7 (#446)
      
      This change updates the following dependencies
      - System.Windows.Extensions - 4.6.0-preview4.19164.7
      - System.CodeDom - 4.6.0-preview4.19164.7
      - Microsoft.Win32.Registry - 4.6.0-preview4.19164.7
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19164.7
      - System.Security.AccessControl - 4.6.0-preview4.19164.7
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19164.7
      - System.Security.Permissions - 4.6.0-preview4.19164.7
      - System.Security.Principal.Windows - 4.6.0-preview4.19164.7
      - System.Reflection.Emit - 4.6.0-preview4.19164.7
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19164.7
      - System.Diagnostics.EventLog - 4.6.0-preview4.19164.7
      
      * [master] Update dependencies from dotnet/arcade (#441)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190312.7
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19162.7
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190317.10
      
      This change updates the following dependencies
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19167.10
      
      * fix publishing
      
      * Fix documentation type and punctuation 
      
      Fixes a typo in the class summary documentation and adds punctuation where needed
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190320.2 (#456)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19170.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190321.3 (#458)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19171.3
      
      * Add coherent parent attributes (#457)
      
      Adds a new dependency (not actually used) on Microsoft.NETCore.App and then ties the existing corefx dependencies to that Microsoft.NETCore.App.  This ensures that corefx binaries do not get ahead of a core-setup that has actually ingested those binaries.  This helps our overall coherency push at the end of the release cycle.
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190321.6 (#459)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19171.6
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190325.01 (#461)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27525-01
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190325.7 (#463)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19175.7
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190325.9 (#465)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19175.9
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190325.14 (#464)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27525-14
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190326.14 (#468)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19176.14
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190327.02 (#469)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27527-02
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19176.11 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190327.11 (#471)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19177.11
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190328.01 (#472)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27528-01
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.TypeExtensions - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19177.9 (parent: Microsoft.NETCore.App)
      
      * Onboarding new build infrastructure (#473)
      
      This PR onboards a new shared build infrastrucutre - primarily props + targets - that are shared between this repo and WPF's internal build.
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190329.1 (#475)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19179.1
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190328.14 (#476)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27528-14
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - Microsoft.Private.Winforms - 4.8.0-preview4.19177.2 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview4.19178.7 (parent: Microsoft.NETCore.App)
      
      * Fixes to get solution build within VS working again (#477)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190329.2 (#479)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19179.2
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190329.11 (#481)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27529-11
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - Microsoft.Private.Winforms - 4.8.0-preview4.19178.12 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview4.19179.4 (parent: Microsoft.NETCore.App)
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19179.1 (parent: Microsoft.NETCore.App)
      
      * Update msvcurt-c1xx to 0.0.0.4 (#482)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190401.12 (#483)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19201.12
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190402.01 (#484)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27602-01
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - Microsoft.Private.Winforms - 4.8.0-preview4.19179.9 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview4.19201.9 (parent: Microsoft.NETCore.App)
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19179.2 (parent: Microsoft.NETCore.App)
      
      * LOC CHECKIN: Update localization files to align with .NET Framework (#414)
      
      LOC CHECKIN: Update localization files to align with .NET Framework (#414)
      
      * Update Strings.resx to align with .NET Framework
      
      * Wherever possible, take the localized copy of a string from .NET Framework's localization db and bring it over here.
      
      * If it were not possible to bring over a localized string from .NET Framework's localization db (presumably because it did not have a localized copy of the string, for historical reasons), then leave the localized string intact (i.e., it remains the same as the unlocalized neutral language (en, in this case) string.
      
      * Fallbacks for building internal WPF projects that use PresentationBuildTasks.dll and Microsoft.WinFX.targets for markup compilation (#485)
      
      * Adding fallbacks for building WPF projects that use PresentationBuildTasks.dll and Microsoft.WinFX.targets for markup compilation
      
      * Workaround for GenerateVersionFileWithRepositoryCommit target to ensure that version.txt is always generated correctly and embedded inside nupkg's
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190402.13 (#487)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19202.13
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190402.14 (#488)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27602-14
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview4.19202.4 (parent: Microsoft.NETCore.App)
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19201.12 (parent: Microsoft.NETCore.App)
      
      * Default NetCore references for internal markup compilation should include System and System.ComponentModel.TypeConverter. (#490)
      
      Required for the internal change that reduces PresentationBuildTasks reflection-only probing targets during build time to the reference list. Duplicate NetCoreReferences are benign.
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190403.2 (#492)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19203.2
      
      * Project template for WPF (#489)
      
      * Add WPF project template
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190403.10 (#494)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19203.10
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190403.11 (#495)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27603-11
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - Microsoft.Private.Winforms - 4.8.0-preview4.19202.1 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview4.19203.7 (parent: Microsoft.NETCore.App)
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19202.13 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190404.16 (#502)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19204.16
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190404.13 (#503)
      
      - Microsoft.NETCore.App - 3.0.0-preview4-27604-13
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - Microsoft.Private.Winforms - 4.8.0-preview4.19203.4 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview4.19204.5 (parent: Microsoft.NETCore.App)
      
      * Make C# Project template identical to .NET Framework's template (#497)
      
      Fixed #497
      
      * [netcore3] Open source PresentationBuildTasks (#504)
      
      * Add files needed for PresentationBuildTasks
      
      * Synchronize files
      
      * Adding PresentationCore files
      
      * Add <Link> tags to organize csproj
      
      * Add README files
      
      * Add WindowsDesktop Sdk project files
      
      * Add WindowsDesktop Sdk to solution
      
      * PresentationBuildTasks: PoliCheck, sss.exe (sanitize), and codeformatter with customer rules + manual scrub for aliases, bugs, todos
      
      * Update ShippingProjects.props
      
      * Add changes to contribution.md with info about analyzers
      
      * Update README.md's for shared files
      
      * moving analyzers to targets files
      
      * Merged PR 596: Add analyzers for System.Xaml
      
      I started with System.Xaml, since I'm planning on moving some of these changes to GitHub.
      
      Currently only enabled for System.Xaml project. Below is the logic behind how we should suppress rules:
      
      1. Any rules we want suppressed globally, get suppressed in CodeAnaysis.ruleset by setting Action to "None"
      2. Any rules that are enabled but require certain suppressions, should be suppressed in GlobalSuppressions.cs
      3. Any suppressions that we want to fix, but won't for the 3.0 release due to compat concerns, should be suppressed inline.
      
      Currently globally suppressed rules:
      [CA1307](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1307-specify-stringcomparison?view=vs-2017)
      [CA1305](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1305-specify-iformatprovider?view=vs-2017)
      [CA2235](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2235-mark-all-non-serializable-fields?view=vs-2017)
      [CA1822](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1822-mark-members-as-static?view=vs-2017)
      [CA1801](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1801-review-unused-parameters?view=vs-2017)
      [CA1812](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1812-avoid-uninstantiated-internal-classes?view=vs-2017)
      [CA1304](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1304-specify-cultureinfo?view=vs-2017)
      
      Also some changes to help make building out of VS possible. While this still doesn't work, we can now at least do a nuget restore.
      
      Added a .editorconfig file that matches the CoreFX one.
      
      * updating fxcopanalyzer package to include code fixers
      
      ran code fixers for CA1820 to update string.Empty check
      
      * fixing violations for CA1507
      
      * fixing/suppressing PBT and some System.Xaml issues
      
      * Fix coherency attributes (#507)
      
      CoherentParentDependency attributes should only be applied to child dependencies of a repo.  This was blocking updates
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190406.01 (#513)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27606-01
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19205.9 (parent: Microsoft.NETCore.App)
      
      * updating suppressions to properly follow how errors should be suppressed
      
      * reverting completing of PR (#516)
      
      * Public key tokens of .NET core WPF assemblies and .NET Framework WPF assemblies need to match (#515)
      
      This is the public half of a two part change. The original fix (adding StrongNameKeyId=Ecma to WPF assembly projects) was insufficient. After help from @nguerrera and more investigation of which PKTs were contained in which NETFX assemblies, @vatsan-madhavan provided a much more comprehensive fix that also fixed other regressions introduced during Arcade onboarding. @vatsan-madhavan's complete fix is included here.
      WPF assemblies are incompatible with each other in 3.0.0-alpha-27128-4 #208 (fixes issue #208)
      Could not find assembly 'System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' #508 (fixes issue #508)
      
      * Use desktop public key token in shipping WPF assemblies
      
      * Add signing targets
      
      * - Add list of CycleBreaker and hand-crafted ref projects to ShippingProjects.props
      - Call out which assemblies will use MicrosoftShared key for signing; others will use ECMA key
      - Normalize MSBuildProjectName in shippingprojects.props to ensure that temp-projects generated during markup-compilation are treated as IsShipping=true and attached to the right signing key
      - Add Signing props/targets.
      - Update Sdk.props/targets
      
      * Don't double import signing.targets
      
      * PR feedback
      
      * [master] Update dependencies from dotnet/arcade (#512)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190405.6
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19205.6
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19205.6
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190406.5
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19206.5
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19206.5
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190406.09 (#520)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27606-09
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19206.5 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190407.1 (#527)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19207.1
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19207.1
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190407.08 (#529)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27607-08
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19207.6 (parent: Microsoft.NETCore.App)
      
      * Dev/stevenki/port analyzers and system xaml (#517)
      
      * moving analyzers to targets files
      
      * Merged PR 596: Add analyzers for System.Xaml
      
      I started with System.Xaml, since I'm planning on moving some of these changes to GitHub.
      
      Currently only enabled for System.Xaml project. Below is the logic behind how we should suppress rules:
      
      1. Any rules we want suppressed globally, get suppressed in CodeAnaysis.ruleset by setting Action to "None"
      2. Any rules that are enabled but require certain suppressions, should be suppressed in GlobalSuppressions.cs
      3. Any suppressions that we want to fix, but won't for the 3.0 release due to compat concerns, should be suppressed inline.
      
      Currently globally suppressed rules:
      [CA1307](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1307-specify-stringcomparison?view=vs-2017)
      [CA1305](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1305-specify-iformatprovider?view=vs-2017)
      [CA2235](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2235-mark-all-non-serializable-fields?view=vs-2017)
      [CA1822](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1822-mark-members-as-static?view=vs-2017)
      [CA1801](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1801-review-unused-parameters?view=vs-2017)
      [CA1812](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1812-avoid-uninstantiated-internal-classes?view=vs-2017)
      [CA1304](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1304-specify-cultureinfo?view=vs-2017)
      
      Also some changes to help make building out of VS possible. While this still doesn't work, we can now at least do a nuget restore.
      
      Added a .editorconfig file that matches the CoreFX one.
      
      * adding suppressions and fixing version.details.xml
      
      * removing accidental comment
      
      * ensuring that throw argument null exception before calling ValidateGetter/Setter
      
      * Change label for master to preview 5 (#537)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190409.1 (#539)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.1
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19209.1
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190408.16 (#540)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27608-16
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/winforms build 20190408.4 (#541)
      
      - Microsoft.Private.Winforms - 4.8.0-preview5.19208.4
      
      * Use RuntimeFrameworkVersion in builds (#534)
      
      * Use RuntimeFrameworkVersion instead of depending on the shared framework.
      
      * Setting RuntimeFrameworkVersion conditionally for netcoreapp3.x projects
      
      * Add additional logic to minimize conflicts and accomodate needs of building dotnet-wpf-int; Update dependencies;
      
      * Fix line endings in license headers (related to #542)
      
      * LOC CHECKIN | dotnet/wpf master | 20190405 (#501)
      
      * LOC CHECKIN | dotnet/wpf master | 20190405
      
      * Merge v-zbsail's loc update
      
      * Make build.sh executable (#519)
      
      * Onboard on async publishing
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190409.2 (#557)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19209.2
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190409.17 (#558)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27609-17
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19209.12 (parent: Microsoft.NETCore.App)
      
      * Some changes to Versions.props and Versions.Details.xml to make them easier to work in  (#562)
      
      * separate out version.props into different property groups by source to ease merging
      alphabetize version.props inside each property group
      alphabetize versions.details.xml by dependency name
      remove source ids
      
      * remove single additional /
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190410.7 (#566)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19210.7
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19210.7
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190410.11 (#567)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27610-11
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19210.8 (parent: Microsoft.NETCore.App)
      
      * Recognize Application.xaml as well as App.xaml (#545)
      
      * Recognize Application.xaml as well as App.xaml
      
      VB projects, by convention, use Application.xaml for the name
      of their ApplicationDefinition file. Without this change, we run
      into the problem described at https://github.com/dotnet/wpf/issues/500.
      
      * Guard against duplicate ApplicationDefinitions
      
      * LOC CHECKIN | Add PresentationBuildTasks xlf localization (#544)
      
      * Add initial xlf files for PresentationBuildTasks
      
      * Bring PresentationBuildTasks translations over from NETFX
      
      * Modify PresentationBuildTasks csproj to enable satellite assembly generation
      
      * Don't exclude PresentationBuildTasks from xlf localization in ShippingProjects.props
      
      * BamlMapTable should always reinitialize KnownAssemblyInfoRecord 
      
      Move KnownAssemblyInfoRecord initialization out of BamlMapTable's static constructor to its constructor. (Fixes #378, #350)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190411.2 (#572)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19211.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19211.2
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190411.18 (#573)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27611-18
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19211.22 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190412.2 (#576)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19212.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19212.2
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190413.02 (#577)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27613-02
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19212.14 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190413.2 (#580)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19213.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19213.2
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190413.11 (#581)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27613-11
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190414.2 (#583)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19214.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19214.2
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190414.10 (#584)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27614-10
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19214.16 (parent: Microsoft.NETCore.App)
      
      * LOC CHECKIN | dotnet/wpf master | 20190415 (#582)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190415.12 (#592)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19215.12
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19215.12
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190416.01 (#593)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27616-01
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19215.16 (parent: Microsoft.NETCore.App)
      
      * Make BamlMapTable's KnownAssemblyInfoRecord an instance field (#589)
      
      * Ensure that newer files are always updated under artifacts\packaging (#595)
      
      * Add AssemblyMetadata[Language] attribute (#596)
      
      * Add [assembly:AssemblyMetadata(Language, C++)] attribute to aid CrossGen
      
      * Update targets to adapt to ref-pack based references (#588)
      
      References will be delivered in .NET Core 3 through ref-packs instead of using PackageReference.This change adapts to that expectation.
      
      If we are still using an older version of tools.dotnet in global.json, we will go through `ResolveMicrosoftNetCoreAppReferences` . OTOH, when global.json gets updated to a newer version of tools.dotnet, `LimitNetCoreAppReferences` will kick-in and do the right thing.
      
      Adjust System.Xaml.csproj a bit to ensure that it has the right references. No other changes were necessary to projects in dotnet-wpf-int.
      
      Similar paths exist for `Microsoft.WindowsDesktop.App[.Ref]` - this is reserved for future use.
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190417.1 (#600)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19217.1
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19217.1
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190417.01 (#601)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27617-01
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19216.14 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190418.1 (#602)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19218.1
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19218.1
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190418.02 (#603)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27618-02
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19217.12 (parent: Microsoft.NETCore.App)
      
      * Set TargetingPackVersion intentionally (#604)
      
      * Setting TargetingPackVersion explicitly.
      Excluding Test projects from RuntimeFrameworkVersion.
      
      * Move M.NETCore.App from product -> toolset dependency
      
      * Moving all corefx (and coreclr) dependencies to ToolsetDependencies (per mmitche)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190418.4 (#608)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19218.4
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19218.4
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190418.7 (#610)
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19218.7
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19218.7
      
      * [master] Update dependencies from dotnet/core-setup (#609)
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190418.16
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27618-16
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19218.10 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190420.01
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27620-01
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19219.11 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190420.10 (#611)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27620-10
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19220.3 (parent: Microsoft.NETCore.App)
      
      * Update dependencies from https://github.com/dotnet/core-setup build 20190421.08 (#613)
      
      - Microsoft.NETCore.App - 3.0.0-preview5-27621-08
      
      Dependency coherency updates
      
      - Microsoft.Win32.Registry - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.CodeDom - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Configuration.ConfigurationManager - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Diagnostics.EventLog - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.DirectoryServices - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Drawing.Common - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.Emit - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Reflection.MetadataLoadContext - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Security.AccessControl - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Security.Cryptography.Xml - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Security.Permissions - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Security.Principal.Windows - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - System.Windows.Extensions - 4.6.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.Platforms - 3.0.0-preview5.19221.5 (parent: Microsoft.NETCore.App)
      fe36db44
  32. 10 4月, 2019 1 次提交