<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net6.0</TargetFramework> </PropertyGroup> <ItemGroup> <FrameworkReference Include="Microsoft.AspNetCore.App" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.4" /> <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.4" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.4" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.0.0-rc9.3" /> <PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.3.0-beta.1" /> <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc9.3" /> <PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.0.0-beta.3" /> <PackageReference Include="NServiceBus" Version="7.7.2" /> <PackageReference Include="NServiceBus.Extensions.Hosting" Version="1.1.0" /> <PackageReference Include="NServiceBus.Extensions.Diagnostics.OpenTelemetry" Version="2.0.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Billing.Contracts\Billing.Contracts.csproj" /> <ProjectReference Include="..\Sales.Contracts\Sales.Contracts.csproj" /> <ProjectReference Include="..\Shipping.Contracts\Shipping.Contracts.csproj" /> </ItemGroup> </Project>