diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 16:06:01 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 16:11:57 -0600 |
commit | 99d7440134d0f33683d1150a770a2bc594be41de (patch) | |
tree | 9a38c1df21c0022516bdfeca0d30f235acd3b46a /src/TestExe/app.config | |
parent | 23e3978430ec3ae4f1ea808af0b590b71b2fec9a (diff) | |
download | wix-99d7440134d0f33683d1150a770a2bc594be41de.tar.gz wix-99d7440134d0f33683d1150a770a2bc594be41de.tar.bz2 wix-99d7440134d0f33683d1150a770a2bc594be41de.zip |
Port dependency tests from old repo.
Diffstat (limited to 'src/TestExe/app.config')
-rw-r--r-- | src/TestExe/app.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/TestExe/app.config b/src/TestExe/app.config new file mode 100644 index 00000000..f9811b74 --- /dev/null +++ b/src/TestExe/app.config | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <configuration> | ||
6 | <startup> | ||
7 | <supportedRuntime version="v4.0" /> | ||
8 | <supportedRuntime version="v2.0.50727" /> | ||
9 | </startup> | ||
10 | </configuration> | ||