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

Commit 56b53d8

Browse files
author
Nate McMaster
committed
Update dependencies to the latest patch
1 parent 7b9f541 commit 56b53d8

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

samples/MvcSandbox/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"netcoreapp1.1": {
3434
"dependencies": {
3535
"Microsoft.NETCore.App": {
36-
"version": "1.1.5-servicing-001651-00",
36+
"version": "1.1.5",
3737
"type": "platform"
3838
}
3939
}

src/Microsoft.AspNetCore.Mvc.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"version": "1.1.1",
3535
"type": "build"
3636
},
37-
"Microsoft.Extensions.DependencyModel": "1.1.4-servicing-001651",
37+
"Microsoft.Extensions.DependencyModel": "1.1.4-servicing-001653",
3838
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.1",
3939
"Microsoft.Extensions.HashCodeCombiner.Sources": {
4040
"type": "build",

test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"netcoreapp1.1": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.1.5-servicing-001651-00",
19+
"version": "1.1.5",
2020
"type": "platform"
2121
},
2222
"System.Diagnostics.TraceSource": "4.3.0"

test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"netcoreapp1.1": {
2222
"dependencies": {
2323
"Microsoft.NETCore.App": {
24-
"version": "1.1.5-servicing-001651-00",
24+
"version": "1.1.5",
2525
"type": "platform"
2626
},
2727
"System.Diagnostics.TraceSource": "4.3.0"

test/Microsoft.AspNetCore.Mvc.Core.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"netcoreapp1.1": {
3333
"dependencies": {
3434
"Microsoft.NETCore.App": {
35-
"version": "1.1.5-servicing-001651-00",
35+
"version": "1.1.5",
3636
"type": "platform"
3737
},
3838
"System.Diagnostics.TraceSource": "4.3.0"

test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"netcoreapp1.1": {
2424
"dependencies": {
2525
"Microsoft.NETCore.App": {
26-
"version": "1.1.5-servicing-001651-00",
26+
"version": "1.1.5",
2727
"type": "platform"
2828
},
2929
"System.Diagnostics.TraceSource": "4.3.0"

test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"netcoreapp1.1": {
2828
"dependencies": {
2929
"Microsoft.NETCore.App": {
30-
"version": "1.1.5-servicing-001651-00",
30+
"version": "1.1.5",
3131
"type": "platform"
3232
},
3333
"System.Diagnostics.TraceSource": "4.3.0"

test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"netcoreapp1.1": {
2424
"dependencies": {
2525
"Microsoft.NETCore.App": {
26-
"version": "1.1.5-servicing-001651-00",
26+
"version": "1.1.5",
2727
"type": "platform"
2828
},
2929
"System.Diagnostics.TraceSource": "4.3.0"

test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"netcoreapp1.1": {
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
25-
"version": "1.1.5-servicing-001651-00",
25+
"version": "1.1.5",
2626
"type": "platform"
2727
},
2828
"System.Diagnostics.TraceSource": "4.3.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"netcoreapp1.1": {
5555
"dependencies": {
5656
"Microsoft.NETCore.App": {
57-
"version": "1.1.5-servicing-001651-00",
57+
"version": "1.1.5",
5858
"type": "platform"
5959
}
6060
},

0 commit comments

Comments
 (0)