Skip to content

Commit

Permalink
add System.Runtime.CompilerServices.Unsafe redirect (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn authored Apr 26, 2024
1 parent b95c8e6 commit 4f0fc7b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions OneMoreCalendar/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<runtime>
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit 4f0fc7b

Please sign in to comment.