Skip to content

Commit ebea657

Browse files
committed
Updating:
- Microting.eForm to 2.1.258 Downgrading: - Newtonsoft.Json to 9.0.1
1 parent b60c063 commit ebea657

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

eFormAPI/eFormAPI/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
For more information on how to configure your ASP.NET application, please visit
44
https://go.microsoft.com/fwlink/?LinkId=301879
@@ -65,7 +65,7 @@
6565
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6666
<dependentAssembly>
6767
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
68-
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
68+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
6969
</dependentAssembly>
7070
<dependentAssembly>
7171
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,17 @@
133133
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
134134
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
135135
</Reference>
136-
<Reference Include="Microting.eForm, Version=2.1.254.0, Culture=neutral, processorArchitecture=MSIL">
137-
<HintPath>..\packages\Microting.eForm.2.1.254\lib\net45\Microting.eForm.dll</HintPath>
136+
<Reference Include="Microting.eForm, Version=2.1.258.0, Culture=neutral, processorArchitecture=MSIL">
137+
<HintPath>..\packages\Microting.eForm.2.1.258\lib\net45\Microting.eForm.dll</HintPath>
138138
</Reference>
139139
<Reference Include="MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d">
140140
<HintPath>..\packages\MySql.Data.6.9.11\lib\net45\MySql.Data.dll</HintPath>
141141
</Reference>
142142
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d">
143143
<HintPath>..\packages\MySql.Data.Entity.6.9.11\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
144144
</Reference>
145-
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
146-
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
145+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
146+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
147147
</Reference>
148148
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
149149
<HintPath>..\packages\NLog.4.4.11\lib\net45\NLog.dll</HintPath>

eFormAPI/eFormAPI/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
3838
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
3939
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
40-
<package id="Microting.eForm" version="2.1.254" targetFramework="net461" />
40+
<package id="Microting.eForm" version="2.1.258" targetFramework="net461" />
4141
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
4242
<package id="MySql.Data" version="6.9.11" targetFramework="net46" />
4343
<package id="MySql.Data.Entity" version="6.9.11" targetFramework="net46" />
44-
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
44+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
4545
<package id="NLog" version="4.4.11" targetFramework="net46" />
4646
<package id="NLog.Config" version="4.4.11" targetFramework="net46" />
4747
<package id="NLog.Schema" version="4.4.11" targetFramework="net46" />
4848
<package id="OtpSharp" version="1.3.0.4" targetFramework="net461" />
4949
<package id="Owin" version="1.0" targetFramework="net46" />
50-
<package id="Rebus" version="4.2.1" targetFramework="net46" />
50+
<package id="Rebus" version="4.2.1" targetFramework="net461" />
5151
<package id="Rebus.Castle.Windsor" version="4.1.0" targetFramework="net461" />
52-
<package id="Rebus.SqlServer" version="4.0.0" targetFramework="net46" />
52+
<package id="Rebus.SqlServer" version="4.0.0" targetFramework="net461" />
5353
<package id="Respond" version="1.4.2" targetFramework="net46" />
5454
<package id="Swashbuckle.Core" version="5.6.0" targetFramework="net46" />
5555
<package id="System.IdentityModel.Tokens.Jwt" version="5.1.4" targetFramework="net461" />

eFormAPI/eFormApi.Integration.Tests/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
88
</dependentAssembly>
99
</assemblyBinding>
1010
</runtime>

0 commit comments

Comments
 (0)