Skip to content

Commit

Permalink
Upgrade the NBitcoin package to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavien committed Jul 10, 2016
1 parent 9f4112c commit e00820b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
5 changes: 2 additions & 3 deletions src/Openchain.Anchoring.Blockchain/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
"Newtonsoft.Json": "9.0.1",
"NBitcoin": "2.1.5.9",
"NBitcoin": "3.0.0.37",
"Openchain.Infrastructure": "0.6.0-rc"
},

Expand All @@ -31,7 +30,7 @@
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win8"
"portable-net45+win+wpa81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10"
]
},

Expand Down
2 changes: 1 addition & 1 deletion src/Openchain.Infrastructure/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
"Openchain.Abstractions": "0.6.0-rc",
"Portable.BouncyCastle": "1.8.0"
"Portable.BouncyCastle": "1.8.1.1"
},

"frameworks": {
Expand Down
2 changes: 0 additions & 2 deletions src/Openchain.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.WebSockets.Server;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.PlatformAbstractions;
using Openchain.Infrastructure;
using Openchain.Server.Models;

Expand Down
10 changes: 2 additions & 8 deletions src/Openchain/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"entryPoint": "Openchain.Server",

"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},

"runtimeOptions": {
"gcServer": true
},

"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
Expand All @@ -20,7 +14,7 @@

"Openchain.Sqlite": "0.6.0-rc",
"Openchain.Validation.PermissionBased": "0.6.0-rc",
//"Openchain.Anchoring.Blockchain": "0.6.0-rc"
"Openchain.Anchoring.Blockchain": "0.6.0-rc"
},

"userSecretsId": "Openchain.Server",
Expand All @@ -30,7 +24,7 @@
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win8"
"portable-net45+win+wpa81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10"
]
}
},
Expand Down

0 comments on commit e00820b

Please sign in to comment.