diff options
| author | Debulois <quentin@debulois.fr> | 2022-06-01 12:28:22 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-07-14 18:04:06 +0200 |
| commit | d0ed44e15795a4090d95d137532ecd59ae0aaaa5 (patch) | |
| tree | 3ec0a7696746cd00adad7f391819dd63ac0efd0e /WinKeyRecover/App.config | |
| parent | 1f1722f02608cbd70d4de485c997744ceaf6cca1 (diff) | |
Diffstat (limited to 'WinKeyRecover/App.config')
| -rw-r--r-- | WinKeyRecover/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WinKeyRecover/App.config b/WinKeyRecover/App.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/WinKeyRecover/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> + </startup> +</configuration>
\ No newline at end of file |
