Skip to content

Commit 471b70b

Browse files
committed
unnecessary references removed
1 parent 9760d47 commit 471b70b

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

src/JQDT/App.config

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<configSections>
4-
5-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
6-
</configSections>
73
<startup>
84
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
95
</startup>
10-
<entityFramework>
11-
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
12-
<parameters>
13-
<parameter value="mssqllocaldb"/>
14-
</parameters>
15-
</defaultConnectionFactory>
16-
<providers>
17-
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
18-
</providers>
19-
</entityFramework>
206
</configuration>

src/JQDT/JQDT.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,16 @@
4545
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.SqlServer.Types, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Microsoft.SqlServer.Types.14.0.314.76\lib\net40\Microsoft.SqlServer.Types.dll</HintPath>
50-
<Private>True</Private>
51-
</Reference>
5248
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5349
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
5450
</Reference>
5551
<Reference Include="StyleCop, Version=5.0.0.0, Culture=neutral, PublicKeyToken=f904653c63bc2738, processorArchitecture=MSIL">
5652
<HintPath>..\packages\StyleCop.5.0.0\lib\net40\StyleCop.dll</HintPath>
5753
</Reference>
5854
<Reference Include="System" />
59-
<Reference Include="System.ComponentModel.DataAnnotations" />
6055
<Reference Include="System.Core" />
61-
<Reference Include="System.Web" />
62-
<Reference Include="System.Xml.Linq" />
63-
<Reference Include="System.Data.DataSetExtensions" />
6456
<Reference Include="Microsoft.CSharp" />
6557
<Reference Include="System.Data" />
66-
<Reference Include="System.Net.Http" />
67-
<Reference Include="System.Xml" />
6858
</ItemGroup>
6959
<ItemGroup>
7060
<Compile Include="Application\ApplicationBase.cs" />

src/Package-1.0.0.nuspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>JQDTServerSide</id>
5+
<version>1.0.0</version>
6+
<authors>Vladimir Dimov</authors>
7+
<owners>Vladimir Dimov</owners>
8+
<licenseUrl>https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing/blob/master/License.md</licenseUrl>
9+
<projectUrl>https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing</projectUrl>
10+
<!--<iconUrl></iconUrl>-->
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12+
<description>Plugin for server side processing of the jQuery Data Tables ajax request. Builds IQueryable object which can be processed by an ORM framework like Entity Framework.</description>
13+
<releaseNotes></releaseNotes>
14+
<copyright>Copyright 2016</copyright>
15+
<tags>data table datatable serverside jquery datatables data-tables mvc asp mvc5 server side server-side</tags>
16+
<dependencies>
17+
<dependency id=".NET 4.5" version="5.2.3.0" />
18+
</dependencies>
19+
</metadata>
20+
<files>
21+
<file src="JQDT.MVC\bin\Release\JQDT.MVC.dll" target="release\1.0.0\lib\JQDT.MVC.dll"/>
22+
<file src="JQDT.MVC\bin\Release\JQDT.dll" target="release\1.0.0\lib\JQDT.dll"/>
23+
</files>
24+
</package>

src/nuget.exe

4.82 MB
Binary file not shown.

0 commit comments

Comments
 (0)