mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-05-11 03:56:43 +00:00
13 lines
294 B
XML
13 lines
294 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
<PackageReference Include="NATS.Client" Version="0.8.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|