|
|
@ -20,35 +20,35 @@ |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"AspNet.Security.OAuth.GitHub": "1.0.0-alpha4-*", |
|
|
"AspNet.Security.OAuth.GitHub": "1.0.0-alpha4-final", |
|
|
"AspNet.Security.OAuth.Introspection": "1.0.0-alpha1-*", |
|
|
"AspNet.Security.OAuth.Introspection": "1.0.0-alpha1-final", |
|
|
"AspNet.Security.OAuth.Validation": "1.0.0-alpha1-*", |
|
|
"AspNet.Security.OAuth.Validation": "1.0.0-alpha1-final", |
|
|
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-*", |
|
|
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-final", |
|
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-*", |
|
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-final", |
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*", |
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", |
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*", |
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", |
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*", |
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", |
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*", |
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", |
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*", |
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", |
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-*", |
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final", |
|
|
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-*", |
|
|
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-final", |
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-*", |
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", |
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-*", |
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", |
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-*", |
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", |
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*", |
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", |
|
|
"OpenIddict": { "target": "project" } |
|
|
"OpenIddict": { "target": "project" } |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
"frameworks": { |
|
|
"frameworks": { |
|
|
"net451": { |
|
|
"net451": { |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*" |
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
"netcoreapp1.0": { |
|
|
"netcoreapp1.0": { |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" } |
|
|
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-3002702" } |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
"imports": [ |
|
|
"imports": [ |
|
|
@ -60,7 +60,7 @@ |
|
|
|
|
|
|
|
|
"tools": { |
|
|
"tools": { |
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { |
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { |
|
|
"version": "1.0.0-preview1-*", |
|
|
"version": "1.0.0-preview1-final", |
|
|
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50" |
|
|
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|