9 changed files with 20 additions and 23 deletions
@ -1,15 +1,12 @@ |
|||
{ |
|||
"version": "1.0.0-alpha1-*", |
|||
|
|||
"dependencies": { |
|||
"Microsoft.Framework.NotNullAttribute.Sources": { |
|||
"type": "build", |
|||
"version": "1.0.0-*" |
|||
} |
|||
}, |
|||
|
|||
"frameworks": { |
|||
"dnx451": { }, |
|||
"dnxcore50": { } |
|||
"dnxcore50": { |
|||
"dependencies": { |
|||
"System.Runtime": "4.0.21-*" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue