Skip to content

Commit 8001939

Browse files
authored
Remove extra runtime section with a binding redirect to old NUnit
1 parent 0157daf commit 8001939

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/NHibernate.Test/App.config

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,4 @@
9999
</log4net>
100100

101101
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup>
102-
<runtime>
103-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
104-
<dependentAssembly>
105-
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="neutral"/>
106-
<bindingRedirect oldVersion="0.0.0.0-2.6.1.12217" newVersion="2.6.1.12217"/>
107-
</dependentAssembly>
108-
</assemblyBinding>
109-
</runtime>
110-
111102
</configuration>

0 commit comments

Comments
 (0)