Unpack dotnet sdk zipfile and add documentation file to nupkg
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview1-005700 / vstest.console.dll.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3   <startup useLegacyV2RuntimeActivationPolicy="true">\r
4     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />\r
5   </startup>\r
6   <runtime>\r
7     <legacyUnhandledExceptionPolicy enabled="1" />\r
8     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">\r
9       <!-- Test adapters compiled against version 11-14, need to be redirected to version 15. -->\r
10       <dependentAssembly>\r
11         <assemblyIdentity name="Microsoft.VisualStudio.TestPlatform.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />\r
12         <bindingRedirect oldVersion="11.0.0.0-14.0.0.0" newVersion="15.0.0.0" />\r
13       </dependentAssembly>\r
14     </assemblyBinding>\r
15   </runtime>\r
16 </configuration>