spectre.console/global.json
Patrik Svensson dc93edef15 Remove the 'net50' TFM
Also updates all dependencies to the latest version.

Closes #829
2022-07-02 11:18:34 +02:00

8 lines
114 B
JSON

{
"projects": [ "src", "tests" ],
"sdk": {
"version": "6.0.300",
"rollForward": "latestFeature"
}
}