Newer
Older
AsyncRequestReply / src / Billing.Contracts / Billing.Contracts.csproj
@Derek Comartin Derek Comartin on 1 Mar 2022 231 bytes Init
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="NServiceBus" Version="7.4.4" />
  </ItemGroup>

</Project>