This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
OpenIdConnect.AzureAdSample Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 99 "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-*" ,
1010 "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
1111 "Microsoft.AspNetCore.StaticFiles" : " 1.0.0-*" ,
12- "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-*"
12+ "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-*" ,
13+ "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*"
1314 },
1415 "frameworks" : {
1516 "net451" : {},
Original file line number Diff line number Diff line change 77 "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
88 "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-*" ,
99 "Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
10- "Microsoft.IdentityModel.Clients.ActiveDirectory" : " 2.22.302111727"
10+ "Microsoft.IdentityModel.Clients.ActiveDirectory" : " 2.22.302111727" ,
11+ "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*"
1112 },
1213 "frameworks" : {
1314 "net451" : {}
Original file line number Diff line number Diff line change 66 "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-*" ,
77 "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
88 "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-*" ,
9- "Microsoft.Extensions.Logging.Console" : " 1.0.0-*"
9+ "Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
10+ "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*"
1011 },
1112 "frameworks" : {
1213 "net451" : {},
Original file line number Diff line number Diff line change 1818using Microsoft . AspNetCore . Hosting ;
1919using Microsoft . AspNetCore . Http ;
2020using Microsoft . AspNetCore . Http . Authentication ;
21- using Microsoft . AspNetCore . HttpOverrides ;
22- using Microsoft . AspNetCore . Server . Kestrel . Filter ;
2321using Microsoft . Extensions . Configuration ;
2422using Microsoft . Extensions . DependencyInjection ;
2523using Microsoft . Extensions . FileProviders ;
Original file line number Diff line number Diff line change 1212 "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.0.0-*" ,
1313 "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-*" ,
1414 "Microsoft.Extensions.FileProviders.Embedded" : " 1.0.0-*" ,
15- "Microsoft.Extensions.Logging.Console" : " 1.0.0-*"
15+ "Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
16+ "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*"
1617 },
1718 "compilationOptions" : {
1819 "emitEntryPoint" : true
1920 },
2021 "frameworks" : {
21- "net451" : {},
22+ "net451" : { },
2223 "netcoreapp1.0" : {
2324 "imports" : [
2425 " dnxcore50"
You can’t perform that action at this time.
0 commit comments