Change namespaces for MongoDB extensions
This commit is contained in:
parent
21308467ec
commit
4d156c7ef7
|
|
@ -1,7 +1,7 @@
|
|||
using Elsa.Persistence.Specifications;
|
||||
using MongoDB.Driver.Linq;
|
||||
|
||||
namespace Elsa.Persistence.MongoDb.Extensions
|
||||
namespace Elsa.Persistence.MongoDb
|
||||
{
|
||||
public static class MongoDbSpecificationExtensions
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ using Elsa.Runtime;
|
|||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Elsa.Persistence.MongoDb.Extensions
|
||||
namespace Elsa.Persistence.MongoDb
|
||||
{
|
||||
public static class ServiceCollectionExtensions
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ using System.Linq;
|
|||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Elsa.Models;
|
||||
using Elsa.Persistence.MongoDb.Extensions;
|
||||
using Elsa.Persistence.Specifications;
|
||||
using Elsa.Services;
|
||||
using MongoDB.Driver;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="YesSql.Core" Version="3.0.6" />
|
||||
<PackageReference Include="YesSql.Provider.Sqlite" Version="3.0.6" />
|
||||
<PackageReference Include="YesSql.Provider.PostgreSql" Version="3.0.6" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using Elsa.Persistence.MongoDb.Extensions;
|
||||
using Elsa.Persistence.MongoDb;
|
||||
using Elsa.Testing.Shared.AutoFixture.Attributes;
|
||||
using Elsa.Testing.Shared.Helpers;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue