Files
ITS.Cled.Ripasso/ITS.ServiceBus/ITS.ServiceBus.csproj
2024-11-21 16:53:30 +01:00

15 lines
377 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" />
</ItemGroup>
</Project>