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

Allow specifying that packaging projects are framework specific #176

Merged
merged 1 commit into from
May 24, 2022

Commits on May 24, 2022

  1. Allow specifying that packaging projects are framework specific

    For cases where you know you'll be authoring a package you want to only target to a specific framework, you are now able to specify so by setting `BuildOutputFrameworkSpecific=true` in the project.
    
    Alternatively, you can also annotate a project reference to the packaging project with the TFM you want it to "pack for" as:
    
    ```xml
    <ProjectReference Include="Common.msbuildproj" TargetFramework="net6.0"
    ```
    
    Fixes #155
    kzu committed May 24, 2022
    Configuration menu
    Copy the full SHA
    45b6aed View commit details
    Browse the repository at this point in the history