diff options
| author | mo <mo.khan@gmail.com> | 2018-11-04 15:22:16 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-11-04 15:22:16 -0700 |
| commit | 5ee1f55497a4e30322a56f133f897ecde1612967 (patch) | |
| tree | bf544e0879234c3623869627d8786776cb19b8e9 /build/tools/mbunit/MbUnit.Cons.exe.config | |
Diffstat (limited to 'build/tools/mbunit/MbUnit.Cons.exe.config')
| -rw-r--r-- | build/tools/mbunit/MbUnit.Cons.exe.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/tools/mbunit/MbUnit.Cons.exe.config b/build/tools/mbunit/MbUnit.Cons.exe.config new file mode 100644 index 0000000..7fd5edb --- /dev/null +++ b/build/tools/mbunit/MbUnit.Cons.exe.config @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <runtime>
+ <!-- Don't kill application on first uncaught exception. -->
+ <legacyUnhandledExceptionPolicy enabled="1" />
+ </runtime>
+
+ <startup>
+ <supportedRuntime version="v2.0.50727" />
+ <supportedRuntime version="v1.1.4322"/>
+ </startup>
+</configuration>
|
