-
Notifications
You must be signed in to change notification settings - Fork 403
update CPS package version #9663
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,6 @@ | |
<!-- VS MEF --> | ||
<PackageReference Include="Microsoft.VisualStudio.Composition" /> | ||
|
||
<!-- Pin MessagePack to a patched version with security vulnerable fix --> | ||
<PackageReference Include="MessagePack" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we remove this pin now, if we get a good version via a transitive reference? This was only added to work around such an issue. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since MessagePack is bound in devenv.exe.config, it would be better to pin the specific package version so it's not surprisingly updated? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are quite a few packages that we depend upon indirectly. We generally only add these pins when we need to (for component governance issues) and try to remove them again once things settle. It reduces the number of package updates we have to manually define in PRs like. Not a big deal though. |
||
|
||
<!-- Roslyn --> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- Any changes to this file or format requires updates in project-system-vscode --> | ||
<Project> | ||
<PropertyGroup> | ||
<CPSPackageVersion>17.13.42-pre</CPSPackageVersion> | ||
<CPSPackageVersion>18.0.62-pre</CPSPackageVersion> | ||
</PropertyGroup> | ||
</Project> |
Uh oh!
There was an error while loading. Please reload this page.