2019-05-24 11:42:22 +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')" />
|
2019-06-17 14:42:48 +02:00
|
|
|
|
<Import Project="../Build/Common.csproj" />
|
2019-05-24 11:42:22 +02:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Providers\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-10-03 09:13:12 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.9" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />
|
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" Condition="'$(TargetFramework)' != 'netcoreapp2.1'" />
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.3.1" Condition="'$(TargetFramework)' != 'netcoreapp2.1'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" Condition="'$(TargetFramework)' != 'netcoreapp2.1'" />
|
2019-05-24 11:42:22 +02:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
|
|
|
|
<PackageReference Include="DigitalRuby.ExchangeSharp" Version="0.5.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BTCPayServer.Common\BTCPayServer.Common.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|