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

Consume renamed TargetFramework package #64670

Merged
merged 2 commits into from
Feb 3, 2022
Merged

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    a5f63d5 View commit details
    Browse the repository at this point in the history
  2. Rename CoreLibs generator parent dir

    Projects under src/libraries/ which are located under a "gen" directory
    are automatically treated as source generator projects. Because the
    CoreLib generator was placed under a different directory "generators",
    it was treated as a RuntimeAssembly which gets binplaced into the
    runtime path. The runtime tests then take the assemblies from there and
    copy them into their CORE_ROOT directory.
    
    Renaming the CoreLib source generators parent directory fixes that so
    that it is treated as source generator and it brings consistency into
    src/libraries.
    ViktorHofer committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    7299102 View commit details
    Browse the repository at this point in the history