Merge remote-tracking branch 'upstream/rel/1.0.0' into rel101

This commit is contained in:
Eric Erhardt 2017-02-25 14:30:53 -06:00
commit ab887ec024
31 changed files with 1349 additions and 323 deletions

View file

@ -0,0 +1 @@
Random content.

View file

@ -17,5 +17,13 @@
},
"frameworks": {
"netstandard1.5": {}
},
"packOptions": {
"files": {
"include": ["contentitem.txt"],
"mappings": {
"dir/contentitem.txt": "contentitem.txt"
}
}
}
}

View file

@ -97,7 +97,8 @@
"wwwroot",
"**/*.cshtml",
"appsettings.json",
"web.config"
"web.config",
"README.md"
]
},