Просмотр исходного кода

Add missing framework assemblies

Brennan 10 лет назад
Родитель
Сommit
314bc21413

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

@@ -20,7 +20,11 @@
     "dnx451": {
       "dependencies": {
         "xunit.runner.console": "2.1.0"
-    }
+      },
+      "frameworkAssemblies": {
+        "System.Runtime": "",
+        "System.Threading.Tasks": ""
+      }
     }
   },
   "testRunner": "xunit",

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

@@ -18,7 +18,11 @@
     "dnx451": {
       "dependencies": {
         "xunit.runner.console": "2.1.0"
-    }
+      },
+      "frameworkAssemblies": {
+        "System.Runtime": "",
+        "System.Threading.Tasks": ""
+      }
     }
   },
   "testRunner": "xunit",

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

@@ -19,7 +19,11 @@
       "dependencies": {
         "Moq": "4.2.1312.1622",
         "xunit.runner.console": "2.1.0"
-    }
+      },
+      "frameworkAssemblies": {
+        "System.Runtime": "",
+        "System.Threading.Tasks": ""
+      }
     }
   },
   "testRunner": "xunit",

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

@@ -23,7 +23,11 @@
       "dependencies": {
         "Moq": "4.2.1312.1622",
         "xunit.runner.console": "2.1.0"
-    }
+      },
+      "frameworkAssemblies": {
+        "System.Runtime": "",
+        "System.Threading.Tasks": ""
+      }
     }
   },
   "testRunner": "xunit",

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

@@ -23,7 +23,11 @@
       "dependencies": {
         "Moq": "4.2.1312.1622",
         "xunit.runner.console": "2.1.0"
-    }
+      },
+      "frameworkAssemblies": {
+        "System.Runtime": "",
+        "System.Threading.Tasks": ""
+      }
     }
   },
   "testRunner": "xunit",