Skip to content

Commit c328ecc

Browse files
committed
Updating:
- AWSSDK.Core to 3.3.23 - AWSSDK.SQS to 3.3.3.7 - EPPlus to 4.5.2.1 - Microting.eForm to 2.1.254
1 parent 58a3d47 commit c328ecc

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 9 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.22\lib\net45\AWSSDK.Core.dll</HintPath>
71+
<HintPath>..\packages\AWSSDK.Core.3.3.23\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.6\lib\net45\AWSSDK.SQS.dll</HintPath>
74+
<HintPath>..\packages\AWSSDK.SQS.3.3.3.7\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>
@@ -88,8 +88,8 @@
8888
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
8989
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
9090
</Reference>
91-
<Reference Include="EPPlus, Version=4.5.1.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
92-
<HintPath>..\packages\EPPlus.4.5.1\lib\net40\EPPlus.dll</HintPath>
91+
<Reference Include="EPPlus, Version=4.5.2.1, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
92+
<HintPath>..\packages\EPPlus.4.5.2.1\lib\net40\EPPlus.dll</HintPath>
9393
</Reference>
9494
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9595
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.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.220.0, Culture=neutral, processorArchitecture=AMD64">
134-
<HintPath>..\packages\Microting.eForm.2.1.220\lib\net45\Microting.eForm.dll</HintPath>
133+
<Reference Include="Microting.eForm, Version=2.1.254.0, Culture=neutral, processorArchitecture=MSIL">
134+
<HintPath>..\packages\Microting.eForm.2.1.254\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>
@@ -401,7 +401,9 @@
401401
<DependentUpon>201803051628071_AddGoogleAuth.cs</DependentUpon>
402402
</EmbeddedResource>
403403
</ItemGroup>
404-
<ItemGroup />
404+
<ItemGroup>
405+
<Analyzer Include="..\packages\AWSSDK.SQS.3.3.3.7\analyzers\dotnet\cs\AWSSDK.SQS.CodeAnalysis.dll" />
406+
</ItemGroup>
405407
<PropertyGroup>
406408
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
407409
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

eFormAPI/eFormAPI/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +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.22" targetFramework="net461" />
8-
<package id="AWSSDK.SQS" version="3.3.3.6" targetFramework="net461" />
7+
<package id="AWSSDK.Core" version="3.3.23" targetFramework="net461" />
8+
<package id="AWSSDK.SQS" version="3.3.3.7" targetFramework="net461" />
99
<package id="Base32" version="1.0.0.26" targetFramework="net461" />
1010
<package id="Castle.Core" version="4.2.1" targetFramework="net461" />
1111
<package id="Castle.Windsor" version="4.1.0" targetFramework="net461" />
1212
<package id="EntityFramework" version="6.2.0" targetFramework="net461" />
13-
<package id="EPPlus" version="4.5.1" targetFramework="net461" />
13+
<package id="EPPlus" version="4.5.2.1" targetFramework="net461" />
1414
<package id="Microsoft.AspNet.Cors" version="5.0.0" targetFramework="net46" />
1515
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net46" />
1616
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net46" />
@@ -37,7 +37,7 @@
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.220" targetFramework="net461" />
40+
<package id="Microting.eForm" version="2.1.254" 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" />

0 commit comments

Comments
 (0)