TKey support, continued

This commit is contained in:
alexandre-spieser
2017-09-23 22:32:44 +00:00
parent 9b1048e318
commit 6552a01d28
5 changed files with 1397 additions and 1124 deletions
+8
View File
@@ -7,4 +7,12 @@
<connectionStrings>
<add name="MongoDbTests" connectionString="mongodb://localhost:27017" />
</connectionStrings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>