Fixed netcore50 package based frameworks (#2630)

This commit is contained in:
Pavel Krymets 2016-04-21 21:47:20 -07:00 committed by David Fowler
parent 3d8cbba932
commit c8fb6c26c3
4 changed files with 29 additions and 2 deletions

View file

@ -8,6 +8,11 @@
"Microsoft.NETCore.App": "1.0.0-rc2-*"
}
},
"netcore50": {
"dependencies": {
"System.Private.Uri": "4.0.1-rc2-24018"
}
},
"net99": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-24018"