Skip to content

Commit 0782ced

Browse files
committed
thcrap_configure_v3: remove a binding in a config file
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.
1 parent 60a50bd commit 0782ced

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

thcrap_configure_v3/App.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,4 @@
33
<startup>
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
55
</startup>
6-
<runtime>
7-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8-
<dependentAssembly>
9-
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
10-
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
11-
</dependentAssembly>
12-
</assemblyBinding>
13-
</runtime>
146
</configuration>

0 commit comments

Comments
 (0)