File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
GeekLearning.Test.Integration.Sample.Test
GeekLearning.Test.Integration.Sample.Web
src/GeekLearning.Test.Integration Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "GeekLearning.Test.Integration" : " 0.0.1-*" ,
6
5
"dotnet-test-xunit" : " 2.2.0-preview2-build1029" ,
7
6
"Microsoft.AspNet.WebApi.Client" : " 5.2.3" ,
8
7
"Microsoft.AspNetCore.TestHost" : " 1.0.0" ,
9
8
"SpecFlow" : " 1.9.0" ,
10
9
"xunit" : " 2.2.0-beta2-build3300" ,
11
10
"xunit.runner.console" : " 2.1.0" ,
12
11
"xunit.runner.visualstudio" : " 2.1.0" ,
13
- "GeekLearning.Test.Integration.Sample.Web" : " 1.0.0-*"
12
+
13
+ "GeekLearning.Test.Integration" : " *" ,
14
+ "GeekLearning.Test.Integration.Sample.Web" : " *"
14
15
},
15
16
16
17
"frameworks" : {
Original file line number Diff line number Diff line change 2
2
"dependencies" : {
3
3
"Microsoft.AspNetCore.Diagnostics" : " 1.0.0" ,
4
4
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0" ,
5
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0" ,
6
- "GeekLearning.Test.Integration" : " 0.0.1-*" ,
7
- "Microsoft.AspNetCore.Mvc" : " 1.0.0" ,
8
- "Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.0" ,
5
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.1" ,
6
+ "Microsoft.AspNetCore.Mvc" : " 1.0.1" ,
7
+ "Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.1" ,
9
8
"Microsoft.EntityFrameworkCore.Tools" : " 1.0.0-preview2-final" ,
10
9
"Microsoft.AspNetCore.Razor.Tools" : {
11
10
"version" : " 1.0.0-preview2-final" ,
12
11
"type" : " build"
13
12
},
14
- "Microsoft.VisualStudio.Web.BrowserLink.Loader" : " 14.0.0"
13
+ "Microsoft.VisualStudio.Web.BrowserLink.Loader" : " 14.0.0" ,
14
+
15
+ "GeekLearning.Test.Integration" : " *"
15
16
},
16
17
17
18
"tools" : {
Original file line number Diff line number Diff line change 14
14
"Microsoft.AspNetCore.Http.Abstractions" : " 1.0.0" ,
15
15
"Microsoft.AspNetCore.TestHost" : " 1.0.0" ,
16
16
"Microsoft.Data.Sqlite" : " 1.0.0" ,
17
- "Microsoft.EntityFrameworkCore.Sqlite" : " 1.0.0 " ,
17
+ "Microsoft.EntityFrameworkCore.Sqlite" : " 1.0.1 " ,
18
18
"Microsoft.Extensions.Configuration.Abstractions" : " 1.0.0" ,
19
19
"Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0" ,
20
20
"Microsoft.Extensions.Options" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments