mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.5 KiB
31 lines
1.5 KiB
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<Import Project="..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<AssemblyName>Volo.Abp.AspNetCore</AssemblyName>
|
|
<PackageId>Volo.Abp.AspNetCore</PackageId>
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
<IsPackable>true</IsPackable>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Volo.Abp.Auditing\Volo.Abp.Auditing.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.Authorization\Volo.Abp.Authorization.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.ExceptionHandling\Volo.Abp.ExceptionHandling.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.Http\Volo.Abp.Http.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.Security\Volo.Abp.Security.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.Uow\Volo.Abp.Uow.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.Validation\Volo.Abp.Validation.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.VirtualFileSystem\Volo.Abp.VirtualFileSystem.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|