now targeting multiple frameworks (net45 and netstandard1.5)

This commit is contained in:
alexandre-spieser
2017-09-09 16:52:10 +00:00
parent e55ff5796a
commit fb4ee42a5c
86 changed files with 35 additions and 54042 deletions
@@ -7,12 +7,4 @@
<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>