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 +47
-42
lines changed
src/Microsoft.AspNet.StaticFiles
test/Microsoft.AspNet.StaticFiles.Tests Expand file tree Collapse file tree 4 files changed +47
-42
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "projects" : [" src" ]
3
- }
2
+ "projects" : [
3
+ " src"
4
+ ],
5
+ "sdk" : {
6
+ "version" : " 1.0.0-rc1-final"
7
+ }
8
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "commands" : {
3
- "web" : " Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.Urls http://localhost:12345/"
4
- },
5
- "dependencies" : {
6
- "Microsoft.AspNet.Server.Kestrel" : " 1.0.0-* " ,
7
- "Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
8
- "Microsoft.AspNet.Server.WebListener" : " 1.0.0-* " ,
9
- "Microsoft.AspNet.StaticFiles" : " 1.0.0-* " ,
10
- "Microsoft.Extensions.Logging.Console" : " 1.0.0-* "
11
- },
12
- "frameworks" : {
13
- "dnx451" : {},
14
- "dnxcore50" : {}
15
- },
16
- "webroot" : " wwwroot"
17
- }
2
+ "commands" : {
3
+ "web" : " Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.Urls http://localhost:12345/"
4
+ },
5
+ "dependencies" : {
6
+ "Microsoft.AspNet.Server.Kestrel" : " 1.0.0-rc1-final " ,
7
+ "Microsoft.AspNet.Server.IIS" : " 1.0.0-*" ,
8
+ "Microsoft.AspNet.Server.WebListener" : " 1.0.0-rc1-final " ,
9
+ "Microsoft.AspNet.StaticFiles" : " 1.0.0-rc1-final " ,
10
+ "Microsoft.Extensions.Logging.Console" : " 1.0.0-rc1-final "
11
+ },
12
+ "frameworks" : {
13
+ "dnx451" : {},
14
+ "dnxcore50" : {}
15
+ },
16
+ "webroot" : " wwwroot"
17
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0-rc1-final " ,
3
3
"compilationOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk"
10
10
"url" : " git://github.com/aspnet/staticfiles"
11
11
},
12
12
"dependencies" : {
13
- "Microsoft.AspNet.Http.Extensions" : " 1.0.0-* " ,
14
- "Microsoft.AspNet.FileProviders.Abstractions" : " 1.0.0-* " ,
15
- "Microsoft.AspNet.Hosting.Abstractions" : " 1.0.0-* " ,
16
- "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0-* " ,
17
- "Microsoft.Extensions.WebEncoders" : " 1.0.0-* "
13
+ "Microsoft.AspNet.Http.Extensions" : " 1.0.0-rc1-final " ,
14
+ "Microsoft.AspNet.FileProviders.Abstractions" : " 1.0.0-rc1-final " ,
15
+ "Microsoft.AspNet.Hosting.Abstractions" : " 1.0.0-rc1-final " ,
16
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0-rc1-final " ,
17
+ "Microsoft.Extensions.WebEncoders" : " 1.0.0-rc1-final "
18
18
},
19
19
"frameworks" : {
20
20
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
- "compilationOptions" : {
3
- "warningsAsErrors" : true ,
4
- "keyFile" : " ../../tools/Key.snk"
5
- },
6
- "dependencies" : {
7
- "Microsoft.AspNet.StaticFiles" : " 1.0.0-* " ,
8
- "Microsoft.AspNet.TestHost" : " 1.0.0-* " ,
9
- "Microsoft.Extensions.Logging.Testing" : " 1.0.0-* " ,
10
- "xunit.runner.aspnet" : " 2.0.0-aspnet-* "
11
- },
12
- "commands" : {
13
- "test" : " xunit.runner.aspnet"
14
- },
15
- "frameworks" : {
16
- "dnx451" : { },
17
- "dnxcore50" : { }
18
- }
19
- }
2
+ "compilationOptions" : {
3
+ "warningsAsErrors" : true ,
4
+ "keyFile" : " ../../tools/Key.snk"
5
+ },
6
+ "dependencies" : {
7
+ "Microsoft.AspNet.StaticFiles" : " 1.0.0-rc1-final " ,
8
+ "Microsoft.AspNet.TestHost" : " 1.0.0-rc1-final " ,
9
+ "Microsoft.Extensions.Logging.Testing" : " 1.0.0-rc1-final " ,
10
+ "xunit.runner.aspnet" : " 2.0.0-aspnet-rc1-final "
11
+ },
12
+ "commands" : {
13
+ "test" : " xunit.runner.aspnet"
14
+ },
15
+ "frameworks" : {
16
+ "dnx451" : {},
17
+ "dnxcore50" : {}
18
+ }
19
+ }
You can’t perform that action at this time.
0 commit comments