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

Upgrade to dotnet8, and new plugin to list project dependencies #60

Merged
merged 8 commits into from
Nov 13, 2024

Conversation

ErikApption
Copy link
Contributor

the removal of useless packages doesn't track versions and can remove a higher version dependency simply because it is a transitive one. This small fix prevents this issue.

@ErikApption
Copy link
Contributor Author

@microsoft-github-policy-service agree

Anduin2017
Anduin2017 previously approved these changes Sep 20, 2023
@Anduin2017
Copy link
Member

@ErikApption ErikApption reopened this Oct 15, 2024
@ErikApption ErikApption changed the title Upgrade to dotnet7 and avoid downgrades when removing packages Upgrade to dotnet8, and new plugin to list project dependencies Oct 15, 2024
@ErikApption
Copy link
Contributor Author

Bigger update... I moved solution to net 8 and since dotnet list package is broken with shproj, I decided to re-use this code to generate an excel file with all the packages.

@Anduin2017
Copy link
Member

Maybe also updating this file is needed:

https://github.com/microsoft/NugetNinja/blob/main/.github/workflows/build.yml

@ErikApption
Copy link
Contributor Author

Maybe also updating this file is needed:

https://github.com/microsoft/NugetNinja/blob/main/.github/workflows/build.yml

done - can you rerun the workflows?

@Anduin2017 Anduin2017 merged commit 9640ade into microsoft:main Nov 13, 2024
4 checks passed
@Anduin2017
Copy link
Member

Thank you for the contribution!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants