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

Updating partner package versions

Pranav K 9 лет назад
Родитель
Сommit
3d3d6a3fba

+ 2 - 4
samples/AzureBlob/project.json

@@ -3,7 +3,6 @@
   "buildOptions": {
     "emitEntryPoint": true
   },
-
   "dependencies": {
     "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
     "Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
@@ -12,10 +11,9 @@
     "Microsoft.Extensions.Logging.Console": "1.1.0-*",
     "Microsoft.NETCore.App": {
       "type": "platform",
-      "version": "1.0.0"
+      "version": "1.1.0-*"
     }
   },
-
   "frameworks": {
     "netcoreapp1.0": {
       "imports": [
@@ -23,4 +21,4 @@
       ]
     }
   }
-}
+}

+ 2 - 2
samples/Redis/project.json

@@ -14,11 +14,11 @@
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         }
       }
     },
     "net451": {}
   }
-}
+}

+ 4 - 11
src/Microsoft.AspNetCore.Cryptography.Internal/project.json

@@ -11,19 +11,12 @@
       "dataprotection"
     ]
   },
-  "dependencies": {},
+  "dependencies": {
+    "NETStandard.Library": "1.6.1-*"
+  },
   "frameworks": {
     "net451": {},
-    "netstandard1.3": {
-      "dependencies": {
-        "System.Diagnostics.Debug": "4.0.11-*",
-        "System.Resources.ResourceManager": "4.0.1-*",
-        "System.Runtime.Handles": "4.0.1-*",
-        "System.Runtime.InteropServices": "4.1.0-*",
-        "System.Security.Cryptography.Primitives": "4.0.0-*",
-        "System.Threading": "4.0.11-*"
-      }
-    }
+    "netstandard1.3": {}
   },
   "buildOptions": {
     "allowUnsafe": true,

+ 3 - 8
src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json

@@ -12,17 +12,12 @@
     ]
   },
   "dependencies": {
-    "Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*"
+    "Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
+    "NETStandard.Library": "1.6.1-*"
   },
   "frameworks": {
     "net451": {},
-    "netstandard1.3": {
-      "dependencies": {
-        "System.Runtime.Extensions": "4.1.0-*",
-        "System.Security.Cryptography.Algorithms": "4.2.0-*",
-        "System.Text.Encoding.Extensions": "4.0.11-*"
-      }
-    }
+    "netstandard1.3": {}
   },
   "buildOptions": {
     "allowUnsafe": true,

+ 3 - 5
src/Microsoft.AspNetCore.DataProtection.Abstractions/project.json

@@ -19,16 +19,14 @@
     "Microsoft.Extensions.WebEncoders.Sources": {
       "type": "build",
       "version": "1.1.0-*"
-    }
+    },
+    "NETStandard.Library": "1.6.1-*"
   },
   "frameworks": {
     "net451": {},
     "netstandard1.3": {
       "dependencies": {
-        "System.ComponentModel": "4.0.1-*",
-        "System.Diagnostics.Debug": "4.0.11-*",
-        "System.Resources.ResourceManager": "4.0.1-*",
-        "System.Runtime.Extensions": "4.1.0-*"
+        "System.ComponentModel": "4.3.0-*"
       }
     }
   },

+ 1 - 0
src/Microsoft.AspNetCore.DataProtection.Azure.Storage/project.json

@@ -15,6 +15,7 @@
   },
   "dependencies": {
     "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
+    "NETStandard.Library": "1.6.1-*",
     "WindowsAzure.Storage": "7.2.1"
   },
   "frameworks": {

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

@@ -17,7 +17,8 @@
       "type": "build",
       "version": "1.1.0-*"
     },
-    "Microsoft.Extensions.DependencyInjection": "1.1.0-*"
+    "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
+    "NETStandard.Library": "1.6.1-*"
   },
   "frameworks": {
     "net451": {},

+ 1 - 0
src/Microsoft.AspNetCore.DataProtection.Redis/project.json

@@ -14,6 +14,7 @@
   },
   "dependencies": {
     "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
+    "NETStandard.Library": "1.6.1-*",
     "StackExchange.Redis.StrongName": "1.1.605"
   },
   "frameworks": {

+ 4 - 7
src/Microsoft.AspNetCore.DataProtection.Sources/project.json

@@ -11,15 +11,12 @@
       "dataprotection"
     ]
   },
-  "dependencies": {},
+  "dependencies": {
+    "NETStandard.Library": "1.6.1-*"
+  },
   "frameworks": {
     "net451": {},
-    "netstandard1.3": {
-      "dependencies": {
-        "System.Security.Cryptography.Primitives": "4.0.0-*",
-        "System.Text.Encoding.Extensions": "4.0.11-*"
-      }
-    }
+    "netstandard1.3": {}
   },
   "shared": "**\\*.cs",
   "buildOptions": {

+ 5 - 8
src/Microsoft.AspNetCore.DataProtection/project.json

@@ -21,7 +21,8 @@
     "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
     "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
     "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
-    "Microsoft.Extensions.Options": "1.1.0-*"
+    "Microsoft.Extensions.Options": "1.1.0-*",
+    "NETStandard.Library": "1.6.1-*"
   },
   "frameworks": {
     "net451": {
@@ -36,13 +37,9 @@
     },
     "netstandard1.3": {
       "dependencies": {
-        "Microsoft.Win32.Registry": "4.0.0-*",
-        "System.IO.FileSystem": "4.0.1-*",
-        "System.Reflection.Extensions": "4.0.1-*",
-        "System.Security.Cryptography.X509Certificates": "4.1.0-*",
-        "System.Security.Claims": "4.0.1-*",
-        "System.Security.Principal.Windows": "4.0.0-*",
-        "System.Xml.XDocument": "4.0.11-*"
+        "Microsoft.Win32.Registry": "4.3.0-*",
+        "System.Security.Claims": "4.3.0-*",
+        "System.Security.Principal.Windows": "4.3.0-*"
       }
     }
   },

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

@@ -13,7 +13,7 @@
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         }
       },

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

@@ -11,7 +11,7 @@
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         }
       }

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

@@ -11,10 +11,10 @@
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         },
-        "System.Diagnostics.TraceSource": "4.0.0-*"
+        "System.Diagnostics.TraceSource": "4.3.0-*"
       }
     },
     "net451": {}

+ 4 - 5
test/Microsoft.AspNetCore.DataProtection.Azure.Storage.Test/project.json

@@ -5,18 +5,17 @@
     "Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
     "Microsoft.AspNetCore.Testing": "1.1.0-*",
     "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
-    "xunit": "2.2.0-*",
-    "Moq": "4.6.36-*"
+    "Moq": "4.6.36-*",
+    "xunit": "2.2.0-*"
   },
   "frameworks": {
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         },
-        "System.Diagnostics.Process": "4.1.0-*",
-        "System.Diagnostics.TraceSource": "4.0.0-*"
+        "System.Diagnostics.TraceSource": "4.3.0-*"
       },
       "imports": [
         "dnxcore50",

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

@@ -8,17 +8,17 @@
       "version": "1.0.0-*"
     },
     "Microsoft.AspNetCore.Testing": "1.1.0-*",
-    "Moq":  "4.6.36-*",
+    "Moq": "4.6.36-*",
     "xunit": "2.2.0-*"
   },
   "frameworks": {
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         },
-        "System.Diagnostics.TraceSource": "4.0.0-*"
+        "System.Diagnostics.TraceSource": "4.3.0-*"
       }
     },
     "net451": {}

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

@@ -11,7 +11,7 @@
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         }
       }

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

@@ -2,7 +2,7 @@
   "frameworks": {
     "netstandard1.1": {
       "dependencies": {
-        "System.Runtime": "4.1.0-*"
+        "NETStandard.Library": "1.6.1-*"
       }
     }
   },

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

@@ -1,6 +1,5 @@
 {
   "dependencies": {
-    "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
     "dotnet-test-xunit": "2.2.0-*",
     "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
     "Microsoft.AspNetCore.DataProtection.Test.Shared": {
@@ -16,10 +15,10 @@
     "netcoreapp1.0": {
       "dependencies": {
         "Microsoft.NETCore.App": {
-          "version": "1.0.0-*",
+          "version": "1.1.0-*",
           "type": "platform"
         },
-        "System.Diagnostics.TraceSource": "4.0.0-*"
+        "System.Diagnostics.TraceSource": "4.3.0-*"
       }
     },
     "net451": {}