Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"ANcpLua.NET.Sdk": "3.4.44",
"ANcpLua.NET.Sdk.Web": "3.4.44",
"ANcpLua.NET.Sdk.Test": "3.4.44",
"ANcpLua.Roslyn.Utilities.Testing": "2.2.39",
"ANcpLua.Roslyn.Utilities": "2.2.39"
"ANcpLua.Roslyn.Utilities.Testing": "2.2.40",
"ANcpLua.Roslyn.Utilities": "2.2.40"
Comment on lines +11 to +12

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update CPM pins along with SDK pins

In this revision the global.json MSBuild SDK entries move to 2.2.40, but the analyzer and test projects consume ANcpLua.Roslyn.Utilities/.Testing through PackageReferences governed by Directory.Packages.props, which reads Version.props; fresh evidence is that Version.props still pins both package-version properties to 2.2.39. As a result, restore for the repo continues using the 2.2.39 runtime/test packages, so any 2.2.40 fixes are not actually dogfooded unless those local CPM overrides are bumped or removed.

Useful? React with 👍 / 👎.

},
"test": {
"runner": "Microsoft.Testing.Platform"
Expand Down