Skip to content

Commit

Permalink
Added netcoreapp support
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcidev committed Feb 4, 2017
1 parent 545507d commit 9dbdecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Arci.Networking.NetCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
},
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},

Expand Down

0 comments on commit 9dbdecc

Please sign in to comment.