mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00
Make building more flexible by allowing feature bands
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.
This commit is contained in:
parent
7276e11ecc
commit
3c5b98123b
@ -2,6 +2,6 @@
|
||||
"projects": [ "src", "tests" ],
|
||||
"sdk": {
|
||||
"version": "5.0.301",
|
||||
"rollForward": "latestPatch"
|
||||
"rollForward": "latestFeature"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user