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

Add support for SDK Resolvers #2002

Merged
merged 1 commit into from
Apr 25, 2017

Commits on Apr 25, 2017

  1. Add support for SDK Resolvers

    * Adds support for MSBuild to discover plug-in based resolvers for the
    'SDK' import feature. A resolver assembly can be placed in:
        MSBuild\SdkResolver\(ResolverName)\(ResolverName).dll
    
    MSBuild will create an instance of any class that implements SdkResolver
    and attempt to resolve all SDK references with those resolver (sorted by
    SdkResolver.Priority).
    
    * Adds support for MSBuild to consume an Sdk reference as element (as an
    alternative to a property on the Project element). Both versions of the
    syntax will add an implicit Import element at the top and the bottom of
    the file.
    
    Related to dotnet#1493
    AndyGerlicher committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    b0a6d07 View commit details
    Browse the repository at this point in the history