tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Support for PackageReference elements with Update attribute instead of Include #104

Open tintoy opened 1 year ago

tintoy commented 1 year ago

First stage of support for #103.

See if we can optionally use Update element as a fallback (although it may wind up being tricky to do because for PackageReference items, unlike Include, Update is not guaranteed to match up with a specific MSBuild project item in the eval project).