Updating dependencies from last known good builds

This commit is contained in:
eerhardt 2016-03-22 15:39:04 +00:00 committed by Eric Erhardt
parent 7a82a98e4c
commit 9bc478660a
96 changed files with 243 additions and 217 deletions

View file

@ -1,13 +1,10 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"NETStandard.Library": "1.5.0-rc2-23922",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-91790-12"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
@ -16,6 +13,5 @@
]
}
},
"testRunner": "xunit"
}