浏览代码

Removing imports from src projects

Pranav K 10 年之前
父节点
当前提交
31732c3d91

+ 3 - 6
src/Microsoft.AspNetCore.Cryptography.Internal/project.json

@@ -9,9 +9,9 @@
     "type": "git",
     "url": "git://github.com/aspnet/dataprotection"
   },
-  "dependencies": { },
+  "dependencies": {},
   "frameworks": {
-    "net451": { },
+    "net451": {},
     "netstandard1.3": {
       "dependencies": {
         "System.Diagnostics.Debug": "4.0.11-*",
@@ -20,10 +20,7 @@
         "System.Runtime.InteropServices": "4.1.0-*",
         "System.Security.Cryptography.Primitives": "4.0.0-*",
         "System.Threading": "4.0.11-*"
-      },
-      "imports": [
-        "dotnet5.4"
-      ]
+      }
     }
   },
   "compilationOptions": {

+ 2 - 5
src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json

@@ -13,16 +13,13 @@
     "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*"
   },
   "frameworks": {
-    "net451": { },
+    "net451": {},
     "netstandard1.3": {
       "dependencies": {
         "System.Runtime.Extensions": "4.1.0-*",
         "System.Security.Cryptography.Algorithms": "4.1.0-*",
         "System.Text.Encoding.Extensions": "4.0.11-*"
-      },
-      "imports": [
-        "dotnet5.4"
-      ]
+      }
     }
   },
   "compilationOptions": {

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

@@ -17,15 +17,12 @@
     "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
   },
   "frameworks": {
-    "net451": { },
+    "net451": {},
     "netstandard1.3": {
       "dependencies": {
         "System.ComponentModel": "4.0.1-*",
         "System.Diagnostics.Debug": "4.0.11-*"
-      },
-      "imports": [
-        "dotnet5.4"
-      ]
+      }
     }
   },
   "compilationOptions": {

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

@@ -18,12 +18,8 @@
     "Microsoft.Extensions.DependencyInjection": "1.0.0-*"
   },
   "frameworks": {
-    "net451": { },
-    "netstandard1.3": {
-      "imports": [
-        "dotnet5.4"
-      ]
-    }
+    "net451": {},
+    "netstandard1.3": {}
   },
   "compilationOptions": {
     "warningsAsErrors": true,

+ 3 - 6
src/Microsoft.AspNetCore.DataProtection.Sources/project.json

@@ -9,17 +9,14 @@
     "type": "git",
     "url": "git://github.com/aspnet/dataprotection"
   },
-  "dependencies": { },
+  "dependencies": {},
   "frameworks": {
-    "net451": { },
+    "net451": {},
     "netstandard1.3": {
       "dependencies": {
         "System.Security.Cryptography.Primitives": "4.0.0-*",
         "System.Text.Encoding.Extensions": "4.0.11-*"
-      },
-      "imports": [
-        "dotnet5.4"
-      ]
+      }
     }
   },
   "shared": "**\\*.cs",

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

@@ -23,7 +23,9 @@
   "frameworks": {
     "net451": {
       "frameworkAssemblies": {
-        "System.Runtime": { "type": "build" },
+        "System.Runtime": {
+          "type": "build"
+        },
         "System.Security": "",
         "System.Xml": "",
         "System.Xml.Linq": ""
@@ -36,10 +38,7 @@
         "System.Security.Claims": "4.0.1-*",
         "System.Security.Principal.Windows": "4.0.0-*",
         "System.Xml.XDocument": "4.0.11-*"
-      },
-      "imports": [
-        "dotnet5.4"
-      ]
+      }
     }
   },
   "compilationOptions": {