Updating dependencies from last known good builds
This commit is contained in:
parent
46db1a69bd
commit
ed887d183a
100 changed files with 208 additions and 190 deletions
|
@ -1,18 +1,20 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-23924",
|
||||
"Microsoft.Extensions.Testing.Abstractions": { "target": "project" },
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23924",
|
||||
"System.Diagnostics.Process": "4.1.0-rc2-23924",
|
||||
"TestAppWithPortablePdbs": { "target": "project" },
|
||||
"NETStandard.Library": "1.5.0-rc2-23925",
|
||||
"Microsoft.Extensions.Testing.Abstractions": {
|
||||
"target": "project"
|
||||
},
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925",
|
||||
"System.Diagnostics.Process": "4.1.0-rc2-23925",
|
||||
"TestAppWithPortablePdbs": {
|
||||
"target": "project"
|
||||
},
|
||||
"xunit": "2.1.0",
|
||||
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
||||
"FluentAssertions": "4.2.2",
|
||||
"moq.netcore": "4.4.0-beta8"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
|
@ -22,6 +24,5 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
|
||||
"testRunner": "xunit"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue