From bb287d9c34cd189f669e40636cfd1ea79499c7ae Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Mon, 15 Feb 2016 20:39:48 +0100 Subject: [PATCH] Less dependencies --- NLog.Web.ASPNET5/project.json | 11 - NLog.Web.ASPNET5/project.lock.json | 351 +++++++++-------------------- 2 files changed, 102 insertions(+), 260 deletions(-) diff --git a/NLog.Web.ASPNET5/project.json b/NLog.Web.ASPNET5/project.json index c6f22ace..cf989f57 100644 --- a/NLog.Web.ASPNET5/project.json +++ b/NLog.Web.ASPNET5/project.json @@ -20,11 +20,6 @@ "dnxcore50": { "compilationOptions": { "define": [ "DOTNET5_4", "DNX" ] }, "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23516", - "System.Collections": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23516", - "System.Threading": "4.0.11-beta-23516", "Microsoft.AspNet.Hosting": "1.0.0-rc1-final", "NLog": "4.4.0-alpha1" @@ -32,14 +27,8 @@ } }, "net451": { - "compilationOptions": { "define": [ "DOTNET5_4", "DNX451", "DNX" ] }, "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23516", - "System.Collections": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23516", - "System.Threading": "4.0.11-beta-23516", "Microsoft.AspNet.Hosting": "1.0.0-rc1-final", "NLog": "4.4.0-alpha1" } diff --git a/NLog.Web.ASPNET5/project.lock.json b/NLog.Web.ASPNET5/project.lock.json index 767a8c31..08ae0148 100644 --- a/NLog.Web.ASPNET5/project.lock.json +++ b/NLog.Web.ASPNET5/project.lock.json @@ -191,33 +191,6 @@ "lib/dotnet5.4/Microsoft.AspNet.WebUtilities.dll": {} } }, - "Microsoft.CSharp/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Dynamic.Runtime": "4.0.0", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.1/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.CSharp.dll": {} - } - }, "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { @@ -1767,18 +1740,6 @@ "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} } }, - "Microsoft.CSharp/4.0.1-beta-23516": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { @@ -2064,15 +2025,6 @@ "lib/net35/NLog.dll": {} } }, - "System.Collections/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { "type": "package", "dependencies": { @@ -2096,16 +2048,7 @@ "lib/net45/_._": {} } }, - "System.Linq/4.0.1-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.0.21-beta-23516": { + "System.Runtime/4.0.0": { "type": "package", "compile": { "ref/net45/_._": {} @@ -2114,7 +2057,7 @@ "lib/net45/_._": {} } }, - "System.Threading/4.0.11-beta-23516": { + "System.Threading/4.0.0": { "type": "package", "compile": { "ref/net45/_._": {} @@ -2313,33 +2256,6 @@ "lib/dotnet5.4/Microsoft.AspNet.WebUtilities.dll": {} } }, - "Microsoft.CSharp/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Dynamic.Runtime": "4.0.0", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.1/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.CSharp.dll": {} - } - }, "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { @@ -4278,33 +4194,6 @@ "lib/dotnet5.4/Microsoft.AspNet.WebUtilities.dll": {} } }, - "Microsoft.CSharp/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Dynamic.Runtime": "4.0.0", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.1/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.CSharp.dll": {} - } - }, "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { @@ -6256,18 +6145,6 @@ "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} } }, - "Microsoft.CSharp/4.0.1-beta-23516": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { @@ -6553,21 +6430,6 @@ "lib/net35/NLog.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - } - }, - "System.Collections/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { "type": "package", "dependencies": { @@ -6591,7 +6453,7 @@ "lib/net45/_._": {} } }, - "System.Linq/4.0.1-beta-23516": { + "System.Runtime/4.0.0": { "type": "package", "compile": { "ref/net45/_._": {} @@ -6600,16 +6462,7 @@ "lib/net45/_._": {} } }, - "System.Runtime/4.0.21-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.11-beta-23516": { + "System.Threading/4.0.0": { "type": "package", "compile": { "ref/net45/_._": {} @@ -6821,18 +6674,6 @@ "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} } }, - "Microsoft.CSharp/4.0.1-beta-23516": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { @@ -7118,21 +6959,6 @@ "lib/net35/NLog.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - } - }, - "System.Collections/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { "type": "package", "dependencies": { @@ -7156,16 +6982,7 @@ "lib/net45/_._": {} } }, - "System.Linq/4.0.1-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.0.21-beta-23516": { + "System.Runtime/4.0.0": { "type": "package", "compile": { "ref/net45/_._": {} @@ -7174,7 +6991,7 @@ "lib/net45/_._": {} } }, - "System.Threading/4.0.11-beta-23516": { + "System.Threading/4.0.0": { "type": "package", "compile": { "ref/net45/_._": {} @@ -7320,56 +7137,6 @@ "Microsoft.AspNet.WebUtilities.nuspec" ] }, - "Microsoft.CSharp/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "fb+HO3nIjHao9lqsVVM0ne3GM/+1EfRQUoM58cxEOt+5biy/8DQ1nxIahZ9VaJKw7Wgb6XhRhsdwg8DkePEOJA==", - "files": [ - "lib/dotnet5.4/Microsoft.CSharp.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-beta-23516.nupkg", - "Microsoft.CSharp.4.0.1-beta-23516.nupkg.sha512", - "Microsoft.CSharp.nuspec", - "ref/dotnet5.1/de/Microsoft.CSharp.xml", - "ref/dotnet5.1/es/Microsoft.CSharp.xml", - "ref/dotnet5.1/fr/Microsoft.CSharp.xml", - "ref/dotnet5.1/it/Microsoft.CSharp.xml", - "ref/dotnet5.1/ja/Microsoft.CSharp.xml", - "ref/dotnet5.1/ko/Microsoft.CSharp.xml", - "ref/dotnet5.1/Microsoft.CSharp.dll", - "ref/dotnet5.1/Microsoft.CSharp.xml", - "ref/dotnet5.1/ru/Microsoft.CSharp.xml", - "ref/dotnet5.1/zh-hans/Microsoft.CSharp.xml", - "ref/dotnet5.1/zh-hant/Microsoft.CSharp.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "sha512": "kg3kR7H12Bs46TiuF7YT8A3SNXehhBcwsArIMQIH2ecXGkg5MPWDl2OR6bnQu6k0OMu9QUiv1oiwC9yU7rHWfw==", @@ -9784,6 +9551,54 @@ "System.Resources.ResourceManager.nuspec" ] }, + "System.Runtime/4.0.0": { + "type": "package", + "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Runtime.xml", + "ref/dotnet/es/System.Runtime.xml", + "ref/dotnet/fr/System.Runtime.xml", + "ref/dotnet/it/System.Runtime.xml", + "ref/dotnet/ja/System.Runtime.xml", + "ref/dotnet/ko/System.Runtime.xml", + "ref/dotnet/ru/System.Runtime.xml", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", + "ref/dotnet/zh-hans/System.Runtime.xml", + "ref/dotnet/zh-hant/System.Runtime.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Runtime.4.0.0.nupkg", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, "System.Runtime/4.0.21-beta-23516": { "type": "package", "serviceable": true, @@ -10547,6 +10362,54 @@ "System.Text.RegularExpressions.nuspec" ] }, + "System.Threading/4.0.0": { + "type": "package", + "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.xml", + "ref/dotnet/es/System.Threading.xml", + "ref/dotnet/fr/System.Threading.xml", + "ref/dotnet/it/System.Threading.xml", + "ref/dotnet/ja/System.Threading.xml", + "ref/dotnet/ko/System.Threading.xml", + "ref/dotnet/ru/System.Threading.xml", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", + "ref/dotnet/zh-hans/System.Threading.xml", + "ref/dotnet/zh-hant/System.Threading.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.4.0.0.nupkg", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec" + ] + }, "System.Threading/4.0.11-beta-23516": { "type": "package", "serviceable": true, @@ -10889,20 +10752,10 @@ "projectFileDependencyGroups": { "": [], "DNXCore,Version=v5.0": [ - "Microsoft.CSharp >= 4.0.1-beta-23516", - "System.Collections >= 4.0.11-beta-23516", - "System.Linq >= 4.0.1-beta-23516", - "System.Runtime >= 4.0.21-beta-23516", - "System.Threading >= 4.0.11-beta-23516", "Microsoft.AspNet.Hosting >= 1.0.0-rc1-final", "NLog >= 4.4.0-alpha1" ], ".NETFramework,Version=v4.5.1": [ - "Microsoft.CSharp >= 4.0.1-beta-23516", - "System.Collections >= 4.0.11-beta-23516", - "System.Linq >= 4.0.1-beta-23516", - "System.Runtime >= 4.0.21-beta-23516", - "System.Threading >= 4.0.11-beta-23516", "Microsoft.AspNet.Hosting >= 1.0.0-rc1-final", "NLog >= 4.4.0-alpha1" ]