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

Commit

Permalink
Update patch build to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Oct 16, 2017
1 parent 87bfdbc commit f53ef2d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/SampleApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Http.Features/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"System.Net.WebSockets": "4.0.0",
"System.Runtime.Extensions": "4.1.0",
"System.Security.Claims": "4.0.1",
"System.Security.Cryptography.X509Certificates": "4.1.2-servicing-25807-02",
"System.Security.Cryptography.X509Certificates": "4.1.2",
"System.Security.Principal": "4.0.1"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Http.Features.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Http.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Owin.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.WebUtilities.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Text.Encoding.Extensions": "4.0.11",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Net.Http.Headers.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down

0 comments on commit f53ef2d

Please sign in to comment.