File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
src/WebJobs.Script.WebHost
test/WebJobs.Script.Tests Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 209
209
<assemblyIdentity name =" System.IO.Compression" publicKeyToken =" b77a5c561934e089" culture =" neutral" />
210
210
<bindingRedirect oldVersion =" 0.0.0.0-4.1.2.0" newVersion =" 4.0.0.0" />
211
211
</dependentAssembly >
212
+ <dependentAssembly >
213
+ <assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
214
+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.2.0" newVersion =" 4.0.2.0" />
215
+ </dependentAssembly >
216
+ <dependentAssembly >
217
+ <assemblyIdentity name =" System.Net.Http.Primitives" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
218
+ <bindingRedirect oldVersion =" 0.0.0.0-4.2.29.0" newVersion =" 4.2.29.0" />
219
+ </dependentAssembly >
212
220
</assemblyBinding >
213
221
</runtime >
214
222
<appSettings >
Original file line number Diff line number Diff line change 178
178
<assemblyIdentity name =" System.Diagnostics.Tracing" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
179
179
<bindingRedirect oldVersion =" 0.0.0.0-4.2.0.0" newVersion =" 4.2.0.0" />
180
180
</dependentAssembly >
181
+ <dependentAssembly >
182
+ <assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
183
+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.2.0" newVersion =" 4.0.2.0" />
184
+ </dependentAssembly >
181
185
</assemblyBinding >
182
186
</runtime >
183
187
<startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.1" /></startup >
You can’t perform that action at this time.
0 commit comments