This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree 32 files changed +98
-68
lines changed
Config.ChangeNotification.Web
Config.CustomProviders.Web
Diagnostics.StatusCodes.Mvc
Localization.EntityFramework
Microsoft.AspNetCore.Mvc.TagHelpers.Localization
Mvc.CustomRoutingConvention
Owin.ConsoleApp.HelloWorld 32 files changed +98
-68
lines changed Original file line number Diff line number Diff line change 3
3
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
4
4
"Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*" ,
5
5
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
6
- "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
7
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
6
+ "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*"
8
7
},
9
8
"frameworks" : {
10
9
"net451" : {},
11
10
"netstandardapp1.5" : {
11
+ "dependencies" : {
12
+ "NETStandard.Library" : " 1.5.0-*"
13
+ },
12
14
"imports" : [
13
15
" dnxcore50"
14
16
]
Original file line number Diff line number Diff line change 3
3
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
4
4
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
5
5
"Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*" ,
6
- "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
7
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
6
+ "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*"
8
7
},
9
8
"frameworks" : {
10
9
"net451" : {},
11
10
"netstandardapp1.5" : {
11
+ "dependencies" : {
12
+ "NETStandard.Library" : " 1.5.0-*"
13
+ },
12
14
"imports" : [
13
15
" dnxcore50"
14
16
]
Original file line number Diff line number Diff line change 3
3
"Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*" ,
4
4
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
5
5
"Microsoft.Extensions.DependencyInjection" : " 1.0.0-*" ,
6
- "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
7
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
6
+ "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*"
8
7
},
9
8
"frameworks" : {
10
9
"net451" : {},
11
10
"netstandardapp1.5" : {
11
+ "dependencies" : {
12
+ "NETStandard.Library" : " 1.5.0-*"
13
+ },
12
14
"imports" : [
13
15
" dnxcore50"
14
16
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
4
- "Microsoft.Extensions.Configuration" : " 1.0.0-*" ,
5
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
4
+ "Microsoft.Extensions.Configuration" : " 1.0.0-*"
6
5
},
7
6
"frameworks" : {
8
7
"net451" : {},
9
8
"netstandardapp1.5" : {
9
+ "dependencies" : {
10
+ "NETStandard.Library" : " 1.5.0-*"
11
+ },
10
12
"imports" : [
11
13
" dnxcore50"
12
14
]
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
7
7
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
8
- "Microsoft.Extensions.Configuration" : " 1.0.0-*" ,
9
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
8
+ "Microsoft.Extensions.Configuration" : " 1.0.0-*"
10
9
},
11
10
"frameworks" : {
12
11
"net451" : {},
13
12
"netstandardapp1.5" : {
13
+ "dependencies" : {
14
+ "NETStandard.Library" : " 1.5.0-*"
15
+ },
14
16
"imports" : [
15
17
" dnxcore50"
16
18
]
Original file line number Diff line number Diff line change 7
7
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
8
8
"Microsoft.Extensions.Configuration" : " 1.0.0-*" ,
9
9
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*" ,
10
- "Microsoft.Extensions.Configuration.Ini" : " 1.0.0-*" ,
11
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
10
+ "Microsoft.Extensions.Configuration.Ini" : " 1.0.0-*"
12
11
},
13
12
"frameworks" : {
14
13
"net451" : {},
15
14
"netstandardapp1.5" : {
15
+ "dependencies" : {
16
+ "NETStandard.Library" : " 1.5.0-*"
17
+ },
16
18
"imports" : [
17
19
" dnxcore50"
18
20
]
Original file line number Diff line number Diff line change 4
4
"Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*" ,
5
5
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
6
6
"Microsoft.Extensions.Configuration" : " 1.0.0-*" ,
7
- "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
8
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
7
+ "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*"
9
8
},
10
9
"frameworks" : {
11
10
"net451" : {},
12
11
"netstandardapp1.5" : {
12
+ "dependencies" : {
13
+ "NETStandard.Library" : " 1.5.0-*"
14
+ },
13
15
"imports" : [
14
16
" dnxcore50"
15
17
]
Original file line number Diff line number Diff line change 5
5
"Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
6
6
"Microsoft.Extensions.Configuration" : " 1.0.0-*" ,
7
7
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*" ,
8
- "Microsoft.Extensions.Configuration.Ini" : " 1.0.0-*" ,
9
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
8
+ "Microsoft.Extensions.Configuration.Ini" : " 1.0.0-*"
10
9
},
11
10
"frameworks" : {
12
11
"net451" : {},
13
12
"netstandardapp1.5" : {
13
+ "dependencies" : {
14
+ "NETStandard.Library" : " 1.5.0-*"
15
+ },
14
16
"imports" : [
15
17
" dnxcore50"
16
18
]
Original file line number Diff line number Diff line change 3
3
"Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*" ,
4
4
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
5
5
"Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
6
- "Microsoft.Extensions.DependencyInjection" : " 1.0.0-*" ,
7
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
6
+ "Microsoft.Extensions.DependencyInjection" : " 1.0.0-*"
8
7
},
9
8
"frameworks" : {
10
9
"net451" : {},
11
10
"netstandardapp1.5" : {
11
+ "dependencies" : {
12
+ "NETStandard.Library" : " 1.5.0-*"
13
+ },
12
14
"imports" : [
13
15
" dnxcore50"
14
16
]
Original file line number Diff line number Diff line change 9
9
" **.vspscc"
10
10
],
11
11
"dependencies" : {
12
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
13
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
12
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*"
14
13
},
15
14
"frameworks" : {
16
15
"net451" : {},
17
16
"netstandardapp1.5" : {
17
+ "dependencies" : {
18
+ "NETStandard.Library" : " 1.5.0-*"
19
+ },
18
20
"imports" : [
19
21
" dnxcore50"
20
22
]
Original file line number Diff line number Diff line change 9
9
" **.vspscc"
10
10
],
11
11
"dependencies" : {
12
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
13
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
12
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*"
14
13
},
15
14
"frameworks" : {
16
15
"net451" : {},
17
16
"netstandardapp1.5" : {
17
+ "dependencies" : {
18
+ "NETStandard.Library" : " 1.5.0-*"
19
+ },
18
20
"imports" : [
19
21
" dnxcore50"
20
22
]
Original file line number Diff line number Diff line change 10
10
],
11
11
"dependencies" : {
12
12
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
13
- "Microsoft.AspNetCore.WebUtilities" : " 1.0.0-*" ,
14
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
13
+ "Microsoft.AspNetCore.WebUtilities" : " 1.0.0-*"
15
14
},
16
15
"frameworks" : {
17
16
"net451" : {
21
20
},
22
21
"netstandardapp1.5" : {
23
22
"dependencies" : {
23
+ "NETStandard.Library" : " 1.5.0-*" ,
24
24
"System.Net.Http" : " 4.0.1-*"
25
25
},
26
26
"imports" : [
Original file line number Diff line number Diff line change 3
3
"emitEntryPoint" : true
4
4
},
5
5
"dependencies" : {
6
- "Microsoft.EntityFrameworkCore.InMemory" : " 1.0.0-*" ,
7
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
6
+ "Microsoft.EntityFrameworkCore.InMemory" : " 1.0.0-*"
8
7
},
9
8
"frameworks" : {
10
9
"net451" : {},
11
10
"netstandardapp1.5" : {
12
11
"dependencies" : {
13
- "System.Console " : " 4.0 .0-*"
12
+ "NETStandard.Library " : " 1.5 .0-*"
14
13
},
15
14
"imports" : [
16
15
" dnxcore50" ,
Original file line number Diff line number Diff line change 3
3
"emitEntryPoint" : true
4
4
},
5
5
"dependencies" : {
6
- "Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.0-*" ,
7
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
6
+ "Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.0-*"
8
7
},
9
8
"frameworks" : {
10
9
"net451" : {
14
13
},
15
14
"netstandardapp1.5" : {
16
15
"dependencies" : {
17
- "System.Console " : " 4.0 .0-*"
16
+ "NETStandard.Library " : " 1.5 .0-*"
18
17
},
19
18
"imports" : [
20
19
" dnxcore50" ,
Original file line number Diff line number Diff line change 22
22
"Microsoft.AspNetCore.Mvc" : " 1.0.0-*" ,
23
23
"Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*" ,
24
24
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
25
- "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
26
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
25
+ "Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*"
27
26
},
28
27
"frameworks" : {
29
28
"net451" : {},
30
29
"netstandardapp1.5" : {
30
+ "dependencies" : {
31
+ "NETStandard.Library" : " 1.5.0-*"
32
+ },
31
33
"imports" : [
32
34
" dnxcore50" ,
33
35
" portable-net451+win8"
Original file line number Diff line number Diff line change 6
6
"Microsoft.AspNetCore.Localization" : " 1.0.0-*" ,
7
7
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
8
8
"Microsoft.EntityFrameworkCore.InMemory" : " 1.0.0-*" ,
9
- "Microsoft.Extensions.Localization" : " 1.0.0-*" ,
10
- "Microsoft.NetCore.Platforms" : " 1.0.1-*"
9
+ "Microsoft.Extensions.Localization" : " 1.0.0-*"
11
10
},
12
11
"commands" : {
13
12
"web" : " Localization.EntityFramework"
19
18
"frameworks" : {
20
19
"net451" : {},
21
20
"netstandardapp1.5" : {
21
+ "dependencies" : {
22
+ "NETStandard.Library" : " 1.5.0-*"
23
+ },
22
24
"imports" : [
23
25
" dnxcore50" ,
24
26
" portable-net451+win8"
Original file line number Diff line number Diff line change 26
26
"Microsoft.Extensions.Logging" : " 1.0.0-*" ,
27
27
"Microsoft.Extensions.Logging.Console" : " 1.0.0-*" ,
28
28
"Microsoft.Extensions.Logging.Debug" : " 1.0.0-*" ,
29
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
30
29
"System.IO" : " 4.1.0-*"
31
30
},
32
31
"commands" : {
37
36
"frameworks" : {
38
37
"net451" : {},
39
38
"netstandardapp1.5" : {
39
+ "dependencies" : {
40
+ "NETStandard.Library" : " 1.5.0-*"
41
+ },
40
42
"imports" : [
41
43
" dnxcore50" ,
42
44
" portable-net451+win8"
Original file line number Diff line number Diff line change 17
17
"dependencies" : {
18
18
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
19
19
"Microsoft.AspNetCore.Diagnostics.Elm" : " 0.1.0-*" ,
20
- "Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*" ,
21
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
20
+ "Microsoft.AspNetCore.IISPlatformHandler" : " 1.0.0-*"
22
21
},
23
22
"frameworks" : {
24
23
"net451" : {},
25
24
"netstandardapp1.5" : {
25
+ "dependencies" : {
26
+ "NETStandard.Library" : " 1.5.0-*"
27
+ },
26
28
"imports" : [
27
29
" dnxcore50"
28
30
]
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"Microsoft.AspNetCore.Mvc.Localization" : " 1.0.0-*" ,
13
- "Microsoft.AspNetCore.Mvc.Razor" : " 1.0.0-*" ,
14
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
13
+ "Microsoft.AspNetCore.Mvc.Razor" : " 1.0.0-*"
15
14
},
16
15
"frameworks" : {
17
16
"net451" : {},
18
17
"netstandard1.5" : {
18
+ "dependencies" : {
19
+ "NETStandard.Library" : " 1.5.0-*"
20
+ },
19
21
"imports" : [
20
22
" dotnet5.6" ,
21
23
" portable-net451+win8"
Original file line number Diff line number Diff line change 36
36
"Microsoft.Extensions.Configuration" : " 1.0.0-*" ,
37
37
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*" ,
38
38
"Microsoft.Extensions.Configuration.Json" : " 1.0.0-*" ,
39
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
40
39
"AutoMapper" : " 4.0.0-alpha1"
41
40
},
42
41
"commands" : {
45
44
"frameworks" : {
46
45
"net451" : {},
47
46
"netstandardapp1.5" : {
47
+ "dependencies" : {
48
+ "NETStandard.Library" : " 1.5.0-*"
49
+ },
48
50
"imports" : [
49
51
" dnxcore50" ,
50
52
" portable-net451+win8"
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"Microsoft.AspNetCore.Mvc" : " 1.0.0-*" ,
11
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
12
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
11
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*"
13
12
},
14
13
"frameworks" : {
15
14
"net451" : {},
16
15
"netstandardapp1.5" : {
16
+ "dependencies" : {
17
+ "NETStandard.Library" : " 1.5.0-*"
18
+ },
17
19
"imports" : [
18
20
" dnxcore50" ,
19
21
" portable-net451+win8"
Original file line number Diff line number Diff line change 4
4
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0-*" ,
5
5
"Microsoft.AspNetCore.StaticFiles" : " 1.0.0-*" ,
6
6
"Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0.0-*" ,
7
- "Microsoft.Extensions.Configuration.Json" : " 1.0.0-*" ,
8
- "Microsoft.NETCore.Platforms" : " 1.0.1-*"
7
+ "Microsoft.Extensions.Configuration.Json" : " 1.0.0-*"
9
8
},
10
9
"compilationOptions" : {
11
10
"emitEntryPoint" : true ,
17
16
"frameworks" : {
18
17
"net451" : {},
19
18
"netstandardapp1.5" : {
19
+ "dependencies" : {
20
+ "NETStandard.Library" : " 1.5.0-*"
21
+ },
20
22
"imports" : [
21
23
" dnxcore50" ,
22
24
" portable-net451+win8"
You can’t perform that action at this time.
0 commit comments