This repository was archived by the owner on Dec 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed
Microsoft.AspNetCore.Hosting.Abstractions
Microsoft.AspNetCore.Hosting.Server.Abstractions
Microsoft.AspNetCore.Hosting.WindowsServices
Microsoft.AspNetCore.Hosting
Microsoft.AspNetCore.Server.Testing
Microsoft.AspNetCore.TestHost
Microsoft.AspNetCore.Hosting.Tests
Microsoft.AspNetCore.TestHost.Tests Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "Microsoft.AspNetCore.Hosting" : " 1.0.4 " ,
3
+ "Microsoft.AspNetCore.Hosting" : " 1.0.5 " ,
4
4
"Microsoft.Extensions.Configuration.CommandLine" : " 1.0.2" ,
5
5
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.2" ,
6
6
"Microsoft.Extensions.Configuration.Json" : " 1.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.4 " ,
2
+ "version" : " 1.0.5 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
20
20
]
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Http.Abstractions" : " 1.0.3 " ,
24
- "Microsoft.AspNetCore.Hosting.Server.Abstractions" : " 1.0.4 " ,
23
+ "Microsoft.AspNetCore.Http.Abstractions" : " 1.0.4 " ,
24
+ "Microsoft.AspNetCore.Hosting.Server.Abstractions" : " 1.0.5 " ,
25
25
"Microsoft.Extensions.Configuration.Abstractions" : " 1.0.2" ,
26
26
"Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.2" ,
27
27
"Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.4 " ,
2
+ "version" : " 1.0.5 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
20
20
]
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Http.Features" : " 1.0.3 " ,
23
+ "Microsoft.AspNetCore.Http.Features" : " 1.0.4 " ,
24
24
"Microsoft.Extensions.Configuration.Abstractions" : " 1.0.2"
25
25
},
26
26
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.4 " ,
2
+ "version" : " 1.0.5 " ,
3
3
"description" : " ASP.NET Core hosting infrastructure and startup logic for web applications running within a Windows service." ,
4
4
"packOptions" : {
5
5
"repository" : {
20
20
"xmlDoc" : true
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Hosting" : " 1.0.4 "
23
+ "Microsoft.AspNetCore.Hosting" : " 1.0.5 "
24
24
},
25
25
"frameworks" : {
26
26
"net451" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.4 " ,
2
+ "version" : " 1.0.5 " ,
3
3
"description" : " ASP.NET Core hosting infrastructure and startup logic for web applications." ,
4
4
"packOptions" : {
5
5
"repository" : {
20
20
"xmlDoc" : true
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.4 " ,
24
- "Microsoft.AspNetCore.Hosting.Server.Abstractions" : " 1.0.4 " ,
25
- "Microsoft.AspNetCore.Http" : " 1.0.3 " ,
26
- "Microsoft.AspNetCore.Http.Extensions" : " 1.0.3 " ,
23
+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.5 " ,
24
+ "Microsoft.AspNetCore.Hosting.Server.Abstractions" : " 1.0.5 " ,
25
+ "Microsoft.AspNetCore.Http" : " 1.0.4 " ,
26
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.0.4 " ,
27
27
"Microsoft.Extensions.FileProviders.Physical" : " 1.0.1" ,
28
28
"Microsoft.Extensions.Options" : " 1.0.2" ,
29
29
"Microsoft.Extensions.Configuration" : " 1.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.4 " ,
2
+ "version" : " 0.1.5 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.4 " ,
2
+ "version" : " 1.0.5 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
21
21
]
22
22
},
23
23
"dependencies" : {
24
- "Microsoft.AspNetCore.Hosting" : " 1.0.4 "
24
+ "Microsoft.AspNetCore.Hosting" : " 1.0.5 "
25
25
},
26
26
"frameworks" : {
27
27
"net451" : {
Original file line number Diff line number Diff line change 16
16
"dependencies" : {
17
17
"System.Runtime.InteropServices.RuntimeInformation" : " 4.0.0" ,
18
18
"dotnet-test-xunit" : " 1.0.0-rc3-000000-01" ,
19
- "Microsoft.AspNetCore.Hosting" : " 1.0.4 " ,
20
- "Microsoft.AspNetCore.Owin" : " 1.0.3 " ,
19
+ "Microsoft.AspNetCore.Hosting" : " 1.0.5 " ,
20
+ "Microsoft.AspNetCore.Owin" : " 1.0.4 " ,
21
21
"Microsoft.AspNetCore.Testing" : " 1.0.1" ,
22
22
"Microsoft.Extensions.Options" : " 1.0.2" ,
23
23
"Microsoft.Extensions.Logging.Testing" : " 1.0.2" ,
28
28
"netcoreapp1.0" : {
29
29
"dependencies" : {
30
30
"Microsoft.NETCore.App" : {
31
- "version" : " 1.0.7 " ,
31
+ "version" : " 1.0.8-servicing-005009-00 " ,
32
32
"type" : " platform"
33
33
},
34
34
"System.Diagnostics.Process" : " 4.1.0"
Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"dotnet-test-xunit" : " 1.0.0-rc3-000000-01" ,
8
- "Microsoft.AspNetCore.TestHost" : " 1.0.4 " ,
8
+ "Microsoft.AspNetCore.TestHost" : " 1.0.5 " ,
9
9
"Microsoft.AspNetCore.Testing" : " 1.0.1" ,
10
10
"Microsoft.Extensions.DiagnosticAdapter" : " 1.0.2" ,
11
11
"xunit" : " 2.1.0"
14
14
"netcoreapp1.0" : {
15
15
"dependencies" : {
16
16
"Microsoft.NETCore.App" : {
17
- "version" : " 1.0.7 " ,
17
+ "version" : " 1.0.8-servicing-005009-00 " ,
18
18
"type" : " platform"
19
19
},
20
20
"System.Diagnostics.Process" : " 4.1.0"
You can’t perform that action at this time.
0 commit comments