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 148148 </dependentAssembly >
149149 <dependentAssembly >
150150 <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" />
152153 </dependentAssembly >
153154 <dependentAssembly >
154155 <assemblyIdentity name =" System.Security.Cryptography.Primitives" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
Original file line number Diff line number Diff line change 22<configuration >
33 <runtime >
44 <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 >
135 <dependentAssembly >
146 <assemblyIdentity name =" System.Collections.Immutable" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
157 <bindingRedirect oldVersion =" 0.0.0.0-1.2.1.0" newVersion =" 1.2.1.0" />
9183 <bindingRedirect oldVersion =" 0.0.0.0-4.0.2.0" newVersion =" 4.0.2.0" />
9284 </dependentAssembly >
9385 <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" />
9788 </dependentAssembly >
9889 <dependentAssembly >
9990 <assemblyIdentity name =" System.Security.Cryptography.Primitives" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
You can’t perform that action at this time.
0 commit comments