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 +14
-14
lines changed
src/Microsoft.AspNetCore.StaticFiles
test/Microsoft.AspNetCore.StaticFiles.Tests Expand file tree Collapse file tree 3 files changed +14
-14
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.0 " ,
7
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0 " ,
8
- "Microsoft.AspNetCore.StaticFiles" : " 1.0.0 " ,
9
- "Microsoft.Extensions.Logging.Console" : " 1.0.0 "
6
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.1 " ,
7
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.2 " ,
8
+ "Microsoft.AspNetCore.StaticFiles" : " 1.0.1 " ,
9
+ "Microsoft.Extensions.Logging.Console" : " 1.0.1 "
10
10
},
11
11
"frameworks" : {
12
12
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0 " ,
2
+ "version" : " 1.0.1 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
20
20
]
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.AspNetCore.Http.Extensions" : " 1.0.0 " ,
24
- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.0 " ,
25
- "Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.0 " ,
26
- "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0 " ,
27
- "Microsoft.Extensions.WebEncoders" : " 1.0.0 "
23
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.0.1 " ,
24
+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.1 " ,
25
+ "Microsoft.Extensions.FileProviders.Abstractions" : " 1.0.1 " ,
26
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.0.1 " ,
27
+ "Microsoft.Extensions.WebEncoders" : " 1.0.1 "
28
28
},
29
29
"frameworks" : {
30
30
"net451" : {},
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.0 " ,
22
- "Microsoft.AspNetCore.TestHost" : " 1.0.0 " ,
23
- "Microsoft.AspNetCore.Testing" : " 1.0.0-rtm-21431 " ,
24
- "Microsoft.Extensions.Logging.Testing" : " 1.0.0-rtm-21431 " ,
21
+ "Microsoft.AspNetCore.StaticFiles" : " 1.0.1 " ,
22
+ "Microsoft.AspNetCore.TestHost" : " 1.0.1 " ,
23
+ "Microsoft.AspNetCore.Testing" : " 1.0.1 " ,
24
+ "Microsoft.Extensions.Logging.Testing" : " 1.0.1 " ,
25
25
"xunit" : " 2.1.0"
26
26
},
27
27
"frameworks" : {
You can’t perform that action at this time.
0 commit comments