Skip to content

Commit 154f33f

Browse files
committed
Downgrading:
- Microting.eForm to 3.0.1
1 parent 5a1c67b commit 154f33f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@
185185
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
186186
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
187187
</Reference>
188-
<Reference Include="Microting.eForm, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
189-
<HintPath>..\packages\Microting.eForm.3.0.7\lib\netstandard2.0\Microting.eForm.dll</HintPath>
188+
<Reference Include="Microting.eForm, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
189+
<HintPath>..\packages\Microting.eForm.3.0.1\lib\net45\Microting.eForm.dll</HintPath>
190190
</Reference>
191-
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.20.0, Culture=neutral, processorArchitecture=MSIL">
192-
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.20\lib\net461\Microting.eFormApi.BasePn.dll</HintPath>
191+
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.21.0, Culture=neutral, processorArchitecture=MSIL">
192+
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.21\lib\net461\Microting.eFormApi.BasePn.dll</HintPath>
193193
</Reference>
194194
<Reference Include="MySql.Data, Version=8.0.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
195195
<HintPath>..\packages\MySql.Data.8.0.12\lib\net452\MySql.Data.dll</HintPath>
@@ -455,6 +455,7 @@
455455
</ItemGroup>
456456
<ItemGroup>
457457
<Content Include="Global.asax" />
458+
<Content Include="JasperExporter.jar" />
458459
<Content Include="Web.config">
459460
<SubType>Designer</SubType>
460461
</Content>

eFormAPI/eFormAPI/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
5757
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
5858
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
59-
<package id="Microting.eForm" version="3.0.7" targetFramework="net461" />
60-
<package id="Microting.eFormApi.BasePn" version="1.1.20" targetFramework="net461" />
59+
<package id="Microting.eForm" version="3.0.1" targetFramework="net461" />
60+
<package id="Microting.eFormApi.BasePn" version="1.1.21" targetFramework="net461" />
6161
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
6262
<package id="MySql.Data" version="8.0.12" targetFramework="net461" />
6363
<package id="MySql.Data.Entity" version="6.9.12" targetFramework="net461" />

0 commit comments

Comments
 (0)