File tree Expand file tree Collapse file tree 4 files changed +22
-10
lines changed
Microsoft.AspNetCore.AngularServices
Microsoft.AspNetCore.NodeServices
Microsoft.AspNetCore.ReactServices
Microsoft.AspNetCore.SpaServices Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 1313 "Microsoft.AspNetCore.SpaServices" : " 1.0.0-*"
1414 },
1515 "frameworks" : {
16- "netcoreapp1.0" : {
16+ "net451" : {
17+ },
18+ "netstandard1.5" : {
1719 "imports" : [
1820 " dotnet5.6" ,
1921 " dnxcore50" ,
Original file line number Diff line number Diff line change 66 },
77 "authors" : [ " Microsoft" ],
88 "dependencies" : {
9- "Microsoft.NETCore.App" : {
10- "version" : " 1.0.0-rc2-*" ,
11- "type" : " platform"
12- },
13- "System.IO.Pipes" : " 4.0.0-*" ,
149 "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.0-*" ,
1510 "Microsoft.Extensions.Configuration.Json" : " 1.0.0-*" ,
1611 "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0-*" ,
1712 "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-*" ,
1813 "Newtonsoft.Json" : " 8.0.3"
1914 },
2015 "frameworks" : {
16+ "net451" : {
17+ "frameworkAssemblies" : {
18+ "System.Net.Http" : " 4.0.0.0"
19+ }
20+ },
2121 "netstandard1.3" : {
2222 "imports" : [
2323 " dotnet5.6" ,
2424 " dnxcore50" ,
2525 " portable-net45+win8"
26- ]
26+ ],
27+ "dependencies" : {
28+ "System.Console" : " 4.0.0-*" ,
29+ "System.Diagnostics.Process" : " 4.1.0-*" ,
30+ "System.Net.Http" : " 4.0.1-*" ,
31+ "System.Text.RegularExpressions" : " 4.0.12-*"
32+ }
2733 }
2834 },
2935 "buildOptions" : {
3036 "embed" : [
3137 " Content/**/*"
3238 ]
33- }
39+ }
3440}
Original file line number Diff line number Diff line change 1313 "Microsoft.AspNetCore.SpaServices" : " 1.0.0-*"
1414 },
1515 "frameworks" : {
16- "netcoreapp1.0" : {
16+ "net451" : {
17+ },
18+ "netstandard1.5" : {
1719 "imports" : [
1820 " dotnet5.6" ,
1921 " dnxcore50" ,
Original file line number Diff line number Diff line change 1212 "Microsoft.AspNetCore.NodeServices" : " 1.0.0-*"
1313 },
1414 "frameworks" : {
15- "netcoreapp1.0" : {
15+ "net451" : {
16+ },
17+ "netstandard1.5" : {
1618 "imports" : [
1719 " dotnet5.6" ,
1820 " dnxcore50" ,
You can’t perform that action at this time.
0 commit comments