IT LIVES! (on dotnet core)

Commented out RSS feed stuff dependent on SyndicationFeed; revamped
bootstrapper to make everything work in the proper order; qualified
resource name in Resources project
This commit is contained in:
Daniel J. Summers
2016-09-18 15:01:16 -05:00
parent 1c3e84f5ec
commit 3f9665a2e6
10 changed files with 71 additions and 48 deletions

View File

@@ -1,6 +1,9 @@
{
"buildOptions": {
"emitEntryPoint": true
"emitEntryPoint": true,
"copyToOutput": {
"include": "views"
}
},
"dependencies": {
"MyWebLog.App": "0.9.2",