Upgrade to supported TFMs and SDK versions#1882
Merged
Conversation
Remove dependency on System.Runtime.InteropServices.WindowsRuntime in netstandard2.0 - this wouldn't work right on net6.0 or later because they use C#/WinRT for interop
Collaborator
Author
|
Note: the UWP test runner application doesn't work yet, because xUnit doesn't support UWP on Visual Studio 2022. The current plan is to address this shortly by pushing a commit that replaces xUnit with MSTest. |
Visual Studio 2022 doesn't support Windows SDK 10.0.16299 - the oldest it supports is 10.0.18362. The last version of Windows for which the latest available surface area was 16299 (Windows 10 1709) went out of support in April 2019. SDK 18362 started with Windows 10 1903 in May 2019 (and 1903 itself went out of support in November 2020), so this is still a fairly old API version, accommodating some long-out-of-date versions of Windows. This was the smallest increment that would bring us to SDK versions supported by the current tooling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also remove dependency on System.Runtime.InteropServices.WindowsRuntime in netstandard2.0 - this wouldn't work right on net6.0 or later because they use C#/WinRT for interop.
This enables use of current tooling such as Visual Studio 2022