Merge remote-tracking branch 'upstream/rel/1.0.0' into rel101
This commit is contained in:
commit
ab887ec024
31 changed files with 1349 additions and 323 deletions
|
@ -0,0 +1 @@
|
|||
Random content.
|
|
@ -17,5 +17,13 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {}
|
||||
},
|
||||
"packOptions": {
|
||||
"files": {
|
||||
"include": ["contentitem.txt"],
|
||||
"mappings": {
|
||||
"dir/contentitem.txt": "contentitem.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -97,7 +97,8 @@
|
|||
"wwwroot",
|
||||
"**/*.cshtml",
|
||||
"appsettings.json",
|
||||
"web.config"
|
||||
"web.config",
|
||||
"README.md"
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue