Forráskód Böngészése

Fixing CI build break

Pranav K 10 éve
szülő
commit
64f7eff322

+ 2 - 1
test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json

@@ -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",

+ 2 - 1
test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json

@@ -10,7 +10,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",

+ 2 - 1
test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json

@@ -10,7 +10,8 @@
     "netstandardapp1.5": {
       "dependencies": {
         "moq.netcore": "4.4.0-beta8",
-        "dotnet-test-xunit": "1.0.0-dev-*"
+        "dotnet-test-xunit": "1.0.0-dev-*",
+        "System.Diagnostics.Process": "4.1.0-*"
       },
       "imports": [
         "dnxcore50",

+ 2 - 1
test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json

@@ -14,7 +14,8 @@
     "netstandardapp1.5": {
       "dependencies": {
         "moq.netcore": "4.4.0-beta8",
-        "dotnet-test-xunit": "1.0.0-dev-*"
+        "dotnet-test-xunit": "1.0.0-dev-*",
+        "System.Diagnostics.Process": "4.1.0-*"
       },
       "imports": [
         "dnxcore50",

+ 4 - 7
test/Microsoft.AspNetCore.DataProtection.Test.Shared/project.json

@@ -1,16 +1,13 @@
 {
   "frameworks": {
-    "netstandardapp1.5": {
+    "netstandard1.1": {
       "dependencies": {
-        "dotnet-test-xunit": "1.0.0-dev-*",
-        "Microsoft.NETCore.Platforms": "1.0.1-*"
+        "System.Runtime": "4.1.0-*"
       },
       "imports": [
-        "dnxcore50",
-        "portable-net451+win8"
+        "dotnet5.2"
       ]
-    },
-    "net451": {}
+    }
   },
   "shared": "**/*.cs"
 }

+ 2 - 1
test/Microsoft.AspNetCore.DataProtection.Test/project.json

@@ -14,7 +14,8 @@
     "netstandardapp1.5": {
       "dependencies": {
         "moq.netcore": "4.4.0-beta8",
-        "dotnet-test-xunit": "1.0.0-dev-*"
+        "dotnet-test-xunit": "1.0.0-dev-*",
+        "System.Diagnostics.Process": "4.1.0-*"
       },
       "imports": [
         "dnxcore50",