mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 19:58:14 +08:00
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:

committed by
Patrik Svensson

parent
db095217b7
commit
82de4a55c4
@ -1,7 +1,5 @@
|
||||
{
|
||||
"projects": [ "src", "tests" ],
|
||||
"sdk": {
|
||||
"version": "6.0.300",
|
||||
"rollForward": "latestFeature"
|
||||
"version": "6.0.400"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user