Skip to content

Commit

Permalink
Backend.Tests: add missing packages.config ref
Browse files Browse the repository at this point in the history
While Fsdk is referenced in fsproj file it was not present
in packages.config, it did not cause red CI because Fsdk
was referenced in another packages.config file.
  • Loading branch information
aarani committed Aug 8, 2023
1 parent 4cf65a7 commit 9f2f305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GWallet.Backend.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FSharp.Core" version="4.7.0" targetFramework="net461" />
<package id="Fsdk" version="0.6.0--date20230530-1155.git-3bb8d08" targetFramework="net46" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.0.2" targetFramework="net46" />
<package id="NBitcoin" version="6.0.17" targetFramework="net471" />
<package id="NBitcoin.Altcoins" version="3.0.8" targetFramework="net452" />
Expand Down

0 comments on commit 9f2f305

Please sign in to comment.