Skip to content

Commit c26b0fe

Browse files
committed
Updating:
- AWS.Core to 3.3.22 - AWS.SQS to 3.3.3.6 - Microting.eForm to 2.1.169 Removing: - bootstrap 3.3.7 - JQuery 3.1.1
1 parent 79e10ac commit c26b0fe

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

eFormAPI/eFormAPI/Web.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral" />
121121
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
122122
</dependentAssembly>
123+
<dependentAssembly>
124+
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />
125+
<bindingRedirect oldVersion="0.0.0.0-5.2.1.0" newVersion="5.2.1.0" />
126+
</dependentAssembly>
123127
</assemblyBinding>
124128
</runtime>
125129
<entityFramework>

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
71-
<HintPath>..\packages\AWSSDK.Core.3.3.21.20\lib\net45\AWSSDK.Core.dll</HintPath>
71+
<HintPath>..\packages\AWSSDK.Core.3.3.22\lib\net45\AWSSDK.Core.dll</HintPath>
7272
</Reference>
7373
<Reference Include="AWSSDK.SQS, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
74-
<HintPath>..\packages\AWSSDK.SQS.3.3.3.5\lib\net45\AWSSDK.SQS.dll</HintPath>
74+
<HintPath>..\packages\AWSSDK.SQS.3.3.3.6\lib\net45\AWSSDK.SQS.dll</HintPath>
7575
</Reference>
7676
<Reference Include="Base32, Version=1.0.0.26, Culture=neutral, PublicKeyToken=3427d4dc8cee30c6, processorArchitecture=MSIL">
7777
<HintPath>..\packages\Base32.1.0.0.26\lib\portable-net40+sl40+win+wp80\Base32.dll</HintPath>
@@ -130,8 +130,8 @@
130130
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
131131
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
132132
</Reference>
133-
<Reference Include="Microting.eForm, Version=2.1.161.0, Culture=neutral, processorArchitecture=AMD64">
134-
<HintPath>..\packages\Microting.eForm.2.1.161\lib\net45\Microting.eForm.dll</HintPath>
133+
<Reference Include="Microting.eForm, Version=2.1.169.0, Culture=neutral, processorArchitecture=AMD64">
134+
<HintPath>..\packages\Microting.eForm.2.1.169\lib\net45\Microting.eForm.dll</HintPath>
135135
</Reference>
136136
<Reference Include="MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d">
137137
<HintPath>..\packages\MySql.Data.6.9.11\lib\net45\MySql.Data.dll</HintPath>
@@ -400,9 +400,6 @@
400400
<DependentUpon>201803051628071_AddGoogleAuth.cs</DependentUpon>
401401
</EmbeddedResource>
402402
</ItemGroup>
403-
<ItemGroup>
404-
<Analyzer Include="..\packages\AWSSDK.SQS.3.3.3.5\analyzers\dotnet\cs\AWSSDK.SQS.CodeAnalysis.dll" />
405-
</ItemGroup>
406403
<ItemGroup />
407404
<PropertyGroup>
408405
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>

eFormAPI/eFormAPI/packages.config

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
<package id="Autofac" version="4.6.0" targetFramework="net46" />
55
<package id="Autofac.WebApi2" version="4.0.1" targetFramework="net46" />
66
<package id="AutoMapper" version="6.1.1" targetFramework="net46" />
7-
<package id="AWSSDK.Core" version="3.3.21.20" targetFramework="net461" />
8-
<package id="AWSSDK.SQS" version="3.3.3.5" targetFramework="net461" />
7+
<package id="AWSSDK.Core" version="3.3.22" targetFramework="net461" />
8+
<package id="AWSSDK.SQS" version="3.3.3.6" targetFramework="net461" />
99
<package id="Base32" version="1.0.0.26" targetFramework="net461" />
10-
<package id="bootstrap" version="3.3.7" targetFramework="net46" />
1110
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
1211
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />
1312
<package id="EntityFramework" version="6.2.0" targetFramework="net461" />
1413
<package id="EPPlus" version="4.5.1" targetFramework="net461" />
15-
<package id="jQuery" version="3.1.1" targetFramework="net46" />
1614
<package id="Microsoft.AspNet.Cors" version="5.0.0" targetFramework="net46" />
1715
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net46" />
1816
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net46" />
@@ -39,7 +37,7 @@
3937
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
4038
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
4139
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
42-
<package id="Microting.eForm" version="2.1.161" targetFramework="net461" />
40+
<package id="Microting.eForm" version="2.1.169" targetFramework="net461" />
4341
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
4442
<package id="MySql.Data" version="6.9.11" targetFramework="net46" />
4543
<package id="MySql.Data.Entity" version="6.9.11" targetFramework="net46" />

0 commit comments

Comments
 (0)