File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 148
148
</dependentAssembly >
149
149
<dependentAssembly >
150
150
<assemblyIdentity name =" System.IO.Compression" publicKeyToken =" b77a5c561934e089" culture =" neutral" />
151
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.2.0" newVersion =" 4.1.2.0" />
151
+ <!-- Explicitly redirecting back to 4.0.0. See https://github.com/dotnet/corefx/issues/15693 for details-->
152
+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.2.0" newVersion =" 4.0.0.0" />
152
153
</dependentAssembly >
153
154
<dependentAssembly >
154
155
<assemblyIdentity name =" System.Security.Cryptography.Primitives" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<runtime >
4
4
<assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
5
- <dependentAssembly >
6
- <assemblyIdentity name =" System.IO.Compression" publicKeyToken =" B77A5C561934E089" culture =" neutral" />
7
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.2.0" newVersion =" 4.1.2.0" />
8
- </dependentAssembly >
9
- <dependentAssembly >
10
- <assemblyIdentity name =" System.IO.Compression" publicKeyToken =" B77A5C561934E089" culture =" neutral" />
11
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.2.0" newVersion =" 4.0.0.0" />
12
- </dependentAssembly >
13
5
<dependentAssembly >
14
6
<assemblyIdentity name =" System.Collections.Immutable" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
15
7
<bindingRedirect oldVersion =" 0.0.0.0-1.2.1.0" newVersion =" 1.2.1.0" />
91
83
<bindingRedirect oldVersion =" 0.0.0.0-4.0.2.0" newVersion =" 4.0.2.0" />
92
84
</dependentAssembly >
93
85
<dependentAssembly >
94
- <assemblyIdentity name =" System.IO.Compression" publicKeyToken =" b77a5c561934e089" culture =" neutral" />
95
- <!-- Explicitly redirecting back to 4.0.0. See https://github.com/dotnet/corefx/issues/15693 for details-->
96
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.2.0" newVersion =" 4.1.2.0" />
86
+ <assemblyIdentity name =" System.IO.Compression" publicKeyToken =" b77a5c561934e089" culture =" neutral" />
87
+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.2.0" newVersion =" 4.1.2.0" />
97
88
</dependentAssembly >
98
89
<dependentAssembly >
99
90
<assemblyIdentity name =" System.Security.Cryptography.Primitives" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
You can’t perform that action at this time.
0 commit comments