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

Understanding dependencies and supported scenarios #235

Open
jaredpar opened this issue Aug 9, 2023 · 1 comment
Open

Understanding dependencies and supported scenarios #235

jaredpar opened this issue Aug 9, 2023 · 1 comment

Comments

@jaredpar
Copy link
Contributor

jaredpar commented Aug 9, 2023

There are a few dependencies in this project that are quite old. For example the Microsoft.Build is referenced at 16.8 in Common.csproj. That is a several years old version and does not correspond with an LTS release of Visual Studio (the 16.11 would). A few other packages like Microsoft.CodeAnalysis are similarly out of date.

I was considering sending a PR that updated them but first I wanted to make sure I understood all the scenarios here. The tool itself seems self contained and exe driven so I can't forsee moving to new versions being an issue here. But I wanted to check and make sure I wasn't missing any scenarios here where limiting to older versions of packages may be important.

@KirillOsenkov
Copy link
Owner

It’s OK to bump everything, I just never had the time.

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

No branches or pull requests

2 participants