Removing unused dependencies
This commit is contained in:
parent
79fca22b3b
commit
6fabd6f064
|
|
@ -16,12 +16,7 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.ComponentModel": "4.0.1-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-*",
|
||||
"System.Reflection": "4.0.11-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Security.Cryptography.Primitives": "4.0.0-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
||||
"System.Diagnostics.Debug": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -28,9 +28,6 @@
|
|||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Registry": "4.0.0-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Reflection.Extensions": "4.0.1-*",
|
||||
"System.Reflection.TypeExtensions": "4.0.1-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
|
||||
"System.Security.Claims": "4.0.1-*",
|
||||
"System.Security.Principal.Windows": "4.0.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue