Skip to content

Commit 65025d4

Browse files
committed
Updating to netcoreapp1.1
1 parent d376a1f commit 65025d4

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

samples/DatabaseErrorPageSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"frameworks": {
1717
"net451": {},
18-
"netcoreapp1.0": {
18+
"netcoreapp1.1": {
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
2121
"version": "1.1.0-*",

samples/DeveloperExceptionPageSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"frameworks": {
1111
"net451": {},
12-
"netcoreapp1.0": {
12+
"netcoreapp1.1": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
1515
"version": "1.1.0-*",

samples/ElmPageSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"frameworks": {
1111
"net451": {},
12-
"netcoreapp1.0": {
12+
"netcoreapp1.1": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
1515
"version": "1.1.0-*",

samples/ExceptionHandlerSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"frameworks": {
1212
"net451": {},
13-
"netcoreapp1.0": {
13+
"netcoreapp1.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
1616
"version": "1.1.0-*",

samples/MiddlewareAnalysisSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"frameworks": {
1414
"net451": {},
15-
"netcoreapp1.0": {
15+
"netcoreapp1.1": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
1818
"version": "1.1.0-*",

samples/StatusCodePagesSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"frameworks": {
1111
"net451": {},
12-
"netcoreapp1.0": {
12+
"netcoreapp1.1": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
1515
"version": "1.1.0-*",

samples/WelcomePageSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"frameworks": {
1111
"net451": {},
12-
"netcoreapp1.0": {
12+
"netcoreapp1.1": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
1515
"version": "1.1.0-*",

test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"testRunner": "xunit",
88
"frameworks": {
9-
"netcoreapp1.0": {
9+
"netcoreapp1.1": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
1212
"version": "1.1.0-*",

test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"testRunner": "xunit",
2121
"frameworks": {
22-
"netcoreapp1.0": {
22+
"netcoreapp1.1": {
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
2525
"version": "1.1.0-*",

test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"xunit": "2.2.0-*"
1515
},
1616
"frameworks": {
17-
"netcoreapp1.0": {
17+
"netcoreapp1.1": {
1818
"dependencies": {
1919
"Microsoft.NETCore.App": {
2020
"version": "1.1.0-*",

0 commit comments

Comments
 (0)