build(dotnet): lock SDK and packages

Pin the SDK feature band and commit transitive NuGet content hashes so CI fails on unreviewed dependency drift.
This commit is contained in:
cesnimda
2026-08-30 11:17:32 +02:00
parent 19c5251612
commit 16ef3b9463
10 changed files with 1246 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "9.0.317",
"rollForward": "latestPatch",
"allowPrerelease": false
}
}