We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100dedf commit 8b64076Copy full SHA for 8b64076
app.config
@@ -1,11 +1,3 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
- <runtime>
4
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5
- <dependentAssembly>
6
- <assemblyIdentity name="System.Reactive.Core" publicKeyToken="94bc3704cddfc263" culture="neutral" />
7
- <bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
8
- </dependentAssembly>
9
- </assemblyBinding>
10
- </runtime>
11
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup></configuration>
0 commit comments