|
|
@ -14,7 +14,6 @@ |
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", |
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", |
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*", |
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*", |
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-*", |
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-*", |
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*", |
|
|
|
|
|
"OpenIddict": "1.0.0-*", |
|
|
"OpenIddict": "1.0.0-*", |
|
|
|
|
|
|
|
|
"System.ComponentModel": "4.0.1-*", |
|
|
"System.ComponentModel": "4.0.1-*", |
|
|
@ -26,6 +25,10 @@ |
|
|
"net451": { }, |
|
|
"net451": { }, |
|
|
|
|
|
|
|
|
"netstandardapp1.5": { |
|
|
"netstandardapp1.5": { |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"NETStandard.Library": "1.0.0-*" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"imports": [ |
|
|
"imports": [ |
|
|
"dnxcore50", |
|
|
"dnxcore50", |
|
|
"portable-net451+win8" |
|
|
"portable-net451+win8" |
|
|
|