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

Commit f53ef2d

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent 87bfdbc commit f53ef2d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

samples/SampleApp/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.8-servicing-005009-00",
12+
"version": "1.0.8",
1313
"type": "platform"
1414
}
1515
}

src/Microsoft.AspNetCore.Http.Features/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"System.Net.WebSockets": "4.0.0",
3333
"System.Runtime.Extensions": "4.1.0",
3434
"System.Security.Claims": "4.0.1",
35-
"System.Security.Cryptography.X509Certificates": "4.1.2-servicing-25807-02",
35+
"System.Security.Cryptography.X509Certificates": "4.1.2",
3636
"System.Security.Principal": "4.0.1"
3737
}
3838
}

test/Microsoft.AspNetCore.Http.Abstractions.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.8-servicing-005009-00",
16+
"version": "1.0.8",
1717
"type": "platform"
1818
},
1919
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"netcoreapp1.0": {
1111
"dependencies": {
1212
"Microsoft.NETCore.App": {
13-
"version": "1.0.8-servicing-005009-00",
13+
"version": "1.0.8",
1414
"type": "platform"
1515
},
1616
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.Http.Features.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"netcoreapp1.0": {
99
"dependencies": {
1010
"Microsoft.NETCore.App": {
11-
"version": "1.0.8-servicing-005009-00",
11+
"version": "1.0.8",
1212
"type": "platform"
1313
},
1414
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.Http.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"netcoreapp1.0": {
99
"dependencies": {
1010
"Microsoft.NETCore.App": {
11-
"version": "1.0.8-servicing-005009-00",
11+
"version": "1.0.8",
1212
"type": "platform"
1313
},
1414
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.Owin.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"netcoreapp1.0": {
1111
"dependencies": {
1212
"Microsoft.NETCore.App": {
13-
"version": "1.0.8-servicing-005009-00",
13+
"version": "1.0.8",
1414
"type": "platform"
1515
},
1616
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.WebUtilities.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"netcoreapp1.0": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
15-
"version": "1.0.8-servicing-005009-00",
15+
"version": "1.0.8",
1616
"type": "platform"
1717
},
1818
"System.Text.Encoding.Extensions": "4.0.11",

test/Microsoft.Net.Http.Headers.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.8-servicing-005009-00",
12+
"version": "1.0.8",
1313
"type": "platform"
1414
},
1515
"System.Diagnostics.Process": "4.1.0"

0 commit comments

Comments
 (0)