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

use nuget CPM to enable strict package reference on direct dependencies #4253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 25, 2024

  1. use nuget CPM to enable strict package reference on direct dependenci…

    …es only fsprojects#2257
    
    In Paket.Restore.targets based on ManagePackageVersionsCentrally property:
     - add condition on Package reference to include direct only packages
     - add condition on Version element to be used only when ManagePackageVersionsCentrally not is enabled
     - add package version items for all the packages in ref file
    
    In RestoreProcess.fs - the changes are similiar to those in Paket.Restore.targets
    antymon4o committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    73b7d61 View commit details
    Browse the repository at this point in the history