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

Commit ba2ab93

Browse files
committed
Update CoreFX dependencies
1 parent 55873bc commit ba2ab93

File tree

37 files changed

+38
-38
lines changed

37 files changed

+38
-38
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.1",
36+
"version": "1.1.2",
3737
"type": "platform"
3838
}
3939
}

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

Lines changed: 2 additions & 2 deletions
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.1",
37+
"Microsoft.Extensions.DependencyModel": "1.1.2",
3838
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.1",
3939
"Microsoft.Extensions.HashCodeCombiner.Sources": {
4040
"type": "build",
@@ -56,7 +56,7 @@
5656
},
5757
"NETStandard.Library": "1.6.1",
5858
"System.Buffers": "4.3.0",
59-
"System.Diagnostics.DiagnosticSource": "4.3.0"
59+
"System.Diagnostics.DiagnosticSource": "4.3.1"
6060
},
6161
"frameworks": {
6262
"net451": {},

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.1",
19+
"version": "1.1.2",
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.1",
24+
"version": "1.1.2",
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.1",
35+
"version": "1.1.2",
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.1",
26+
"version": "1.1.2",
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.1",
30+
"version": "1.1.2",
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.1",
26+
"version": "1.1.2",
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.1",
25+
"version": "1.1.2",
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.1",
57+
"version": "1.1.2",
5858
"type": "platform"
5959
}
6060
},

0 commit comments

Comments
 (0)