summaryrefslogtreecommitdiff
path: root/Tools/dotnetcli/sdk/2.1.2/datacollector.dll.config
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/dotnetcli/sdk/2.1.2/datacollector.dll.config')
-rw-r--r--Tools/dotnetcli/sdk/2.1.2/datacollector.dll.config16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tools/dotnetcli/sdk/2.1.2/datacollector.dll.config b/Tools/dotnetcli/sdk/2.1.2/datacollector.dll.config
new file mode 100644
index 0000000000..ac8e029312
--- /dev/null
+++ b/Tools/dotnetcli/sdk/2.1.2/datacollector.dll.config
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <startup useLegacyV2RuntimeActivationPolicy="true">
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
+ </startup>
+ <runtime>
+ <legacyUnhandledExceptionPolicy enabled="1" />
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <!-- Test adapters compiled against version 11-14, need to be redirected to version 15. -->
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.VisualStudio.TestPlatform.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
+ <bindingRedirect oldVersion="11.0.0.0-14.0.0.0" newVersion="15.0.0.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
+</configuration> \ No newline at end of file