Updating xunit.assert version in src project

This commit is contained in:
Pranav K 2016-07-05 21:09:18 -07:00
parent 837b304c32
commit acb5c40012
1 changed files with 2 additions and 6 deletions

View File

@ -2,14 +2,10 @@
"version": "1.1.0-*", "version": "1.1.0-*",
"shared": "*.cs", "shared": "*.cs",
"dependencies": { "dependencies": {
"xunit.assert": "2.1.0-*" "xunit.assert": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {}
"imports": [
"dotnet"
]
}
} }
} }