Standalone update fix (#1596)

* Updating nuget package and fixing nonworking code.

* Adding some more improvements and launch for UseSystemConsole.

* Fixes layout issue.

* Also added a launch for UseSystemConsole for the Example project.

* Fixing unit tests.

* Trying fixing timeouts duplicate keys.
This commit is contained in:
BDisp
2022-02-18 15:23:46 +00:00
committed by GitHub
parent acaa7aa7b6
commit b185722ab6
9 changed files with 285 additions and 194 deletions

View File

@@ -0,0 +1,11 @@
{
"profiles": {
"Example": {
"commandName": "Project"
},
"Example:-usc": {
"commandName": "Project",
"commandLineArgs": "-usc"
}
}
}