Skip to content

Commit

Permalink
Remove override of IQueryable (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namoshek authored Apr 28, 2022
1 parent 17887f5 commit 3cb0dce
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 345 deletions.
8 changes: 4 additions & 4 deletions DataTables.NetStandard/DataTables.NetStandard.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Authors>Namoshek (Marvin Mall)</Authors>
<Company>Namoshek (Marvin Mall)</Company>
<PackageId>DataTables.NetStandard</PackageId>
Expand Down
37 changes: 0 additions & 37 deletions DataTables.NetStandard/DataTablesQueryProvider.cs

This file was deleted.

53 changes: 0 additions & 53 deletions DataTables.NetStandard/DataTablesQueryable.cs

This file was deleted.

221 changes: 0 additions & 221 deletions DataTables.NetStandard/Extensions/DataTablesQueryableExtensions.cs

This file was deleted.

Loading

0 comments on commit 3cb0dce

Please sign in to comment.