automated-testing-demo/shared/shared.csproj

15 lines
373 B
XML
Raw Permalink Normal View History

2024-06-14 15:27:41 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.4.0" />
2024-06-14 21:06:24 +00:00
<PackageReference Include="MongoDB.Driver" Version="2.26.0" />
2024-06-14 15:27:41 +00:00
</ItemGroup>
</Project>