Skip to content

Commit

Permalink
Fix test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Nov 15, 2022
1 parent b3b9674 commit 2c0fccf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Expand Up @@ -46,7 +46,6 @@
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.Identity.Web" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.OpenIddict.Domain" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.Account.Web.OpenIddict" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.TenantManagement.Web" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.FeatureManagement.Web" Version="$(AbpVersion)" />
Expand Down
Expand Up @@ -9,8 +9,8 @@
<PackageReference Include="Volo.Abp.TestBase" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.Autofac" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.Authorization" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.IdentityServer.Domain" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.OpenIddict.Domain" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="$(AbpVersion)" />
<PackageReference Include="Volo.Abp.OpenIddict.EntityFrameworkCore" Version="$(AbpVersion)" />
<ProjectReference Include="..\..\src\WeChatManagementSample.Domain\WeChatManagementSample.Domain.csproj" />
</ItemGroup>

Expand Down
Expand Up @@ -5,8 +5,10 @@
using Volo.Abp.BackgroundJobs;
using Volo.Abp.Data;
using Volo.Abp.IdentityServer;
using Volo.Abp.IdentityServer.EntityFrameworkCore;
using Volo.Abp.Modularity;
using Volo.Abp.OpenIddict;
using Volo.Abp.OpenIddict.EntityFrameworkCore;
using Volo.Abp.Threading;

namespace WeChatManagementSample
Expand All @@ -15,7 +17,8 @@ namespace WeChatManagementSample
typeof(AbpAutofacModule),
typeof(AbpTestBaseModule),
typeof(AbpAuthorizationModule),
typeof(AbpIdentityServerDomainModule),
typeof(AbpIdentityServerEntityFrameworkCoreModule),
typeof(AbpOpenIddictEntityFrameworkCoreModule),
typeof(AbpOpenIddictDomainModule),
typeof(WeChatManagementSampleDomainModule)
)]
Expand Down

0 comments on commit 2c0fccf

Please sign in to comment.