summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests/app.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Tests/app.config')
-rw-r--r--src/SMAPI.Tests/app.config6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/SMAPI.Tests/app.config b/src/SMAPI.Tests/app.config
index 7d8c9227..673b91c4 100644
--- a/src/SMAPI.Tests/app.config
+++ b/src/SMAPI.Tests/app.config
@@ -4,7 +4,11 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>