Upgrade to supported TFMs and SDK versions by idg10 · Pull Request #1882 · dotnet/reactive (original) (raw)
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
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.
idg10 marked this pull request as ready for review
idg10 deleted the tooling/vs2022-net70sdk branch
idg10 mentioned this pull request
This was referenced
May 4, 2026
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
[ Show hidden characters]({{ revealButtonHref }})