removed the namespace extensions which was just useless.
This commit is contained in:
@@ -5,10 +5,9 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using PoweredSoft.DynamicLinq.Extensions;
|
||||
using PoweredSoft.DynamicLinq.Fluent;
|
||||
|
||||
namespace PoweredSoft.DynamicLinq.EntityFramework.Extensions
|
||||
namespace PoweredSoft.DynamicLinq.EntityFramework
|
||||
{
|
||||
public static class DbContextExtensions
|
||||
{
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
||||
<PackageTags>entity framework ef dynamic linq</PackageTags>
|
||||
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
||||
<Version>1.0.1</Version>
|
||||
<AssemblyVersion>1.0.0.1</AssemblyVersion>
|
||||
<FileVersion>1.0.0.1</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user