Files
voting-example/image-buiild/worker/Worker.csproj
Renovate Bot 489914ef77
All checks were successful
renovate / renovate (push) Successful in 2m23s
Update dependency Npgsql to v8.0.3
2024-05-10 00:01:28 +00:00

14 lines
390 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.7.33" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>