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

Commit d38e81a

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent 38857cc commit d38e81a

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.0": {
3434
"dependencies": {
3535
"Microsoft.NETCore.App": {
36-
"version": "1.0.8-servicing-005009-00",
36+
"version": "1.0.8",
3737
"type": "platform"
3838
}
3939
}

src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"xmlDoc": true
2323
},
2424
"dependencies": {
25-
"Microsoft.AspNetCore.Razor.Runtime": "1.0.3",
25+
"Microsoft.AspNetCore.Razor.Runtime": "1.0.4",
2626
"Microsoft.Extensions.Caching.Memory": "1.0.2",
2727
"Microsoft.Extensions.FileProviders.Physical": "1.0.1",
2828
"Microsoft.Extensions.PropertyHelper.Sources": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"Microsoft.NETCore.App": {
20-
"version": "1.0.8-servicing-005009-00",
20+
"version": "1.0.8",
2121
"type": "platform"
2222
},
2323
"moq.netcore": "4.4.0-beta8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
25-
"version": "1.0.8-servicing-005009-00",
25+
"version": "1.0.8",
2626
"type": "platform"
2727
},
2828
"moq.netcore": "4.4.0-beta8",

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
],
3333
"dependencies": {
3434
"Microsoft.NETCore.App": {
35-
"version": "1.0.8-servicing-005009-00",
35+
"version": "1.0.8",
3636
"type": "platform"
3737
},
3838
"moq.netcore": "4.4.0-beta8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.0.8-servicing-005009-00",
27+
"version": "1.0.8",
2828
"type": "platform"
2929
},
3030
"moq.netcore": "4.4.0-beta8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.0.8-servicing-005009-00",
27+
"version": "1.0.8",
2828
"type": "platform"
2929
},
3030
"moq.netcore": "4.4.0-beta8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.0.8-servicing-005009-00",
27+
"version": "1.0.8",
2828
"type": "platform"
2929
},
3030
"moq.netcore": "4.4.0-beta8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"dependencies": {
2525
"Microsoft.NETCore.App": {
26-
"version": "1.0.8-servicing-005009-00",
26+
"version": "1.0.8",
2727
"type": "platform"
2828
},
2929
"moq.netcore": "4.4.0-beta8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"netcoreapp1.0": {
4949
"dependencies": {
5050
"Microsoft.NETCore.App": {
51-
"version": "1.0.8-servicing-005009-00",
51+
"version": "1.0.8",
5252
"type": "platform"
5353
}
5454
},

0 commit comments

Comments
 (0)