11/* Yet Another Forum.NET
22 * Copyright (C) 2003-2005 Bjørnar Henden
33 * Copyright (C) 2006-2013 Jaben Cargman
4- * Copyright (C) 2014-2025 Ingo Herbote
4+ * Copyright (C) 2014-2026 Ingo Herbote
55 * https://www.yetanotherforum.net/
66 *
77 * Licensed to the Apache Software Foundation (ASF) under one
@@ -246,27 +246,31 @@ 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.9 " newVersion="9 .0.0.9 "/>
249+ <bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 "/>
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.9 " newVersion="9 .0.0.9 "/>
257+ <bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 "/>
258258 </dependentAssembly>
259259 <dependentAssembly>
260260 <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
261261 <bindingRedirect oldVersion="0.0.0.0-4.2.3.0" newVersion="4.2.3.0" />
262262 </dependentAssembly>
263+ <dependentAssembly>
264+ <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
265+ <bindingRedirect oldVersion="0.0.0.0-4.2.3.0" newVersion="4.2.3.0"/>
266+ </dependentAssembly>
263267 <dependentAssembly>
264268 <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
265269 <bindingRedirect oldVersion="0.0.0.0-4.2.3.0" newVersion="4.2.3.0" />
266270 </dependentAssembly>
267271 <dependentAssembly>
268272 <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
269- <bindingRedirect oldVersion="0.0.0.0-9 .0.0.9 " newVersion="9 .0.0.9 "/>
273+ <bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 "/>
270274 </dependentAssembly>
271275 <dependentAssembly>
272276 <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
@@ -324,7 +328,7 @@ private void MigrateConfig()
324328 {
325329 var node = asyncInterfaces . NextNode ;
326330
327- var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9 .0.0.9 " newVersion="9 .0.0.9 "/>""" ) ;
331+ var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 "/>""" ) ;
328332
329333 node . ReplaceWith ( replaceNode ) ;
330334 }
@@ -333,7 +337,7 @@ private void MigrateConfig()
333337 var addNode = XElement . Parse ( """
334338 <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
335339 <assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51"/>
336- <bindingRedirect oldVersion="0.0.0.0-9 .0.0.9 " newVersion="9 .0.0.9 "/>
340+ <bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 "/>
337341 </dependentAssembly>
338342 """ ) ;
339343
@@ -416,7 +420,7 @@ private void MigrateConfig()
416420 {
417421 var node = extensionPrimitives . NextNode ;
418422
419- var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9 .0.0.9 " newVersion="9 .0.0.9 "/>""" ) ;
423+ var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 "/>""" ) ;
420424
421425 node . ReplaceWith ( replaceNode ) ;
422426 }
@@ -425,7 +429,7 @@ private void MigrateConfig()
425429 var addNode = XElement . Parse ( """
426430 <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
427431 <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
428- <bindingRedirect oldVersion="0.0.0.0-9 .0.0.9 " newVersion="9 .0.0.9 "/>
432+ <bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 "/>
429433 </dependentAssembly>
430434 """ ) ;
431435
@@ -509,7 +513,7 @@ private void MigrateConfig()
509513 var addNode = XElement . Parse ( """
510514 <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
511515 <assemblyIdentity name="System.Diagnostics.DiagnosticSource" culture="neutral" publicKeyToken="CC7B13FFCD2DDD51" />
512- <bindingRedirect oldVersion="0.0.0.0-9 .0.0.9 " newVersion="9 .0.0.9 " />
516+ <bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 " />
513517 </dependentAssembly>
514518 """ ) ;
515519
@@ -519,7 +523,7 @@ private void MigrateConfig()
519523 {
520524 var node = systemDiagnosticSource . NextNode ;
521525
522- var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-9 .0.0.9 " newVersion="9 .0.0.9 " />""" ) ;
526+ var replaceNode = XElement . Parse ( """<bindingRedirect oldVersion="0.0.0.0-10 .0.0.1 " newVersion="10 .0.0.1 " />""" ) ;
523527
524528 node . ReplaceWith ( replaceNode ) ;
525529 }
0 commit comments