Skip to content

Commit

Permalink
Changed project file by hand to include HDWallet. BuildProjectFile is…
Browse files Browse the repository at this point in the history
… clearly broken.
  • Loading branch information
dimonkov committed Sep 30, 2018
1 parent 3a04358 commit 32375d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions projects/Nethereum.Portable/Nethereum.Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,12 @@
</Compile>
<Compile Include="..\..\src\Nethereum.Accounts\Managed\ManagedAccountTransactionManager.cs">
<Link>Accounts\Managed\ManagedAccountTransactionManager.cs</Link>
</Compile>
<Compile Include="..\..\src\Nethereum.HDWallet\Wallet.cs">
<Link>HDWallet\Wallet.cs</Link>
</Compile>
<Compile Include="..\..\src\Nethereum.HDWallet\SecureRandom.cs">
<Link>HDWallet\SecureRandom.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
Expand Down
7 changes: 4 additions & 3 deletions projects/Nethereum.Portable/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}

0 comments on commit 32375d2

Please sign in to comment.