File tree Expand file tree Collapse file tree 4 files changed +17
-20
lines changed
Microsoft.AspNetCore.AngularServices
Microsoft.AspNetCore.NodeServices
Microsoft.AspNetCore.ReactServices
Microsoft.AspNetCore.SpaServices Expand file tree Collapse file tree 4 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Helpers for building Angular 2 applications on ASP.NET Core." ,
3
- "version" : " 1.0 .0-*" ,
3
+ "version" : " 1.1 .0-*" ,
4
4
"packOptions" : {
5
5
"repository" : {
6
6
"type" : " git" ,
18
18
"xmlDoc" : true
19
19
},
20
20
"dependencies" : {
21
- "Microsoft.AspNetCore.Mvc.TagHelpers" : " 1.0.1 " ,
22
- "Microsoft.AspNetCore.SpaServices" : " 1.0 .0-*"
21
+ "Microsoft.AspNetCore.Mvc.TagHelpers" : " 1.1.0 " ,
22
+ "Microsoft.AspNetCore.SpaServices" : " 1.1 .0-*"
23
23
},
24
24
"frameworks" : {
25
25
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Invoke Node.js modules at runtime in ASP.NET Core applications." ,
3
- "version" : " 1.0 .0-*" ,
3
+ "version" : " 1.1 .0-*" ,
4
4
"packOptions" : {
5
5
"repository" : {
6
6
"type" : " git" ,
21
21
"xmlDoc" : true
22
22
},
23
23
"dependencies" : {
24
- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.0" ,
25
- "Microsoft.Extensions.Configuration.Json" : " 1.0.0" ,
26
- "Microsoft.Extensions.Logging.Console" : " 1.0.0" ,
24
+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0" ,
25
+ "Microsoft.Extensions.Logging.Console" : " 1.1.0" ,
27
26
"Newtonsoft.Json" : " 9.0.1" ,
28
- "NETStandard.Library" : " 1.6.0 "
27
+ "NETStandard.Library" : " 1.6.1-* "
29
28
},
30
29
"frameworks" : {
31
30
"net451" : {
32
- "frameworkAssemblies" : {
33
- "System.Net.Http" : " 4.0.0"
34
- },
35
31
"dependencies" : {
36
32
"Microsoft.Tpl.Dataflow" : " 4.5.24"
37
33
}
38
34
},
39
35
"netstandard1.6" : {
40
36
"dependencies" : {
41
- "System.Diagnostics.Process" : " 4.1.0" ,
42
- "System.IO.Pipes" : " 4.0.0" ,
43
- "System.Threading.Tasks.Dataflow" : " 4.6.0"
37
+ "System.Diagnostics.Process" : " 4.3.0" ,
38
+ "System.IO.FileSystem.Watcher" : " 4.3.0" ,
39
+ "System.IO.Pipes" : " 4.3.0" ,
40
+ "System.Threading.Tasks.Dataflow" : " 4.7.0"
44
41
}
45
42
}
46
43
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Helpers for building React applications on ASP.NET Core." ,
3
- "version" : " 1.0 .0-*" ,
3
+ "version" : " 1.1 .0-*" ,
4
4
"packOptions" : {
5
5
"repository" : {
6
6
"type" : " git" ,
18
18
"xmlDoc" : true
19
19
},
20
20
"dependencies" : {
21
- "Microsoft.AspNetCore.Mvc.TagHelpers" : " 1.0.1 " ,
22
- "Microsoft.AspNetCore.SpaServices" : " 1.0 .0-*"
21
+ "Microsoft.AspNetCore.Mvc.TagHelpers" : " 1.1.0 " ,
22
+ "Microsoft.AspNetCore.SpaServices" : " 1.1 .0-*"
23
23
},
24
24
"frameworks" : {
25
25
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Helpers for building single-page applications on ASP.NET MVC Core" ,
3
- "version" : " 1.0 .0-*" ,
3
+ "version" : " 1.1 .0-*" ,
4
4
"packOptions" : {
5
5
"repository" : {
6
6
"type" : " git" ,
21
21
"xmlDoc" : true
22
22
},
23
23
"dependencies" : {
24
- "Microsoft.AspNetCore.Mvc" : " 1.0.1 " ,
25
- "Microsoft.AspNetCore.NodeServices" : " 1.0 .0-*"
24
+ "Microsoft.AspNetCore.Mvc" : " 1.1.0 " ,
25
+ "Microsoft.AspNetCore.NodeServices" : " 1.1 .0-*"
26
26
},
27
27
"frameworks" : {
28
28
"net451" : {},
You can’t perform that action at this time.
0 commit comments