Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

1.0.4 patch train updates #312

Merged
merged 3 commits into from
Feb 13, 2017
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": ["src", "test"],
"sdk": {
"version": "1.0.0-preview2-1-003177"
"version": "1.0.0-preview2-003154"
}
}
2 changes: 1 addition & 1 deletion samples/HelloWorld/project.json
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.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/HotAddSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.2",
"Microsoft.Extensions.Logging.Console": "1.0.1"
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
"buildOptions": {
"emitEntryPoint": true
Expand All @@ -15,7 +15,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/SelfHostServer/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.2",
"Microsoft.Extensions.Logging.Console": "1.0.1"
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
"buildOptions": {
"emitEntryPoint": true
Expand All @@ -14,7 +14,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Server.WebListener/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.1",
"Microsoft.Net.Http.Headers": "1.0.1",
"Microsoft.AspNetCore.Hosting": "1.0.2",
"Microsoft.Net.Http.Headers": "1.0.2",
"Microsoft.Net.Http.Server": "1.0.2"
},
"buildOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Net.Http.Server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.1",
"Microsoft.Extensions.Logging.Abstractions": "1.0.2",
"Microsoft.Extensions.Primitives": "1.0.1"
},
"buildOptions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
},
"System.Net.Http.WinHttpHandler": "4.0.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.3",
"version": "1.0.4",
"type": "platform"
},
"System.Net.Http": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Net.Http.Server.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.3",
"version": "1.0.4",
"type": "platform"
}
},
Expand Down