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.
24 lines
1.0 KiB
24 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net7.0</TargetFrameworks>
|
|
<AssemblyName>Volo.Abp.AzureServiceBus</AssemblyName>
|
|
<PackageId>Volo.Abp.AzureServiceBus</PackageId>
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.8.1" />
|
|
<ProjectReference Include="..\Volo.Abp.Json\Volo.Abp.Json.csproj" />
|
|
<ProjectReference Include="..\Volo.Abp.Threading\Volo.Abp.Threading.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|