@@ -12,7 +12,8 @@
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
- "dotnet-test-xunit": "1.0.0-dev-*"
+ "dotnet-test-xunit": "1.0.0-dev-*",
+ "System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",
@@ -10,7 +10,8 @@
"moq.netcore": "4.4.0-beta8",
@@ -14,7 +14,8 @@
@@ -1,16 +1,13 @@
{
- "netstandardapp1.5": {
+ "netstandard1.1": {
- "dotnet-test-xunit": "1.0.0-dev-*",
- "Microsoft.NETCore.Platforms": "1.0.1-*"
+ "System.Runtime": "4.1.0-*"
- "dnxcore50",
- "portable-net451+win8"
+ "dotnet5.2"
]
- },
- "net451": {}
+ }
"shared": "**/*.cs"
}