Skip to content
Open
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
10 changes: 5 additions & 5 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"allowPrerelease": true
},
"msbuild-sdks": {
"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.40",
"ANcpLua.Roslyn.Utilities": "2.2.40"
"ANcpLua.NET.Sdk": "3.4.45",
"ANcpLua.NET.Sdk.Web": "3.4.45",
"ANcpLua.NET.Sdk.Test": "3.4.45",
"ANcpLua.Roslyn.Utilities.Testing": "2.2.42",
"ANcpLua.Roslyn.Utilities": "2.2.42"
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 Prune stale Roslyn.Utilities package overrides

Fresh evidence in this revision is that the MSBuild SDK pins now move both Roslyn.Utilities SDKs to 2.2.42, but Directory.Packages.props still imports the local Version.props variables where the actual ANcpLua.Roslyn.Utilities and ANcpLua.Roslyn.Utilities.Testing PackageVersions remain 2.2.39. Restores and packs will keep using the stale runtime/test packages instead of consuming this dependency bump, so please remove or update those local overrides with the SDK bump.

Useful? React with 👍 / 👎.

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