Merge branch 'release' into dev

This commit is contained in:
Pranav K 2016-04-08 06:49:12 -07:00
commit e337756cce
3 changed files with 3 additions and 12 deletions

View File

@ -31,10 +31,7 @@
"System.Collections.Concurrent": "4.0.12-*",
"System.Threading.Tasks": "4.0.11-*",
"System.Reflection.Extensions": "4.0.1-*"
},
"imports": [
"dotnet5.4"
]
}
}
}
}

View File

@ -13,10 +13,7 @@
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {},
"imports": [
"dotnet5.4"
]
"dependencies": {}
}
}
}

View File

@ -42,10 +42,7 @@
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Text.RegularExpressions": "4.0.12-*"
},
"imports": [
"dotnet5.4"
]
}
}
}
}