diff --git a/projects/Nethereum.Portable/Nethereum.Portable.csproj b/projects/Nethereum.Portable/Nethereum.Portable.csproj index e338146..d5f04cd 100644 --- a/projects/Nethereum.Portable/Nethereum.Portable.csproj +++ b/projects/Nethereum.Portable/Nethereum.Portable.csproj @@ -1211,6 +1211,12 @@ Accounts\Managed\ManagedAccountTransactionManager.cs + + + HDWallet\Wallet.cs + + + HDWallet\SecureRandom.cs diff --git a/projects/Nethereum.Portable/project.json b/projects/Nethereum.Portable/project.json index de6f8ed..4c8f80e 100644 --- a/projects/Nethereum.Portable/project.json +++ b/projects/Nethereum.Portable/project.json @@ -24,13 +24,14 @@ }, "supports": {}, "dependencies": { - "Portable.BouncyCastle": "1.8.2", - "Common.Logging.Core": "3.4.1" + "Common.Logging.Core": "3.4.1", + "NBitcoin": "4.1.1.48", + "Portable.BouncyCastle": "1.8.3" }, "frameworks": { ".NETFramework,Version=v4.6.1": {} }, "runtimes": { - "win": {} + "win": {} } } \ No newline at end of file