Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Commit

Permalink
Updating to netcoreapp1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Oct 13, 2016
1 parent 9cecbc2 commit a3e7481
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion samples/DatabaseErrorPageSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
2 changes: 1 addition & 1 deletion samples/DeveloperExceptionPageSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
2 changes: 1 addition & 1 deletion samples/ElmPageSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
2 changes: 1 addition & 1 deletion samples/ExceptionHandlerSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
2 changes: 1 addition & 1 deletion samples/MiddlewareAnalysisSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
2 changes: 1 addition & 1 deletion samples/StatusCodePagesSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
2 changes: 1 addition & 1 deletion samples/WelcomePageSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Diagnostics.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down

0 comments on commit a3e7481

Please sign in to comment.