Skip to content

Commit

Permalink
thcrap_configure_v3: remove a binding in a config file
Browse files Browse the repository at this point in the history
I'm not sure what that thing is for, it was autogenerated when creating the
project, but now Visual Studio prints a warning saying that it's autogenerating
an updated version during the build and that my "manually generated" version is
ignored.
  • Loading branch information
brliron committed Sep 28, 2024
1 parent 60a50bd commit 0782ced
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions thcrap_configure_v3/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<runtime>
<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-5.0.0.0" newVersion="5.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit 0782ced

Please sign in to comment.