@@ -246,15 +246,15 @@ private void MigrateConfig()
246246 <probing privatePath="bin" />
247247 <dependentAssembly>
248248 <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
249- <bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 "/>
249+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 "/>
250250 </dependentAssembly>
251251 <dependentAssembly>
252252 <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
253253 <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
254254 </dependentAssembly>
255255 <dependentAssembly>
256256 <assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51"/>
257- <bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 "/>
257+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 "/>
258258 </dependentAssembly>
259259 <dependentAssembly>
260260 <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
@@ -264,21 +264,17 @@ private void MigrateConfig()
264264 <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
265265 <bindingRedirect oldVersion="0.0.0.0-4.2.3.0" newVersion="4.2.3.0" />
266266 </dependentAssembly>
267- <dependentAssembly>
268- <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
269- <bindingRedirect oldVersion="0.0.0.0-4.2.3.0" newVersion="4.2.3.0" />
270- </dependentAssembly>
271267 <dependentAssembly>
272268 <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
273- <bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 "/>
269+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 "/>
274270 </dependentAssembly>
275271 <dependentAssembly>
276272 <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
277273 <bindingRedirect oldVersion="0.0.0.0-6.0.2.0" newVersion="6.0.2.0"/>
278274 </dependentAssembly>
279275 <dependentAssembly>
280276 <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51"/>
281- <bindingRedirect oldVersion="0.0.0.0-4.2.0.1 " newVersion="4.2.0.1 "/>
277+ <bindingRedirect oldVersion="0.0.0.0-4.2.4.0 " newVersion="4.2.4.0 "/>
282278 </dependentAssembly>
283279 <dependentAssembly>
284280 <assemblyIdentity name="System.Memory" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51" />
@@ -328,7 +324,7 @@ private void MigrateConfig()
328324 {
329325 var node = asyncInterfaces . NextNode ;
330326
331- var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 "/>""" ) ;
327+ var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 "/>""" ) ;
332328
333329 node . ReplaceWith ( replaceNode ) ;
334330 }
@@ -337,7 +333,7 @@ private void MigrateConfig()
337333 var addNode = XElement . Parse ( """
338334 <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
339335 <assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51"/>
340- <bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 "/>
336+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 "/>
341337 </dependentAssembly>
342338 """ ) ;
343339
@@ -420,7 +416,7 @@ private void MigrateConfig()
420416 {
421417 var node = extensionPrimitives . NextNode ;
422418
423- var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 "/>""" ) ;
419+ var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 "/>""" ) ;
424420
425421 node . ReplaceWith ( replaceNode ) ;
426422 }
@@ -429,7 +425,7 @@ private void MigrateConfig()
429425 var addNode = XElement . Parse ( """
430426 <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
431427 <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
432- <bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 "/>
428+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 "/>
433429 </dependentAssembly>
434430 """ ) ;
435431
@@ -466,7 +462,7 @@ private void MigrateConfig()
466462 {
467463 var node = threadingTask . NextNode ;
468464
469- var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-4.2.1 .0" newVersion="4.2.1 .0"/>""" ) ;
465+ var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-4.2.4 .0" newVersion="4.2.4 .0"/>""" ) ;
470466
471467 node . ReplaceWith ( replaceNode ) ;
472468 }
@@ -475,7 +471,7 @@ private void MigrateConfig()
475471 var addNode = XElement . Parse ( """
476472 <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
477473 <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51"/>
478- <bindingRedirect oldVersion="0.0.0.0-4.2.1 .0" newVersion="4.2.1 .0"/>
474+ <bindingRedirect oldVersion="0.0.0.0-4.2.4 .0" newVersion="4.2.4 .0"/>
479475 </dependentAssembly>
480476 """ ) ;
481477
@@ -513,7 +509,7 @@ private void MigrateConfig()
513509 var addNode = XElement . Parse ( """
514510 <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
515511 <assemblyIdentity name="System.Diagnostics.DiagnosticSource" culture="neutral" publicKeyToken="CC7B13FFCD2DDD51" />
516- <bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 " />
512+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 " />
517513 </dependentAssembly>
518514 """ ) ;
519515
@@ -523,7 +519,7 @@ private void MigrateConfig()
523519 {
524520 var node = systemDiagnosticSource . NextNode ;
525521
526- var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9.0.0.8 " newVersion="9.0.0.8 " />""" ) ;
522+ var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9.0.0.9 " newVersion="9.0.0.9 " />""" ) ;
527523
528524 node . ReplaceWith ( replaceNode ) ;
529525 }
0 commit comments