File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
tests/SwaggerProvider.Tests Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3-
43 <startup >
54 <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.5" />
65 </startup >
6+ <runtime >
7+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
8+ <dependentAssembly >
9+ <assemblyIdentity name =" FSharp.Core" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
10+ <bindingRedirect oldVersion =" 2.0.0.0" newVersion =" 4.4.0.0" />
11+ <bindingRedirect oldVersion =" 2.3.0.0" newVersion =" 4.4.0.0" />
12+ <bindingRedirect oldVersion =" 2.3.5.0" newVersion =" 4.4.0.0" />
13+ <bindingRedirect oldVersion =" 4.0.0.0" newVersion =" 4.4.0.0" />
14+ <bindingRedirect oldVersion =" 4.3.0.0" newVersion =" 4.4.0.0" />
15+ <bindingRedirect oldVersion =" 3.3.1.0" newVersion =" 4.4.0.0" />
16+ <bindingRedirect oldVersion =" 2.3.5.1" newVersion =" 4.4.0.0" />
17+ <bindingRedirect oldVersion =" 3.78.3.1" newVersion =" 4.4.0.0" />
18+ <bindingRedirect oldVersion =" 3.259.3.1" newVersion =" 4.4.0.0" />
19+ <bindingRedirect oldVersion =" 4.3.1.0" newVersion =" 4.4.0.0" />
20+ <bindingRedirect oldVersion =" 3.47.4.0" newVersion =" 4.4.0.0" />
21+ <bindingRedirect oldVersion =" 3.78.4.0" newVersion =" 4.4.0.0" />
22+ <bindingRedirect oldVersion =" 3.259.4.0" newVersion =" 4.4.0.0" />
23+ </dependentAssembly >
24+ </assemblyBinding >
25+ </runtime >
726</configuration >
You can’t perform that action at this time.
0 commit comments