diff options
author | Marcin Zelent <zelent.marcin@protonmail.com> | 2017-12-12 14:24:47 +0100 |
---|---|---|
committer | Marcin Zelent <zelent.marcin@protonmail.com> | 2017-12-12 14:24:47 +0100 |
commit | e4e7dbf553bfa17a39830e67d14d3715946beab3 (patch) | |
tree | bf6c34aaeecb938f9ea11612d214a887ceb5d7ca /PollutometerWebApi.Tests/app.config | |
parent | 54d1019413958e0ba24b85007c1f5f97ca19a0b3 (diff) |
Added unit tests and fixed some bugs.
Diffstat (limited to 'PollutometerWebApi.Tests/app.config')
-rw-r--r-- | PollutometerWebApi.Tests/app.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PollutometerWebApi.Tests/app.config b/PollutometerWebApi.Tests/app.config new file mode 100644 index 0000000..4429813 --- /dev/null +++ b/PollutometerWebApi.Tests/app.config @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |