Skip to content

Commit

Permalink
Update app.config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Oct 27, 2024
1 parent 18b95e5 commit 4958537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructuredLogger.Tests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="6.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
Expand Down

0 comments on commit 4958537

Please sign in to comment.