You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
740 B
18 lines
740 B
13 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
14 years ago
|
<configuration>
|
||
14 years ago
|
<appSettings>
|
||
13 years ago
|
<add key="FluentAssertions.TestFramework" value="nunit" />
|
||
14 years ago
|
</appSettings>
|
||
13 years ago
|
<runtime>
|
||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||
13 years ago
|
<bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
|
||
13 years ago
|
</dependentAssembly>
|
||
12 years ago
|
<dependentAssembly>
|
||
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||
|
<bindingRedirect oldVersion="0.0.0.0-2.0.1.0" newVersion="2.0.1.0" />
|
||
|
</dependentAssembly>
|
||
13 years ago
|
</assemblyBinding>
|
||
|
</runtime>
|
||
14 years ago
|
</configuration>
|