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
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"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.NET.Sdk": "3.4.45",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Pin only published SDK package versions

NuGet currently lists ANcpLua.NET.Sdk only through 3.4.44, so changing the exact MSBuild SDK pin to 3.4.45 makes every project that declares Sdk="ANcpLua.NET.Sdk" fail SDK resolution before restore/build can proceed. Please keep this at a published version until 3.4.45 is actually available on the feed.

Useful? React with 👍 / 👎.

"ANcpLua.NET.Sdk.Web": "3.4.45",
"ANcpLua.NET.Sdk.Test": "3.4.45"
},
"test": {
"runner": "Microsoft.Testing.Platform"
Expand Down
Loading