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

16 lines
443 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" />
<PackageReference Include="QuestPDF" Version="2024.10.3" />
</ItemGroup>
</Project>