This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Owin.Security.OAuth.Introspection.Tests
Owin.Security.OAuth.Validation.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313using System . Reflection ;
1414using System . Security . Claims ;
1515using System . Threading . Tasks ;
16- using Microsoft . AspNet . Testing . xunit ;
16+ using Microsoft . AspNetCore . Testing . xunit ;
1717using Microsoft . Owin . Security ;
1818using Microsoft . Owin . Testing ;
1919using Newtonsoft . Json ;
Original file line number Diff line number Diff line change 44 },
55
66 "dependencies" : {
7- "Microsoft.AspNet .Testing" : " 1.0.0-*" ,
7+ "Microsoft.AspNetCore .Testing" : " 1.0.0-*" ,
88 "Microsoft.Owin.Testing" : " 3.0.1" ,
99 "Owin.Security.OAuth.Introspection" : " 1.0.0-*" ,
1010 "xunit" : " 2.1.0" ,
11- "xunit.runner.aspnet " : " 2.0.0-aspnet-rc2-* " ,
11+ "xunit.runner.console " : " 2.1.0 " ,
1212
1313 "System.Runtime" : " 4.1.0-*"
1414 },
1515
1616 "frameworks" : {
17- "dnx451" : { }
17+ "net451" : {
18+ "frameworkAssemblies" : {
19+ "System.Runtime" : { "type" : " build" , "version" : " 4.0.10.0" }
20+ }
21+ }
1822 },
1923
20- "commands" : {
21- "test" : " xunit.runner.aspnet"
22- }
24+ "testRunner" : " xunit"
2325}
Original file line number Diff line number Diff line change 1212using System . Net . Http . Headers ;
1313using System . Security . Claims ;
1414using System . Threading . Tasks ;
15- using Microsoft . AspNet . Testing . xunit ;
15+ using Microsoft . AspNetCore . Testing . xunit ;
1616using Microsoft . Owin . Security ;
1717using Microsoft . Owin . Testing ;
1818using Moq ;
Original file line number Diff line number Diff line change 44 },
55
66 "dependencies" : {
7- "Microsoft.AspNet .Testing" : " 1.0.0-*" ,
7+ "Microsoft.AspNetCore .Testing" : " 1.0.0-*" ,
88 "Microsoft.Owin.Testing" : " 3.0.1" ,
99 "Moq" : " 4.2.1312.1622" ,
1010 "Owin.Security.OAuth.Validation" : " 1.0.0-*" ,
1111 "xunit" : " 2.1.0" ,
12- "xunit.runner.aspnet " : " 2.0.0-aspnet-rc2-* " ,
12+ "xunit.runner.console " : " 2.1.0 " ,
1313
1414 "System.Runtime" : " 4.1.0-*"
1515 },
1616
1717 "frameworks" : {
18- "dnx451" : { }
18+ "net451" : {
19+ "frameworkAssemblies" : {
20+ "System.Runtime" : { "type" : " build" , "version" : " 4.0.10.0" }
21+ }
22+ }
1923 },
2024
21- "commands" : {
22- "test" : " xunit.runner.aspnet"
23- }
25+ "testRunner" : " xunit"
2426}
You can’t perform that action at this time.
0 commit comments