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

Commit

Permalink
1.0.7 patch version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Oct 11, 2017
1 parent 3f5dea5 commit 87bfdbc
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions samples/SampleApp/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http.Extensions": "1.0.3"
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Http.Extensions": "1.0.4"
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Http.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"description": "ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Builder.IApplicationBuilder\r\nMicrosoft.AspNetCore.Http.HttpContext\r\nMicrosoft.AspNetCore.Http.HttpRequest\r\nMicrosoft.AspNetCore.Http.HttpResponse",
"packOptions": {
"repository": {
Expand All @@ -19,7 +19,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.3",
"Microsoft.AspNetCore.Http.Features": "1.0.4",
"Microsoft.Extensions.ActivatorUtilities.Sources": {
"type": "build",
"version": "1.0.1"
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNetCore.Http.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"description": "ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.",
"packOptions": {
"repository": {
Expand All @@ -19,9 +19,9 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.3",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.4",
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.1",
"Microsoft.Net.Http.Headers": "1.0.3",
"Microsoft.Net.Http.Headers": "1.0.4",
"System.Buffers": "4.0.0"
},
"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Http.Features/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"description": "ASP.NET Core HTTP feature interface definitions.",
"packOptions": {
"repository": {
Expand Down 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.1",
"System.Security.Cryptography.X509Certificates": "4.1.2-servicing-25807-02",
"System.Security.Principal": "4.0.1"
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Http/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"description": "ASP.NET Core default HTTP feature implementations.",
"packOptions": {
"repository": {
Expand All @@ -20,11 +20,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.3",
"Microsoft.AspNetCore.WebUtilities": "1.0.3",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.4",
"Microsoft.AspNetCore.WebUtilities": "1.0.4",
"Microsoft.Extensions.ObjectPool": "1.0.1",
"Microsoft.Extensions.Options": "1.0.2",
"Microsoft.Net.Http.Headers": "1.0.3",
"Microsoft.Net.Http.Headers": "1.0.4",
"System.Buffers": "4.0.0"
},
"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Owin/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.",
"packOptions": {
"repository": {
Expand All @@ -21,7 +21,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.3"
"Microsoft.AspNetCore.Http": "1.0.4"
},
"frameworks": {
"net451": {},
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.WebUtilities/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"description": "ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.",
"packOptions": {
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Net.Http.Headers/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"description": "HTTP header parser implementations.",
"packOptions": {
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Testing": "1.0.1",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http.Extensions": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Http.Extensions": "1.0.4",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Http.Features.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http.Features": "1.0.3",
"Microsoft.AspNetCore.Http.Features": "1.0.4",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Http.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Owin.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Owin": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Owin": "1.0.4",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.WebUtilities.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.WebUtilities": "1.0.3",
"Microsoft.AspNetCore.WebUtilities": "1.0.4",
"xunit": "2.1.0"
},
"buildOptions": {
Expand All @@ -12,7 +12,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Text.Encoding.Extensions": "4.0.11",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.Net.Http.Headers.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Net.Http.Headers": "1.0.3",
"Microsoft.Net.Http.Headers": "1.0.4",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down

0 comments on commit 87bfdbc

Please sign in to comment.