2020-07-29 18:55:28 +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" />
|
2021-10-05 15:26:40 +09:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.19">
|
2020-05-22 19:23:37 +09:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
2021-10-05 15:26:40 +09:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.19" />
|
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>
|
2019-08-30 00:24:42 +09:00
|
|
|
</Project>
|