Commit 5c1f362
committed
Target dotnet TFM's for class libraries
- Target `net451` and `dotnet5.4`
- Add SPA services project to solution (with .xproj)
- Add NuGet.config
- Update .gitignore1 parent 5ff3e9a commit 5c1f362Copy full SHA for 5c1f362
File tree
Expand file treeCollapse file tree
9 files changed
+106
-58
lines changedOpen diff view settings
Filter options
- Microsoft.AspNet.AngularServices
- Microsoft.AspNet.NodeServices
- HostingModels
- Microsoft.AspNet.ReactServices
- Microsoft.AspNet.SpaServices
Expand file treeCollapse file tree
9 files changed
+106
-58
lines changedOpen diff view settings
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
3 | 29 | |
4 | | - |
| 30 | + |
| 31 | + |
Collapse file
Microsoft.AspNet.AngularServices/project.json
Copy file name to clipboard+9-13Lines changed: 9 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
12 | 8 | |
13 | 9 | |
14 | 10 | |
15 | 11 | |
16 | | - |
17 | | - |
| 12 | + |
| 13 | + |
18 | 14 | |
19 | 15 | |
20 | 16 | |
| ||
25 | 21 | |
26 | 22 | |
27 | 23 | |
| 24 | + |
28 | 25 | |
29 | | - |
30 | 26 | |
31 | 27 | |
32 | 28 | |
33 | 29 | |
34 | 30 | |
35 | | - |
| 31 | + |
Collapse file
Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | | - |
| 69 | + |
70 | 70 | |
71 | 71 | |
72 | 72 | |
|
Collapse file
Microsoft.AspNet.NodeServices/project.json
Copy file name to clipboard+15-19Lines changed: 15 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
12 | 8 | |
13 | | - |
14 | | - |
15 | 9 | |
16 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
17 | 13 | |
18 | 14 | |
19 | | - |
20 | | - |
| 15 | + |
| 16 | + |
21 | 17 | |
22 | 18 | |
23 | 19 | |
24 | | - |
25 | | - |
26 | | - |
| 20 | + |
27 | 21 | |
28 | 22 | |
29 | | - |
| 23 | + |
| 24 | + |
| 25 | + |
30 | 26 | |
31 | 27 | |
32 | 28 | |
33 | 29 | |
34 | 30 | |
35 | 31 | |
36 | | - |
| 32 | + |
Collapse file
Microsoft.AspNet.ReactServices/project.json
Copy file name to clipboard+13-17Lines changed: 13 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
12 | 8 | |
13 | 9 | |
14 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
15 | 16 | |
16 | | - |
17 | | - |
| 17 | + |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| ||
24 | 25 | |
25 | 26 | |
26 | 27 | |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | 28 | |
33 | 29 | |
34 | 30 | |
35 | | - |
| 31 | + |
Collapse file
Microsoft.AspNet.SpaServices/Microsoft.AspNet.SpaServices.xproj
Copy file name to clipboard+19Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
Collapse file
Microsoft.AspNet.SpaServices/project.json
Copy file name to clipboardExpand all lines: Microsoft.AspNet.SpaServices/project.json+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | | - |
| 13 | + |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | | - |
18 | | - |
| 17 | + |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
| 23 | + |
Collapse file
+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
| ||
22 | 23 | |
23 | 24 | |
24 | 25 | |
| 26 | + |
| 27 | + |
25 | 28 | |
26 | 29 | |
27 | 30 | |
| ||
52 | 55 | |
53 | 56 | |
54 | 57 | |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
55 | 62 | |
56 | 63 | |
57 | 64 | |
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
0 commit comments