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

Also moves tests to `./test` which makes it possible for all test projects to share the same .editorconfig files and similar.
7 lines
111 B
JSON
7 lines
111 B
JSON
{
|
|
"projects": [ "src", "tests" ],
|
|
"sdk": {
|
|
"version": "5.0.202",
|
|
"rollForward": "latestPatch"
|
|
}
|
|
} |