2023-11-21 14:11:17 +09:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-10-03 16:36:02 +09:00
|
|
|
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
|
2019-08-30 00:24:42 +09:00
|
|
|
<Import Project="../Build/Common.csproj" />
|
2020-01-12 13:30:54 +09:00
|
|
|
<ItemGroup>
|
2019-10-03 16:36:02 +09:00
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
2024-07-25 14:51:15 +02:00
|
|
|
<PackageReference Include="Laraue.EfCoreTriggers.PostgreSql" Version="8.0.3" />
|
2024-07-10 08:50:43 +09:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6">
|
2020-05-22 19:23:37 +09:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
2024-07-10 08:50:43 +09:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.7" />
|
2024-05-21 10:52:55 +09:00
|
|
|
<PackageReference Include="NBitcoin.Altcoins" Version="3.0.24" />
|
2019-10-03 16:36:02 +09:00
|
|
|
</ItemGroup>
|
2020-05-19 19:59:23 +02:00
|
|
|
<ItemGroup>
|
2020-11-17 13:46:23 +01:00
|
|
|
<ProjectReference Include="..\BTCPayServer.Abstractions\BTCPayServer.Abstractions.csproj" />
|
2020-05-19 19:59:23 +02:00
|
|
|
<ProjectReference Include="..\BTCPayServer.Client\BTCPayServer.Client.csproj" />
|
|
|
|
</ItemGroup>
|
2024-04-25 14:09:21 +09:00
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="DBScripts\*.sql" />
|
|
|
|
</ItemGroup>
|
2019-08-30 00:24:42 +09:00
|
|
|
</Project>
|