2017-05-24 15:34:55 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-10-27 18:55:55 +05:30
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2017-05-24 15:34:55 +02:00
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-02-23 14:58:59 -08:00
|
|
|
|
<PackageReference Include="Azure.Messaging.ServiceBus" />
|
|
|
|
|
<PackageReference Include="Microsoft.CSharp" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" />
|
2017-05-24 15:34:55 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\EventBus\EventBus.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|