Skip to content

Commit 211a5c1

Browse files
committed
Updating:
Microting.eForm to : 2.1.280
1 parent 38ba708 commit 211a5c1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

eFormAPI/EformBase.Pn/eFormApi.BasePn.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<Reference Include="EPPlus, Version=4.5.2.1, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
7171
<HintPath>..\packages\EPPlus.4.5.2.1\lib\net40\EPPlus.dll</HintPath>
7272
</Reference>
73-
<Reference Include="Microting.eForm, Version=2.1.271.0, Culture=neutral, processorArchitecture=MSIL">
74-
<HintPath>..\packages\Microting.eForm.2.1.271\lib\net45\Microting.eForm.dll</HintPath>
73+
<Reference Include="Microting.eForm, Version=2.1.280.0, Culture=neutral, processorArchitecture=MSIL">
74+
<HintPath>..\packages\Microting.eForm.2.1.280\lib\net45\Microting.eForm.dll</HintPath>
7575
</Reference>
7676
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
7777
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
@@ -130,14 +130,14 @@
130130
<None Include="App.config" />
131131
<None Include="packages.config" />
132132
</ItemGroup>
133-
<ItemGroup>
134-
<Content Include="JasperExporter.jar" />
135-
</ItemGroup>
136133
<ItemGroup>
137134
<Folder Include="Controllers\" />
138135
</ItemGroup>
139136
<ItemGroup>
140137
<Analyzer Include="..\packages\AWSSDK.SQS.3.3.3.7\analyzers\dotnet\cs\AWSSDK.SQS.CodeAnalysis.dll" />
141138
</ItemGroup>
139+
<ItemGroup>
140+
<Content Include="JasperExporter.jar" />
141+
</ItemGroup>
142142
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143143
</Project>

eFormAPI/EformBase.Pn/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<package id="EPPlus" version="4.5.2.1" targetFramework="net46" />
99
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net46" />
1010
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net46" />
11-
<package id="Microting.eForm" version="2.1.271" targetFramework="net46" />
11+
<package id="Microting.eForm" version="2.1.280" targetFramework="net46" />
1212
<package id="MySql.Data" version="6.9.12" targetFramework="net46" />
1313
<package id="MySql.Data.Entity" version="6.9.12" targetFramework="net46" />
1414
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.271.0, Culture=neutral, processorArchitecture=MSIL">
134-
<HintPath>..\packages\Microting.eForm.2.1.271\lib\net45\Microting.eForm.dll</HintPath>
133+
<Reference Include="Microting.eForm, Version=2.1.280.0, Culture=neutral, processorArchitecture=MSIL">
134+
<HintPath>..\packages\Microting.eForm.2.1.280\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>

eFormAPI/eFormAPI/eFormAPI.Web.csproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IISExpressWindowsAuthentication />
1616
<IISExpressUseClassicPipelineMode />
1717
<UseGlobalApplicationHostFile />
18-
<LastActiveSolutionConfig>Debug|x64</LastActiveSolutionConfig>
18+
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
1919
</PropertyGroup>
2020
<ProjectExtensions>
2121
<VisualStudio>

eFormAPI/eFormAPI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.271" targetFramework="net461" />
40+
<package id="Microting.eForm" version="2.1.280" 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)