Merge branch 'release/2.1' into dev

This commit is contained in:
Kiran Challa 2018-03-19 16:22:18 -07:00
commit 8f2c029a95
3 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,9 @@
],
"sources": [
{
"copyOnly": [
"wwwroot/**"
],
"modifiers": [
{
"condition": "(TargetFrameworkOverride == '')",

View File

@ -25,6 +25,9 @@
],
"sources": [
{
"copyOnly": [
"wwwroot/**"
],
"modifiers": [
{
"condition": "(TargetFrameworkOverride == '')",

View File

@ -21,6 +21,9 @@
"preferNameDirectory": true,
"sources": [
{
"copyOnly": [
"wwwroot/**"
],
"modifiers": [
{
"condition": "(TargetFrameworkOverride == '')",