Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:28:23 -07:00
parent 5654310a68
commit 31732c3d91
6 changed files with 16 additions and 33 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

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

View File

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

View File

@ -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": {