Skip to content

Commit f8e52f6

Browse files
committed
Updating:
- Microting.eFormApi.BasePn to 1.1.7 Removing: - Microsoft.AspNet.WebApi.HelpPage
1 parent 2876f9e commit f8e52f6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<Reference Include="Microting.eForm, Version=2.1.280.0, Culture=neutral, processorArchitecture=MSIL">
134134
<HintPath>..\packages\Microting.eForm.2.1.280\lib\net45\Microting.eForm.dll</HintPath>
135135
</Reference>
136-
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.6.0, Culture=neutral, processorArchitecture=AMD64">
137-
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.6\lib\net46\Microting.eFormApi.BasePn.dll</HintPath>
136+
<Reference Include="Microting.eFormApi.BasePn, Version=1.1.7.0, Culture=neutral, processorArchitecture=AMD64">
137+
<HintPath>..\packages\Microting.eFormApi.BasePn.1.1.7\lib\net46\Microting.eFormApi.BasePn.dll</HintPath>
138138
</Reference>
139139
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
140140
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
@@ -359,7 +359,6 @@
359359
<Compile Include="Startup.cs" />
360360
</ItemGroup>
361361
<ItemGroup>
362-
<Content Include="Areas\HelpPage\HelpPage.css" />
363362
<Content Include="Global.asax" />
364363
<Content Include="JasperExporter.jar" />
365364
<Content Include="Web.config">

eFormAPI/eFormAPI/packages.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<package id="Microsoft.AspNet.WebApi" version="5.2.3" targetFramework="net46" />
2222
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net46" />
2323
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net46" />
24-
<package id="Microsoft.AspNet.WebApi.HelpPage" version="5.2.3" targetFramework="net46" />
2524
<package id="Microsoft.AspNet.WebApi.Owin" version="5.2.3" targetFramework="net46" />
2625
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net46" />
2726
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net46" />
@@ -38,7 +37,7 @@
3837
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
3938
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
4039
<package id="Microting.eForm" version="2.1.280" targetFramework="net461" />
41-
<package id="Microting.eFormApi.BasePn" version="1.1.6" targetFramework="net461" />
40+
<package id="Microting.eFormApi.BasePn" version="1.1.7" targetFramework="net461" />
4241
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
4342
<package id="MySql.Data" version="6.9.12" targetFramework="net461" />
4443
<package id="MySql.Data.Entity" version="6.9.12" targetFramework="net461" />

0 commit comments

Comments
 (0)