Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to PlatformAbstractions. #763

Merged
merged 4 commits into from
May 14, 2020

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented May 4, 2020

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to dotnet/runtime#3470

This emulates a similar change in dotnet/runtime: dotnet/runtime@a1af15d

cc @NikolaMilosavljevic @dagood @AdamYoblick

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to dotnet/runtime#3470
@AdamYoblick
Copy link
Member

@vatsan-madhavan I'm not sure who to tag on this from WPF. Just wanted to make sure that moving windowsdesktop repo to .net 5 won't break anything from wpf?

@vatsan-madhavan
Copy link
Member

@AdamYoblick, please tag @dotnet/wpf-developers 😄

I worry that it has the potential to break something in our tests... but maybe it's benign after all. I can't answer this without research unfortunately.

@fabiant3, can someone please vet this change and signoff ?

@eerhardt
Copy link
Member Author

Any thoughts/feedback on this? PlatformAbstractions is about to be removed.

@fabiant3
Copy link
Member

@ryalanms for awareness.

@mmitche
Copy link
Member

mmitche commented May 12, 2020

I think we need this to go into master and then be cherry-picked to p5.

/cc @lukas-lansky

@mmitche
Copy link
Member

mmitche commented May 13, 2020

@AdamYoblick Can this be merged?

@AdamYoblick
Copy link
Member

I think so? I'm really not familiar enough with this repo to say for sure. Also, someone from wpf should also sign off since this is a shared packaging repo.

@mmitche
Copy link
Member

mmitche commented May 13, 2020

Yeah. I think this is blocking p5 at the moment. @vatsan-madhavan @eerhardt thoughts on merging this?

@eerhardt
Copy link
Member Author

I have no objections to merging this, but there aren't any approvals yet.

@AdamYoblick AdamYoblick self-requested a review May 13, 2020 22:48
@AdamYoblick
Copy link
Member

I've approved for winforms, but @ryalanms (or someone else) should probably approve for wpf. 😄

@vatsan-madhavan
Copy link
Member

I take back my previous comment about potential for breaking (wpf) tests etc. I really can't tell without research; I also don't have a strong reason to think that this would cause problems. Please proceed as if I didn't say anything in the first place 😀.

I usually like to give these sorts of changes a thorough once-over and understand (a) impact to the product and (b) impact to immediate (build-time or run-time) dependencies and (c) impact to customers. There is just not enough information in the PR to make any of those judgments easily; (a) is sort of cryptic ("go read something in dotnet/runtime" is what I'm seeing... "remove PlatformAbstractions".. but why?), (b) requires at least a basic bit of analysis of closely related repos (like wpf*, winforms etc.) - probably no impact there but good to make sure nothing from there relies on content from "PlatformAbstractions", and I'm not sure what's needed for (c). I don't have the time to go digging any further -deferring to @fabiant3 .

@eerhardt
Copy link
Member Author

(a) impact to the product

There shouldn't be any impact to the product, this solely a build infrastructure change.

(b) impact to immediate (build-time or run-time) dependencies

This removes a build-time dependency on the Microsoft.DotNet.PlatformAbstractions library. The reason it is being removed is because the library is being obsoleted.

This change has no impact on run-time dependencies.

(c) impact to customers

There shouldn't be any impact to customers, this solely a build infrastructure change.

@vatsan-madhavan
Copy link
Member

Was it used in this repo purely to power the build-task functionality in GetTargetMachineInfo.cs ? If yes, and if it wasn't present to support any other purpose related to winforms or wpf, then this change seems reasonable to me.

@eerhardt
Copy link
Member Author

Was it used in this repo purely to power the build-task functionality in GetTargetMachineInfo.cs ?

Correct. Previously, PlatformAbstractions was the only way to get the current RuntimeIdentifier of the machine. The only thing used from GetTargetMachineInfo.cs was to get the "host RuntimeIdentifier", which I replaced with the new API: $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier).

@mmitche mmitche merged commit 3d6cad9 into dotnet:master May 14, 2020
mmitche pushed a commit to mmitche/windowsdesktop that referenced this pull request May 14, 2020
* Remove references to PlatformAbstractions.

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to dotnet/runtime#3470

* Remove leftover UsingTask

* Add back CrossGenRootPath to sign binaries

* Fix the tests by updating the TFM to 5.0
@eerhardt eerhardt deleted the RemovePlatformAbstractions branch May 14, 2020 17:09
mmitche added a commit that referenced this pull request May 14, 2020
* Remove references to PlatformAbstractions.

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to dotnet/runtime#3470

* Remove leftover UsingTask

* Add back CrossGenRootPath to sign binaries

* Fix the tests by updating the TFM to 5.0

Co-authored-by: Eric Erhardt <[email protected]>
dotnet-maestro bot added a commit that referenced this pull request Jun 3, 2020
* [release/5.0-preview5] Update dependencies from dotnet/wpf (#766)

* Update dependencies from https://github.com/dotnet/wpf build 20200511.5

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20261.5

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20261.3 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)

* Update dependencies from https://github.com/dotnet/wpf build 20200511.8

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20261.8

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20261.5 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)

* Update dependencies from https://github.com/dotnet/wpf build 20200512.6

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20262.6

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20262.4 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Remove references to PlatformAbstractions. (#763) (#771)

* Remove references to PlatformAbstractions.

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to dotnet/runtime#3470

* Remove leftover UsingTask

* Add back CrossGenRootPath to sign binaries

* Fix the tests by updating the TFM to 5.0

Co-authored-by: Eric Erhardt <[email protected]>

* Update dependencies from https://github.com/dotnet/wpf build 20200514.5 (#772)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20262.6 -> To Version 5.0.0-preview.5.20264.5

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20262.7 -> To Version 5.0.0-preview.5.20263.12 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* [release/5.0-preview5] Update dependencies from dotnet/arcade (#767)

* Update dependencies from https://github.com/dotnet/arcade build 20200508.8

- Microsoft.DotNet.VersionTools.Tasks: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.Feed: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.Packaging: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8

* Add publishing for preview5

* Add dotnet-tools

* ProjectUrl -> PackageProjectUrl

* Attempt project url fix

* Revert "ProjectUrl -> PackageProjectUrl"

This reverts commit 940609d.

* Revert "Attempt project url fix"

This reverts commit 1a33da0.

* Fix package urls

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>

* Fix repo url prop (#773)

* [release/5.0-preview5] Port #768 (#774)

* port change from dotnet/core-setup#8426

* PR feedback: remove tabs and fix syntax error

* Missed a file deletion

Co-authored-by: Adam Yoblick <[email protected]>

* [release/5.0-preview5] Update dependencies from dotnet/wpf (#775)

* Update dependencies from https://github.com/dotnet/wpf build 20200519.1

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20264.5 -> To Version 5.0.0-preview.5.20269.1

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20263.12 -> To Version 5.0.0-preview.5.20268.9 (parent: Microsoft.Private.Winforms

* Fix NetCoreAppFramework due to changes in the runtime repo

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Adam Yoblick <[email protected]>

* Update dependencies from https://github.com/dotnet/wpf build 20200521.5 (#790)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20269.1 -> To Version 5.0.0-preview.5.20271.5

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20268.9 -> To Version 5.0.0-preview.5.20268.11 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Change tfm to net5.0 (#800) (#804)

* Update dependencies from https://github.com/dotnet/wpf build 20200526.3 (#805)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20271.5 -> To Version 5.0.0-preview.5.20276.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/wpf build 20200526.4 (#806)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20276.3 -> To Version 5.0.0-preview.5.20276.4

Dependency coherency updates

Microsoft.Private.Winforms
 From Version 5.0.0-preview.5.20271.5 -> To Version 5.0.0-preview.5.20276.2 (parent: Microsoft.DotNet.Wpf.GitHub

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/wpf build 20200528.3 (#816)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20276.4 -> To Version 5.0.0-preview.5.20278.3

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20268.11 -> To Version 5.0.0-preview.5.20278.1 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20200530.1

Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk
 From Version 5.0.0-beta.20201.2 -> To Version 5.0.0-beta.20280.1

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>
Co-authored-by: Adam Yoblick <[email protected]>
Co-authored-by: Viktor Hofer <[email protected]>
mmitche added a commit that referenced this pull request Jun 3, 2020
* [release/5.0-preview5] Update dependencies from dotnet/wpf (#766)

* Update dependencies from https://github.com/dotnet/wpf build 20200511.5

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20261.5

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20261.3 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)

* Update dependencies from https://github.com/dotnet/wpf build 20200511.8

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20261.8

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20261.5 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)

* Update dependencies from https://github.com/dotnet/wpf build 20200512.6

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20262.6

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20262.4 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Remove references to PlatformAbstractions. (#763) (#771)

* Remove references to PlatformAbstractions.

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to dotnet/runtime#3470

* Remove leftover UsingTask

* Add back CrossGenRootPath to sign binaries

* Fix the tests by updating the TFM to 5.0

Co-authored-by: Eric Erhardt <[email protected]>

* Update dependencies from https://github.com/dotnet/wpf build 20200514.5 (#772)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20262.6 -> To Version 5.0.0-preview.5.20264.5

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20262.7 -> To Version 5.0.0-preview.5.20263.12 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* [release/5.0-preview5] Update dependencies from dotnet/arcade (#767)

* Update dependencies from https://github.com/dotnet/arcade build 20200508.8

- Microsoft.DotNet.VersionTools.Tasks: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.Feed: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.Packaging: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8

* Add publishing for preview5

* Add dotnet-tools

* ProjectUrl -> PackageProjectUrl

* Attempt project url fix

* Revert "ProjectUrl -> PackageProjectUrl"

This reverts commit 940609d.

* Revert "Attempt project url fix"

This reverts commit 1a33da0.

* Fix package urls

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>

* Fix repo url prop (#773)

* [release/5.0-preview5] Port #768 (#774)

* port change from dotnet/core-setup#8426

* PR feedback: remove tabs and fix syntax error

* Missed a file deletion

Co-authored-by: Adam Yoblick <[email protected]>

* [release/5.0-preview5] Update dependencies from dotnet/wpf (#775)

* Update dependencies from https://github.com/dotnet/wpf build 20200519.1

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20264.5 -> To Version 5.0.0-preview.5.20269.1

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20263.12 -> To Version 5.0.0-preview.5.20268.9 (parent: Microsoft.Private.Winforms

* Fix NetCoreAppFramework due to changes in the runtime repo

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Adam Yoblick <[email protected]>

* Update dependencies from https://github.com/dotnet/wpf build 20200521.5 (#790)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20269.1 -> To Version 5.0.0-preview.5.20271.5

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20268.9 -> To Version 5.0.0-preview.5.20268.11 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Change tfm to net5.0 (#800) (#804)

* Update dependencies from https://github.com/dotnet/wpf build 20200526.3 (#805)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20271.5 -> To Version 5.0.0-preview.5.20276.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/wpf build 20200526.4 (#806)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20276.3 -> To Version 5.0.0-preview.5.20276.4

Dependency coherency updates

Microsoft.Private.Winforms
 From Version 5.0.0-preview.5.20271.5 -> To Version 5.0.0-preview.5.20276.2 (parent: Microsoft.DotNet.Wpf.GitHub

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/wpf build 20200528.3 (#816)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20276.4 -> To Version 5.0.0-preview.5.20278.3

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20268.11 -> To Version 5.0.0-preview.5.20278.1 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20200530.1

Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk
 From Version 5.0.0-beta.20201.2 -> To Version 5.0.0-beta.20280.1

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>
Co-authored-by: Adam Yoblick <[email protected]>
Co-authored-by: Viktor Hofer <[email protected]>
mmitche added a commit that referenced this pull request Jun 3, 2020
* Update dependencies from https://github.com/dotnet/arcade build 20200530.1

Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk
 From Version 5.0.0-beta.20201.2 -> To Version 5.0.0-beta.20280.1

* [master] Update dependencies from dotnet/arcade (#826)

* [release/5.0-preview5] Update dependencies from dotnet/wpf (#766)

* Update dependencies from https://github.com/dotnet/wpf build 20200511.5

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20261.5

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20261.3 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)

* Update dependencies from https://github.com/dotnet/wpf build 20200511.8

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20261.8

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20261.5 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20260.5 (parent: Microsoft.Private.Winforms)

* Update dependencies from https://github.com/dotnet/wpf build 20200512.6

- Microsoft.DotNet.Wpf.GitHub: 5.0.0-preview.5.20222.1 -> 5.0.0-preview.5.20262.6

Dependency coherency updates

- Microsoft.NETCore.Platforms: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Private.Winforms: 5.0.0-preview.5.20221.7 -> 5.0.0-preview.5.20262.4 (parent: Microsoft.DotNet.Wpf.GitHub)
- Microsoft.NETCore.Targets: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.Registry: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Win32.SystemEvents: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.Windows.Compatibility: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.CodeDom: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Configuration.ConfigurationManager: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.EventLog: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Diagnostics.PerformanceCounter: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.DirectoryServices: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Drawing.Common: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.IO.FileSystem.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Resources.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.IO.Packaging: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Cng: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Pkcs: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.ProtectedData: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Cryptography.Xml: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Permissions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Security.Principal.Windows: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Text.Encodings.Web: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Text.Json: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Threading.AccessControl: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- System.Windows.Extensions: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20220.15 -> 5.0.0-preview.5.20262.7 (parent: Microsoft.Private.Winforms)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Remove references to PlatformAbstractions. (#763) (#771)

* Remove references to PlatformAbstractions.

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

I needed to update the SDK used so I can use the new RuntimeInformation.RuntimeIdentifier API that is only in .NET 5.

Contributes to dotnet/runtime#3470

* Remove leftover UsingTask

* Add back CrossGenRootPath to sign binaries

* Fix the tests by updating the TFM to 5.0

Co-authored-by: Eric Erhardt <[email protected]>

* Update dependencies from https://github.com/dotnet/wpf build 20200514.5 (#772)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20262.6 -> To Version 5.0.0-preview.5.20264.5

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20262.7 -> To Version 5.0.0-preview.5.20263.12 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* [release/5.0-preview5] Update dependencies from dotnet/arcade (#767)

* Update dependencies from https://github.com/dotnet/arcade build 20200508.8

- Microsoft.DotNet.VersionTools.Tasks: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.Feed: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.Packaging: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8
- Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20258.8

* Add publishing for preview5

* Add dotnet-tools

* ProjectUrl -> PackageProjectUrl

* Attempt project url fix

* Revert "ProjectUrl -> PackageProjectUrl"

This reverts commit 940609d.

* Revert "Attempt project url fix"

This reverts commit 1a33da0.

* Fix package urls

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>

* Fix repo url prop (#773)

* [release/5.0-preview5] Port #768 (#774)

* port change from dotnet/core-setup#8426

* PR feedback: remove tabs and fix syntax error

* Missed a file deletion

Co-authored-by: Adam Yoblick <[email protected]>

* [release/5.0-preview5] Update dependencies from dotnet/wpf (#775)

* Update dependencies from https://github.com/dotnet/wpf build 20200519.1

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20264.5 -> To Version 5.0.0-preview.5.20269.1

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20263.12 -> To Version 5.0.0-preview.5.20268.9 (parent: Microsoft.Private.Winforms

* Fix NetCoreAppFramework due to changes in the runtime repo

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Adam Yoblick <[email protected]>

* Update dependencies from https://github.com/dotnet/wpf build 20200521.5 (#790)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20269.1 -> To Version 5.0.0-preview.5.20271.5

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20268.9 -> To Version 5.0.0-preview.5.20268.11 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Change tfm to net5.0 (#800) (#804)

* Update dependencies from https://github.com/dotnet/wpf build 20200526.3 (#805)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20271.5 -> To Version 5.0.0-preview.5.20276.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/wpf build 20200526.4 (#806)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20276.3 -> To Version 5.0.0-preview.5.20276.4

Dependency coherency updates

Microsoft.Private.Winforms
 From Version 5.0.0-preview.5.20271.5 -> To Version 5.0.0-preview.5.20276.2 (parent: Microsoft.DotNet.Wpf.GitHub

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/wpf build 20200528.3 (#816)

Microsoft.DotNet.Wpf.GitHub
 From Version 5.0.0-preview.5.20276.4 -> To Version 5.0.0-preview.5.20278.3

Dependency coherency updates

Microsoft.NETCore.Platforms,Microsoft.Private.Winforms,Microsoft.NETCore.Targets,Microsoft.Win32.Registry,Microsoft.Win32.SystemEvents,Microsoft.Windows.Compatibility,System.CodeDom,System.Configuration.ConfigurationManager,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices,System.Drawing.Common,System.IO.FileSystem.AccessControl,System.Resources.Extensions,System.IO.Packaging,System.Security.AccessControl,System.Security.Cryptography.Cng,System.Security.Cryptography.Pkcs,System.Security.Cryptography.ProtectedData,System.Security.Cryptography.Xml,System.Security.Permissions,System.Security.Principal.Windows,System.Text.Encodings.Web,System.Text.Json,System.Threading.AccessControl,System.Windows.Extensions,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-preview.5.20268.11 -> To Version 5.0.0-preview.5.20278.1 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20200530.1

Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk
 From Version 5.0.0-beta.20201.2 -> To Version 5.0.0-beta.20280.1

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>
Co-authored-by: Adam Yoblick <[email protected]>
Co-authored-by: Viktor Hofer <[email protected]>

* Add preview6 channel info

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>
Co-authored-by: Adam Yoblick <[email protected]>
Co-authored-by: Viktor Hofer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants