-
Notifications
You must be signed in to change notification settings - Fork 53
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
Conversation
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
@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? |
@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 ? |
Any thoughts/feedback on this? |
@ryalanms for awareness. |
I think we need this to go into master and then be cherry-picked to p5. /cc @lukas-lansky |
@AdamYoblick Can this be merged? |
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. |
Yeah. I think this is blocking p5 at the moment. @vatsan-madhavan @eerhardt thoughts on merging this? |
I have no objections to merging this, but there aren't any approvals yet. |
I've approved for winforms, but @ryalanms (or someone else) should probably approve for wpf. 😄 |
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 . |
There shouldn't be any impact to the product, this solely a build infrastructure change.
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.
There shouldn't be any impact to customers, this solely a build infrastructure change. |
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. |
Correct. Previously, |
* 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
* 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]>
* [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]>
* [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]>
* 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]>
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