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
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"allowPrerelease": true
},
"msbuild-sdks": {
"ANcpLua.NET.Sdk": "3.4.38",
"ANcpLua.NET.Sdk": "3.4.39",
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 Bump the SDK variants together

With this line moved to 3.4.39 while ANcpLua.NET.Sdk.Web remains at 3.4.38, only projects that use the base SDK get the new SDK behavior; the repo also has Sdk="ANcpLua.NET.Sdk.Web" projects under samples/ and tests/ErrorOrX.Integration.Tests/, so solution-wide builds still evaluate part of the tree on the old SDK. Since the published SDK docs show these three variants being pinned as a matched set and 3.4.39 exists for the Web/Test variants too, this leaves the dependency bump only partially applied and can produce inconsistent analyzer/tooling behavior between library and web projects.

Useful? React with 👍 / 👎.

"ANcpLua.NET.Sdk.Web": "3.4.38",
"ANcpLua.NET.Sdk.Test": "3.4.38"
},
Expand Down
Loading