You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: