This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
src/Microsoft.AspNetCore.StaticFiles
Microsoft.AspNetCore.StaticFiles.FunctionalTests
Microsoft.AspNetCore.StaticFiles.Tests Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 13
13
"netcoreapp1.0" : {
14
14
"dependencies" : {
15
15
"Microsoft.NETCore.App" : {
16
- "version" : " 1.0 .0-*" ,
16
+ "version" : " 1.1 .0-*" ,
17
17
"type" : " platform"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 20
20
]
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-*" ,
24
23
"Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0-*" ,
24
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-*" ,
25
25
"Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0-*" ,
26
26
"Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-*" ,
27
- "Microsoft.Extensions.WebEncoders" : " 1.1.0-*"
27
+ "Microsoft.Extensions.WebEncoders" : " 1.1.0-*" ,
28
+ "NETStandard.Library" : " 1.6.1-*"
28
29
},
29
30
"frameworks" : {
30
31
"net451" : {},
Original file line number Diff line number Diff line change 17
17
]
18
18
},
19
19
"dependencies" : {
20
- "System.Runtime.InteropServices.RuntimeInformation" : " 4.0.0-*" ,
21
20
"dotnet-test-xunit" : " 2.2.0-*" ,
22
- "Microsoft.AspNetCore.StaticFiles " : " 1.1 .0-*" ,
21
+ "Microsoft.AspNetCore.Server.IntegrationTesting " : " 0.2 .0-*" ,
23
22
"Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-*" ,
24
23
"Microsoft.AspNetCore.Server.WebListener" : " 1.1.0-*" ,
24
+ "Microsoft.AspNetCore.StaticFiles" : " 1.1.0-*" ,
25
25
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
26
- "Microsoft.AspNetCore.Server.IntegrationTesting" : " 0.2.0-*" ,
27
26
"Microsoft.Extensions.Logging.Testing" : " 1.1.0-*" ,
28
27
"xunit" : " 2.2.0-*"
29
28
},
30
29
"frameworks" : {
31
30
"netcoreapp1.0" : {
32
31
"dependencies" : {
33
32
"Microsoft.NETCore.App" : {
34
- "version" : " 1.0 .0-*" ,
33
+ "version" : " 1.1 .0-*" ,
35
34
"type" : " platform"
36
35
}
37
36
}
Original file line number Diff line number Diff line change 16
16
]
17
17
},
18
18
"dependencies" : {
19
- "System.Runtime.InteropServices.RuntimeInformation" : " 4.0.0-*" ,
20
19
"dotnet-test-xunit" : " 2.2.0-*" ,
21
20
"Microsoft.AspNetCore.StaticFiles" : " 1.1.0-*" ,
22
21
"Microsoft.AspNetCore.TestHost" : " 1.1.0-*" ,
28
27
"netcoreapp1.0" : {
29
28
"dependencies" : {
30
29
"Microsoft.NETCore.App" : {
31
- "version" : " 1.0 .0-*" ,
30
+ "version" : " 1.1 .0-*" ,
32
31
"type" : " platform"
33
32
}
34
33
}
You can’t perform that action at this time.
0 commit comments