2019-05-24 18:42:22 +09:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-06-18 14:00:42 +09:00
|
|
|
|
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
|
2019-06-17 21:42:48 +09:00
|
|
|
|
<Import Project="../Build/Common.csproj" />
|
2019-05-24 18:42:22 +09:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Providers\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-01-12 13:30:54 +09:00
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.4.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
|
2019-05-24 18:42:22 +09:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
2019-11-11 07:14:29 +01:00
|
|
|
|
<PackageReference Include="DigitalRuby.ExchangeSharp" Version="0.6.3" />
|
2019-05-24 18:42:22 +09:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BTCPayServer.Common\BTCPayServer.Common.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|