Updating xunit.assert version in src project
This commit is contained in:
parent
837b304c32
commit
acb5c40012
|
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue