Skip to content

Commit

Permalink
Remove the legacy "imports" statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavien committed Nov 27, 2016
1 parent 927b8f6 commit 163adca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
7 changes: 1 addition & 6 deletions src/Openchain.Anchoring.Blockchain/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@
"netstandard1.3": {
"dependencies": {
"System.Net.Http": "4.3.0"
},
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win+wpa81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10"
]
}
},

"net451": {
Expand Down
3 changes: 1 addition & 2 deletions src/Openchain.Server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
}
},

"net451": {
}
"net451": { }
}
}
8 changes: 1 addition & 7 deletions src/Openchain/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@
},

"frameworks": {
"netcoreapp1.1": {
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win+wpa81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10"
]
}
"netcoreapp1.1": { }
},

"publishOptions": {
Expand Down

0 comments on commit 163adca

Please sign in to comment.