Pin SDK due to bug in .NET 6.0.401

Restoring tools seems to fail due to an AbandonedMutexException.
Pinning the SDK to a previous version should work.
This commit is contained in:
Patrik Svensson 2022-10-13 14:02:53 +02:00 committed by Patrik Svensson
parent db095217b7
commit 82de4a55c4

View File

@ -1,7 +1,5 @@
{
"projects": [ "src", "tests" ],
"sdk": {
"version": "6.0.300",
"rollForward": "latestFeature"
"version": "6.0.400"
}
}