mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
13 lines
354 B
XML
13 lines
354 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<LangVersion>8</LangVersion>
|
|
<StartupObject>DockerFileBuildHelper.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="YamlDotNet" Version="5.2.1" />
|
|
</ItemGroup>
|
|
</Project>
|