2019-05-24 18:42:22 +09:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-07-28 22:48:51 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configurations>Debug;Release;Altcoins-Release</Configurations>
|
|
|
|
|
<Platforms>AnyCPU</Platforms>
|
|
|
|
|
</PropertyGroup>
|
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>
|
2020-01-12 13:30:54 +09:00
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
2020-06-12 13:58:55 +02:00
|
|
|
|
<PackageReference Include="NBXplorer.Client" Version="3.0.16" />
|
2019-05-24 18:42:22 +09:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|