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