@ -2,8 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
@ -1,7 +1,5 @@
using System;
using Volo.Abp.Modularity;
using Volo.Abp.TenantManagement.EntityFrameworkCore;
using Xunit;
namespace Volo.Abp.TenantManagement
{
@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Shouldly;
@ -1,7 +1,4 @@
using System.Threading.Tasks;
using Volo.Abp.MultiTenancy;