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

Upgrade to supported TFMs and SDK versions #1882

Merged
merged 6 commits into from
Mar 6, 2023
Merged

Commits on Mar 3, 2023

  1. Upgrade to supported TFMs and SDK versions

    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
    idg10 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d0a4bc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    8b1ae3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2841dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da058d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc634d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Change uap10.0.16299 to uap10.0.18362

    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 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    fd5b65f View commit details
    Browse the repository at this point in the history