Skip to content

Commit b80818d

Browse files
committed
Update dependencies for .NET Core 1.0.1
1 parent 7110928 commit b80818d

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

sample/GeekLearning.Test.Integration.Sample.Test/GetBlogs/GetBlogs.feature.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/GeekLearning.Test.Integration.Sample.Test/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
"version": "1.0.0-*",
33

44
"dependencies": {
5-
"GeekLearning.Test.Integration": "0.0.1-*",
65
"dotnet-test-xunit": "2.2.0-preview2-build1029",
76
"Microsoft.AspNet.WebApi.Client": "5.2.3",
87
"Microsoft.AspNetCore.TestHost": "1.0.0",
98
"SpecFlow": "1.9.0",
109
"xunit": "2.2.0-beta2-build3300",
1110
"xunit.runner.console": "2.1.0",
1211
"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": "*"
1415
},
1516

1617
"frameworks": {

sample/GeekLearning.Test.Integration.Sample.Web/project.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
"dependencies": {
33
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
44
"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",
98
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
109
"Microsoft.AspNetCore.Razor.Tools": {
1110
"version": "1.0.0-preview2-final",
1211
"type": "build"
1312
},
14-
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0"
13+
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
14+
15+
"GeekLearning.Test.Integration": "*"
1516
},
1617

1718
"tools": {

src/GeekLearning.Test.Integration/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
1515
"Microsoft.AspNetCore.TestHost": "1.0.0",
1616
"Microsoft.Data.Sqlite": "1.0.0",
17-
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
17+
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.1",
1818
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0",
1919
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
2020
"Microsoft.Extensions.Options": "1.0.0",

0 commit comments

Comments
 (0)