Commit b175f18
committed
Reintroduced barebones
At minimum, the `OnTopic.Editor.Web` project needs a reference to `netstandard`. Without this, it will still compile, oddly, but will throw a lot of errors in code analysis due to the **IntelliSense**'s (?) inability to parse the **.NET Standard** libraries (e.g., `OnTopic`, `OnTopic.Web`). Keeping it in doesn't hurt anything, and remains smaller than the previous one we removed.web.config
1 parent 9c5902d commit b175f18
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1093 | 1093 | | |
1094 | 1094 | | |
1095 | 1095 | | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
1096 | 1099 | | |
1097 | 1100 | | |
1098 | 1101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments