John Luo 10 лет назад
Родитель
Сommit
0d4fe3ba72

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

@@ -6,6 +6,7 @@
       "version": "1.0.0-*"
     },
     "Microsoft.AspNetCore.Testing": "1.0.0-*",
+    "Microsoft.NETCore.Platforms": "1.0.1-*",
     "xunit": "2.1.0"
   },
   "frameworks": {
@@ -17,7 +18,8 @@
     "dnxcore50": {
       "dependencies": {
         "xunit.runner.aspnet": "2.0.0-aspnet-*"
-      }
+      },
+      "imports": "portable-net451+win8"
     }
   },
   "testRunner": "xunit",

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

@@ -4,6 +4,7 @@
     "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
     "Microsoft.AspNetCore.DataProtection.Test.Shared": "1.0.0-*",
     "Microsoft.AspNetCore.Testing": "1.0.0-*",
+    "Microsoft.NETCore.Platforms": "1.0.1-*",
     "xunit": "2.1.0"
   },
   "frameworks": {
@@ -15,7 +16,8 @@
     "dnxcore50": {
       "dependencies": {
         "xunit.runner.aspnet": "2.0.0-aspnet-*"
-      }
+      },
+      "imports": "portable-net451+win8"
     }
   },
   "testRunner": "xunit",

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

@@ -3,6 +3,7 @@
     "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
     "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
     "Microsoft.AspNetCore.Testing": "1.0.0-*",
+    "Microsoft.NETCore.Platforms": "1.0.1-*",
     "xunit": "2.1.0"
   },
   "frameworks": {
@@ -16,7 +17,8 @@
       "dependencies": {
         "moq.netcore": "4.4.0-beta8",
         "xunit.runner.aspnet": "2.0.0-aspnet-*"
-      }
+      },
+      "imports": "portable-net451+win8"
     }
   },
   "testRunner": "xunit",

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

@@ -7,6 +7,7 @@
       "version": "1.0.0-*"
     },
     "Microsoft.AspNetCore.Testing": "1.0.0-*",
+    "Microsoft.NETCore.Platforms": "1.0.1-*",
     "xunit": "2.1.0"
   },
   "frameworks": {
@@ -20,7 +21,8 @@
       "dependencies": {
         "moq.netcore": "4.4.0-beta8",
         "xunit.runner.aspnet": "2.0.0-aspnet-*"
-      }
+      },
+      "imports": "portable-net451+win8"
     }
   },
   "testRunner": "xunit",

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

@@ -7,6 +7,7 @@
     },
     "Microsoft.AspNetCore.Testing": "1.0.0-*",
     "Microsoft.Extensions.DependencyInjection": "1.0.0-*",
+    "Microsoft.NETCore.Platforms": "1.0.1-*",
     "xunit": "2.1.0"
   },
   "frameworks": {
@@ -20,7 +21,8 @@
       "dependencies": {
         "moq.netcore": "4.4.0-beta8",
         "xunit.runner.aspnet": "2.0.0-aspnet-*"
-      }
+      },
+      "imports": "portable-net451+win8"
     }
   },
   "testRunner": "xunit",