mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-07-12 01:49:35 +00:00
12 lines
413 B
XML
12 lines
413 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net7.0</TargetFrameworks>
|
|
<RuntimeIdentifiers>linux-arm64</RuntimeIdentifiers>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageReference Include="Npgsql" Version="5.0.1" />
|
|
<PackageReference Include="StackExchange.Redis" Version="2.2.3" />
|
|
</ItemGroup>
|
|
</Project>
|