Skip to content

Commit 7110928

Browse files
authored
Merge pull request #2 from geeklearningio/develop
Develop
2 parents 3b80afc + cd964d6 commit 7110928

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
66
"GeekLearning.Test.Integration": "0.0.1-*",
77
"Microsoft.AspNetCore.Mvc": "1.0.0",
8-
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
8+
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
99
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
1010
"Microsoft.AspNetCore.Razor.Tools": {
1111
"version": "1.0.0-preview2-final",

src/GeekLearning.Test.Integration/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323

2424
"frameworks": {
2525
"netstandard1.6": {
26-
"imports": "dnxcore50",
2726
"dependencies": {
2827
"System.ComponentModel": "4.0.1",
2928
"System.Runtime": "4.1.0",
3029
"System.Net.Http": "4.1.0"
3130
}
3231
},
33-
"net46": {
34-
"imports": "dnxcore50",
32+
"net461": {
3533
"dependencies": {
3634
"System.ComponentModel": "4.0.0",
3735
"System.Runtime": "4.0.20",

0 commit comments

Comments
 (0)