115dcab789
* Some app.config files were kept to either enable features
that are only enable-able via the config files, or binding redirects
for DLLs that are not packaged with NuGet (i.e. VisualStudio
package, required to run tests successfully @ 15.0.0.0)
7 lines
218 B
XML
7 lines
218 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<runtime>
|
|
<gcServer enabled="true" />
|
|
</runtime>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>
|