Files
voting-example/image-buiild/worker/Worker.csproj
Marco Verleun 7830150227
Some checks failed
Pre submits Lint / yamllint (push) Failing after 9s
renovate / renovate (push) Successful in 31s
Add image builds
2024-04-03 03:33:29 +02:00

14 lines
389 B
XML

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