diff options
| author | May | 2026-01-29 21:14:48 +0000 |
|---|---|---|
| committer | May | 2026-01-29 21:14:48 +0000 |
| commit | 9c0564f562edb708e1f98937b4be5cb56a87a50a (patch) | |
| tree | 7bb42548c0a714e192a0e073886d1025f8849363 | |
| parent | 50be01f32c09175b42ff99da0cbb109411634af5 (diff) | |
| download | TSforge-9c0564f562edb708e1f98937b4be5cb56a87a50a.zip | |
cleanup app config formatting
| -rw-r--r-- | TSforgeCLI/App.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TSforgeCLI/App.config b/TSforgeCLI/App.config index c576693..3511991 100644 --- a/TSforgeCLI/App.config +++ b/TSforgeCLI/App.config @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <configuration> - <startup> - <supportedRuntime version="v4.0" /> - <supportedRuntime version="v2.0.50727" /> - </startup> + <startup> + <supportedRuntime version="v4.0" /> + <supportedRuntime version="v2.0.50727" /> + </startup> </configuration> |
