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

[workload] use **FromWorkload** for targeting/runtime pack versions #2122

Merged
merged 1 commit into from
Aug 18, 2021

Commits on Aug 17, 2021

  1. [workload] use **FromWorkload** for targeting/runtime pack versions

    Context: dotnet/sdk#19596
    
    If we use the version number string of `**FromWorkload**`, then our
    runtime packages don't need to be resolved from a NuGet feed. They can
    be resolved from the `dotnet/packs` directory.
    
    This completely eliminates the need for a `NuGet.config` file for
    projects when you have the `maui` workload installed.
    
    One caveat for dotnet/maui is we have a `$(MicrosoftMauiSdkVersion)`.
    We'll need to use `**FromWorkload**` in some places, and the actual
    number when declaring `@(PackageReference)`.
    jonathanpeppers committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    70be46e View commit details
    Browse the repository at this point in the history