This commit is contained in:
Nicolas Dorier 2021-08-30 16:42:22 +09:00 committed by GitHub
parent 58a5f88943
commit 101fc51787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
<Import Project="../Build/Common.csproj" />
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="NBXplorer.Client" Version="4.0.3" />
<PackageReference Include="NBXplorer.Client" Version="4.1.0" />
</ItemGroup>
<ItemGroup Condition="'$(Altcoins)' != 'true'">
<Compile Remove="Altcoins\**\*.cs"></Compile>

View File

@ -84,7 +84,7 @@ services:
- customer_lnd
- merchant_lnd
nbxplorer:
image: nicolasdorier/nbxplorer:2.1.56
image: nicolasdorier/nbxplorer:2.2.0
restart: unless-stopped
ports:
- "32838:32838"

View File

@ -81,7 +81,7 @@ services:
- customer_lnd
- merchant_lnd
nbxplorer:
image: nicolasdorier/nbxplorer:2.1.56
image: nicolasdorier/nbxplorer:2.2.0
restart: unless-stopped
ports:
- "32838:32838"