Removing unused references from project.json
This commit is contained in:
parent
6e557dc193
commit
f38e258f89
|
|
@ -2,17 +2,11 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.Framework.OptionsModel": "1.0.0-*",
|
|
||||||
"WindowsAzure.Storage": "4.3.0"
|
"WindowsAzure.Storage": "4.3.0"
|
||||||
},
|
},
|
||||||
"frameworkDependencies": {
|
|
||||||
"System.Xml.Linq": "4.0.0.0"
|
|
||||||
},
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {},
|
||||||
},
|
"aspnet50": {}
|
||||||
"aspnet50": {
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
|
|
|
||||||
|
|
@ -1,53 +1,33 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
||||||
|
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
||||||
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
||||||
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
|
||||||
},
|
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Security": "4.0.0.0",
|
"System.Security": "",
|
||||||
"System.Xml": "4.0.0.0",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": "4.0.0.0"
|
"System.Xml.Linq": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
||||||
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
|
||||||
},
|
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Security": "4.0.0.0",
|
"System.Security": "",
|
||||||
"System.Xml": "4.0.0.0",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": "4.0.0.0"
|
"System.Xml.Linq": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
||||||
"Microsoft.Framework.OptionsModel": "1.0.0-*",
|
|
||||||
"Microsoft.Win32.Registry": "4.0.0-beta-*",
|
"Microsoft.Win32.Registry": "4.0.0-beta-*",
|
||||||
"System.Diagnostics.Debug": "4.0.10-beta-*",
|
|
||||||
"System.Diagnostics.Tools": "4.0.0-beta-*",
|
|
||||||
"System.Globalization": "4.0.10-beta-*",
|
|
||||||
"System.IO.FileSystem": "4.0.0-beta-*",
|
|
||||||
"System.Linq": "4.0.0-beta-*",
|
|
||||||
"System.Reflection": "4.0.10-beta-*",
|
|
||||||
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
|
|
||||||
"System.Resources.ResourceManager": "4.0.0-beta-*",
|
|
||||||
"System.Runtime": "4.0.20-beta-*",
|
|
||||||
"System.Runtime.Extensions": "4.0.10-beta-*",
|
|
||||||
"System.Runtime.Handles": "4.0.0-beta-*",
|
|
||||||
"System.Runtime.InteropServices": "4.0.20-beta-*",
|
|
||||||
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
|
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
|
||||||
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
|
|
||||||
"System.Security.Cryptography.Encryption.Aes": "4.0.0-beta-*",
|
"System.Security.Cryptography.Encryption.Aes": "4.0.0-beta-*",
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
|
||||||
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*",
|
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*",
|
||||||
"System.Security.Principal.Windows": "4.0.0-beta-*",
|
"System.Security.Principal.Windows": "4.0.0-beta-*",
|
||||||
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
|
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
|
||||||
"System.Threading": "4.0.0-beta-*",
|
|
||||||
"System.Xml.XDocument": "4.0.0-beta-*"
|
"System.Xml.XDocument": "4.0.0-beta-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue