Files
voting-example/image-buiild/worker/Worker.csproj
Renovate Bot b5aec2434e
Some checks failed
renovate / renovate (push) Has been cancelled
Update dependency StackExchange.Redis to 2.8.37
2025-05-11 02:31:26 +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.8.37" />
<PackageReference Include="Npgsql" Version="9.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>