-
Notifications
You must be signed in to change notification settings - Fork 7
/
app.config
23 lines (23 loc) · 1.14 KB
/
app.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="mscorlib" publicKeyToken="c07d481e9758c731" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.7.3.5" newVersion="1.7.3.5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net" publicKeyToken="c07d481e9758c731" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.6.1.3" newVersion="1.6.1.3" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="nanoFramework.Runtime.Events" publicKeyToken="c07d481e9758c731" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.8.0.3" newVersion="1.8.0.3" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="nanoFramework.System.Collections" publicKeyToken="c07d481e9758c731" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.2" newVersion="1.1.0.2" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>