Skip to content

Commit 8032952

Browse files
committed
Updated ASP.NET Core MVC to version 1.1.0
1 parent ada731b commit 8032952

File tree

151 files changed

+167337
-133318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+167337
-133318
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projects": [ "src", "test", "samples" ],
33
"sdk": {
4-
"version": "1.0.0-preview2-003121"
4+
"version": "1.0.0-preview2-1-003177"
55
}
66
}

samples/ApplicationParts/ApplicationParts.Controllers/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"NETStandard.Library": "1.6.0",
4-
"Microsoft.AspNetCore.Mvc": "1.0.1",
5-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
6-
"ApplicationParts.Models": "*",
7-
"ApplicationParts.Services": "*"
3+
"NETStandard.Library": "1.6.1",
4+
"Microsoft.AspNetCore.Mvc": "1.1.0",
5+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0",
6+
"ApplicationParts.Models": "*",
7+
"ApplicationParts.Services": "*"
88
},
99

1010
"frameworks": {

samples/ApplicationParts/ApplicationParts.Controllers/project.lock.json

Lines changed: 2421 additions & 2073 deletions
Large diffs are not rendered by default.

samples/ApplicationParts/ApplicationParts.Models/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"NETStandard.Library": "1.6.0",
4-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
5-
"Microsoft.AspNetCore.Mvc": "1.0.1"
3+
"NETStandard.Library": "1.6.1",
4+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0",
5+
"Microsoft.AspNetCore.Mvc": "1.1.0"
66
},
77

88
"frameworks": {

0 commit comments

Comments
 (0)