Removing imports from src projects
This commit is contained in:
parent
5654310a68
commit
31732c3d91
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -18,12 +18,8 @@
|
|||
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"netstandard1.3": {
|
||||
"imports": [
|
||||
"dotnet5.4"
|
||||
]
|
||||
}
|
||||
"net451": {},
|
||||
"netstandard1.3": {}
|
||||
},
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue