This commit is contained in:
2022-12-09 16:39:04 +08:00
parent f4b7c5d0ad
commit 0594ec1836
37 changed files with 276 additions and 183 deletions

View File

@ -2,7 +2,23 @@
"solution": "dot.sln",
"solutionFolder": null,
"mappings": {
"NSExt": "../../../../ForkedGitReps/ns-ext/src/NSExt.csproj"
"NSExt": "../../../../ForkedGitReps/ns-ext/src/NSExt.csproj",
"Spectre.Console.Cli": "../../../../ForkedGitReps/spectre.console/src/Spectre.Console.Cli/Spectre.Console.Cli.csproj"
},
"restore": [
{
"name": "dot",
"packages": [
{
"packageName": "NSExt",
"version": "1.0.8"
},
{
"packageName": "Spectre.Console.Cli",
"version": "0.45.1-preview.0.46"
}
]
}
],
"removeProjects": true
}