openclaw-windows-node/global.json
Scott Hanselman d83e81d451 eng: handle repo-assist easy wins
Add root NuGet package source mapping and Dependabot config, allow .NET SDK feature-band roll-forward, and apply low-risk allocation cleanup from repo-assist suggestions.

Closes #208

Closes #214

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-26 19:46:27 -07:00

7 lines
81 B
JSON

{
"sdk": {
"version": "10.0.100",
"rollForward": "latestFeature"
}
}