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

Remove accidental System.Core.dll from CascadiaPackage #9153

Merged
1 commit merged into from
Feb 16, 2021

Commits on Feb 13, 2021

  1. Remove accidental System.Core.dll from CascadiaPackage

    A bug in VS 16.8 makes the WAP packaging project copy System.Core.dll
    from the CLR into all WAP packages. We don't need it, and it adds 300kb
    to our package (670kb uncompressed).
    
    VS 16.9 sets the AddAdditionalExplicitAssemblyReferences to suppress
    this assembly. If we do the same, we can avoid the reference *and* be
    eady for VS 16.9.
    DHowett committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    472dc98 View commit details
    Browse the repository at this point in the history