mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +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:
parent
db095217b7
commit
82de4a55c4
@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"projects": [ "src", "tests" ],
|
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "6.0.300",
|
"version": "6.0.400"
|
||||||
"rollForward": "latestFeature"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user