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

Commit

Permalink
1.0.4 patch train updates (#1358)
Browse files Browse the repository at this point in the history
* 1.0.4 patch train updates

* Update to Microsoft.NETCore.App 1.0.4 and pin cli to 1.0.0-preview2-003154

* Update NuGet.config
  • Loading branch information
JunTaoLuo authored Feb 13, 2017
1 parent ef5489d commit 8277484
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnetcore-rel-1-0-3/api/v3/index.json" />
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion samples/LargeResponseApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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/SampleApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.3",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.3",
"Microsoft.Extensions.Logging.Console": "1.0.1"
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
"buildOptions": {
"emitEntryPoint": true
Expand All @@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
},
"System.Console": "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Server.Kestrel/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
"System.Threading.Tasks.Extensions": "4.0.0",
"Libuv": "1.9.0",
"Microsoft.AspNetCore.Hosting": "1.0.1",
"Microsoft.Extensions.Logging.Abstractions": "1.0.1"
"Microsoft.AspNetCore.Hosting": "1.0.2",
"Microsoft.Extensions.Logging.Abstractions": "1.0.2"
},
"frameworks": {
"net451": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.2",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.3",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.3",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Logging.Console": "1.0.1",
"Microsoft.Extensions.Logging.Console": "1.0.2",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.1.0"
},
"frameworks": {
"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.AspNetCore.Server.KestrelTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.1",
"Microsoft.AspNetCore.Hosting": "1.0.1"
"Microsoft.AspNetCore.Http.Features": "1.0.2",
"Microsoft.AspNetCore.Hosting": "1.0.2"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.3",
"version": "1.0.4",
"type": "platform"
}
}
Expand Down

0 comments on commit 8277484

Please sign in to comment.