mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00

Currently, the latest stable .NET5 is version 5.0.400, which fails with `latestPatch` but works with `latestFeature`. Given that the project doesn't appear to depend on any low level primitives or behaviors that might break from .NET feature band upgrades, it's far more convenient for contributors to have a more flexible requirement.
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"projects": [ "src", "tests" ],
|
|
"sdk": {
|
|
"version": "5.0.301",
|
|
"rollForward": "latestFeature"
|
|
}
|
|
}
|