mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-05 03:58:16 +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": {
|
"sdk": {
|
||||||
"version": "6.0.300",
|
"version": "6.0.400"
|
||||||
"rollForward": "latestFeature"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user