btcpayserver/BTCPayServer.Common/BTCPayServer.Common.csproj

11 lines
431 B
XML
Raw Normal View History

2022-04-05 07:46:42 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2019-06-18 07:00:42 +02:00
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
<Import Project="../Build/Common.csproj" />
2019-05-24 11:42:22 +02:00
<ItemGroup>
2020-01-12 05:30:54 +01:00
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2024-11-14 14:19:10 +01:00
<PackageReference Include="NBXplorer.Client" Version="4.3.4" />
<PackageReference Include="NicolasDorier.StandardConfiguration" Version="2.0.1" />
2019-05-24 11:42:22 +02:00
</ItemGroup>
</Project>