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

[release/6.0] Add windows runtime packs as a workload #69393

Merged
merged 1 commit into from
May 16, 2022

Commits on May 16, 2022

  1. [release/6.0] Add windows runtime packs as a workload

    Backport of dotnet#68981
    
    At certain points in time internally, the sdk will rev its version and insert into VS. It's at this point the sdk version will be ahead of the runtime version as we have not published anything into nuget. In MAUI and WinUI scenarios, this creates a bit of a pickle as the sdk will try to download a new version of the windows runtime pack, but it will not be available.
    
    To get around this limitation, we are introducing a workload that will be inserted into VS where you can optionally install Windows runtime packs.
    Steve Pfister committed May 16, 2022
    Configuration menu
    Copy the full SHA
    9a9e5bf View commit details
    Browse the repository at this point in the history