This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
test/Microsoft.AspNetCore.StaticFiles.Tests Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 6
6
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0-*" ,
7
7
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
8
8
"Microsoft.AspNetCore.StaticFiles" : " 1.0.0-*" ,
9
- "Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
10
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
9
+ "Microsoft.Extensions.Logging.Console" : " 1.0.0-*"
11
10
},
12
11
"frameworks" : {
13
12
"net451" : {},
14
- "netstandardapp1.5 " : {
13
+ "netcoreapp1.0 " : {
15
14
"dependencies" : {
16
- "NETStandard.Library" : " 1.5.0-*"
15
+ "Microsoft.NETCore.App" : {
16
+ "version" : " 1.0.0-*" ,
17
+ "type" : " platform"
18
+ }
17
19
},
18
20
"imports" : [
19
21
" dnxcore50"
Original file line number Diff line number Diff line change 15
15
"xunit" : " 2.1.0"
16
16
},
17
17
"frameworks" : {
18
- "netstandardapp1.5 " : {
18
+ "netcoreapp1.0 " : {
19
19
"dependencies" : {
20
+ "Microsoft.NETCore.App" : {
21
+ "version" : " 1.0.0-*" ,
22
+ "type" : " platform"
23
+ },
20
24
"dotnet-test-xunit" : " 1.0.0-dev-*" ,
21
- "NETStandard.Library" : " 1.5.0-*" ,
22
25
"System.Diagnostics.Process" : " 4.1.0-*"
23
26
},
24
27
"imports" : [
You can’t perform that action at this time.
0 commit comments