This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/Microsoft.AspNetCore.StaticFiles
test/Microsoft.AspNetCore.StaticFiles.Tests Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"emitEntryPoint" : true
4
4
},
5
5
"dependencies" : {
6
- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.3 " ,
7
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.4 " ,
8
- "Microsoft.AspNetCore.StaticFiles" : " 1.0.3 " ,
6
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.4 " ,
7
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.5 " ,
8
+ "Microsoft.AspNetCore.StaticFiles" : " 1.0.4 " ,
9
9
"Microsoft.Extensions.Logging.Console" : " 1.0.2"
10
10
},
11
11
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.3 " ,
2
+ "version" : " 1.0.4 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
21
21
},
22
22
"dependencies" : {
23
23
"Microsoft.AspNetCore.Http.Extensions" : " 1.0.3" ,
24
- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.3 " ,
24
+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.4 " ,
25
25
"Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.1" ,
26
26
"Microsoft.Extensions.Logging.Abstractions" : " 1.0.2" ,
27
27
"Microsoft.Extensions.WebEncoders" : " 1.0.3"
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"System.Runtime.InteropServices.RuntimeInformation" : " 4.0.0" ,
20
20
"dotnet-test-xunit" : " 1.0.0-rc3-000000-01" ,
21
- "Microsoft.AspNetCore.StaticFiles" : " 1.0.3 " ,
22
- "Microsoft.AspNetCore.TestHost" : " 1.0.3 " ,
21
+ "Microsoft.AspNetCore.StaticFiles" : " 1.0.4 " ,
22
+ "Microsoft.AspNetCore.TestHost" : " 1.0.4 " ,
23
23
"Microsoft.AspNetCore.Testing" : " 1.0.1" ,
24
24
"Microsoft.Extensions.Logging.Testing" : " 1.0.2" ,
25
25
"xunit" : " 2.1.0"
You can’t perform that action at this time.
0 commit comments