From 0a431010a885e7ed62025b18fba3e576a55a32b0 Mon Sep 17 00:00:00 2001 From: Suhas Joshi Date: Tue, 12 May 2015 09:54:44 -0700 Subject: [PATCH] Updating json files to pin versions and build.cmd to pin KoreBuild and DNX --- NuGet.Config | 1 + build.cmd | 12 +- src/Microsoft.AspNet.Testing/project.json | 16 +- .../project.lock.json | 3169 +++++++++++++ .../project.json | 4 +- .../project.lock.json | 857 ++++ .../project.json | 8 +- .../project.lock.json | 187 + src/Microsoft.Framework.TestHost/project.json | 22 +- .../project.lock.json | 2738 ++++++++++++ src/StyleCop.KRules/project.json | 2 +- src/StyleCop.KRules/project.lock.json | 40 + .../project.json | 6 +- .../project.lock.json | 3967 +++++++++++++++++ .../project.json | 10 +- .../project.lock.json | 1256 ++++++ test/Sample.Tests/project.json | 4 +- test/Sample.Tests/project.lock.json | 3105 +++++++++++++ 18 files changed, 15366 insertions(+), 38 deletions(-) create mode 100644 src/Microsoft.AspNet.Testing/project.lock.json create mode 100644 src/Microsoft.Framework.Logging.Testing/project.lock.json create mode 100644 src/Microsoft.Framework.TestAdapter/project.lock.json create mode 100644 src/Microsoft.Framework.TestHost/project.lock.json create mode 100644 src/StyleCop.KRules/project.lock.json create mode 100644 test/Microsoft.Framework.Logging.Testing.Tests/project.lock.json create mode 100644 test/Microsoft.Framework.TestHost.Tests/project.lock.json create mode 100644 test/Sample.Tests/project.lock.json diff --git a/NuGet.Config b/NuGet.Config index e2edffc..4f7d6ec 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,6 +1,7 @@  + diff --git a/build.cmd b/build.cmd index 41025af..5a69c96 100644 --- a/build.cmd +++ b/build.cmd @@ -16,11 +16,19 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul :restore IF EXIST packages\KoreBuild goto run -.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre +IF DEFINED BUILDCMD_RELEASE ( + .nuget\NuGet.exe install KoreBuild -version 0.2.1-%BUILDCMD_RELEASE% -ExcludeVersion -o packages -nocache -pre +) ELSE ( + .nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre +) .nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion IF "%SKIP_DNX_INSTALL%"=="1" goto run -CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -arch x86 +IF DEFINED BUILDCMD_RELEASE ( + CALL packages\KoreBuild\build\dnvm install 1.0.0-%BUILDCMD_RELEASE% -runtime CLR -arch x86 -a default +) ELSE ( + CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -arch x86 +) CALL packages\KoreBuild\build\dnvm install default -runtime CoreCLR -arch x86 :run diff --git a/src/Microsoft.AspNet.Testing/project.json b/src/Microsoft.AspNet.Testing/project.json index d33bbe8..d9c898a 100644 --- a/src/Microsoft.AspNet.Testing/project.json +++ b/src/Microsoft.AspNet.Testing/project.json @@ -1,7 +1,7 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "dependencies": { - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-beta4" }, "frameworks": { "dnx451": { @@ -13,12 +13,12 @@ }, "dnxcore50": { "dependencies": { - "System.Runtime": "4.0.20-beta-*", - "System.Runtime.InteropServices": "4.0.20-beta-*", - "System.Globalization": "4.0.10-beta-*", - "System.Threading.Tasks": "4.0.10-beta-*", - "System.Reflection": "4.0.10-beta-*", - "System.Threading.Thread": "4.0.0-beta-*" + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816" } } } diff --git a/src/Microsoft.AspNet.Testing/project.lock.json b/src/Microsoft.AspNet.Testing/project.lock.json new file mode 100644 index 0000000..cc89fe2 --- /dev/null +++ b/src/Microsoft.AspNet.Testing/project.lock.json @@ -0,0 +1,3169 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [ + "xunit.runner.aspnet >= 2.0.0-aspnet-beta4" + ], + "DNX,Version=v4.5.1": [ + "framework/System.Runtime ", + "framework/System.Reflection ", + "framework/System.Threading.Tasks " + ], + "DNXCore,Version=v5.0": [ + "System.Runtime >= 4.0.20-beta-22816", + "System.Runtime.InteropServices >= 4.0.20-beta-22816", + "System.Globalization >= 4.0.10-beta-22816", + "System.Threading.Tasks >= 4.0.10-beta-22816", + "System.Reflection >= 4.0.10-beta-22816", + "System.Threading.Thread >= 4.0.0-beta-22816" + ] + }, + "libraries": { + "Microsoft.AspNet.Testing/1.0.0-beta4": { + "serviceable": false, + "sha": "fkiUW+tW/ZBQtTomjoFsaR+/96rIbfaDnK69T6ItaauOfVKxsLxp5okfMgUQqWuFQhvj5NWDJZCwaEKKyVttDA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.runner.aspnet": "2.0.0-aspnet-beta4" + }, + "frameworkAssemblies": [ + "System.Runtime", + "System.Reflection", + "System.Threading.Tasks", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.AspNet.Testing.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.AspNet.Testing.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.runner.aspnet": "2.0.0-aspnet-beta4", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.AspNet.Testing.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.AspNet.Testing.dll" + ] + } + }, + "files": [ + "Microsoft.AspNet.Testing.1.0.0-beta4.nupkg", + "Microsoft.AspNet.Testing.1.0.0-beta4.nupkg.sha512", + "Microsoft.AspNet.Testing.nuspec", + "lib/dnx451/Microsoft.AspNet.Testing.dll", + "lib/dnx451/Microsoft.AspNet.Testing.xml", + "lib/dnxcore50/Microsoft.AspNet.Testing.dll", + "lib/dnxcore50/Microsoft.AspNet.Testing.xml" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/1.0.0-rc2": { + "serviceable": false, + "sha": "S3P/WuSCgbhIxMVDFCJiJAh9g8ZVVIISsFn2lKqJYJdRGiFM2WJR0I46psNVXJt2uM13SBSGiAKAdqOeRvhl7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "System" + ], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Analyzers.nuspec", + "ThirdPartyNotices.rtf", + "tools/install.ps1", + "tools/uninstall.ps1", + "tools/analyzers/C#/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/C#/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll" + ] + }, + "Microsoft.CodeAnalysis.Common/1.0.0-rc2": { + "serviceable": false, + "sha": "LIc/rzjORrM0jrQ9ZtoIwJWbYi4IM7RvcSFT9YLe2uH9aBPq2oQ7qimK3ZosZJE+5faoJ+DgfGOigWw6uQpmQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Common.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.dll", + "lib/net45/Microsoft.CodeAnalysis.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml" + ] + }, + "Microsoft.CodeAnalysis.CSharp/1.0.0-rc2": { + "serviceable": false, + "sha": "RdXyaAZSRJH/oU6ccy3RNgGVMwFY1fY41I0Rtpbch9nq4mePYrkjTk3YObNHYa4lowAhktlaUoQOpprmOzc/kg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.CSharp.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml" + ] + }, + "Microsoft.Framework.ApplicationHost/1.0.0-beta4": { + "serviceable": false, + "sha": "U7frhgsqolI+AMUrX44WNgV7Xyoxj8UtttE21pkD5Wfeubo1mZyhtJUvcMN4zxAPCjFqdOfKizWfcEI+mZ0Rtg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.ApplicationHost.nuspec", + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll", + "lib/dnx451/Microsoft.Framework.ApplicationHost.xml", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.xml" + ] + }, + "Microsoft.Framework.CommandLineUtils/1.0.0-beta4": { + "serviceable": false, + "sha": "sWFw8wo77BRWAzoS50mgDUzBVXkRAZySYSaIFfpk3W5oJYmjcFt0SHpGJoVbIO3ZcKMORYvrxgnwNXx1p0ZCxQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg", + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.CommandLineUtils.nuspec", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.xml", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.xml", + "shared/AnsiConsole.cs", + "shared/CommandArgument.cs", + "shared/CommandLineApplication.cs", + "shared/CommandOption.cs", + "shared/CommandOptionType.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "qbBGymgVdlrJZhJFg+35JaA0Tp8DYeFrDwv1Q3Di9hRWLZ3rAE7bvsnP+fmuo0XGlZDVXfGjINvtryFPyoQ58g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.xml" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta4": { + "serviceable": true, + "sha": "aFlG7h0WMJn+TgKIqoDkXh6LOquu7e6HKCOSrLvAaOp93qOWycz0kNQ0oGXVHYP6QebAjHgz9UffcqeCqeWN1Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "System.Collections.Concurrent", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Collections": "4.0.10-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.xml" + ] + }, + "Microsoft.Framework.Logging.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "OK8v8gpDYfH01Gy1tvT4mS1r6ZWMAz1HXo872v7pswishE6oyTQwC44BpYM+Obq8GW7E6Ai/Vj3wE/CuLUDJGA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.xml", + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll", + "lib/net45/Microsoft.Framework.Logging.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime/1.0.0-beta4": { + "serviceable": true, + "sha": "R4Ob2q5tUb6ocw1itBO84HL8gXZMu52mi8jfxwtXoJU42gHt3ouBTEHX1WCzqcgLNGrIh89mjFV8iFTNShKXdA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Text.Encoding", + "System.Threading.Tasks", + "System.IO", + "System.IO.Compression", + "System.IO.Compression.FileSystem", + "System.Runtime", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Dynamic.Runtime": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO.Compression": "4.0.0-beta-22816", + "System.IO.FileSystem.Watcher": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Net.Sockets": "4.0.0-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Threading.Timer": "4.0.0-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816", + "System.Xml.XmlSerializer": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.dll", + "lib/dnx451/Microsoft.Framework.Runtime.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.xml" + ] + }, + "Microsoft.Framework.Runtime.Common/1.0.0-beta4": { + "serviceable": false, + "sha": "i0UlT2yKYEE9GtHda3v/zYMfA00vGqp95vvrly5l0EimBroNCEvgtS6u1jn/ny3iPswi65SfoV/Rg4BqjzqTTA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Common.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Common.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.xml", + "shared/ActivatorUtilities.cs", + "shared/Constants.cs", + "shared/DictionaryExtensions.cs", + "shared/EntryPointExecutor.cs", + "shared/EnvironmentNames.cs", + "shared/FrameworkNames.cs", + "shared/Logger.cs", + "shared/PlatformHelper.cs", + "shared/ServiceProvider.cs" + ] + }, + "Microsoft.Framework.Runtime.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "RrZdqvUm8QbgxnZQuafYGo6NezoKx7VqAfAtHVzoKBm3GSV8xlPh90u1fsGhNCv37xJNk5PuRCa4Mq27ko7pLw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime.Loader/1.0.0-beta4": { + "serviceable": true, + "sha": "XpLguvjD4bfhE2fu1SWaOXjUkVcKTRW8x1mZjPpxns250pcTg1v/sG70fmZKtoiaXHYZFzTai2SRtqfBB20hOA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Runtime.Loader": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.AppContext": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Loader.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.xml" + ] + }, + "Microsoft.Framework.Runtime.Roslyn.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "iZNGlqBAWIT2zWI1Z4AWpx9loBvplEgyHp3lRfBJX30npClf9d3fMRRlO1K9wx9ho0tMLBU8CSXpUc/21Knm6Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml" + ] + }, + "Microsoft.Framework.TestAdapter/1.0.0-beta4": { + "serviceable": false, + "sha": "s4vPz/frohp6tyjTY9cTOHqZLotEdiV5GScHqdpTxFc9cWG3coyf03WYUQx6Kia5o7CWRiAYURqF5pr+9gTD7A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestAdapter.nuspec", + "lib/dnx451/Microsoft.Framework.TestAdapter.dll", + "lib/dnx451/Microsoft.Framework.TestAdapter.xml", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.xml" + ] + }, + "Microsoft.Framework.TestHost/1.0.0-beta4": { + "serviceable": false, + "sha": "At1dKPJGTP3P6b9wNoyT4HkwpiJjUgBE9khzltAMY5U2va3csdPrCZPnU/jb4LA7RWGMkt34s7leB0w/DYovAQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Process": "4.0.0-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestHost.nuspec", + "app/project.json", + "lib/dnx451/Microsoft.Framework.TestHost.dll", + "lib/dnx451/Microsoft.Framework.TestHost.xml", + "lib/dnxcore50/Microsoft.Framework.TestHost.dll", + "lib/dnxcore50/Microsoft.Framework.TestHost.xml" + ] + }, + "Newtonsoft.Json/6.0.6": { + "serviceable": false, + "sha": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ] + } + }, + "files": [ + "Newtonsoft.Json.6.0.6.nupkg", + "Newtonsoft.Json.6.0.6.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netcore45/Newtonsoft.Json.dll", + "lib/netcore45/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", + "tools/install.ps1" + ] + }, + "System.AppContext/4.0.0-beta-22816": { + "serviceable": false, + "sha": "qOp+iww/jf3OK7Hm24C9OO3lnHzqNrjX8m3Nq58FQ5g3VL+XdkkZXG4RIvMasg5YeL6bVWdzHo2KYsjwqJxw+Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/net45/System.AppContext.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/contract/System.AppContext.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.AppContext.4.0.0-beta-22816.nupkg", + "System.AppContext.4.0.0-beta-22816.nupkg.sha512", + "System.AppContext.nuspec", + "lib/aspnetcore50/System.AppContext.dll", + "lib/contract/System.AppContext.dll", + "lib/net45/System.AppContext.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.AppContext.dll" + ] + }, + "System.Collections/4.0.10-beta-22816": { + "serviceable": false, + "sha": "pFwiLMtcsvAx8ZFsSIDVSuPAXXW2z1gkmE/YqiMELlxPVHKyJGrUZoJCIBfVg1HERxMnd1dyj7ffqj5Nx3mzGQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.4.0.10-beta-22816.nupkg", + "System.Collections.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.nuspec", + "lib/aspnetcore50/System.Collections.dll", + "lib/contract/System.Collections.dll", + "lib/net45/System.Collections.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.dll" + ] + }, + "System.Collections.Concurrent/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IWT4zcq0JdzU5HvJuHZbBFIntFfjmKzkfPbUWw5gwbso5nejOfVSCiRgJmUmEex0R5oJN+sX8gSrJrofzoXrww==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.Concurrent.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "lib/aspnetcore50/System.Collections.Concurrent.dll", + "lib/contract/System.Collections.Concurrent.dll", + "lib/net45/System.Collections.Concurrent.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.Concurrent.dll" + ] + }, + "System.Collections.Immutable/1.1.33-beta": { + "serviceable": true, + "sha": "Qnv6M/BRf0w1xNoD5tH7V+jK0kdO+OZymwQS5Lj6FALt3AZMGVeJs+lHXi1PsKFll67UtGY+I7r8WDhRzspXCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Collections.Immutable.1.1.33-beta.nupkg", + "System.Collections.Immutable.1.1.33-beta.nupkg.sha512", + "System.Collections.Immutable.nuspec", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" + ] + }, + "System.ComponentModel/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLcSvVsb7/lj68LSjmX834BKxOXspQ7HRSgTiToz4LWKbEvGgZwXHPDUWNo0UbjDFSBsxprYc0PCVygXwhOIMw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ComponentModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ComponentModel.4.0.0-beta-22816.nupkg", + "System.ComponentModel.4.0.0-beta-22816.nupkg.sha512", + "System.ComponentModel.nuspec", + "lib/aspnetcore50/System.ComponentModel.dll", + "lib/contract/System.ComponentModel.dll", + "lib/net45/System.ComponentModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ComponentModel.dll" + ] + }, + "System.Console/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Uq1C1DP7MYuE0qqIaI15k/k3r2IKX6A/suIboAkOCLYoiG4jhFfc0ECJVsiXWJEWf7o5xRA0cz+hi+awB5HugA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Console.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Console.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Console.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Console.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Console.4.0.0-beta-22816.nupkg", + "System.Console.4.0.0-beta-22816.nupkg.sha512", + "System.Console.nuspec", + "lib/aspnetcore50/System.Console.dll", + "lib/contract/System.Console.dll", + "lib/net45/System.Console.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Console.dll" + ] + }, + "System.Diagnostics.Debug/4.0.10-beta-22816": { + "serviceable": false, + "sha": "sFAWo06FoJmZLT0oH/HzbpWUdaEPK6ao58ttrdqnQ6QXRtTH85NXHRrhxpU/tDSODX1fPuwIEf+i5vSVJvoCOQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Debug.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "lib/aspnetcore50/System.Diagnostics.Debug.dll", + "lib/contract/System.Diagnostics.Debug.dll", + "lib/net45/System.Diagnostics.Debug.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Debug.dll" + ] + }, + "System.Diagnostics.Process/4.0.0-beta-22816": { + "serviceable": false, + "sha": "cJ8+p0xCP6/6cQJ3OF+w6lsx43bL0t+IOywb4IFKf04K9OJdjLx9G1blZMPccYsFX+geIuJVP/iVbj889pKhaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Process.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Process.nuspec", + "lib/aspnetcore50/System.Diagnostics.Process.dll", + "lib/contract/System.Diagnostics.Process.dll", + "lib/net45/System.Diagnostics.Process.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Process.dll" + ] + }, + "System.Diagnostics.Tools/4.0.0-beta-22816": { + "serviceable": false, + "sha": "yfUqnhEozAZZoM87LRWSOwj5bpeoOacikMJoHOqSBTItsXSN0yqO+qilFfS4O8QuFbXbnxwlg+4ElrcpX3Zozw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Tools.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "lib/aspnetcore50/System.Diagnostics.Tools.dll", + "lib/contract/System.Diagnostics.Tools.dll", + "lib/net45/System.Diagnostics.Tools.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Tools.dll" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-22816": { + "serviceable": false, + "sha": "vzkkoMMThODIp46iDkXC+0E8d2IHFE2HgIYoHaHOVurpjDZg90MvkgYRionwTvZtVoit3s/o0X1zqRZKj0uJEw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.TraceSource.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec", + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll", + "lib/contract/System.Diagnostics.TraceSource.dll", + "lib/net45/System.Diagnostics.TraceSource.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.TraceSource.dll" + ] + }, + "System.Dynamic.Runtime/4.0.10-beta-22816": { + "serviceable": false, + "sha": "xq53sL6Md+m46wnLYnmbCvAnbo05vlyDt9v6r1HhXCL4Q7uk66aFKMRg3ca+0uGcOY8AujPhepHBC2lQumJGew==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Dynamic.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg.sha512", + "System.Dynamic.Runtime.nuspec", + "lib/aspnetcore50/System.Dynamic.Runtime.dll", + "lib/contract/System.Dynamic.Runtime.dll", + "lib/net45/System.Dynamic.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Dynamic.Runtime.dll" + ] + }, + "System.Globalization/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Bedo0Nd7solBPW1k52EmlA+RKm+yxT2Os8fiu27DK2fyBa68pdFNM9ckjZ1X2DW0E9q49IxRMaWpflTBerMb8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Globalization.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Globalization.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Globalization.4.0.10-beta-22816.nupkg", + "System.Globalization.4.0.10-beta-22816.nupkg.sha512", + "System.Globalization.nuspec", + "lib/aspnetcore50/System.Globalization.dll", + "lib/contract/System.Globalization.dll", + "lib/net45/System.Globalization.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Globalization.dll" + ] + }, + "System.IO/4.0.10-beta-22816": { + "serviceable": false, + "sha": "PjyH9UMFVQHSl8g1XR+M6Q/mG2RTpPff42kG9aygXyR/Wyt/O/wOiyxZ2SaYNl8e86yecKRh9SnK2RS9thI4ig==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.4.0.10-beta-22816.nupkg", + "System.IO.4.0.10-beta-22816.nupkg.sha512", + "System.IO.nuspec", + "lib/aspnetcore50/System.IO.dll", + "lib/contract/System.IO.dll", + "lib/net45/System.IO.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.dll" + ] + }, + "System.IO.Compression/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLIvFYkpjuAHSr9H7mjtv6sfv4kkSAWJ+ysVO4/KzCDRjYqs9Fl50PnuDkOfBJBoIf5BrWY+GF+4xj4WFBHb/Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.Compression.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.Compression.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.Compression.4.0.0-beta-22816.nupkg", + "System.IO.Compression.4.0.0-beta-22816.nupkg.sha512", + "System.IO.Compression.nuspec", + "lib/aspnetcore50/System.IO.Compression.dll", + "lib/contract/System.IO.Compression.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.Compression.dll" + ] + }, + "System.IO.FileSystem/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Xj6YespEa1Rfm7WO6mV572lvtpJTvKjJJMWmxS80qEeMsUiHQvVq4+lhv4ZJp++0nSqBMKcXGgwLXrDswcJiBQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.dll", + "lib/contract/System.IO.FileSystem.dll", + "lib/net45/System.IO.FileSystem.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.dll" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wunds834DNL9o+I3I0pkw7rwaDN7DuD51G4nWOO1YTBPoBwsMFIvG0RW1q6K8mKq4pDwm9NkuCJD4cU/knQmWQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll", + "lib/contract/System.IO.FileSystem.Primitives.dll", + "lib/net45/System.IO.FileSystem.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Primitives.dll" + ] + }, + "System.IO.FileSystem.Watcher/4.0.0-beta-22816": { + "serviceable": false, + "sha": "BGlcKYgf849Gda+8Ft4eQhrDpIOCUQAErFECUAQrj1/l1aSX1uAW2990iL90tEg0YCdlqMH0KfGXcdXfKLdwVQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Watcher.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Watcher.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll", + "lib/contract/System.IO.FileSystem.Watcher.dll", + "lib/net45/System.IO.FileSystem.Watcher.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Watcher.dll" + ] + }, + "System.Linq/4.0.0-beta-22816": { + "serviceable": false, + "sha": "QlwRD8FTiYAZ7BxEjB5u9vjKaAHZ6KvuZYm+4tjYduTIWpFI3o34UjowJXCaPlLwc8USRshAXLgnsQ3iaOjv8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.4.0.0-beta-22816.nupkg", + "System.Linq.4.0.0-beta-22816.nupkg.sha512", + "System.Linq.nuspec", + "lib/aspnetcore50/System.Linq.dll", + "lib/contract/System.Linq.dll", + "lib/net45/System.Linq.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.dll" + ] + }, + "System.Linq.Expressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "daFTEhRXqo1X1EVkTcuqRMDWR3QE5vrk0IY4kkOBjtCASv7YDXsnBJO8BuiZsK1CzEHoxAQiPLs954l86ckRYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.Expressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "lib/aspnetcore50/System.Linq.Expressions.dll", + "lib/contract/System.Linq.Expressions.dll", + "lib/net45/System.Linq.Expressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.Expressions.dll" + ] + }, + "System.Net.Primitives/4.0.10-beta-22816": { + "serviceable": false, + "sha": "jsLwoWIuMLFqUZmrQcMclxdV3Fm/XlVse0j6graRZbjgrEOPBN7O0Lhfvdrsqsx73xz19+/u/DFN7NQc6X7E+A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Primitives.4.0.10-beta-22816.nupkg", + "System.Net.Primitives.4.0.10-beta-22816.nupkg.sha512", + "System.Net.Primitives.nuspec", + "lib/aspnetcore50/System.Net.Primitives.dll", + "lib/contract/System.Net.Primitives.dll", + "lib/net45/System.Net.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Primitives.dll" + ] + }, + "System.Net.Sockets/4.0.0-beta-22816": { + "serviceable": false, + "sha": "n5QmCEnCFRycYo+qGl0FBM3Tx4uYvcuWk1jS/F36WXVZGJmeYeNAD1fmANBr3+fcoQgNXmDdjTBASooa8eMp8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Sockets.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Sockets.4.0.0-beta-22816.nupkg", + "System.Net.Sockets.4.0.0-beta-22816.nupkg.sha512", + "System.Net.Sockets.nuspec", + "lib/aspnetcore50/System.Net.Sockets.dll", + "lib/contract/System.Net.Sockets.dll", + "lib/net45/System.Net.Sockets.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Sockets.dll" + ] + }, + "System.ObjectModel/4.0.10-beta-22816": { + "serviceable": false, + "sha": "tWcx/WRx/nlsBCPMtMxeniVqDvfJAfNQcq5eRhBIH4myultIvpuRfC3hy6Bby29/v3Zzy2fPgSyRIPGdOIIX4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ObjectModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ObjectModel.4.0.10-beta-22816.nupkg", + "System.ObjectModel.4.0.10-beta-22816.nupkg.sha512", + "System.ObjectModel.nuspec", + "lib/aspnetcore50/System.ObjectModel.dll", + "lib/contract/System.ObjectModel.dll", + "lib/net45/System.ObjectModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ObjectModel.dll" + ] + }, + "System.Reflection/4.0.10-beta-22816": { + "serviceable": false, + "sha": "YzEbWoLTsPOUL4mPRbeRkhfJ12VgIJVy7fwoKnp0RgxXwuQQ2CPFt2E3qjl2TWzMpnhyRBtM2L/qkt4Dlg8Okw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.4.0.10-beta-22816.nupkg", + "System.Reflection.4.0.10-beta-22816.nupkg.sha512", + "System.Reflection.nuspec", + "lib/aspnetcore50/System.Reflection.dll", + "lib/contract/System.Reflection.dll", + "lib/net45/System.Reflection.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.dll" + ] + }, + "System.Reflection.Extensions/4.0.0-beta-22816": { + "serviceable": false, + "sha": "YjpkRQYsZa8509nJw5nIp71qWlmnwG0jUZUWmnO9urK6u2uOB6oDSx4a+vi5CB/9KrBe3ZXVD/Yq/Nr8PyWQaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "lib/aspnetcore50/System.Reflection.Extensions.dll", + "lib/contract/System.Reflection.Extensions.dll", + "lib/net45/System.Reflection.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Extensions.dll" + ] + }, + "System.Reflection.Metadata/1.0.18-beta": { + "serviceable": true, + "sha": "4PtC2U6seQthZMvXvGTxXZUqlF0oV9jzYNTkG0Yo/D6cLO5AH3lrxh2djGyKsDYnAZjBCoyA/z3vHRCeaBEp4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Reflection.Metadata.1.0.18-beta.nupkg", + "System.Reflection.Metadata.1.0.18-beta.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml" + ] + }, + "System.Reflection.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "EJwj21pXCKrEixqXZ0mcJXYwDaTMTX9csa3Gcrm9i0UwemWaUPMHU94Y3crDuvk5h+urJlm6rk8xuEXIgmTFzg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "lib/aspnetcore50/System.Reflection.Primitives.dll", + "lib/contract/System.Reflection.Primitives.dll", + "lib/net45/System.Reflection.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Primitives.dll" + ] + }, + "System.Resources.ResourceManager/4.0.0-beta-22816": { + "serviceable": false, + "sha": "TgVqjZT7jiiPXeC7WAZLqmmSZ+PAdSKHHsQzGoNxCT2WXVgBak0vbeNkt2oOycYMWgIfKKt8/yT6wmcRVMX0dg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Resources.ResourceManager.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "lib/aspnetcore50/System.Resources.ResourceManager.dll", + "lib/contract/System.Resources.ResourceManager.dll", + "lib/net45/System.Resources.ResourceManager.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Resources.ResourceManager.dll" + ] + }, + "System.Runtime/4.0.20-beta-22816": { + "serviceable": false, + "sha": "BEN6F4aNjbBdDxM8Xhb/MCSDhYmtvA29c1HUBvn0aNAVXaIJECLy2w5YkcscdklIieZCrcYeG2UzIgWlr4+GeQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.ComponentModel.Composition", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.4.0.20-beta-22816.nupkg", + "System.Runtime.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.nuspec", + "lib/aspnetcore50/System.Runtime.dll", + "lib/contract/System.Runtime.dll", + "lib/net45/System.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.dll" + ] + }, + "System.Runtime.Extensions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "b8ymkNB0apTc/FCmyeB/Js1CMg8EBaOlM2biIKA94Dk0sT/yyGd8SyCeuZXiCGCIk6HpSiIsIdX53rXgTWxH0w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "lib/aspnetcore50/System.Runtime.Extensions.dll", + "lib/contract/System.Runtime.Extensions.dll", + "lib/net45/System.Runtime.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Extensions.dll" + ] + }, + "System.Runtime.Handles/4.0.0-beta-22816": { + "serviceable": false, + "sha": "v0zgBcuEWIbjC/AXgmutaLymiHgL6dv/1T7uJVAaraFivnClvEERwihXmRCr+HH22AC1J6tbuGE0/cnhZNV6QA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Handles.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Handles.nuspec", + "lib/aspnetcore50/System.Runtime.Handles.dll", + "lib/contract/System.Runtime.Handles.dll", + "lib/net45/System.Runtime.Handles.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Handles.dll" + ] + }, + "System.Runtime.InteropServices/4.0.20-beta-22816": { + "serviceable": false, + "sha": "MJtigFXlDXgxs8GwrKOlXdXHlNVKz4/pCiDx23NFt8cFb254DNgU5D3kxRDl+xZb74vlhgUvXMOTPLbsMaTcbA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.InteropServices.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "lib/aspnetcore50/System.Runtime.InteropServices.dll", + "lib/contract/System.Runtime.InteropServices.dll", + "lib/net45/System.Runtime.InteropServices.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.InteropServices.dll" + ] + }, + "System.Runtime.Loader/4.0.0-beta-22816": { + "serviceable": false, + "sha": "kamtRnkehMjf5Qy3tUNQ2hC8xgQEEwwzd/5Ekp2RmGGlmqml9lU7FcCNQCwemCB2O8IfShKc/kknGChZRiGuAg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Loader.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Loader.nuspec", + "lib/aspnetcore50/System.Runtime.Loader.dll", + "lib/contract/System.Runtime.Loader.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Loader.dll" + ] + }, + "System.Security.Cryptography.Hashing/4.0.0-beta-22816": { + "serviceable": false, + "sha": "CQ+k5PCqX3rOYC1gLcFNXWl7VwBPMyZhkQFiukqtSMG/mWKQ8ba9+oF1V+9c5zUerhHMxFhrwymnghQpA/NdhQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.Cryptography.Hashing.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.Cryptography.Hashing.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.Cryptography.Hashing.4.0.0-beta-22816.nupkg", + "System.Security.Cryptography.Hashing.4.0.0-beta-22816.nupkg.sha512", + "System.Security.Cryptography.Hashing.nuspec", + "lib/aspnetcore50/System.Security.Cryptography.Hashing.dll", + "lib/contract/System.Security.Cryptography.Hashing.dll", + "lib/net45/System.Security.Cryptography.Hashing.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.Cryptography.Hashing.dll" + ] + }, + "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-22816": { + "serviceable": false, + "sha": "2lhNYPFf0ChTgS83OOiGqxkB8ue4e8r28B3F4NDdsQSaknW5RDhhFSxe40bFltiNuIXuNz1QROI1345leHnjxw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Security.Cryptography.Hashing": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Security.Cryptography.Hashing": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-22816.nupkg", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-22816.nupkg.sha512", + "System.Security.Cryptography.Hashing.Algorithms.nuspec", + "lib/aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/contract/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + }, + "System.Security.SecureString/4.0.0-beta-22816": { + "serviceable": false, + "sha": "MdJtWNPTX4KlhwNM9JeJnWPXiIrOU8iq26oY2eleWxSDhlVq6Vz3Ww8P0pqnIxdN+3lVPwON+eCG+nt7XtkrBA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.SecureString.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.SecureString.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.SecureString.4.0.0-beta-22816.nupkg", + "System.Security.SecureString.4.0.0-beta-22816.nupkg.sha512", + "System.Security.SecureString.nuspec", + "lib/aspnetcore50/System.Security.SecureString.dll", + "lib/contract/System.Security.SecureString.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.SecureString.dll" + ] + }, + "System.Text.Encoding/4.0.10-beta-22816": { + "serviceable": false, + "sha": "4Isk8Lg2mkSex8N1ufJfazDo9Z0zTvx7FRh7LYiIqUJJSmPMenMXoFYMtm3tQ+sUWz23qMlIrOvT9BuIBnmRQg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.Encoding.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.Encoding.4.0.10-beta-22816.nupkg", + "System.Text.Encoding.4.0.10-beta-22816.nupkg.sha512", + "System.Text.Encoding.nuspec", + "lib/aspnetcore50/System.Text.Encoding.dll", + "lib/contract/System.Text.Encoding.dll", + "lib/net45/System.Text.Encoding.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.Encoding.dll" + ] + }, + "System.Text.RegularExpressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "f6reT2KQ1IjeAKeZEX5TSIFugrsmofjD3N+9HD4c2WAMFlEs4p4/ycsmS1bLlV7n+JRHsmUkhgpCVWMZYPk+aA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.RegularExpressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "lib/aspnetcore50/System.Text.RegularExpressions.dll", + "lib/contract/System.Text.RegularExpressions.dll", + "lib/net45/System.Text.RegularExpressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.RegularExpressions.dll" + ] + }, + "System.Threading/4.0.10-beta-22816": { + "serviceable": false, + "sha": "GO4X3FuGlw4DJH+UbbKDXKnyyWiwlPJIX+Ys0UCzSdAPneBA42dPb2+kRakWy+wo6n6Gcv7ckkfa3j8MSSxbhg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.4.0.10-beta-22816.nupkg", + "System.Threading.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.nuspec", + "lib/aspnetcore50/System.Threading.dll", + "lib/contract/System.Threading.dll", + "lib/net45/System.Threading.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.dll" + ] + }, + "System.Threading.Tasks/4.0.10-beta-22816": { + "serviceable": false, + "sha": "KhcVrI2JzX1oHigWTbf4F/2uhPSkhjquLPYbBVCLe9HGxLDJk2WLgmTbJk7fIus6xWWnWJmhOp0rHERU9M2SQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Tasks.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "lib/aspnetcore50/System.Threading.Tasks.dll", + "lib/contract/System.Threading.Tasks.dll", + "lib/net45/System.Threading.Tasks.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Tasks.dll" + ] + }, + "System.Threading.Thread/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wOOp9YPzypTTup0HYl4Fl9kekjceKfDirKMjnQ1oKZgdoaycyD8n6bt9d9N/lPWVi2xonr+Rf/WvnzmA7K8eMQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Thread.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Thread.4.0.0-beta-22816.nupkg", + "System.Threading.Thread.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Thread.nuspec", + "lib/aspnetcore50/System.Threading.Thread.dll", + "lib/contract/System.Threading.Thread.dll", + "lib/net45/System.Threading.Thread.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Thread.dll" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-22816": { + "serviceable": false, + "sha": "vD4CAz4MtwC504yWDY2aHIAfDfW5HZ2uQH2gWOSozxbL1BHnIFso/8v4dzVanQ4eKmOhHZzO8uJLCt6jHBGa5g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.ThreadPool.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.ThreadPool.nuspec", + "lib/aspnetcore50/System.Threading.ThreadPool.dll", + "lib/contract/System.Threading.ThreadPool.dll", + "lib/net45/System.Threading.ThreadPool.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.ThreadPool.dll" + ] + }, + "System.Threading.Timer/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Gr9S5A6SP9RSdNQ4mdUVe41z6jUqgVxgqpl4JnJGu6eTysN/ShNsPu9/IGulZ0PxsNpRxmVCqd50lLl7n7GMbQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Timer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Timer.4.0.0-beta-22816.nupkg", + "System.Threading.Timer.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Timer.nuspec", + "lib/aspnetcore50/System.Threading.Timer.dll", + "lib/contract/System.Threading.Timer.dll", + "lib/net45/System.Threading.Timer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Timer.dll" + ] + }, + "System.Xml.ReaderWriter/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Mx4PY22Xvz4u6h6A3yDNi8S7yvIh7yHSE9v0QM21d4cha2HMP5pwPdaKqCNkRytCQwKrBUFdMGQAmysF6n0K7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.ReaderWriter.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "lib/aspnetcore50/System.Xml.ReaderWriter.dll", + "lib/contract/System.Xml.ReaderWriter.dll", + "lib/net45/System.Xml.ReaderWriter.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.ReaderWriter.dll" + ] + }, + "System.Xml.XDocument/4.0.10-beta-22816": { + "serviceable": false, + "sha": "6NwAYXuYtZtS6LSqXsMjafbVUnNWeqClza4qkfCehd2T0OdcwseTAN23IBL6ogumrjHFRdoomTFXTau4TVQCXg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml.Linq" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XDocument.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "lib/aspnetcore50/System.Xml.XDocument.dll", + "lib/contract/System.Xml.XDocument.dll", + "lib/net45/System.Xml.XDocument.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XDocument.dll" + ] + }, + "System.Xml.XmlSerializer/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IUQ5927Bga6REs2/yOaVEW37OE2tiXlmkG1qVb2Umvv2Lf21XTXCTLTAp4XkpB6h8iItc/0cZQgys7bSnooBlg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XmlSerializer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XmlSerializer.nuspec", + "lib/aspnetcore50/System.Xml.XmlSerializer.dll", + "lib/contract/System.Xml.XmlSerializer.dll", + "lib/net45/System.Xml.XmlSerializer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XmlSerializer.dll" + ] + }, + "xunit.abstractions/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "TkElLDkB9UwDl9Ka8lCRlANpI8OOIprWchSbVOkSRUcFTOFT42B7+t5RWYZeayQluAqAiYpT4tw7zQZdghWSYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ] + } + }, + "files": [ + "xunit.abstractions.2.0.0-rc3-build2880.nupkg", + "xunit.abstractions.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.abstractions.nuspec", + "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml" + ] + }, + "xunit.assert/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "8ytSE6XlpeLIkuba3bWKmqX07vMVN3cCRZ+9cZmCYwuNOgHP3T9YYz+pWLjUbdBhM8uXdzueIZkJN/Ig6YIGkg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + } + }, + "files": [ + "xunit.assert.2.0.0-rc3-build2880.nupkg", + "xunit.assert.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.assert.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.xml" + ] + }, + "xunit.execution.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "kD6eti8w6Pg1FK67w/t0xNST3kRCte+jjqjDHJeflGW1DOXatc0c5EXel6USMaN4f+FaFTveS56jRDSshxxZCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Diagnostics.Debug", + "System.Globalization", + "System.Linq", + "System.Reflection", + "System.Reflection.Extensions", + "System.Runtime", + "System.Runtime.Extensions", + "System.Threading.Tasks", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ] + } + }, + "files": [ + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.execution.AspNet.nuspec", + "lib/dnx451/xunit.execution.AspNet.dll", + "lib/dnx451/xunit.execution.AspNet.xml", + "lib/dnxcore50/xunit.execution.AspNet.dll", + "lib/dnxcore50/xunit.execution.AspNet.xml" + ] + }, + "xunit.extensibility.core/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "h5qu03ot74RyjJt69AozLZPUCRklHqfA9IAQtu9wCQ1MmPXN0X+q7vu3ZH+moXfFlDRfsaDtuKr7DdaxhZaw4Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + } + }, + "files": [ + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg", + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.extensibility.core.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll.tdnet", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.tdnet.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.utility.desktop.dll" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "pF2NLWvMmPUMXpgvS5XawlF2NzINor+rR2GGQqR0htliWhNO+mskUKPLtpYHC0v68mp8Q7etAFG8GspusJBJZA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4" + }, + "frameworkAssemblies": [ + "System.ObjectModel", + "System.Text.RegularExpressions", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4", + "System.Console": "4.0.0-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ] + } + }, + "files": [ + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.aspnet.nuspec", + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml" + ] + }, + "xunit.runner.utility.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "4lHUa0TFMgBIhGkGc12ZtkcqlIRYQxObxbovRLY/u0dkbe2KMSzQcLTIZBVoiOTC1ujuckyNMsfl/Xqlz4fWKg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Reflection", + "System.Runtime", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ] + } + }, + "files": [ + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.utility.AspNet.nuspec", + "lib/dnx451/xunit.runner.utility.AspNet.dll", + "lib/dnx451/xunit.runner.utility.AspNet.xml", + "lib/dnxcore50/xunit.runner.utility.AspNet.dll", + "lib/dnxcore50/xunit.runner.utility.AspNet.xml" + ] + } + } +} \ No newline at end of file diff --git a/src/Microsoft.Framework.Logging.Testing/project.json b/src/Microsoft.Framework.Logging.Testing/project.json index 1254091..0b12e43 100644 --- a/src/Microsoft.Framework.Logging.Testing/project.json +++ b/src/Microsoft.Framework.Logging.Testing/project.json @@ -1,7 +1,7 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "dependencies": { - "Microsoft.Framework.Logging.Interfaces": "1.0.0-*" + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4" }, "frameworks": { "net45": { }, diff --git a/src/Microsoft.Framework.Logging.Testing/project.lock.json b/src/Microsoft.Framework.Logging.Testing/project.lock.json new file mode 100644 index 0000000..05e02e9 --- /dev/null +++ b/src/Microsoft.Framework.Logging.Testing/project.lock.json @@ -0,0 +1,857 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.Logging.Interfaces >= 1.0.0-beta4" + ], + ".NETFramework,Version=v4.5": [], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + }, + "libraries": { + "Microsoft.Framework.Logging.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "OK8v8gpDYfH01Gy1tvT4mS1r6ZWMAz1HXo872v7pswishE6oyTQwC44BpYM+Obq8GW7E6Ai/Vj3wE/CuLUDJGA==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.xml", + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll", + "lib/net45/Microsoft.Framework.Logging.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.xml" + ] + }, + "System.Collections/4.0.10-beta-22816": { + "serviceable": false, + "sha": "pFwiLMtcsvAx8ZFsSIDVSuPAXXW2z1gkmE/YqiMELlxPVHKyJGrUZoJCIBfVg1HERxMnd1dyj7ffqj5Nx3mzGQ==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.4.0.10-beta-22816.nupkg", + "System.Collections.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.nuspec", + "lib/aspnetcore50/System.Collections.dll", + "lib/contract/System.Collections.dll", + "lib/net45/System.Collections.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.dll" + ] + }, + "System.Collections.Concurrent/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IWT4zcq0JdzU5HvJuHZbBFIntFfjmKzkfPbUWw5gwbso5nejOfVSCiRgJmUmEex0R5oJN+sX8gSrJrofzoXrww==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.Concurrent.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "lib/aspnetcore50/System.Collections.Concurrent.dll", + "lib/contract/System.Collections.Concurrent.dll", + "lib/net45/System.Collections.Concurrent.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.Concurrent.dll" + ] + }, + "System.Globalization/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Bedo0Nd7solBPW1k52EmlA+RKm+yxT2Os8fiu27DK2fyBa68pdFNM9ckjZ1X2DW0E9q49IxRMaWpflTBerMb8Q==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Globalization.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Globalization.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Globalization.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Globalization.4.0.10-beta-22816.nupkg", + "System.Globalization.4.0.10-beta-22816.nupkg.sha512", + "System.Globalization.nuspec", + "lib/aspnetcore50/System.Globalization.dll", + "lib/contract/System.Globalization.dll", + "lib/net45/System.Globalization.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Globalization.dll" + ] + }, + "System.IO/4.0.10-beta-22816": { + "serviceable": false, + "sha": "PjyH9UMFVQHSl8g1XR+M6Q/mG2RTpPff42kG9aygXyR/Wyt/O/wOiyxZ2SaYNl8e86yecKRh9SnK2RS9thI4ig==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.4.0.10-beta-22816.nupkg", + "System.IO.4.0.10-beta-22816.nupkg.sha512", + "System.IO.nuspec", + "lib/aspnetcore50/System.IO.dll", + "lib/contract/System.IO.dll", + "lib/net45/System.IO.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.dll" + ] + }, + "System.Linq/4.0.0-beta-22816": { + "serviceable": false, + "sha": "QlwRD8FTiYAZ7BxEjB5u9vjKaAHZ6KvuZYm+4tjYduTIWpFI3o34UjowJXCaPlLwc8USRshAXLgnsQ3iaOjv8Q==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.4.0.0-beta-22816.nupkg", + "System.Linq.4.0.0-beta-22816.nupkg.sha512", + "System.Linq.nuspec", + "lib/aspnetcore50/System.Linq.dll", + "lib/contract/System.Linq.dll", + "lib/net45/System.Linq.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.dll" + ] + }, + "System.Reflection/4.0.10-beta-22816": { + "serviceable": false, + "sha": "YzEbWoLTsPOUL4mPRbeRkhfJ12VgIJVy7fwoKnp0RgxXwuQQ2CPFt2E3qjl2TWzMpnhyRBtM2L/qkt4Dlg8Okw==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.4.0.10-beta-22816.nupkg", + "System.Reflection.4.0.10-beta-22816.nupkg.sha512", + "System.Reflection.nuspec", + "lib/aspnetcore50/System.Reflection.dll", + "lib/contract/System.Reflection.dll", + "lib/net45/System.Reflection.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.dll" + ] + }, + "System.Reflection.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "EJwj21pXCKrEixqXZ0mcJXYwDaTMTX9csa3Gcrm9i0UwemWaUPMHU94Y3crDuvk5h+urJlm6rk8xuEXIgmTFzg==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "lib/aspnetcore50/System.Reflection.Primitives.dll", + "lib/contract/System.Reflection.Primitives.dll", + "lib/net45/System.Reflection.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Primitives.dll" + ] + }, + "System.Runtime/4.0.20-beta-22816": { + "serviceable": false, + "sha": "BEN6F4aNjbBdDxM8Xhb/MCSDhYmtvA29c1HUBvn0aNAVXaIJECLy2w5YkcscdklIieZCrcYeG2UzIgWlr4+GeQ==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.ComponentModel.Composition", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.ComponentModel.Composition", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.4.0.20-beta-22816.nupkg", + "System.Runtime.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.nuspec", + "lib/aspnetcore50/System.Runtime.dll", + "lib/contract/System.Runtime.dll", + "lib/net45/System.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.dll" + ] + }, + "System.Runtime.Extensions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "b8ymkNB0apTc/FCmyeB/Js1CMg8EBaOlM2biIKA94Dk0sT/yyGd8SyCeuZXiCGCIk6HpSiIsIdX53rXgTWxH0w==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "lib/aspnetcore50/System.Runtime.Extensions.dll", + "lib/contract/System.Runtime.Extensions.dll", + "lib/net45/System.Runtime.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Extensions.dll" + ] + }, + "System.Runtime.Handles/4.0.0-beta-22816": { + "serviceable": false, + "sha": "v0zgBcuEWIbjC/AXgmutaLymiHgL6dv/1T7uJVAaraFivnClvEERwihXmRCr+HH22AC1J6tbuGE0/cnhZNV6QA==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Handles.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Handles.nuspec", + "lib/aspnetcore50/System.Runtime.Handles.dll", + "lib/contract/System.Runtime.Handles.dll", + "lib/net45/System.Runtime.Handles.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Handles.dll" + ] + }, + "System.Runtime.InteropServices/4.0.20-beta-22816": { + "serviceable": false, + "sha": "MJtigFXlDXgxs8GwrKOlXdXHlNVKz4/pCiDx23NFt8cFb254DNgU5D3kxRDl+xZb74vlhgUvXMOTPLbsMaTcbA==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.InteropServices.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "lib/aspnetcore50/System.Runtime.InteropServices.dll", + "lib/contract/System.Runtime.InteropServices.dll", + "lib/net45/System.Runtime.InteropServices.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.InteropServices.dll" + ] + }, + "System.Text.Encoding/4.0.10-beta-22816": { + "serviceable": false, + "sha": "4Isk8Lg2mkSex8N1ufJfazDo9Z0zTvx7FRh7LYiIqUJJSmPMenMXoFYMtm3tQ+sUWz23qMlIrOvT9BuIBnmRQg==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.Encoding.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.Encoding.4.0.10-beta-22816.nupkg", + "System.Text.Encoding.4.0.10-beta-22816.nupkg.sha512", + "System.Text.Encoding.nuspec", + "lib/aspnetcore50/System.Text.Encoding.dll", + "lib/contract/System.Text.Encoding.dll", + "lib/net45/System.Text.Encoding.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.Encoding.dll" + ] + }, + "System.Threading.Tasks/4.0.10-beta-22816": { + "serviceable": false, + "sha": "KhcVrI2JzX1oHigWTbf4F/2uhPSkhjquLPYbBVCLe9HGxLDJk2WLgmTbJk7fIus6xWWnWJmhOp0rHERU9M2SQw==", + "frameworks": { + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ] + }, + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Tasks.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "lib/aspnetcore50/System.Threading.Tasks.dll", + "lib/contract/System.Threading.Tasks.dll", + "lib/net45/System.Threading.Tasks.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Tasks.dll" + ] + } + } +} \ No newline at end of file diff --git a/src/Microsoft.Framework.TestAdapter/project.json b/src/Microsoft.Framework.TestAdapter/project.json index c295bf0..cd028fe 100644 --- a/src/Microsoft.Framework.TestAdapter/project.json +++ b/src/Microsoft.Framework.TestAdapter/project.json @@ -1,13 +1,13 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "dependencies": { }, "frameworks": { "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.10-beta-*", - "System.Runtime": "4.0.20-beta-*", - "System.Runtime.Extensions": "4.0.10-beta-*" + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816" } } } diff --git a/src/Microsoft.Framework.TestAdapter/project.lock.json b/src/Microsoft.Framework.TestAdapter/project.lock.json new file mode 100644 index 0000000..81c1f7b --- /dev/null +++ b/src/Microsoft.Framework.TestAdapter/project.lock.json @@ -0,0 +1,187 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Collections >= 4.0.10-beta-22816", + "System.Runtime >= 4.0.20-beta-22816", + "System.Runtime.Extensions >= 4.0.10-beta-22816" + ] + }, + "libraries": { + "Microsoft.Framework.TestAdapter/1.0.0-beta4": { + "serviceable": false, + "sha": "s4vPz/frohp6tyjTY9cTOHqZLotEdiV5GScHqdpTxFc9cWG3coyf03WYUQx6Kia5o7CWRiAYURqF5pr+9gTD7A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestAdapter.nuspec", + "lib/dnx451/Microsoft.Framework.TestAdapter.dll", + "lib/dnx451/Microsoft.Framework.TestAdapter.xml", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.xml" + ] + }, + "System.Collections/4.0.10-beta-22816": { + "serviceable": false, + "sha": "pFwiLMtcsvAx8ZFsSIDVSuPAXXW2z1gkmE/YqiMELlxPVHKyJGrUZoJCIBfVg1HERxMnd1dyj7ffqj5Nx3mzGQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.4.0.10-beta-22816.nupkg", + "System.Collections.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.nuspec", + "lib/aspnetcore50/System.Collections.dll", + "lib/contract/System.Collections.dll", + "lib/net45/System.Collections.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.dll" + ] + }, + "System.Runtime/4.0.20-beta-22816": { + "serviceable": false, + "sha": "BEN6F4aNjbBdDxM8Xhb/MCSDhYmtvA29c1HUBvn0aNAVXaIJECLy2w5YkcscdklIieZCrcYeG2UzIgWlr4+GeQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.ComponentModel.Composition", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.4.0.20-beta-22816.nupkg", + "System.Runtime.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.nuspec", + "lib/aspnetcore50/System.Runtime.dll", + "lib/contract/System.Runtime.dll", + "lib/net45/System.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.dll" + ] + }, + "System.Runtime.Extensions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "b8ymkNB0apTc/FCmyeB/Js1CMg8EBaOlM2biIKA94Dk0sT/yyGd8SyCeuZXiCGCIk6HpSiIsIdX53rXgTWxH0w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "lib/aspnetcore50/System.Runtime.Extensions.dll", + "lib/contract/System.Runtime.Extensions.dll", + "lib/net45/System.Runtime.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Extensions.dll" + ] + } + } +} \ No newline at end of file diff --git a/src/Microsoft.Framework.TestHost/project.json b/src/Microsoft.Framework.TestHost/project.json index a5d7454..c4e79a0 100644 --- a/src/Microsoft.Framework.TestHost/project.json +++ b/src/Microsoft.Framework.TestHost/project.json @@ -1,16 +1,16 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "compilationOptions": { "warningsAsErrors": true }, "dependencies": { - "Microsoft.Framework.TestAdapter": "1.0.0-*", - "Microsoft.Framework.ApplicationHost": "1.0.0-*", - "Microsoft.Framework.CommandLineUtils": "1.0.0-*", - "Microsoft.Framework.Logging": "1.0.0-*", - "Microsoft.Framework.Runtime": "1.0.0-*", - "Microsoft.Framework.Runtime.Common": { "version": "1.0.0-*", "type": "build" }, - "Microsoft.Framework.Runtime.Interfaces": "1.0.0-*", + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Common": { "version": "1.0.0-beta4", "type": "build" }, + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", "Newtonsoft.Json": "6.0.6" }, "commands": { @@ -20,9 +20,9 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Console": "4.0.0-beta-*", - "System.Diagnostics.Process": "4.0.0-beta-*", - "System.Diagnostics.TraceSource": "4.0.0-beta-*" + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Process": "4.0.0-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816" } } } diff --git a/src/Microsoft.Framework.TestHost/project.lock.json b/src/Microsoft.Framework.TestHost/project.lock.json new file mode 100644 index 0000000..b007307 --- /dev/null +++ b/src/Microsoft.Framework.TestHost/project.lock.json @@ -0,0 +1,2738 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.TestAdapter >= 1.0.0-beta4", + "Microsoft.Framework.ApplicationHost >= 1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils >= 1.0.0-beta4", + "Microsoft.Framework.Logging >= 1.0.0-beta4", + "Microsoft.Framework.Runtime >= 1.0.0-beta4", + "Microsoft.Framework.Runtime.Common >= 1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces >= 1.0.0-beta4", + "Newtonsoft.Json >= 6.0.6" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Console >= 4.0.0-beta-22816", + "System.Diagnostics.Process >= 4.0.0-beta-22816", + "System.Diagnostics.TraceSource >= 4.0.0-beta-22816" + ] + }, + "libraries": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0-rc2": { + "serviceable": false, + "sha": "S3P/WuSCgbhIxMVDFCJiJAh9g8ZVVIISsFn2lKqJYJdRGiFM2WJR0I46psNVXJt2uM13SBSGiAKAdqOeRvhl7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "System" + ], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Analyzers.nuspec", + "ThirdPartyNotices.rtf", + "tools/install.ps1", + "tools/uninstall.ps1", + "tools/analyzers/C#/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/C#/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll" + ] + }, + "Microsoft.CodeAnalysis.Common/1.0.0-rc2": { + "serviceable": false, + "sha": "LIc/rzjORrM0jrQ9ZtoIwJWbYi4IM7RvcSFT9YLe2uH9aBPq2oQ7qimK3ZosZJE+5faoJ+DgfGOigWw6uQpmQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Common.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.dll", + "lib/net45/Microsoft.CodeAnalysis.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml" + ] + }, + "Microsoft.CodeAnalysis.CSharp/1.0.0-rc2": { + "serviceable": false, + "sha": "RdXyaAZSRJH/oU6ccy3RNgGVMwFY1fY41I0Rtpbch9nq4mePYrkjTk3YObNHYa4lowAhktlaUoQOpprmOzc/kg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.CSharp.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml" + ] + }, + "Microsoft.Framework.ApplicationHost/1.0.0-beta4": { + "serviceable": false, + "sha": "U7frhgsqolI+AMUrX44WNgV7Xyoxj8UtttE21pkD5Wfeubo1mZyhtJUvcMN4zxAPCjFqdOfKizWfcEI+mZ0Rtg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.ApplicationHost.nuspec", + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll", + "lib/dnx451/Microsoft.Framework.ApplicationHost.xml", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.xml" + ] + }, + "Microsoft.Framework.CommandLineUtils/1.0.0-beta4": { + "serviceable": false, + "sha": "sWFw8wo77BRWAzoS50mgDUzBVXkRAZySYSaIFfpk3W5oJYmjcFt0SHpGJoVbIO3ZcKMORYvrxgnwNXx1p0ZCxQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg", + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.CommandLineUtils.nuspec", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.xml", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.xml", + "shared/AnsiConsole.cs", + "shared/CommandArgument.cs", + "shared/CommandLineApplication.cs", + "shared/CommandOption.cs", + "shared/CommandOptionType.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "qbBGymgVdlrJZhJFg+35JaA0Tp8DYeFrDwv1Q3Di9hRWLZ3rAE7bvsnP+fmuo0XGlZDVXfGjINvtryFPyoQ58g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.xml" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta4": { + "serviceable": true, + "sha": "aFlG7h0WMJn+TgKIqoDkXh6LOquu7e6HKCOSrLvAaOp93qOWycz0kNQ0oGXVHYP6QebAjHgz9UffcqeCqeWN1Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "System.Collections.Concurrent", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Collections": "4.0.10-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.xml" + ] + }, + "Microsoft.Framework.Logging.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "OK8v8gpDYfH01Gy1tvT4mS1r6ZWMAz1HXo872v7pswishE6oyTQwC44BpYM+Obq8GW7E6Ai/Vj3wE/CuLUDJGA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.xml", + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll", + "lib/net45/Microsoft.Framework.Logging.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime/1.0.0-beta4": { + "serviceable": true, + "sha": "R4Ob2q5tUb6ocw1itBO84HL8gXZMu52mi8jfxwtXoJU42gHt3ouBTEHX1WCzqcgLNGrIh89mjFV8iFTNShKXdA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Text.Encoding", + "System.Threading.Tasks", + "System.IO", + "System.IO.Compression", + "System.IO.Compression.FileSystem", + "System.Runtime", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Dynamic.Runtime": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO.Compression": "4.0.0-beta-22816", + "System.IO.FileSystem.Watcher": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Net.Sockets": "4.0.0-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Threading.Timer": "4.0.0-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816", + "System.Xml.XmlSerializer": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.dll", + "lib/dnx451/Microsoft.Framework.Runtime.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.xml" + ] + }, + "Microsoft.Framework.Runtime.Common/1.0.0-beta4": { + "serviceable": false, + "sha": "i0UlT2yKYEE9GtHda3v/zYMfA00vGqp95vvrly5l0EimBroNCEvgtS6u1jn/ny3iPswi65SfoV/Rg4BqjzqTTA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Common.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Common.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.xml", + "shared/ActivatorUtilities.cs", + "shared/Constants.cs", + "shared/DictionaryExtensions.cs", + "shared/EntryPointExecutor.cs", + "shared/EnvironmentNames.cs", + "shared/FrameworkNames.cs", + "shared/Logger.cs", + "shared/PlatformHelper.cs", + "shared/ServiceProvider.cs" + ] + }, + "Microsoft.Framework.Runtime.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "RrZdqvUm8QbgxnZQuafYGo6NezoKx7VqAfAtHVzoKBm3GSV8xlPh90u1fsGhNCv37xJNk5PuRCa4Mq27ko7pLw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime.Loader/1.0.0-beta4": { + "serviceable": true, + "sha": "XpLguvjD4bfhE2fu1SWaOXjUkVcKTRW8x1mZjPpxns250pcTg1v/sG70fmZKtoiaXHYZFzTai2SRtqfBB20hOA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Runtime.Loader": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.AppContext": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Loader.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.xml" + ] + }, + "Microsoft.Framework.Runtime.Roslyn.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "iZNGlqBAWIT2zWI1Z4AWpx9loBvplEgyHp3lRfBJX30npClf9d3fMRRlO1K9wx9ho0tMLBU8CSXpUc/21Knm6Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml" + ] + }, + "Microsoft.Framework.TestAdapter/1.0.0-beta4": { + "serviceable": false, + "sha": "s4vPz/frohp6tyjTY9cTOHqZLotEdiV5GScHqdpTxFc9cWG3coyf03WYUQx6Kia5o7CWRiAYURqF5pr+9gTD7A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestAdapter.nuspec", + "lib/dnx451/Microsoft.Framework.TestAdapter.dll", + "lib/dnx451/Microsoft.Framework.TestAdapter.xml", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.xml" + ] + }, + "Microsoft.Framework.TestHost/1.0.0-beta4": { + "serviceable": false, + "sha": "At1dKPJGTP3P6b9wNoyT4HkwpiJjUgBE9khzltAMY5U2va3csdPrCZPnU/jb4LA7RWGMkt34s7leB0w/DYovAQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Process": "4.0.0-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestHost.nuspec", + "app/project.json", + "lib/dnx451/Microsoft.Framework.TestHost.dll", + "lib/dnx451/Microsoft.Framework.TestHost.xml", + "lib/dnxcore50/Microsoft.Framework.TestHost.dll", + "lib/dnxcore50/Microsoft.Framework.TestHost.xml" + ] + }, + "Newtonsoft.Json/6.0.6": { + "serviceable": false, + "sha": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ] + } + }, + "files": [ + "Newtonsoft.Json.6.0.6.nupkg", + "Newtonsoft.Json.6.0.6.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netcore45/Newtonsoft.Json.dll", + "lib/netcore45/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", + "tools/install.ps1" + ] + }, + "System.AppContext/4.0.0-beta-22816": { + "serviceable": false, + "sha": "qOp+iww/jf3OK7Hm24C9OO3lnHzqNrjX8m3Nq58FQ5g3VL+XdkkZXG4RIvMasg5YeL6bVWdzHo2KYsjwqJxw+Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/net45/System.AppContext.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/contract/System.AppContext.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.AppContext.4.0.0-beta-22816.nupkg", + "System.AppContext.4.0.0-beta-22816.nupkg.sha512", + "System.AppContext.nuspec", + "lib/aspnetcore50/System.AppContext.dll", + "lib/contract/System.AppContext.dll", + "lib/net45/System.AppContext.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.AppContext.dll" + ] + }, + "System.Collections/4.0.10-beta-22816": { + "serviceable": false, + "sha": "pFwiLMtcsvAx8ZFsSIDVSuPAXXW2z1gkmE/YqiMELlxPVHKyJGrUZoJCIBfVg1HERxMnd1dyj7ffqj5Nx3mzGQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.4.0.10-beta-22816.nupkg", + "System.Collections.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.nuspec", + "lib/aspnetcore50/System.Collections.dll", + "lib/contract/System.Collections.dll", + "lib/net45/System.Collections.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.dll" + ] + }, + "System.Collections.Concurrent/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IWT4zcq0JdzU5HvJuHZbBFIntFfjmKzkfPbUWw5gwbso5nejOfVSCiRgJmUmEex0R5oJN+sX8gSrJrofzoXrww==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.Concurrent.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "lib/aspnetcore50/System.Collections.Concurrent.dll", + "lib/contract/System.Collections.Concurrent.dll", + "lib/net45/System.Collections.Concurrent.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.Concurrent.dll" + ] + }, + "System.Collections.Immutable/1.1.33-beta": { + "serviceable": true, + "sha": "Qnv6M/BRf0w1xNoD5tH7V+jK0kdO+OZymwQS5Lj6FALt3AZMGVeJs+lHXi1PsKFll67UtGY+I7r8WDhRzspXCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Collections.Immutable.1.1.33-beta.nupkg", + "System.Collections.Immutable.1.1.33-beta.nupkg.sha512", + "System.Collections.Immutable.nuspec", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" + ] + }, + "System.ComponentModel/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLcSvVsb7/lj68LSjmX834BKxOXspQ7HRSgTiToz4LWKbEvGgZwXHPDUWNo0UbjDFSBsxprYc0PCVygXwhOIMw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ComponentModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ComponentModel.4.0.0-beta-22816.nupkg", + "System.ComponentModel.4.0.0-beta-22816.nupkg.sha512", + "System.ComponentModel.nuspec", + "lib/aspnetcore50/System.ComponentModel.dll", + "lib/contract/System.ComponentModel.dll", + "lib/net45/System.ComponentModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ComponentModel.dll" + ] + }, + "System.Console/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Uq1C1DP7MYuE0qqIaI15k/k3r2IKX6A/suIboAkOCLYoiG4jhFfc0ECJVsiXWJEWf7o5xRA0cz+hi+awB5HugA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Console.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Console.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Console.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Console.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Console.4.0.0-beta-22816.nupkg", + "System.Console.4.0.0-beta-22816.nupkg.sha512", + "System.Console.nuspec", + "lib/aspnetcore50/System.Console.dll", + "lib/contract/System.Console.dll", + "lib/net45/System.Console.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Console.dll" + ] + }, + "System.Diagnostics.Debug/4.0.10-beta-22816": { + "serviceable": false, + "sha": "sFAWo06FoJmZLT0oH/HzbpWUdaEPK6ao58ttrdqnQ6QXRtTH85NXHRrhxpU/tDSODX1fPuwIEf+i5vSVJvoCOQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Debug.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "lib/aspnetcore50/System.Diagnostics.Debug.dll", + "lib/contract/System.Diagnostics.Debug.dll", + "lib/net45/System.Diagnostics.Debug.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Debug.dll" + ] + }, + "System.Diagnostics.Process/4.0.0-beta-22816": { + "serviceable": false, + "sha": "cJ8+p0xCP6/6cQJ3OF+w6lsx43bL0t+IOywb4IFKf04K9OJdjLx9G1blZMPccYsFX+geIuJVP/iVbj889pKhaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Process.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Process.nuspec", + "lib/aspnetcore50/System.Diagnostics.Process.dll", + "lib/contract/System.Diagnostics.Process.dll", + "lib/net45/System.Diagnostics.Process.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Process.dll" + ] + }, + "System.Diagnostics.Tools/4.0.0-beta-22816": { + "serviceable": false, + "sha": "yfUqnhEozAZZoM87LRWSOwj5bpeoOacikMJoHOqSBTItsXSN0yqO+qilFfS4O8QuFbXbnxwlg+4ElrcpX3Zozw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Tools.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "lib/aspnetcore50/System.Diagnostics.Tools.dll", + "lib/contract/System.Diagnostics.Tools.dll", + "lib/net45/System.Diagnostics.Tools.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Tools.dll" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-22816": { + "serviceable": false, + "sha": "vzkkoMMThODIp46iDkXC+0E8d2IHFE2HgIYoHaHOVurpjDZg90MvkgYRionwTvZtVoit3s/o0X1zqRZKj0uJEw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.TraceSource.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec", + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll", + "lib/contract/System.Diagnostics.TraceSource.dll", + "lib/net45/System.Diagnostics.TraceSource.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.TraceSource.dll" + ] + }, + "System.Dynamic.Runtime/4.0.10-beta-22816": { + "serviceable": false, + "sha": "xq53sL6Md+m46wnLYnmbCvAnbo05vlyDt9v6r1HhXCL4Q7uk66aFKMRg3ca+0uGcOY8AujPhepHBC2lQumJGew==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Dynamic.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg.sha512", + "System.Dynamic.Runtime.nuspec", + "lib/aspnetcore50/System.Dynamic.Runtime.dll", + "lib/contract/System.Dynamic.Runtime.dll", + "lib/net45/System.Dynamic.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Dynamic.Runtime.dll" + ] + }, + "System.Globalization/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Bedo0Nd7solBPW1k52EmlA+RKm+yxT2Os8fiu27DK2fyBa68pdFNM9ckjZ1X2DW0E9q49IxRMaWpflTBerMb8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Globalization.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Globalization.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Globalization.4.0.10-beta-22816.nupkg", + "System.Globalization.4.0.10-beta-22816.nupkg.sha512", + "System.Globalization.nuspec", + "lib/aspnetcore50/System.Globalization.dll", + "lib/contract/System.Globalization.dll", + "lib/net45/System.Globalization.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Globalization.dll" + ] + }, + "System.IO/4.0.10-beta-22816": { + "serviceable": false, + "sha": "PjyH9UMFVQHSl8g1XR+M6Q/mG2RTpPff42kG9aygXyR/Wyt/O/wOiyxZ2SaYNl8e86yecKRh9SnK2RS9thI4ig==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.4.0.10-beta-22816.nupkg", + "System.IO.4.0.10-beta-22816.nupkg.sha512", + "System.IO.nuspec", + "lib/aspnetcore50/System.IO.dll", + "lib/contract/System.IO.dll", + "lib/net45/System.IO.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.dll" + ] + }, + "System.IO.Compression/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLIvFYkpjuAHSr9H7mjtv6sfv4kkSAWJ+ysVO4/KzCDRjYqs9Fl50PnuDkOfBJBoIf5BrWY+GF+4xj4WFBHb/Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.Compression.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.Compression.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.Compression.4.0.0-beta-22816.nupkg", + "System.IO.Compression.4.0.0-beta-22816.nupkg.sha512", + "System.IO.Compression.nuspec", + "lib/aspnetcore50/System.IO.Compression.dll", + "lib/contract/System.IO.Compression.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.Compression.dll" + ] + }, + "System.IO.FileSystem/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Xj6YespEa1Rfm7WO6mV572lvtpJTvKjJJMWmxS80qEeMsUiHQvVq4+lhv4ZJp++0nSqBMKcXGgwLXrDswcJiBQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.dll", + "lib/contract/System.IO.FileSystem.dll", + "lib/net45/System.IO.FileSystem.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.dll" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wunds834DNL9o+I3I0pkw7rwaDN7DuD51G4nWOO1YTBPoBwsMFIvG0RW1q6K8mKq4pDwm9NkuCJD4cU/knQmWQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll", + "lib/contract/System.IO.FileSystem.Primitives.dll", + "lib/net45/System.IO.FileSystem.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Primitives.dll" + ] + }, + "System.IO.FileSystem.Watcher/4.0.0-beta-22816": { + "serviceable": false, + "sha": "BGlcKYgf849Gda+8Ft4eQhrDpIOCUQAErFECUAQrj1/l1aSX1uAW2990iL90tEg0YCdlqMH0KfGXcdXfKLdwVQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Watcher.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Watcher.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll", + "lib/contract/System.IO.FileSystem.Watcher.dll", + "lib/net45/System.IO.FileSystem.Watcher.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Watcher.dll" + ] + }, + "System.Linq/4.0.0-beta-22816": { + "serviceable": false, + "sha": "QlwRD8FTiYAZ7BxEjB5u9vjKaAHZ6KvuZYm+4tjYduTIWpFI3o34UjowJXCaPlLwc8USRshAXLgnsQ3iaOjv8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.4.0.0-beta-22816.nupkg", + "System.Linq.4.0.0-beta-22816.nupkg.sha512", + "System.Linq.nuspec", + "lib/aspnetcore50/System.Linq.dll", + "lib/contract/System.Linq.dll", + "lib/net45/System.Linq.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.dll" + ] + }, + "System.Linq.Expressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "daFTEhRXqo1X1EVkTcuqRMDWR3QE5vrk0IY4kkOBjtCASv7YDXsnBJO8BuiZsK1CzEHoxAQiPLs954l86ckRYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.Expressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "lib/aspnetcore50/System.Linq.Expressions.dll", + "lib/contract/System.Linq.Expressions.dll", + "lib/net45/System.Linq.Expressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.Expressions.dll" + ] + }, + "System.Net.Primitives/4.0.10-beta-22816": { + "serviceable": false, + "sha": "jsLwoWIuMLFqUZmrQcMclxdV3Fm/XlVse0j6graRZbjgrEOPBN7O0Lhfvdrsqsx73xz19+/u/DFN7NQc6X7E+A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Primitives.4.0.10-beta-22816.nupkg", + "System.Net.Primitives.4.0.10-beta-22816.nupkg.sha512", + "System.Net.Primitives.nuspec", + "lib/aspnetcore50/System.Net.Primitives.dll", + "lib/contract/System.Net.Primitives.dll", + "lib/net45/System.Net.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Primitives.dll" + ] + }, + "System.Net.Sockets/4.0.0-beta-22816": { + "serviceable": false, + "sha": "n5QmCEnCFRycYo+qGl0FBM3Tx4uYvcuWk1jS/F36WXVZGJmeYeNAD1fmANBr3+fcoQgNXmDdjTBASooa8eMp8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Sockets.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Sockets.4.0.0-beta-22816.nupkg", + "System.Net.Sockets.4.0.0-beta-22816.nupkg.sha512", + "System.Net.Sockets.nuspec", + "lib/aspnetcore50/System.Net.Sockets.dll", + "lib/contract/System.Net.Sockets.dll", + "lib/net45/System.Net.Sockets.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Sockets.dll" + ] + }, + "System.ObjectModel/4.0.10-beta-22816": { + "serviceable": false, + "sha": "tWcx/WRx/nlsBCPMtMxeniVqDvfJAfNQcq5eRhBIH4myultIvpuRfC3hy6Bby29/v3Zzy2fPgSyRIPGdOIIX4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ObjectModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ObjectModel.4.0.10-beta-22816.nupkg", + "System.ObjectModel.4.0.10-beta-22816.nupkg.sha512", + "System.ObjectModel.nuspec", + "lib/aspnetcore50/System.ObjectModel.dll", + "lib/contract/System.ObjectModel.dll", + "lib/net45/System.ObjectModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ObjectModel.dll" + ] + }, + "System.Reflection/4.0.10-beta-22816": { + "serviceable": false, + "sha": "YzEbWoLTsPOUL4mPRbeRkhfJ12VgIJVy7fwoKnp0RgxXwuQQ2CPFt2E3qjl2TWzMpnhyRBtM2L/qkt4Dlg8Okw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.4.0.10-beta-22816.nupkg", + "System.Reflection.4.0.10-beta-22816.nupkg.sha512", + "System.Reflection.nuspec", + "lib/aspnetcore50/System.Reflection.dll", + "lib/contract/System.Reflection.dll", + "lib/net45/System.Reflection.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.dll" + ] + }, + "System.Reflection.Extensions/4.0.0-beta-22816": { + "serviceable": false, + "sha": "YjpkRQYsZa8509nJw5nIp71qWlmnwG0jUZUWmnO9urK6u2uOB6oDSx4a+vi5CB/9KrBe3ZXVD/Yq/Nr8PyWQaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "lib/aspnetcore50/System.Reflection.Extensions.dll", + "lib/contract/System.Reflection.Extensions.dll", + "lib/net45/System.Reflection.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Extensions.dll" + ] + }, + "System.Reflection.Metadata/1.0.18-beta": { + "serviceable": true, + "sha": "4PtC2U6seQthZMvXvGTxXZUqlF0oV9jzYNTkG0Yo/D6cLO5AH3lrxh2djGyKsDYnAZjBCoyA/z3vHRCeaBEp4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Reflection.Metadata.1.0.18-beta.nupkg", + "System.Reflection.Metadata.1.0.18-beta.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml" + ] + }, + "System.Reflection.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "EJwj21pXCKrEixqXZ0mcJXYwDaTMTX9csa3Gcrm9i0UwemWaUPMHU94Y3crDuvk5h+urJlm6rk8xuEXIgmTFzg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "lib/aspnetcore50/System.Reflection.Primitives.dll", + "lib/contract/System.Reflection.Primitives.dll", + "lib/net45/System.Reflection.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Primitives.dll" + ] + }, + "System.Resources.ResourceManager/4.0.0-beta-22816": { + "serviceable": false, + "sha": "TgVqjZT7jiiPXeC7WAZLqmmSZ+PAdSKHHsQzGoNxCT2WXVgBak0vbeNkt2oOycYMWgIfKKt8/yT6wmcRVMX0dg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Resources.ResourceManager.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "lib/aspnetcore50/System.Resources.ResourceManager.dll", + "lib/contract/System.Resources.ResourceManager.dll", + "lib/net45/System.Resources.ResourceManager.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Resources.ResourceManager.dll" + ] + }, + "System.Runtime/4.0.20-beta-22816": { + "serviceable": false, + "sha": "BEN6F4aNjbBdDxM8Xhb/MCSDhYmtvA29c1HUBvn0aNAVXaIJECLy2w5YkcscdklIieZCrcYeG2UzIgWlr4+GeQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.ComponentModel.Composition", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.4.0.20-beta-22816.nupkg", + "System.Runtime.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.nuspec", + "lib/aspnetcore50/System.Runtime.dll", + "lib/contract/System.Runtime.dll", + "lib/net45/System.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.dll" + ] + }, + "System.Runtime.Extensions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "b8ymkNB0apTc/FCmyeB/Js1CMg8EBaOlM2biIKA94Dk0sT/yyGd8SyCeuZXiCGCIk6HpSiIsIdX53rXgTWxH0w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "lib/aspnetcore50/System.Runtime.Extensions.dll", + "lib/contract/System.Runtime.Extensions.dll", + "lib/net45/System.Runtime.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Extensions.dll" + ] + }, + "System.Runtime.Handles/4.0.0-beta-22816": { + "serviceable": false, + "sha": "v0zgBcuEWIbjC/AXgmutaLymiHgL6dv/1T7uJVAaraFivnClvEERwihXmRCr+HH22AC1J6tbuGE0/cnhZNV6QA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Handles.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Handles.nuspec", + "lib/aspnetcore50/System.Runtime.Handles.dll", + "lib/contract/System.Runtime.Handles.dll", + "lib/net45/System.Runtime.Handles.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Handles.dll" + ] + }, + "System.Runtime.InteropServices/4.0.20-beta-22816": { + "serviceable": false, + "sha": "MJtigFXlDXgxs8GwrKOlXdXHlNVKz4/pCiDx23NFt8cFb254DNgU5D3kxRDl+xZb74vlhgUvXMOTPLbsMaTcbA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.InteropServices.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "lib/aspnetcore50/System.Runtime.InteropServices.dll", + "lib/contract/System.Runtime.InteropServices.dll", + "lib/net45/System.Runtime.InteropServices.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.InteropServices.dll" + ] + }, + "System.Runtime.Loader/4.0.0-beta-22816": { + "serviceable": false, + "sha": "kamtRnkehMjf5Qy3tUNQ2hC8xgQEEwwzd/5Ekp2RmGGlmqml9lU7FcCNQCwemCB2O8IfShKc/kknGChZRiGuAg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Loader.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Loader.nuspec", + "lib/aspnetcore50/System.Runtime.Loader.dll", + "lib/contract/System.Runtime.Loader.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Loader.dll" + ] + }, + "System.Security.SecureString/4.0.0-beta-22816": { + "serviceable": false, + "sha": "MdJtWNPTX4KlhwNM9JeJnWPXiIrOU8iq26oY2eleWxSDhlVq6Vz3Ww8P0pqnIxdN+3lVPwON+eCG+nt7XtkrBA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.SecureString.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.SecureString.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.SecureString.4.0.0-beta-22816.nupkg", + "System.Security.SecureString.4.0.0-beta-22816.nupkg.sha512", + "System.Security.SecureString.nuspec", + "lib/aspnetcore50/System.Security.SecureString.dll", + "lib/contract/System.Security.SecureString.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.SecureString.dll" + ] + }, + "System.Text.Encoding/4.0.10-beta-22816": { + "serviceable": false, + "sha": "4Isk8Lg2mkSex8N1ufJfazDo9Z0zTvx7FRh7LYiIqUJJSmPMenMXoFYMtm3tQ+sUWz23qMlIrOvT9BuIBnmRQg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.Encoding.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.Encoding.4.0.10-beta-22816.nupkg", + "System.Text.Encoding.4.0.10-beta-22816.nupkg.sha512", + "System.Text.Encoding.nuspec", + "lib/aspnetcore50/System.Text.Encoding.dll", + "lib/contract/System.Text.Encoding.dll", + "lib/net45/System.Text.Encoding.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.Encoding.dll" + ] + }, + "System.Text.RegularExpressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "f6reT2KQ1IjeAKeZEX5TSIFugrsmofjD3N+9HD4c2WAMFlEs4p4/ycsmS1bLlV7n+JRHsmUkhgpCVWMZYPk+aA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.RegularExpressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "lib/aspnetcore50/System.Text.RegularExpressions.dll", + "lib/contract/System.Text.RegularExpressions.dll", + "lib/net45/System.Text.RegularExpressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.RegularExpressions.dll" + ] + }, + "System.Threading/4.0.10-beta-22816": { + "serviceable": false, + "sha": "GO4X3FuGlw4DJH+UbbKDXKnyyWiwlPJIX+Ys0UCzSdAPneBA42dPb2+kRakWy+wo6n6Gcv7ckkfa3j8MSSxbhg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.4.0.10-beta-22816.nupkg", + "System.Threading.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.nuspec", + "lib/aspnetcore50/System.Threading.dll", + "lib/contract/System.Threading.dll", + "lib/net45/System.Threading.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.dll" + ] + }, + "System.Threading.Tasks/4.0.10-beta-22816": { + "serviceable": false, + "sha": "KhcVrI2JzX1oHigWTbf4F/2uhPSkhjquLPYbBVCLe9HGxLDJk2WLgmTbJk7fIus6xWWnWJmhOp0rHERU9M2SQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Tasks.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "lib/aspnetcore50/System.Threading.Tasks.dll", + "lib/contract/System.Threading.Tasks.dll", + "lib/net45/System.Threading.Tasks.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Tasks.dll" + ] + }, + "System.Threading.Thread/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wOOp9YPzypTTup0HYl4Fl9kekjceKfDirKMjnQ1oKZgdoaycyD8n6bt9d9N/lPWVi2xonr+Rf/WvnzmA7K8eMQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Thread.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Thread.4.0.0-beta-22816.nupkg", + "System.Threading.Thread.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Thread.nuspec", + "lib/aspnetcore50/System.Threading.Thread.dll", + "lib/contract/System.Threading.Thread.dll", + "lib/net45/System.Threading.Thread.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Thread.dll" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-22816": { + "serviceable": false, + "sha": "vD4CAz4MtwC504yWDY2aHIAfDfW5HZ2uQH2gWOSozxbL1BHnIFso/8v4dzVanQ4eKmOhHZzO8uJLCt6jHBGa5g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.ThreadPool.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.ThreadPool.nuspec", + "lib/aspnetcore50/System.Threading.ThreadPool.dll", + "lib/contract/System.Threading.ThreadPool.dll", + "lib/net45/System.Threading.ThreadPool.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.ThreadPool.dll" + ] + }, + "System.Threading.Timer/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Gr9S5A6SP9RSdNQ4mdUVe41z6jUqgVxgqpl4JnJGu6eTysN/ShNsPu9/IGulZ0PxsNpRxmVCqd50lLl7n7GMbQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Timer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Timer.4.0.0-beta-22816.nupkg", + "System.Threading.Timer.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Timer.nuspec", + "lib/aspnetcore50/System.Threading.Timer.dll", + "lib/contract/System.Threading.Timer.dll", + "lib/net45/System.Threading.Timer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Timer.dll" + ] + }, + "System.Xml.ReaderWriter/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Mx4PY22Xvz4u6h6A3yDNi8S7yvIh7yHSE9v0QM21d4cha2HMP5pwPdaKqCNkRytCQwKrBUFdMGQAmysF6n0K7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.ReaderWriter.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "lib/aspnetcore50/System.Xml.ReaderWriter.dll", + "lib/contract/System.Xml.ReaderWriter.dll", + "lib/net45/System.Xml.ReaderWriter.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.ReaderWriter.dll" + ] + }, + "System.Xml.XDocument/4.0.10-beta-22816": { + "serviceable": false, + "sha": "6NwAYXuYtZtS6LSqXsMjafbVUnNWeqClza4qkfCehd2T0OdcwseTAN23IBL6ogumrjHFRdoomTFXTau4TVQCXg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml.Linq" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XDocument.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "lib/aspnetcore50/System.Xml.XDocument.dll", + "lib/contract/System.Xml.XDocument.dll", + "lib/net45/System.Xml.XDocument.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XDocument.dll" + ] + }, + "System.Xml.XmlSerializer/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IUQ5927Bga6REs2/yOaVEW37OE2tiXlmkG1qVb2Umvv2Lf21XTXCTLTAp4XkpB6h8iItc/0cZQgys7bSnooBlg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XmlSerializer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XmlSerializer.nuspec", + "lib/aspnetcore50/System.Xml.XmlSerializer.dll", + "lib/contract/System.Xml.XmlSerializer.dll", + "lib/net45/System.Xml.XmlSerializer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XmlSerializer.dll" + ] + } + } +} \ No newline at end of file diff --git a/src/StyleCop.KRules/project.json b/src/StyleCop.KRules/project.json index 26c7154..c1978e8 100644 --- a/src/StyleCop.KRules/project.json +++ b/src/StyleCop.KRules/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "dependencies": { "StyleCop": "4.7.10.0" }, diff --git a/src/StyleCop.KRules/project.lock.json b/src/StyleCop.KRules/project.lock.json new file mode 100644 index 0000000..e4d7f12 --- /dev/null +++ b/src/StyleCop.KRules/project.lock.json @@ -0,0 +1,40 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [ + "StyleCop >= 4.7.10.0" + ], + "DNX,Version=v4.5.1": [] + }, + "libraries": { + "StyleCop/4.7.10.0": { + "serviceable": false, + "sha": "DCGyv3AY6sYEPgt8NhuBpy3MoUIMo0OoUvMumCze/MfEwnOf5TeWAfjqThxAVnugHL/I27SIzbhXCu242LhECQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/StyleCop.CSharp.dll", + "lib/StyleCop.CSharp.Rules.dll", + "lib/StyleCop.dll" + ], + "compileAssemblies": [ + "lib/StyleCop.CSharp.dll", + "lib/StyleCop.CSharp.Rules.dll", + "lib/StyleCop.dll" + ] + } + }, + "files": [ + "StyleCop.4.7.10.0.nupkg", + "StyleCop.4.7.10.0.nupkg.sha512", + "StyleCop.nuspec", + "lib/StyleCop.CSharp.dll", + "lib/StyleCop.CSharp.Rules.dll", + "lib/StyleCop.dll" + ] + } + } +} \ No newline at end of file diff --git a/test/Microsoft.Framework.Logging.Testing.Tests/project.json b/test/Microsoft.Framework.Logging.Testing.Tests/project.json index dfae84d..1efed95 100644 --- a/test/Microsoft.Framework.Logging.Testing.Tests/project.json +++ b/test/Microsoft.Framework.Logging.Testing.Tests/project.json @@ -1,8 +1,8 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "dependencies": { - "Microsoft.Framework.Logging.Testing": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "Microsoft.Framework.Logging.Testing": "1.0.0-beta4", + "xunit.runner.aspnet": "2.0.0-aspnet-beta4" }, "commands": { "test": "xunit.runner.aspnet" diff --git a/test/Microsoft.Framework.Logging.Testing.Tests/project.lock.json b/test/Microsoft.Framework.Logging.Testing.Tests/project.lock.json new file mode 100644 index 0000000..3d2fe36 --- /dev/null +++ b/test/Microsoft.Framework.Logging.Testing.Tests/project.lock.json @@ -0,0 +1,3967 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.Logging.Testing >= 1.0.0-beta4", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta4" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Runtime >= 4.0.20-*" + ] + }, + "libraries": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0-rc2": { + "serviceable": false, + "sha": "S3P/WuSCgbhIxMVDFCJiJAh9g8ZVVIISsFn2lKqJYJdRGiFM2WJR0I46psNVXJt2uM13SBSGiAKAdqOeRvhl7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "System" + ], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [ + "System" + ], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Analyzers.nuspec", + "ThirdPartyNotices.rtf", + "tools/install.ps1", + "tools/uninstall.ps1", + "tools/analyzers/C#/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/C#/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll" + ] + }, + "Microsoft.CodeAnalysis.Common/1.0.0-rc2": { + "serviceable": false, + "sha": "LIc/rzjORrM0jrQ9ZtoIwJWbYi4IM7RvcSFT9YLe2uH9aBPq2oQ7qimK3ZosZJE+5faoJ+DgfGOigWw6uQpmQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Common.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.dll", + "lib/net45/Microsoft.CodeAnalysis.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml" + ] + }, + "Microsoft.CodeAnalysis.CSharp/1.0.0-rc2": { + "serviceable": false, + "sha": "RdXyaAZSRJH/oU6ccy3RNgGVMwFY1fY41I0Rtpbch9nq4mePYrkjTk3YObNHYa4lowAhktlaUoQOpprmOzc/kg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.CSharp.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml" + ] + }, + "Microsoft.Framework.ApplicationHost/1.0.0-beta4": { + "serviceable": false, + "sha": "U7frhgsqolI+AMUrX44WNgV7Xyoxj8UtttE21pkD5Wfeubo1mZyhtJUvcMN4zxAPCjFqdOfKizWfcEI+mZ0Rtg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.ApplicationHost.nuspec", + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll", + "lib/dnx451/Microsoft.Framework.ApplicationHost.xml", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.xml" + ] + }, + "Microsoft.Framework.CommandLineUtils/1.0.0-beta4": { + "serviceable": false, + "sha": "sWFw8wo77BRWAzoS50mgDUzBVXkRAZySYSaIFfpk3W5oJYmjcFt0SHpGJoVbIO3ZcKMORYvrxgnwNXx1p0ZCxQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg", + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.CommandLineUtils.nuspec", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.xml", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.xml", + "shared/AnsiConsole.cs", + "shared/CommandArgument.cs", + "shared/CommandLineApplication.cs", + "shared/CommandOption.cs", + "shared/CommandOptionType.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "qbBGymgVdlrJZhJFg+35JaA0Tp8DYeFrDwv1Q3Di9hRWLZ3rAE7bvsnP+fmuo0XGlZDVXfGjINvtryFPyoQ58g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.xml" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta4": { + "serviceable": true, + "sha": "aFlG7h0WMJn+TgKIqoDkXh6LOquu7e6HKCOSrLvAaOp93qOWycz0kNQ0oGXVHYP6QebAjHgz9UffcqeCqeWN1Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "System.Collections.Concurrent", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Collections": "4.0.10-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "System.Collections.Concurrent", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/net45/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.Framework.Logging.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.xml" + ] + }, + "Microsoft.Framework.Logging.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "OK8v8gpDYfH01Gy1tvT4mS1r6ZWMAz1HXo872v7pswishE6oyTQwC44BpYM+Obq8GW7E6Ai/Vj3wE/CuLUDJGA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.xml", + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll", + "lib/net45/Microsoft.Framework.Logging.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime/1.0.0-beta4": { + "serviceable": true, + "sha": "R4Ob2q5tUb6ocw1itBO84HL8gXZMu52mi8jfxwtXoJU42gHt3ouBTEHX1WCzqcgLNGrIh89mjFV8iFTNShKXdA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Text.Encoding", + "System.Threading.Tasks", + "System.IO", + "System.IO.Compression", + "System.IO.Compression.FileSystem", + "System.Runtime", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Dynamic.Runtime": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO.Compression": "4.0.0-beta-22816", + "System.IO.FileSystem.Watcher": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Net.Sockets": "4.0.0-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Threading.Timer": "4.0.0-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816", + "System.Xml.XmlSerializer": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.dll", + "lib/dnx451/Microsoft.Framework.Runtime.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.xml" + ] + }, + "Microsoft.Framework.Runtime.Common/1.0.0-beta4": { + "serviceable": false, + "sha": "i0UlT2yKYEE9GtHda3v/zYMfA00vGqp95vvrly5l0EimBroNCEvgtS6u1jn/ny3iPswi65SfoV/Rg4BqjzqTTA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Common.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Common.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.xml", + "shared/ActivatorUtilities.cs", + "shared/Constants.cs", + "shared/DictionaryExtensions.cs", + "shared/EntryPointExecutor.cs", + "shared/EnvironmentNames.cs", + "shared/FrameworkNames.cs", + "shared/Logger.cs", + "shared/PlatformHelper.cs", + "shared/ServiceProvider.cs" + ] + }, + "Microsoft.Framework.Runtime.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "RrZdqvUm8QbgxnZQuafYGo6NezoKx7VqAfAtHVzoKBm3GSV8xlPh90u1fsGhNCv37xJNk5PuRCa4Mq27ko7pLw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime.Loader/1.0.0-beta4": { + "serviceable": true, + "sha": "XpLguvjD4bfhE2fu1SWaOXjUkVcKTRW8x1mZjPpxns250pcTg1v/sG70fmZKtoiaXHYZFzTai2SRtqfBB20hOA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Runtime.Loader": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.AppContext": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Loader.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.xml" + ] + }, + "Microsoft.Framework.Runtime.Roslyn.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "iZNGlqBAWIT2zWI1Z4AWpx9loBvplEgyHp3lRfBJX30npClf9d3fMRRlO1K9wx9ho0tMLBU8CSXpUc/21Knm6Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml" + ] + }, + "Microsoft.Framework.TestAdapter/1.0.0-beta4": { + "serviceable": false, + "sha": "s4vPz/frohp6tyjTY9cTOHqZLotEdiV5GScHqdpTxFc9cWG3coyf03WYUQx6Kia5o7CWRiAYURqF5pr+9gTD7A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestAdapter.nuspec", + "lib/dnx451/Microsoft.Framework.TestAdapter.dll", + "lib/dnx451/Microsoft.Framework.TestAdapter.xml", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.xml" + ] + }, + "Microsoft.Framework.TestHost/1.0.0-beta4": { + "serviceable": false, + "sha": "At1dKPJGTP3P6b9wNoyT4HkwpiJjUgBE9khzltAMY5U2va3csdPrCZPnU/jb4LA7RWGMkt34s7leB0w/DYovAQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Process": "4.0.0-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestHost.nuspec", + "app/project.json", + "lib/dnx451/Microsoft.Framework.TestHost.dll", + "lib/dnx451/Microsoft.Framework.TestHost.xml", + "lib/dnxcore50/Microsoft.Framework.TestHost.dll", + "lib/dnxcore50/Microsoft.Framework.TestHost.xml" + ] + }, + "Newtonsoft.Json/6.0.6": { + "serviceable": false, + "sha": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ] + } + }, + "files": [ + "Newtonsoft.Json.6.0.6.nupkg", + "Newtonsoft.Json.6.0.6.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netcore45/Newtonsoft.Json.dll", + "lib/netcore45/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", + "tools/install.ps1" + ] + }, + "System.AppContext/4.0.0-beta-22816": { + "serviceable": false, + "sha": "qOp+iww/jf3OK7Hm24C9OO3lnHzqNrjX8m3Nq58FQ5g3VL+XdkkZXG4RIvMasg5YeL6bVWdzHo2KYsjwqJxw+Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/net45/System.AppContext.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/contract/System.AppContext.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/net45/System.AppContext.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.AppContext.4.0.0-beta-22816.nupkg", + "System.AppContext.4.0.0-beta-22816.nupkg.sha512", + "System.AppContext.nuspec", + "lib/aspnetcore50/System.AppContext.dll", + "lib/contract/System.AppContext.dll", + "lib/net45/System.AppContext.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.AppContext.dll" + ] + }, + "System.Collections/4.0.10-beta-22816": { + "serviceable": false, + "sha": "pFwiLMtcsvAx8ZFsSIDVSuPAXXW2z1gkmE/YqiMELlxPVHKyJGrUZoJCIBfVg1HERxMnd1dyj7ffqj5Nx3mzGQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.4.0.10-beta-22816.nupkg", + "System.Collections.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.nuspec", + "lib/aspnetcore50/System.Collections.dll", + "lib/contract/System.Collections.dll", + "lib/net45/System.Collections.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.dll" + ] + }, + "System.Collections.Concurrent/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IWT4zcq0JdzU5HvJuHZbBFIntFfjmKzkfPbUWw5gwbso5nejOfVSCiRgJmUmEex0R5oJN+sX8gSrJrofzoXrww==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.Concurrent.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "lib/aspnetcore50/System.Collections.Concurrent.dll", + "lib/contract/System.Collections.Concurrent.dll", + "lib/net45/System.Collections.Concurrent.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.Concurrent.dll" + ] + }, + "System.Collections.Immutable/1.1.33-beta": { + "serviceable": true, + "sha": "Qnv6M/BRf0w1xNoD5tH7V+jK0kdO+OZymwQS5Lj6FALt3AZMGVeJs+lHXi1PsKFll67UtGY+I7r8WDhRzspXCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Collections.Immutable.1.1.33-beta.nupkg", + "System.Collections.Immutable.1.1.33-beta.nupkg.sha512", + "System.Collections.Immutable.nuspec", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" + ] + }, + "System.ComponentModel/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLcSvVsb7/lj68LSjmX834BKxOXspQ7HRSgTiToz4LWKbEvGgZwXHPDUWNo0UbjDFSBsxprYc0PCVygXwhOIMw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ComponentModel.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ComponentModel.4.0.0-beta-22816.nupkg", + "System.ComponentModel.4.0.0-beta-22816.nupkg.sha512", + "System.ComponentModel.nuspec", + "lib/aspnetcore50/System.ComponentModel.dll", + "lib/contract/System.ComponentModel.dll", + "lib/net45/System.ComponentModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ComponentModel.dll" + ] + }, + "System.Console/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Uq1C1DP7MYuE0qqIaI15k/k3r2IKX6A/suIboAkOCLYoiG4jhFfc0ECJVsiXWJEWf7o5xRA0cz+hi+awB5HugA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Console.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Console.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Console.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Console.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Console.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Console.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Console.4.0.0-beta-22816.nupkg", + "System.Console.4.0.0-beta-22816.nupkg.sha512", + "System.Console.nuspec", + "lib/aspnetcore50/System.Console.dll", + "lib/contract/System.Console.dll", + "lib/net45/System.Console.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Console.dll" + ] + }, + "System.Diagnostics.Debug/4.0.10-beta-22816": { + "serviceable": false, + "sha": "sFAWo06FoJmZLT0oH/HzbpWUdaEPK6ao58ttrdqnQ6QXRtTH85NXHRrhxpU/tDSODX1fPuwIEf+i5vSVJvoCOQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Debug.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "lib/aspnetcore50/System.Diagnostics.Debug.dll", + "lib/contract/System.Diagnostics.Debug.dll", + "lib/net45/System.Diagnostics.Debug.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Debug.dll" + ] + }, + "System.Diagnostics.Process/4.0.0-beta-22816": { + "serviceable": false, + "sha": "cJ8+p0xCP6/6cQJ3OF+w6lsx43bL0t+IOywb4IFKf04K9OJdjLx9G1blZMPccYsFX+geIuJVP/iVbj889pKhaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Process.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Process.nuspec", + "lib/aspnetcore50/System.Diagnostics.Process.dll", + "lib/contract/System.Diagnostics.Process.dll", + "lib/net45/System.Diagnostics.Process.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Process.dll" + ] + }, + "System.Diagnostics.Tools/4.0.0-beta-22816": { + "serviceable": false, + "sha": "yfUqnhEozAZZoM87LRWSOwj5bpeoOacikMJoHOqSBTItsXSN0yqO+qilFfS4O8QuFbXbnxwlg+4ElrcpX3Zozw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Tools.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "lib/aspnetcore50/System.Diagnostics.Tools.dll", + "lib/contract/System.Diagnostics.Tools.dll", + "lib/net45/System.Diagnostics.Tools.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Tools.dll" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-22816": { + "serviceable": false, + "sha": "vzkkoMMThODIp46iDkXC+0E8d2IHFE2HgIYoHaHOVurpjDZg90MvkgYRionwTvZtVoit3s/o0X1zqRZKj0uJEw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.TraceSource.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec", + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll", + "lib/contract/System.Diagnostics.TraceSource.dll", + "lib/net45/System.Diagnostics.TraceSource.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.TraceSource.dll" + ] + }, + "System.Dynamic.Runtime/4.0.10-beta-22816": { + "serviceable": false, + "sha": "xq53sL6Md+m46wnLYnmbCvAnbo05vlyDt9v6r1HhXCL4Q7uk66aFKMRg3ca+0uGcOY8AujPhepHBC2lQumJGew==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Dynamic.Runtime.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg.sha512", + "System.Dynamic.Runtime.nuspec", + "lib/aspnetcore50/System.Dynamic.Runtime.dll", + "lib/contract/System.Dynamic.Runtime.dll", + "lib/net45/System.Dynamic.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Dynamic.Runtime.dll" + ] + }, + "System.Globalization/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Bedo0Nd7solBPW1k52EmlA+RKm+yxT2Os8fiu27DK2fyBa68pdFNM9ckjZ1X2DW0E9q49IxRMaWpflTBerMb8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Globalization.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Globalization.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Globalization.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Globalization.4.0.10-beta-22816.nupkg", + "System.Globalization.4.0.10-beta-22816.nupkg.sha512", + "System.Globalization.nuspec", + "lib/aspnetcore50/System.Globalization.dll", + "lib/contract/System.Globalization.dll", + "lib/net45/System.Globalization.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Globalization.dll" + ] + }, + "System.IO/4.0.10-beta-22816": { + "serviceable": false, + "sha": "PjyH9UMFVQHSl8g1XR+M6Q/mG2RTpPff42kG9aygXyR/Wyt/O/wOiyxZ2SaYNl8e86yecKRh9SnK2RS9thI4ig==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.4.0.10-beta-22816.nupkg", + "System.IO.4.0.10-beta-22816.nupkg.sha512", + "System.IO.nuspec", + "lib/aspnetcore50/System.IO.dll", + "lib/contract/System.IO.dll", + "lib/net45/System.IO.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.dll" + ] + }, + "System.IO.Compression/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLIvFYkpjuAHSr9H7mjtv6sfv4kkSAWJ+ysVO4/KzCDRjYqs9Fl50PnuDkOfBJBoIf5BrWY+GF+4xj4WFBHb/Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.Compression.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.Compression.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "License.rtf", + "System.IO.Compression.4.0.0-beta-22816.nupkg", + "System.IO.Compression.4.0.0-beta-22816.nupkg.sha512", + "System.IO.Compression.nuspec", + "lib/aspnetcore50/System.IO.Compression.dll", + "lib/contract/System.IO.Compression.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.Compression.dll" + ] + }, + "System.IO.FileSystem/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Xj6YespEa1Rfm7WO6mV572lvtpJTvKjJJMWmxS80qEeMsUiHQvVq4+lhv4ZJp++0nSqBMKcXGgwLXrDswcJiBQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.dll", + "lib/contract/System.IO.FileSystem.dll", + "lib/net45/System.IO.FileSystem.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.dll" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wunds834DNL9o+I3I0pkw7rwaDN7DuD51G4nWOO1YTBPoBwsMFIvG0RW1q6K8mKq4pDwm9NkuCJD4cU/knQmWQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Primitives.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll", + "lib/contract/System.IO.FileSystem.Primitives.dll", + "lib/net45/System.IO.FileSystem.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Primitives.dll" + ] + }, + "System.IO.FileSystem.Watcher/4.0.0-beta-22816": { + "serviceable": false, + "sha": "BGlcKYgf849Gda+8Ft4eQhrDpIOCUQAErFECUAQrj1/l1aSX1uAW2990iL90tEg0YCdlqMH0KfGXcdXfKLdwVQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Watcher.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Watcher.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll", + "lib/contract/System.IO.FileSystem.Watcher.dll", + "lib/net45/System.IO.FileSystem.Watcher.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Watcher.dll" + ] + }, + "System.Linq/4.0.0-beta-22816": { + "serviceable": false, + "sha": "QlwRD8FTiYAZ7BxEjB5u9vjKaAHZ6KvuZYm+4tjYduTIWpFI3o34UjowJXCaPlLwc8USRshAXLgnsQ3iaOjv8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.4.0.0-beta-22816.nupkg", + "System.Linq.4.0.0-beta-22816.nupkg.sha512", + "System.Linq.nuspec", + "lib/aspnetcore50/System.Linq.dll", + "lib/contract/System.Linq.dll", + "lib/net45/System.Linq.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.dll" + ] + }, + "System.Linq.Expressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "daFTEhRXqo1X1EVkTcuqRMDWR3QE5vrk0IY4kkOBjtCASv7YDXsnBJO8BuiZsK1CzEHoxAQiPLs954l86ckRYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.Expressions.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "lib/aspnetcore50/System.Linq.Expressions.dll", + "lib/contract/System.Linq.Expressions.dll", + "lib/net45/System.Linq.Expressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.Expressions.dll" + ] + }, + "System.Net.Primitives/4.0.10-beta-22816": { + "serviceable": false, + "sha": "jsLwoWIuMLFqUZmrQcMclxdV3Fm/XlVse0j6graRZbjgrEOPBN7O0Lhfvdrsqsx73xz19+/u/DFN7NQc6X7E+A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Primitives.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Primitives.4.0.10-beta-22816.nupkg", + "System.Net.Primitives.4.0.10-beta-22816.nupkg.sha512", + "System.Net.Primitives.nuspec", + "lib/aspnetcore50/System.Net.Primitives.dll", + "lib/contract/System.Net.Primitives.dll", + "lib/net45/System.Net.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Primitives.dll" + ] + }, + "System.Net.Sockets/4.0.0-beta-22816": { + "serviceable": false, + "sha": "n5QmCEnCFRycYo+qGl0FBM3Tx4uYvcuWk1jS/F36WXVZGJmeYeNAD1fmANBr3+fcoQgNXmDdjTBASooa8eMp8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Sockets.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Sockets.4.0.0-beta-22816.nupkg", + "System.Net.Sockets.4.0.0-beta-22816.nupkg.sha512", + "System.Net.Sockets.nuspec", + "lib/aspnetcore50/System.Net.Sockets.dll", + "lib/contract/System.Net.Sockets.dll", + "lib/net45/System.Net.Sockets.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Sockets.dll" + ] + }, + "System.ObjectModel/4.0.10-beta-22816": { + "serviceable": false, + "sha": "tWcx/WRx/nlsBCPMtMxeniVqDvfJAfNQcq5eRhBIH4myultIvpuRfC3hy6Bby29/v3Zzy2fPgSyRIPGdOIIX4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ObjectModel.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ObjectModel.4.0.10-beta-22816.nupkg", + "System.ObjectModel.4.0.10-beta-22816.nupkg.sha512", + "System.ObjectModel.nuspec", + "lib/aspnetcore50/System.ObjectModel.dll", + "lib/contract/System.ObjectModel.dll", + "lib/net45/System.ObjectModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ObjectModel.dll" + ] + }, + "System.Reflection/4.0.10-beta-22816": { + "serviceable": false, + "sha": "YzEbWoLTsPOUL4mPRbeRkhfJ12VgIJVy7fwoKnp0RgxXwuQQ2CPFt2E3qjl2TWzMpnhyRBtM2L/qkt4Dlg8Okw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.4.0.10-beta-22816.nupkg", + "System.Reflection.4.0.10-beta-22816.nupkg.sha512", + "System.Reflection.nuspec", + "lib/aspnetcore50/System.Reflection.dll", + "lib/contract/System.Reflection.dll", + "lib/net45/System.Reflection.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.dll" + ] + }, + "System.Reflection.Extensions/4.0.0-beta-22816": { + "serviceable": false, + "sha": "YjpkRQYsZa8509nJw5nIp71qWlmnwG0jUZUWmnO9urK6u2uOB6oDSx4a+vi5CB/9KrBe3ZXVD/Yq/Nr8PyWQaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Extensions.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "lib/aspnetcore50/System.Reflection.Extensions.dll", + "lib/contract/System.Reflection.Extensions.dll", + "lib/net45/System.Reflection.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Extensions.dll" + ] + }, + "System.Reflection.Metadata/1.0.18-beta": { + "serviceable": true, + "sha": "4PtC2U6seQthZMvXvGTxXZUqlF0oV9jzYNTkG0Yo/D6cLO5AH3lrxh2djGyKsDYnAZjBCoyA/z3vHRCeaBEp4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Reflection.Metadata.1.0.18-beta.nupkg", + "System.Reflection.Metadata.1.0.18-beta.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml" + ] + }, + "System.Reflection.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "EJwj21pXCKrEixqXZ0mcJXYwDaTMTX9csa3Gcrm9i0UwemWaUPMHU94Y3crDuvk5h+urJlm6rk8xuEXIgmTFzg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Primitives.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "lib/aspnetcore50/System.Reflection.Primitives.dll", + "lib/contract/System.Reflection.Primitives.dll", + "lib/net45/System.Reflection.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Primitives.dll" + ] + }, + "System.Resources.ResourceManager/4.0.0-beta-22816": { + "serviceable": false, + "sha": "TgVqjZT7jiiPXeC7WAZLqmmSZ+PAdSKHHsQzGoNxCT2WXVgBak0vbeNkt2oOycYMWgIfKKt8/yT6wmcRVMX0dg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Resources.ResourceManager.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "lib/aspnetcore50/System.Resources.ResourceManager.dll", + "lib/contract/System.Resources.ResourceManager.dll", + "lib/net45/System.Resources.ResourceManager.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Resources.ResourceManager.dll" + ] + }, + "System.Runtime/4.0.20.0": { + "serviceable": false, + "sha": "mKeVIcXozI9BvOA9M9MTDv0G14Z1pQRoSGuAfSQz9VfEBsNUpaGTRUInyeKb7QmIQUKSZ5RPYwRFDKqA1F/Ksw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "System.Runtime.4.0.20.0.nupkg", + "System.Runtime.4.0.20.0.nupkg.sha512", + "System.Runtime.nuspec", + "lib/aspnetcore50/System.Runtime.dll", + "lib/contract/System.Runtime.dll" + ] + }, + "System.Runtime.Extensions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "b8ymkNB0apTc/FCmyeB/Js1CMg8EBaOlM2biIKA94Dk0sT/yyGd8SyCeuZXiCGCIk6HpSiIsIdX53rXgTWxH0w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Extensions.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "lib/aspnetcore50/System.Runtime.Extensions.dll", + "lib/contract/System.Runtime.Extensions.dll", + "lib/net45/System.Runtime.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Extensions.dll" + ] + }, + "System.Runtime.Handles/4.0.0-beta-22816": { + "serviceable": false, + "sha": "v0zgBcuEWIbjC/AXgmutaLymiHgL6dv/1T7uJVAaraFivnClvEERwihXmRCr+HH22AC1J6tbuGE0/cnhZNV6QA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Handles.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Handles.nuspec", + "lib/aspnetcore50/System.Runtime.Handles.dll", + "lib/contract/System.Runtime.Handles.dll", + "lib/net45/System.Runtime.Handles.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Handles.dll" + ] + }, + "System.Runtime.InteropServices/4.0.20-beta-22816": { + "serviceable": false, + "sha": "MJtigFXlDXgxs8GwrKOlXdXHlNVKz4/pCiDx23NFt8cFb254DNgU5D3kxRDl+xZb74vlhgUvXMOTPLbsMaTcbA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.InteropServices.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "lib/aspnetcore50/System.Runtime.InteropServices.dll", + "lib/contract/System.Runtime.InteropServices.dll", + "lib/net45/System.Runtime.InteropServices.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.InteropServices.dll" + ] + }, + "System.Runtime.Loader/4.0.0-beta-22816": { + "serviceable": false, + "sha": "kamtRnkehMjf5Qy3tUNQ2hC8xgQEEwwzd/5Ekp2RmGGlmqml9lU7FcCNQCwemCB2O8IfShKc/kknGChZRiGuAg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Loader.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Loader.nuspec", + "lib/aspnetcore50/System.Runtime.Loader.dll", + "lib/contract/System.Runtime.Loader.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Loader.dll" + ] + }, + "System.Security.Cryptography.Hashing/4.0.0-beta-22816": { + "serviceable": false, + "sha": "CQ+k5PCqX3rOYC1gLcFNXWl7VwBPMyZhkQFiukqtSMG/mWKQ8ba9+oF1V+9c5zUerhHMxFhrwymnghQpA/NdhQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.Cryptography.Hashing.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.Cryptography.Hashing.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.Cryptography.Hashing.4.0.0-beta-22816.nupkg", + "System.Security.Cryptography.Hashing.4.0.0-beta-22816.nupkg.sha512", + "System.Security.Cryptography.Hashing.nuspec", + "lib/aspnetcore50/System.Security.Cryptography.Hashing.dll", + "lib/contract/System.Security.Cryptography.Hashing.dll", + "lib/net45/System.Security.Cryptography.Hashing.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.Cryptography.Hashing.dll" + ] + }, + "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-22816": { + "serviceable": false, + "sha": "2lhNYPFf0ChTgS83OOiGqxkB8ue4e8r28B3F4NDdsQSaknW5RDhhFSxe40bFltiNuIXuNz1QROI1345leHnjxw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Security.Cryptography.Hashing": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Security.Cryptography.Hashing": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Security.Cryptography.Hashing": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-22816.nupkg", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-22816.nupkg.sha512", + "System.Security.Cryptography.Hashing.Algorithms.nuspec", + "lib/aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/contract/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + }, + "System.Security.SecureString/4.0.0-beta-22816": { + "serviceable": false, + "sha": "MdJtWNPTX4KlhwNM9JeJnWPXiIrOU8iq26oY2eleWxSDhlVq6Vz3Ww8P0pqnIxdN+3lVPwON+eCG+nt7XtkrBA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.SecureString.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.SecureString.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "License.rtf", + "System.Security.SecureString.4.0.0-beta-22816.nupkg", + "System.Security.SecureString.4.0.0-beta-22816.nupkg.sha512", + "System.Security.SecureString.nuspec", + "lib/aspnetcore50/System.Security.SecureString.dll", + "lib/contract/System.Security.SecureString.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.SecureString.dll" + ] + }, + "System.Text.Encoding/4.0.10-beta-22816": { + "serviceable": false, + "sha": "4Isk8Lg2mkSex8N1ufJfazDo9Z0zTvx7FRh7LYiIqUJJSmPMenMXoFYMtm3tQ+sUWz23qMlIrOvT9BuIBnmRQg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.Encoding.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.Encoding.4.0.10-beta-22816.nupkg", + "System.Text.Encoding.4.0.10-beta-22816.nupkg.sha512", + "System.Text.Encoding.nuspec", + "lib/aspnetcore50/System.Text.Encoding.dll", + "lib/contract/System.Text.Encoding.dll", + "lib/net45/System.Text.Encoding.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.Encoding.dll" + ] + }, + "System.Text.RegularExpressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "f6reT2KQ1IjeAKeZEX5TSIFugrsmofjD3N+9HD4c2WAMFlEs4p4/ycsmS1bLlV7n+JRHsmUkhgpCVWMZYPk+aA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.RegularExpressions.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "lib/aspnetcore50/System.Text.RegularExpressions.dll", + "lib/contract/System.Text.RegularExpressions.dll", + "lib/net45/System.Text.RegularExpressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.RegularExpressions.dll" + ] + }, + "System.Threading/4.0.10-beta-22816": { + "serviceable": false, + "sha": "GO4X3FuGlw4DJH+UbbKDXKnyyWiwlPJIX+Ys0UCzSdAPneBA42dPb2+kRakWy+wo6n6Gcv7ckkfa3j8MSSxbhg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.4.0.10-beta-22816.nupkg", + "System.Threading.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.nuspec", + "lib/aspnetcore50/System.Threading.dll", + "lib/contract/System.Threading.dll", + "lib/net45/System.Threading.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.dll" + ] + }, + "System.Threading.Tasks/4.0.10-beta-22816": { + "serviceable": false, + "sha": "KhcVrI2JzX1oHigWTbf4F/2uhPSkhjquLPYbBVCLe9HGxLDJk2WLgmTbJk7fIus6xWWnWJmhOp0rHERU9M2SQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Tasks.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "lib/aspnetcore50/System.Threading.Tasks.dll", + "lib/contract/System.Threading.Tasks.dll", + "lib/net45/System.Threading.Tasks.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Tasks.dll" + ] + }, + "System.Threading.Thread/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wOOp9YPzypTTup0HYl4Fl9kekjceKfDirKMjnQ1oKZgdoaycyD8n6bt9d9N/lPWVi2xonr+Rf/WvnzmA7K8eMQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Thread.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Thread.4.0.0-beta-22816.nupkg", + "System.Threading.Thread.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Thread.nuspec", + "lib/aspnetcore50/System.Threading.Thread.dll", + "lib/contract/System.Threading.Thread.dll", + "lib/net45/System.Threading.Thread.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Thread.dll" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-22816": { + "serviceable": false, + "sha": "vD4CAz4MtwC504yWDY2aHIAfDfW5HZ2uQH2gWOSozxbL1BHnIFso/8v4dzVanQ4eKmOhHZzO8uJLCt6jHBGa5g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.ThreadPool.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.ThreadPool.nuspec", + "lib/aspnetcore50/System.Threading.ThreadPool.dll", + "lib/contract/System.Threading.ThreadPool.dll", + "lib/net45/System.Threading.ThreadPool.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.ThreadPool.dll" + ] + }, + "System.Threading.Timer/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Gr9S5A6SP9RSdNQ4mdUVe41z6jUqgVxgqpl4JnJGu6eTysN/ShNsPu9/IGulZ0PxsNpRxmVCqd50lLl7n7GMbQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Timer.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Timer.4.0.0-beta-22816.nupkg", + "System.Threading.Timer.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Timer.nuspec", + "lib/aspnetcore50/System.Threading.Timer.dll", + "lib/contract/System.Threading.Timer.dll", + "lib/net45/System.Threading.Timer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Timer.dll" + ] + }, + "System.Xml.ReaderWriter/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Mx4PY22Xvz4u6h6A3yDNi8S7yvIh7yHSE9v0QM21d4cha2HMP5pwPdaKqCNkRytCQwKrBUFdMGQAmysF6n0K7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.ReaderWriter.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "lib/aspnetcore50/System.Xml.ReaderWriter.dll", + "lib/contract/System.Xml.ReaderWriter.dll", + "lib/net45/System.Xml.ReaderWriter.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.ReaderWriter.dll" + ] + }, + "System.Xml.XDocument/4.0.10-beta-22816": { + "serviceable": false, + "sha": "6NwAYXuYtZtS6LSqXsMjafbVUnNWeqClza4qkfCehd2T0OdcwseTAN23IBL6ogumrjHFRdoomTFXTau4TVQCXg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml.Linq" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XDocument.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml.Linq" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "lib/aspnetcore50/System.Xml.XDocument.dll", + "lib/contract/System.Xml.XDocument.dll", + "lib/net45/System.Xml.XDocument.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XDocument.dll" + ] + }, + "System.Xml.XmlSerializer/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IUQ5927Bga6REs2/yOaVEW37OE2tiXlmkG1qVb2Umvv2Lf21XTXCTLTAp4XkpB6h8iItc/0cZQgys7bSnooBlg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XmlSerializer.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XmlSerializer.nuspec", + "lib/aspnetcore50/System.Xml.XmlSerializer.dll", + "lib/contract/System.Xml.XmlSerializer.dll", + "lib/net45/System.Xml.XmlSerializer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XmlSerializer.dll" + ] + }, + "xunit.abstractions/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "TkElLDkB9UwDl9Ka8lCRlANpI8OOIprWchSbVOkSRUcFTOFT42B7+t5RWYZeayQluAqAiYpT4tw7zQZdghWSYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ] + } + }, + "files": [ + "xunit.abstractions.2.0.0-rc3-build2880.nupkg", + "xunit.abstractions.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.abstractions.nuspec", + "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml" + ] + }, + "xunit.assert/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "8ytSE6XlpeLIkuba3bWKmqX07vMVN3cCRZ+9cZmCYwuNOgHP3T9YYz+pWLjUbdBhM8uXdzueIZkJN/Ig6YIGkg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + } + }, + "files": [ + "xunit.assert.2.0.0-rc3-build2880.nupkg", + "xunit.assert.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.assert.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.xml" + ] + }, + "xunit.execution.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "kD6eti8w6Pg1FK67w/t0xNST3kRCte+jjqjDHJeflGW1DOXatc0c5EXel6USMaN4f+FaFTveS56jRDSshxxZCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Diagnostics.Debug", + "System.Globalization", + "System.Linq", + "System.Reflection", + "System.Reflection.Extensions", + "System.Runtime", + "System.Runtime.Extensions", + "System.Threading.Tasks", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.execution.AspNet.nuspec", + "lib/dnx451/xunit.execution.AspNet.dll", + "lib/dnx451/xunit.execution.AspNet.xml", + "lib/dnxcore50/xunit.execution.AspNet.dll", + "lib/dnxcore50/xunit.execution.AspNet.xml" + ] + }, + "xunit.extensibility.core/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "h5qu03ot74RyjJt69AozLZPUCRklHqfA9IAQtu9wCQ1MmPXN0X+q7vu3ZH+moXfFlDRfsaDtuKr7DdaxhZaw4Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + } + }, + "files": [ + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg", + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.extensibility.core.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll.tdnet", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.tdnet.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.utility.desktop.dll" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "pF2NLWvMmPUMXpgvS5XawlF2NzINor+rR2GGQqR0htliWhNO+mskUKPLtpYHC0v68mp8Q7etAFG8GspusJBJZA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4" + }, + "frameworkAssemblies": [ + "System.ObjectModel", + "System.Text.RegularExpressions", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4", + "System.Console": "4.0.0-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.aspnet.nuspec", + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml" + ] + }, + "xunit.runner.utility.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "4lHUa0TFMgBIhGkGc12ZtkcqlIRYQxObxbovRLY/u0dkbe2KMSzQcLTIZBVoiOTC1ujuckyNMsfl/Xqlz4fWKg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Reflection", + "System.Runtime", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ] + }, + ".NETFramework,Version=v4.5": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.utility.AspNet.nuspec", + "lib/dnx451/xunit.runner.utility.AspNet.dll", + "lib/dnx451/xunit.runner.utility.AspNet.xml", + "lib/dnxcore50/xunit.runner.utility.AspNet.dll", + "lib/dnxcore50/xunit.runner.utility.AspNet.xml" + ] + } + } +} \ No newline at end of file diff --git a/test/Microsoft.Framework.TestHost.Tests/project.json b/test/Microsoft.Framework.TestHost.Tests/project.json index 351c5d8..e8fb933 100644 --- a/test/Microsoft.Framework.TestHost.Tests/project.json +++ b/test/Microsoft.Framework.TestHost.Tests/project.json @@ -1,10 +1,10 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "dependencies": { - "Sample.Tests": "1.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "Microsoft.Framework.TestHost": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "Sample.Tests": "1.0.0-beta4", + "Microsoft.AspNet.Testing": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.runner.aspnet": "2.0.0-aspnet-beta4" }, "commands": { "test": "xunit.runner.aspnet" diff --git a/test/Microsoft.Framework.TestHost.Tests/project.lock.json b/test/Microsoft.Framework.TestHost.Tests/project.lock.json new file mode 100644 index 0000000..2c4b151 --- /dev/null +++ b/test/Microsoft.Framework.TestHost.Tests/project.lock.json @@ -0,0 +1,1256 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [ + "Sample.Tests >= 1.0.0-beta4", + "Microsoft.AspNet.Testing >= 1.0.0-beta4", + "Microsoft.Framework.TestHost >= 1.0.0-beta4", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta4" + ], + "DNX,Version=v4.5.1": [] + }, + "libraries": { + "Microsoft.AspNet.Testing/1.0.0-beta4": { + "serviceable": false, + "sha": "fkiUW+tW/ZBQtTomjoFsaR+/96rIbfaDnK69T6ItaauOfVKxsLxp5okfMgUQqWuFQhvj5NWDJZCwaEKKyVttDA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.runner.aspnet": "2.0.0-aspnet-beta4" + }, + "frameworkAssemblies": [ + "System.Runtime", + "System.Reflection", + "System.Threading.Tasks", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.AspNet.Testing.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.AspNet.Testing.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.runner.aspnet": "2.0.0-aspnet-beta4", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.AspNet.Testing.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.AspNet.Testing.dll" + ] + } + }, + "files": [ + "Microsoft.AspNet.Testing.1.0.0-beta4.nupkg", + "Microsoft.AspNet.Testing.1.0.0-beta4.nupkg.sha512", + "Microsoft.AspNet.Testing.nuspec", + "lib/dnx451/Microsoft.AspNet.Testing.dll", + "lib/dnx451/Microsoft.AspNet.Testing.xml", + "lib/dnxcore50/Microsoft.AspNet.Testing.dll", + "lib/dnxcore50/Microsoft.AspNet.Testing.xml" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/1.0.0-rc2": { + "serviceable": false, + "sha": "S3P/WuSCgbhIxMVDFCJiJAh9g8ZVVIISsFn2lKqJYJdRGiFM2WJR0I46psNVXJt2uM13SBSGiAKAdqOeRvhl7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "System" + ], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Analyzers.nuspec", + "ThirdPartyNotices.rtf", + "tools/install.ps1", + "tools/uninstall.ps1", + "tools/analyzers/C#/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/C#/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll" + ] + }, + "Microsoft.CodeAnalysis.Common/1.0.0-rc2": { + "serviceable": false, + "sha": "LIc/rzjORrM0jrQ9ZtoIwJWbYi4IM7RvcSFT9YLe2uH9aBPq2oQ7qimK3ZosZJE+5faoJ+DgfGOigWw6uQpmQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Common.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.dll", + "lib/net45/Microsoft.CodeAnalysis.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml" + ] + }, + "Microsoft.CodeAnalysis.CSharp/1.0.0-rc2": { + "serviceable": false, + "sha": "RdXyaAZSRJH/oU6ccy3RNgGVMwFY1fY41I0Rtpbch9nq4mePYrkjTk3YObNHYa4lowAhktlaUoQOpprmOzc/kg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.CSharp.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml" + ] + }, + "Microsoft.Framework.ApplicationHost/1.0.0-beta4": { + "serviceable": false, + "sha": "U7frhgsqolI+AMUrX44WNgV7Xyoxj8UtttE21pkD5Wfeubo1mZyhtJUvcMN4zxAPCjFqdOfKizWfcEI+mZ0Rtg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.ApplicationHost.nuspec", + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll", + "lib/dnx451/Microsoft.Framework.ApplicationHost.xml", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.xml" + ] + }, + "Microsoft.Framework.CommandLineUtils/1.0.0-beta4": { + "serviceable": false, + "sha": "sWFw8wo77BRWAzoS50mgDUzBVXkRAZySYSaIFfpk3W5oJYmjcFt0SHpGJoVbIO3ZcKMORYvrxgnwNXx1p0ZCxQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg", + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.CommandLineUtils.nuspec", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.xml", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.xml", + "shared/AnsiConsole.cs", + "shared/CommandArgument.cs", + "shared/CommandLineApplication.cs", + "shared/CommandOption.cs", + "shared/CommandOptionType.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "qbBGymgVdlrJZhJFg+35JaA0Tp8DYeFrDwv1Q3Di9hRWLZ3rAE7bvsnP+fmuo0XGlZDVXfGjINvtryFPyoQ58g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.xml" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta4": { + "serviceable": true, + "sha": "aFlG7h0WMJn+TgKIqoDkXh6LOquu7e6HKCOSrLvAaOp93qOWycz0kNQ0oGXVHYP6QebAjHgz9UffcqeCqeWN1Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "System.Collections.Concurrent", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Collections": "4.0.10-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.xml" + ] + }, + "Microsoft.Framework.Logging.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "OK8v8gpDYfH01Gy1tvT4mS1r6ZWMAz1HXo872v7pswishE6oyTQwC44BpYM+Obq8GW7E6Ai/Vj3wE/CuLUDJGA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.xml", + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll", + "lib/net45/Microsoft.Framework.Logging.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime/1.0.0-beta4": { + "serviceable": true, + "sha": "R4Ob2q5tUb6ocw1itBO84HL8gXZMu52mi8jfxwtXoJU42gHt3ouBTEHX1WCzqcgLNGrIh89mjFV8iFTNShKXdA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Text.Encoding", + "System.Threading.Tasks", + "System.IO", + "System.IO.Compression", + "System.IO.Compression.FileSystem", + "System.Runtime", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Dynamic.Runtime": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO.Compression": "4.0.0-beta-22816", + "System.IO.FileSystem.Watcher": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Net.Sockets": "4.0.0-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Threading.Timer": "4.0.0-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816", + "System.Xml.XmlSerializer": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.dll", + "lib/dnx451/Microsoft.Framework.Runtime.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.xml" + ] + }, + "Microsoft.Framework.Runtime.Common/1.0.0-beta4": { + "serviceable": false, + "sha": "i0UlT2yKYEE9GtHda3v/zYMfA00vGqp95vvrly5l0EimBroNCEvgtS6u1jn/ny3iPswi65SfoV/Rg4BqjzqTTA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Common.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Common.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.xml", + "shared/ActivatorUtilities.cs", + "shared/Constants.cs", + "shared/DictionaryExtensions.cs", + "shared/EntryPointExecutor.cs", + "shared/EnvironmentNames.cs", + "shared/FrameworkNames.cs", + "shared/Logger.cs", + "shared/PlatformHelper.cs", + "shared/ServiceProvider.cs" + ] + }, + "Microsoft.Framework.Runtime.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "RrZdqvUm8QbgxnZQuafYGo6NezoKx7VqAfAtHVzoKBm3GSV8xlPh90u1fsGhNCv37xJNk5PuRCa4Mq27ko7pLw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime.Loader/1.0.0-beta4": { + "serviceable": true, + "sha": "XpLguvjD4bfhE2fu1SWaOXjUkVcKTRW8x1mZjPpxns250pcTg1v/sG70fmZKtoiaXHYZFzTai2SRtqfBB20hOA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Runtime.Loader": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.AppContext": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Loader.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.xml" + ] + }, + "Microsoft.Framework.Runtime.Roslyn.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "iZNGlqBAWIT2zWI1Z4AWpx9loBvplEgyHp3lRfBJX30npClf9d3fMRRlO1K9wx9ho0tMLBU8CSXpUc/21Knm6Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml" + ] + }, + "Microsoft.Framework.TestAdapter/1.0.0-beta4": { + "serviceable": false, + "sha": "s4vPz/frohp6tyjTY9cTOHqZLotEdiV5GScHqdpTxFc9cWG3coyf03WYUQx6Kia5o7CWRiAYURqF5pr+9gTD7A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestAdapter.nuspec", + "lib/dnx451/Microsoft.Framework.TestAdapter.dll", + "lib/dnx451/Microsoft.Framework.TestAdapter.xml", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.xml" + ] + }, + "Microsoft.Framework.TestHost/1.0.0-beta4": { + "serviceable": false, + "sha": "At1dKPJGTP3P6b9wNoyT4HkwpiJjUgBE9khzltAMY5U2va3csdPrCZPnU/jb4LA7RWGMkt34s7leB0w/DYovAQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Process": "4.0.0-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestHost.nuspec", + "app/project.json", + "lib/dnx451/Microsoft.Framework.TestHost.dll", + "lib/dnx451/Microsoft.Framework.TestHost.xml", + "lib/dnxcore50/Microsoft.Framework.TestHost.dll", + "lib/dnxcore50/Microsoft.Framework.TestHost.xml" + ] + }, + "Newtonsoft.Json/6.0.6": { + "serviceable": false, + "sha": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ] + } + }, + "files": [ + "Newtonsoft.Json.6.0.6.nupkg", + "Newtonsoft.Json.6.0.6.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netcore45/Newtonsoft.Json.dll", + "lib/netcore45/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", + "tools/install.ps1" + ] + }, + "System.Collections.Immutable/1.1.33-beta": { + "serviceable": true, + "sha": "Qnv6M/BRf0w1xNoD5tH7V+jK0kdO+OZymwQS5Lj6FALt3AZMGVeJs+lHXi1PsKFll67UtGY+I7r8WDhRzspXCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Collections.Immutable.1.1.33-beta.nupkg", + "System.Collections.Immutable.1.1.33-beta.nupkg.sha512", + "System.Collections.Immutable.nuspec", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" + ] + }, + "System.Reflection.Metadata/1.0.18-beta": { + "serviceable": true, + "sha": "4PtC2U6seQthZMvXvGTxXZUqlF0oV9jzYNTkG0Yo/D6cLO5AH3lrxh2djGyKsDYnAZjBCoyA/z3vHRCeaBEp4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Reflection.Metadata.1.0.18-beta.nupkg", + "System.Reflection.Metadata.1.0.18-beta.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml" + ] + }, + "xunit.abstractions/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "TkElLDkB9UwDl9Ka8lCRlANpI8OOIprWchSbVOkSRUcFTOFT42B7+t5RWYZeayQluAqAiYpT4tw7zQZdghWSYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ] + } + }, + "files": [ + "xunit.abstractions.2.0.0-rc3-build2880.nupkg", + "xunit.abstractions.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.abstractions.nuspec", + "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml" + ] + }, + "xunit.assert/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "8ytSE6XlpeLIkuba3bWKmqX07vMVN3cCRZ+9cZmCYwuNOgHP3T9YYz+pWLjUbdBhM8uXdzueIZkJN/Ig6YIGkg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + } + }, + "files": [ + "xunit.assert.2.0.0-rc3-build2880.nupkg", + "xunit.assert.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.assert.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.xml" + ] + }, + "xunit.execution.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "kD6eti8w6Pg1FK67w/t0xNST3kRCte+jjqjDHJeflGW1DOXatc0c5EXel6USMaN4f+FaFTveS56jRDSshxxZCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Diagnostics.Debug", + "System.Globalization", + "System.Linq", + "System.Reflection", + "System.Reflection.Extensions", + "System.Runtime", + "System.Runtime.Extensions", + "System.Threading.Tasks", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ] + } + }, + "files": [ + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.execution.AspNet.nuspec", + "lib/dnx451/xunit.execution.AspNet.dll", + "lib/dnx451/xunit.execution.AspNet.xml", + "lib/dnxcore50/xunit.execution.AspNet.dll", + "lib/dnxcore50/xunit.execution.AspNet.xml" + ] + }, + "xunit.extensibility.core/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "h5qu03ot74RyjJt69AozLZPUCRklHqfA9IAQtu9wCQ1MmPXN0X+q7vu3ZH+moXfFlDRfsaDtuKr7DdaxhZaw4Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + } + }, + "files": [ + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg", + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.extensibility.core.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll.tdnet", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.tdnet.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.utility.desktop.dll" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "pF2NLWvMmPUMXpgvS5XawlF2NzINor+rR2GGQqR0htliWhNO+mskUKPLtpYHC0v68mp8Q7etAFG8GspusJBJZA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4" + }, + "frameworkAssemblies": [ + "System.ObjectModel", + "System.Text.RegularExpressions", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4", + "System.Console": "4.0.0-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ] + } + }, + "files": [ + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.aspnet.nuspec", + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml" + ] + }, + "xunit.runner.utility.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "4lHUa0TFMgBIhGkGc12ZtkcqlIRYQxObxbovRLY/u0dkbe2KMSzQcLTIZBVoiOTC1ujuckyNMsfl/Xqlz4fWKg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Reflection", + "System.Runtime", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ] + } + }, + "files": [ + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.utility.AspNet.nuspec", + "lib/dnx451/xunit.runner.utility.AspNet.dll", + "lib/dnx451/xunit.runner.utility.AspNet.xml", + "lib/dnxcore50/xunit.runner.utility.AspNet.dll", + "lib/dnxcore50/xunit.runner.utility.AspNet.xml" + ] + } + } +} \ No newline at end of file diff --git a/test/Sample.Tests/project.json b/test/Sample.Tests/project.json index 3fe7bd4..9cbf8fb 100644 --- a/test/Sample.Tests/project.json +++ b/test/Sample.Tests/project.json @@ -1,7 +1,7 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta4", "dependencies": { - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-beta4" }, "commands": { "test": "xunit.runner.aspnet" diff --git a/test/Sample.Tests/project.lock.json b/test/Sample.Tests/project.lock.json new file mode 100644 index 0000000..8370dca --- /dev/null +++ b/test/Sample.Tests/project.lock.json @@ -0,0 +1,3105 @@ +{ + "locked": true, + "version": -9998, + "projectFileDependencyGroups": { + "": [ + "xunit.runner.aspnet >= 2.0.0-aspnet-beta4" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + }, + "libraries": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0-rc2": { + "serviceable": false, + "sha": "S3P/WuSCgbhIxMVDFCJiJAh9g8ZVVIISsFn2lKqJYJdRGiFM2WJR0I46psNVXJt2uM13SBSGiAKAdqOeRvhl7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "System" + ], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Analyzers.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Analyzers.nuspec", + "ThirdPartyNotices.rtf", + "tools/install.ps1", + "tools/uninstall.ps1", + "tools/analyzers/C#/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/C#/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.Analyzers.dll", + "tools/analyzers/VB.NET/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll" + ] + }, + "Microsoft.CodeAnalysis.Common/1.0.0-rc2": { + "serviceable": false, + "sha": "LIc/rzjORrM0jrQ9ZtoIwJWbYi4IM7RvcSFT9YLe2uH9aBPq2oQ7qimK3ZosZJE+5faoJ+DgfGOigWw6uQpmQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "[1.1.33-beta]", + "System.Reflection.Metadata": "[1.0.18-beta]", + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.Common.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.Common.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.dll", + "lib/net45/Microsoft.CodeAnalysis.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml" + ] + }, + "Microsoft.CodeAnalysis.CSharp/1.0.0-rc2": { + "serviceable": false, + "sha": "RdXyaAZSRJH/oU6ccy3RNgGVMwFY1fY41I0Rtpbch9nq4mePYrkjTk3YObNHYa4lowAhktlaUoQOpprmOzc/kg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0-rc2]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll" + ] + } + }, + "files": [ + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg", + "Microsoft.CodeAnalysis.CSharp.1.0.0-rc2.nupkg.sha512", + "Microsoft.CodeAnalysis.CSharp.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml" + ] + }, + "Microsoft.Framework.ApplicationHost/1.0.0-beta4": { + "serviceable": false, + "sha": "U7frhgsqolI+AMUrX44WNgV7Xyoxj8UtttE21pkD5Wfeubo1mZyhtJUvcMN4zxAPCjFqdOfKizWfcEI+mZ0Rtg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.ApplicationHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.ApplicationHost.nuspec", + "lib/dnx451/Microsoft.Framework.ApplicationHost.dll", + "lib/dnx451/Microsoft.Framework.ApplicationHost.xml", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.dll", + "lib/dnxcore50/Microsoft.Framework.ApplicationHost.xml" + ] + }, + "Microsoft.Framework.CommandLineUtils/1.0.0-beta4": { + "serviceable": false, + "sha": "sWFw8wo77BRWAzoS50mgDUzBVXkRAZySYSaIFfpk3W5oJYmjcFt0SHpGJoVbIO3ZcKMORYvrxgnwNXx1p0ZCxQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg", + "Microsoft.Framework.CommandLineUtils.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.CommandLineUtils.nuspec", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnx451/Microsoft.Framework.CommandLineUtils.xml", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.dll", + "lib/dnxcore50/Microsoft.Framework.CommandLineUtils.xml", + "shared/AnsiConsole.cs", + "shared/CommandArgument.cs", + "shared/CommandLineApplication.cs", + "shared/CommandOption.cs", + "shared/CommandOptionType.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "qbBGymgVdlrJZhJFg+35JaA0Tp8DYeFrDwv1Q3Di9hRWLZ3rAE7bvsnP+fmuo0XGlZDVXfGjINvtryFPyoQ58g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.DependencyInjection.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.DependencyInjection.Interfaces.xml" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta4": { + "serviceable": true, + "sha": "aFlG7h0WMJn+TgKIqoDkXh6LOquu7e6HKCOSrLvAaOp93qOWycz0kNQ0oGXVHYP6QebAjHgz9UffcqeCqeWN1Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "System.Collections.Concurrent", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Logging.Interfaces": "1.0.0-beta4", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Collections": "4.0.10-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.xml" + ] + }, + "Microsoft.Framework.Logging.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "OK8v8gpDYfH01Gy1tvT4mS1r6ZWMAz1HXo872v7pswishE6oyTQwC44BpYM+Obq8GW7E6Ai/Vj3wE/CuLUDJGA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Logging.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Logging.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Logging.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Interfaces.xml", + "lib/net45/Microsoft.Framework.Logging.Interfaces.dll", + "lib/net45/Microsoft.Framework.Logging.Interfaces.xml", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.dll", + "lib/portable-net451+win81+wpa81/Microsoft.Framework.Logging.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime/1.0.0-beta4": { + "serviceable": true, + "sha": "R4Ob2q5tUb6ocw1itBO84HL8gXZMu52mi8jfxwtXoJU42gHt3ouBTEHX1WCzqcgLNGrIh89mjFV8iFTNShKXdA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Text.Encoding", + "System.Threading.Tasks", + "System.IO", + "System.IO.Compression", + "System.IO.Compression.FileSystem", + "System.Runtime", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection.Metadata": "1.0.18-beta", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "Microsoft.Framework.Runtime.Roslyn.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Loader": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Dynamic.Runtime": "4.0.10-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO.Compression": "4.0.0-beta-22816", + "System.IO.FileSystem.Watcher": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Net.Sockets": "4.0.0-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Resources.ResourceManager": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Threading.Timer": "4.0.0-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816", + "System.Xml.XmlSerializer": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.dll", + "lib/dnx451/Microsoft.Framework.Runtime.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.xml" + ] + }, + "Microsoft.Framework.Runtime.Common/1.0.0-beta4": { + "serviceable": false, + "sha": "i0UlT2yKYEE9GtHda3v/zYMfA00vGqp95vvrly5l0EimBroNCEvgtS6u1jn/ny3iPswi65SfoV/Rg4BqjzqTTA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Common.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Common.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Common.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Common.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Common.xml", + "shared/ActivatorUtilities.cs", + "shared/Constants.cs", + "shared/DictionaryExtensions.cs", + "shared/EntryPointExecutor.cs", + "shared/EnvironmentNames.cs", + "shared/FrameworkNames.cs", + "shared/Logger.cs", + "shared/PlatformHelper.cs", + "shared/ServiceProvider.cs" + ] + }, + "Microsoft.Framework.Runtime.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "RrZdqvUm8QbgxnZQuafYGo6NezoKx7VqAfAtHVzoKBm3GSV8xlPh90u1fsGhNCv37xJNk5PuRCa4Mq27ko7pLw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Interfaces.xml" + ] + }, + "Microsoft.Framework.Runtime.Loader/1.0.0-beta4": { + "serviceable": true, + "sha": "XpLguvjD4bfhE2fu1SWaOXjUkVcKTRW8x1mZjPpxns250pcTg1v/sG70fmZKtoiaXHYZFzTai2SRtqfBB20hOA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Runtime.Loader": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.AppContext": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Loader.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Loader.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Loader.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Loader.xml" + ] + }, + "Microsoft.Framework.Runtime.Roslyn.Interfaces/1.0.0-beta4": { + "serviceable": true, + "sha": "iZNGlqBAWIT2zWI1Z4AWpx9loBvplEgyHp3lRfBJX30npClf9d3fMRRlO1K9wx9ho0tMLBU8CSXpUc/21Knm6Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.CodeAnalysis.CSharp": "1.0.0-rc2", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.Runtime.Roslyn.Interfaces.nuspec", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.dll", + "lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Interfaces.xml" + ] + }, + "Microsoft.Framework.TestAdapter/1.0.0-beta4": { + "serviceable": false, + "sha": "s4vPz/frohp6tyjTY9cTOHqZLotEdiV5GScHqdpTxFc9cWG3coyf03WYUQx6Kia5o7CWRiAYURqF5pr+9gTD7A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestAdapter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestAdapter.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestAdapter.nuspec", + "lib/dnx451/Microsoft.Framework.TestAdapter.dll", + "lib/dnx451/Microsoft.Framework.TestAdapter.xml", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.dll", + "lib/dnxcore50/Microsoft.Framework.TestAdapter.xml" + ] + }, + "Microsoft.Framework.TestHost/1.0.0-beta4": { + "serviceable": false, + "sha": "At1dKPJGTP3P6b9wNoyT4HkwpiJjUgBE9khzltAMY5U2va3csdPrCZPnU/jb4LA7RWGMkt34s7leB0w/DYovAQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnx451/Microsoft.Framework.TestHost.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.TestAdapter": "1.0.0-beta4", + "Microsoft.Framework.ApplicationHost": "1.0.0-beta4", + "Microsoft.Framework.CommandLineUtils": "1.0.0-beta4", + "Microsoft.Framework.Logging": "1.0.0-beta4", + "Microsoft.Framework.Runtime": "1.0.0-beta4", + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-22816", + "System.Diagnostics.Process": "4.0.0-beta-22816", + "System.Diagnostics.TraceSource": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/Microsoft.Framework.TestHost.dll" + ] + } + }, + "files": [ + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg", + "Microsoft.Framework.TestHost.1.0.0-beta4.nupkg.sha512", + "Microsoft.Framework.TestHost.nuspec", + "app/project.json", + "lib/dnx451/Microsoft.Framework.TestHost.dll", + "lib/dnx451/Microsoft.Framework.TestHost.xml", + "lib/dnxcore50/Microsoft.Framework.TestHost.dll", + "lib/dnxcore50/Microsoft.Framework.TestHost.xml" + ] + }, + "Newtonsoft.Json/6.0.6": { + "serviceable": false, + "sha": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/net45/Newtonsoft.Json.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll" + ] + } + }, + "files": [ + "Newtonsoft.Json.6.0.6.nupkg", + "Newtonsoft.Json.6.0.6.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netcore45/Newtonsoft.Json.dll", + "lib/netcore45/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", + "tools/install.ps1" + ] + }, + "System.AppContext/4.0.0-beta-22816": { + "serviceable": false, + "sha": "qOp+iww/jf3OK7Hm24C9OO3lnHzqNrjX8m3Nq58FQ5g3VL+XdkkZXG4RIvMasg5YeL6bVWdzHo2KYsjwqJxw+Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/net45/System.AppContext.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.AppContext.dll" + ], + "compileAssemblies": [ + "lib/contract/System.AppContext.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.AppContext.4.0.0-beta-22816.nupkg", + "System.AppContext.4.0.0-beta-22816.nupkg.sha512", + "System.AppContext.nuspec", + "lib/aspnetcore50/System.AppContext.dll", + "lib/contract/System.AppContext.dll", + "lib/net45/System.AppContext.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.AppContext.dll" + ] + }, + "System.Collections/4.0.10-beta-22816": { + "serviceable": false, + "sha": "pFwiLMtcsvAx8ZFsSIDVSuPAXXW2z1gkmE/YqiMELlxPVHKyJGrUZoJCIBfVg1HERxMnd1dyj7ffqj5Nx3mzGQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.4.0.10-beta-22816.nupkg", + "System.Collections.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.nuspec", + "lib/aspnetcore50/System.Collections.dll", + "lib/contract/System.Collections.dll", + "lib/net45/System.Collections.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.dll" + ] + }, + "System.Collections.Concurrent/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IWT4zcq0JdzU5HvJuHZbBFIntFfjmKzkfPbUWw5gwbso5nejOfVSCiRgJmUmEex0R5oJN+sX8gSrJrofzoXrww==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Collections.Concurrent.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Collections.Concurrent.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Collections.Concurrent.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg", + "System.Collections.Concurrent.4.0.10-beta-22816.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "lib/aspnetcore50/System.Collections.Concurrent.dll", + "lib/contract/System.Collections.Concurrent.dll", + "lib/net45/System.Collections.Concurrent.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Collections.Concurrent.dll" + ] + }, + "System.Collections.Immutable/1.1.33-beta": { + "serviceable": true, + "sha": "Qnv6M/BRf0w1xNoD5tH7V+jK0kdO+OZymwQS5Lj6FALt3AZMGVeJs+lHXi1PsKFll67UtGY+I7r8WDhRzspXCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Collections.Immutable.1.1.33-beta.nupkg", + "System.Collections.Immutable.1.1.33-beta.nupkg.sha512", + "System.Collections.Immutable.nuspec", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" + ] + }, + "System.ComponentModel/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLcSvVsb7/lj68LSjmX834BKxOXspQ7HRSgTiToz4LWKbEvGgZwXHPDUWNo0UbjDFSBsxprYc0PCVygXwhOIMw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ComponentModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ComponentModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ComponentModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ComponentModel.4.0.0-beta-22816.nupkg", + "System.ComponentModel.4.0.0-beta-22816.nupkg.sha512", + "System.ComponentModel.nuspec", + "lib/aspnetcore50/System.ComponentModel.dll", + "lib/contract/System.ComponentModel.dll", + "lib/net45/System.ComponentModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ComponentModel.dll" + ] + }, + "System.Console/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Uq1C1DP7MYuE0qqIaI15k/k3r2IKX6A/suIboAkOCLYoiG4jhFfc0ECJVsiXWJEWf7o5xRA0cz+hi+awB5HugA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Console.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Console.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Console.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Console.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Console.4.0.0-beta-22816.nupkg", + "System.Console.4.0.0-beta-22816.nupkg.sha512", + "System.Console.nuspec", + "lib/aspnetcore50/System.Console.dll", + "lib/contract/System.Console.dll", + "lib/net45/System.Console.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Console.dll" + ] + }, + "System.Diagnostics.Debug/4.0.10-beta-22816": { + "serviceable": false, + "sha": "sFAWo06FoJmZLT0oH/HzbpWUdaEPK6ao58ttrdqnQ6QXRtTH85NXHRrhxpU/tDSODX1fPuwIEf+i5vSVJvoCOQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Debug.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Debug.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Debug.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg", + "System.Diagnostics.Debug.4.0.10-beta-22816.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "lib/aspnetcore50/System.Diagnostics.Debug.dll", + "lib/contract/System.Diagnostics.Debug.dll", + "lib/net45/System.Diagnostics.Debug.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Debug.dll" + ] + }, + "System.Diagnostics.Process/4.0.0-beta-22816": { + "serviceable": false, + "sha": "cJ8+p0xCP6/6cQJ3OF+w6lsx43bL0t+IOywb4IFKf04K9OJdjLx9G1blZMPccYsFX+geIuJVP/iVbj889pKhaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Process.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Security.SecureString": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Process.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Process.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Process.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Process.nuspec", + "lib/aspnetcore50/System.Diagnostics.Process.dll", + "lib/contract/System.Diagnostics.Process.dll", + "lib/net45/System.Diagnostics.Process.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Process.dll" + ] + }, + "System.Diagnostics.Tools/4.0.0-beta-22816": { + "serviceable": false, + "sha": "yfUqnhEozAZZoM87LRWSOwj5bpeoOacikMJoHOqSBTItsXSN0yqO+qilFfS4O8QuFbXbnxwlg+4ElrcpX3Zozw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.Tools.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.Tools.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.Tools.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg", + "System.Diagnostics.Tools.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "lib/aspnetcore50/System.Diagnostics.Tools.dll", + "lib/contract/System.Diagnostics.Tools.dll", + "lib/net45/System.Diagnostics.Tools.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.Tools.dll" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-22816": { + "serviceable": false, + "sha": "vzkkoMMThODIp46iDkXC+0E8d2IHFE2HgIYoHaHOVurpjDZg90MvkgYRionwTvZtVoit3s/o0X1zqRZKj0uJEw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Diagnostics.TraceSource.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Diagnostics.TraceSource.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-22816.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec", + "lib/aspnetcore50/System.Diagnostics.TraceSource.dll", + "lib/contract/System.Diagnostics.TraceSource.dll", + "lib/net45/System.Diagnostics.TraceSource.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Diagnostics.TraceSource.dll" + ] + }, + "System.Dynamic.Runtime/4.0.10-beta-22816": { + "serviceable": false, + "sha": "xq53sL6Md+m46wnLYnmbCvAnbo05vlyDt9v6r1HhXCL4Q7uk66aFKMRg3ca+0uGcOY8AujPhepHBC2lQumJGew==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Dynamic.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Linq.Expressions": "4.0.10-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Dynamic.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Dynamic.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg", + "System.Dynamic.Runtime.4.0.10-beta-22816.nupkg.sha512", + "System.Dynamic.Runtime.nuspec", + "lib/aspnetcore50/System.Dynamic.Runtime.dll", + "lib/contract/System.Dynamic.Runtime.dll", + "lib/net45/System.Dynamic.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Dynamic.Runtime.dll" + ] + }, + "System.Globalization/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Bedo0Nd7solBPW1k52EmlA+RKm+yxT2Os8fiu27DK2fyBa68pdFNM9ckjZ1X2DW0E9q49IxRMaWpflTBerMb8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Globalization.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Globalization.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Globalization.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Globalization.4.0.10-beta-22816.nupkg", + "System.Globalization.4.0.10-beta-22816.nupkg.sha512", + "System.Globalization.nuspec", + "lib/aspnetcore50/System.Globalization.dll", + "lib/contract/System.Globalization.dll", + "lib/net45/System.Globalization.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Globalization.dll" + ] + }, + "System.IO/4.0.10-beta-22816": { + "serviceable": false, + "sha": "PjyH9UMFVQHSl8g1XR+M6Q/mG2RTpPff42kG9aygXyR/Wyt/O/wOiyxZ2SaYNl8e86yecKRh9SnK2RS9thI4ig==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.4.0.10-beta-22816.nupkg", + "System.IO.4.0.10-beta-22816.nupkg.sha512", + "System.IO.nuspec", + "lib/aspnetcore50/System.IO.dll", + "lib/contract/System.IO.dll", + "lib/net45/System.IO.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.dll" + ] + }, + "System.IO.Compression/4.0.0-beta-22816": { + "serviceable": false, + "sha": "XLIvFYkpjuAHSr9H7mjtv6sfv4kkSAWJ+ysVO4/KzCDRjYqs9Fl50PnuDkOfBJBoIf5BrWY+GF+4xj4WFBHb/Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.Compression.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.Compression.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.Compression.4.0.0-beta-22816.nupkg", + "System.IO.Compression.4.0.0-beta-22816.nupkg.sha512", + "System.IO.Compression.nuspec", + "lib/aspnetcore50/System.IO.Compression.dll", + "lib/contract/System.IO.Compression.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.Compression.dll" + ] + }, + "System.IO.FileSystem/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Xj6YespEa1Rfm7WO6mV572lvtpJTvKjJJMWmxS80qEeMsUiHQvVq4+lhv4ZJp++0nSqBMKcXGgwLXrDswcJiBQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.IO.FileSystem.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.dll", + "lib/contract/System.IO.FileSystem.dll", + "lib/net45/System.IO.FileSystem.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.dll" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wunds834DNL9o+I3I0pkw7rwaDN7DuD51G4nWOO1YTBPoBwsMFIvG0RW1q6K8mKq4pDwm9NkuCJD4cU/knQmWQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Primitives.dll", + "lib/contract/System.IO.FileSystem.Primitives.dll", + "lib/net45/System.IO.FileSystem.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Primitives.dll" + ] + }, + "System.IO.FileSystem.Watcher/4.0.0-beta-22816": { + "serviceable": false, + "sha": "BGlcKYgf849Gda+8Ft4eQhrDpIOCUQAErFECUAQrj1/l1aSX1uAW2990iL90tEg0YCdlqMH0KfGXcdXfKLdwVQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/net45/System.IO.FileSystem.Watcher.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll" + ], + "compileAssemblies": [ + "lib/contract/System.IO.FileSystem.Watcher.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg", + "System.IO.FileSystem.Watcher.4.0.0-beta-22816.nupkg.sha512", + "System.IO.FileSystem.Watcher.nuspec", + "lib/aspnetcore50/System.IO.FileSystem.Watcher.dll", + "lib/contract/System.IO.FileSystem.Watcher.dll", + "lib/net45/System.IO.FileSystem.Watcher.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.IO.FileSystem.Watcher.dll" + ] + }, + "System.Linq/4.0.0-beta-22816": { + "serviceable": false, + "sha": "QlwRD8FTiYAZ7BxEjB5u9vjKaAHZ6KvuZYm+4tjYduTIWpFI3o34UjowJXCaPlLwc8USRshAXLgnsQ3iaOjv8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.4.0.0-beta-22816.nupkg", + "System.Linq.4.0.0-beta-22816.nupkg.sha512", + "System.Linq.nuspec", + "lib/aspnetcore50/System.Linq.dll", + "lib/contract/System.Linq.dll", + "lib/net45/System.Linq.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.dll" + ] + }, + "System.Linq.Expressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "daFTEhRXqo1X1EVkTcuqRMDWR3QE5vrk0IY4kkOBjtCASv7YDXsnBJO8BuiZsK1CzEHoxAQiPLs954l86ckRYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Linq.Expressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Linq.Expressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Linq.Expressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg", + "System.Linq.Expressions.4.0.10-beta-22816.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "lib/aspnetcore50/System.Linq.Expressions.dll", + "lib/contract/System.Linq.Expressions.dll", + "lib/net45/System.Linq.Expressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Linq.Expressions.dll" + ] + }, + "System.Net.Primitives/4.0.10-beta-22816": { + "serviceable": false, + "sha": "jsLwoWIuMLFqUZmrQcMclxdV3Fm/XlVse0j6graRZbjgrEOPBN7O0Lhfvdrsqsx73xz19+/u/DFN7NQc6X7E+A==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Primitives.4.0.10-beta-22816.nupkg", + "System.Net.Primitives.4.0.10-beta-22816.nupkg.sha512", + "System.Net.Primitives.nuspec", + "lib/aspnetcore50/System.Net.Primitives.dll", + "lib/contract/System.Net.Primitives.dll", + "lib/net45/System.Net.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Primitives.dll" + ] + }, + "System.Net.Sockets/4.0.0-beta-22816": { + "serviceable": false, + "sha": "n5QmCEnCFRycYo+qGl0FBM3Tx4uYvcuWk1jS/F36WXVZGJmeYeNAD1fmANBr3+fcoQgNXmDdjTBASooa8eMp8Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Net.Sockets.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Net.Sockets.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Net.Sockets.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Net.Sockets.4.0.0-beta-22816.nupkg", + "System.Net.Sockets.4.0.0-beta-22816.nupkg.sha512", + "System.Net.Sockets.nuspec", + "lib/aspnetcore50/System.Net.Sockets.dll", + "lib/contract/System.Net.Sockets.dll", + "lib/net45/System.Net.Sockets.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Net.Sockets.dll" + ] + }, + "System.ObjectModel/4.0.10-beta-22816": { + "serviceable": false, + "sha": "tWcx/WRx/nlsBCPMtMxeniVqDvfJAfNQcq5eRhBIH4myultIvpuRfC3hy6Bby29/v3Zzy2fPgSyRIPGdOIIX4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/net45/System.ObjectModel.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.ObjectModel.dll" + ], + "compileAssemblies": [ + "lib/contract/System.ObjectModel.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.ObjectModel.4.0.10-beta-22816.nupkg", + "System.ObjectModel.4.0.10-beta-22816.nupkg.sha512", + "System.ObjectModel.nuspec", + "lib/aspnetcore50/System.ObjectModel.dll", + "lib/contract/System.ObjectModel.dll", + "lib/net45/System.ObjectModel.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.ObjectModel.dll" + ] + }, + "System.Reflection/4.0.10-beta-22816": { + "serviceable": false, + "sha": "YzEbWoLTsPOUL4mPRbeRkhfJ12VgIJVy7fwoKnp0RgxXwuQQ2CPFt2E3qjl2TWzMpnhyRBtM2L/qkt4Dlg8Okw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.4.0.10-beta-22816.nupkg", + "System.Reflection.4.0.10-beta-22816.nupkg.sha512", + "System.Reflection.nuspec", + "lib/aspnetcore50/System.Reflection.dll", + "lib/contract/System.Reflection.dll", + "lib/net45/System.Reflection.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.dll" + ] + }, + "System.Reflection.Extensions/4.0.0-beta-22816": { + "serviceable": false, + "sha": "YjpkRQYsZa8509nJw5nIp71qWlmnwG0jUZUWmnO9urK6u2uOB6oDSx4a+vi5CB/9KrBe3ZXVD/Yq/Nr8PyWQaQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg", + "System.Reflection.Extensions.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "lib/aspnetcore50/System.Reflection.Extensions.dll", + "lib/contract/System.Reflection.Extensions.dll", + "lib/net45/System.Reflection.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Extensions.dll" + ] + }, + "System.Reflection.Metadata/1.0.18-beta": { + "serviceable": true, + "sha": "4PtC2U6seQthZMvXvGTxXZUqlF0oV9jzYNTkG0Yo/D6cLO5AH3lrxh2djGyKsDYnAZjBCoyA/z3vHRCeaBEp4w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Collections.Immutable": "1.1.33-beta" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+win8/System.Reflection.Metadata.dll" + ] + } + }, + "files": [ + "License-Stable.rtf", + "System.Reflection.Metadata.1.0.18-beta.nupkg", + "System.Reflection.Metadata.1.0.18-beta.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml" + ] + }, + "System.Reflection.Primitives/4.0.0-beta-22816": { + "serviceable": false, + "sha": "EJwj21pXCKrEixqXZ0mcJXYwDaTMTX9csa3Gcrm9i0UwemWaUPMHU94Y3crDuvk5h+urJlm6rk8xuEXIgmTFzg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Reflection.Primitives.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Reflection.Primitives.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Reflection.Primitives.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg", + "System.Reflection.Primitives.4.0.0-beta-22816.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "lib/aspnetcore50/System.Reflection.Primitives.dll", + "lib/contract/System.Reflection.Primitives.dll", + "lib/net45/System.Reflection.Primitives.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Reflection.Primitives.dll" + ] + }, + "System.Resources.ResourceManager/4.0.0-beta-22816": { + "serviceable": false, + "sha": "TgVqjZT7jiiPXeC7WAZLqmmSZ+PAdSKHHsQzGoNxCT2WXVgBak0vbeNkt2oOycYMWgIfKKt8/yT6wmcRVMX0dg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Resources.ResourceManager.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Globalization": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Resources.ResourceManager.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Resources.ResourceManager.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg", + "System.Resources.ResourceManager.4.0.0-beta-22816.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "lib/aspnetcore50/System.Resources.ResourceManager.dll", + "lib/contract/System.Resources.ResourceManager.dll", + "lib/net45/System.Resources.ResourceManager.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Resources.ResourceManager.dll" + ] + }, + "System.Runtime/4.0.20-beta-22816": { + "serviceable": false, + "sha": "BEN6F4aNjbBdDxM8Xhb/MCSDhYmtvA29c1HUBvn0aNAVXaIJECLy2w5YkcscdklIieZCrcYeG2UzIgWlr4+GeQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.ComponentModel.Composition", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.4.0.20-beta-22816.nupkg", + "System.Runtime.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.nuspec", + "lib/aspnetcore50/System.Runtime.dll", + "lib/contract/System.Runtime.dll", + "lib/net45/System.Runtime.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.dll" + ] + }, + "System.Runtime.Extensions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "b8ymkNB0apTc/FCmyeB/Js1CMg8EBaOlM2biIKA94Dk0sT/yyGd8SyCeuZXiCGCIk6HpSiIsIdX53rXgTWxH0w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Extensions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Extensions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Extensions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg", + "System.Runtime.Extensions.4.0.10-beta-22816.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "lib/aspnetcore50/System.Runtime.Extensions.dll", + "lib/contract/System.Runtime.Extensions.dll", + "lib/net45/System.Runtime.Extensions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Extensions.dll" + ] + }, + "System.Runtime.Handles/4.0.0-beta-22816": { + "serviceable": false, + "sha": "v0zgBcuEWIbjC/AXgmutaLymiHgL6dv/1T7uJVAaraFivnClvEERwihXmRCr+HH22AC1J6tbuGE0/cnhZNV6QA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.Handles.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Handles.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Handles.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg", + "System.Runtime.Handles.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Handles.nuspec", + "lib/aspnetcore50/System.Runtime.Handles.dll", + "lib/contract/System.Runtime.Handles.dll", + "lib/net45/System.Runtime.Handles.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Handles.dll" + ] + }, + "System.Runtime.InteropServices/4.0.20-beta-22816": { + "serviceable": false, + "sha": "MJtigFXlDXgxs8GwrKOlXdXHlNVKz4/pCiDx23NFt8cFb254DNgU5D3kxRDl+xZb74vlhgUvXMOTPLbsMaTcbA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Runtime.InteropServices.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Primitives": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Handles": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.InteropServices.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.InteropServices.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg", + "System.Runtime.InteropServices.4.0.20-beta-22816.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "lib/aspnetcore50/System.Runtime.InteropServices.dll", + "lib/contract/System.Runtime.InteropServices.dll", + "lib/net45/System.Runtime.InteropServices.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.InteropServices.dll" + ] + }, + "System.Runtime.Loader/4.0.0-beta-22816": { + "serviceable": false, + "sha": "kamtRnkehMjf5Qy3tUNQ2hC8xgQEEwwzd/5Ekp2RmGGlmqml9lU7FcCNQCwemCB2O8IfShKc/kknGChZRiGuAg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Runtime.Loader.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Runtime.Loader.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg", + "System.Runtime.Loader.4.0.0-beta-22816.nupkg.sha512", + "System.Runtime.Loader.nuspec", + "lib/aspnetcore50/System.Runtime.Loader.dll", + "lib/contract/System.Runtime.Loader.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Runtime.Loader.dll" + ] + }, + "System.Security.Cryptography.Hashing/4.0.0-beta-22816": { + "serviceable": false, + "sha": "CQ+k5PCqX3rOYC1gLcFNXWl7VwBPMyZhkQFiukqtSMG/mWKQ8ba9+oF1V+9c5zUerhHMxFhrwymnghQpA/NdhQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.Cryptography.Hashing.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.Cryptography.Hashing.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.Cryptography.Hashing.4.0.0-beta-22816.nupkg", + "System.Security.Cryptography.Hashing.4.0.0-beta-22816.nupkg.sha512", + "System.Security.Cryptography.Hashing.nuspec", + "lib/aspnetcore50/System.Security.Cryptography.Hashing.dll", + "lib/contract/System.Security.Cryptography.Hashing.dll", + "lib/net45/System.Security.Cryptography.Hashing.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.Cryptography.Hashing.dll" + ] + }, + "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-22816": { + "serviceable": false, + "sha": "2lhNYPFf0ChTgS83OOiGqxkB8ue4e8r28B3F4NDdsQSaknW5RDhhFSxe40bFltiNuIXuNz1QROI1345leHnjxw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Security.Cryptography.Hashing": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Security.Cryptography.Hashing": "4.0.0-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-22816.nupkg", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-22816.nupkg.sha512", + "System.Security.Cryptography.Hashing.Algorithms.nuspec", + "lib/aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/contract/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/net45/System.Security.Cryptography.Hashing.Algorithms.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.Cryptography.Hashing.Algorithms.dll" + ] + }, + "System.Security.SecureString/4.0.0-beta-22816": { + "serviceable": false, + "sha": "MdJtWNPTX4KlhwNM9JeJnWPXiIrOU8iq26oY2eleWxSDhlVq6Vz3Ww8P0pqnIxdN+3lVPwON+eCG+nt7XtkrBA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [], + "compileAssemblies": [] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Security.SecureString.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Security.SecureString.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Security.SecureString.4.0.0-beta-22816.nupkg", + "System.Security.SecureString.4.0.0-beta-22816.nupkg.sha512", + "System.Security.SecureString.nuspec", + "lib/aspnetcore50/System.Security.SecureString.dll", + "lib/contract/System.Security.SecureString.dll", + "lib/net45/_._", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Security.SecureString.dll" + ] + }, + "System.Text.Encoding/4.0.10-beta-22816": { + "serviceable": false, + "sha": "4Isk8Lg2mkSex8N1ufJfazDo9Z0zTvx7FRh7LYiIqUJJSmPMenMXoFYMtm3tQ+sUWz23qMlIrOvT9BuIBnmRQg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.Encoding.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.Encoding.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.Encoding.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.Encoding.4.0.10-beta-22816.nupkg", + "System.Text.Encoding.4.0.10-beta-22816.nupkg.sha512", + "System.Text.Encoding.nuspec", + "lib/aspnetcore50/System.Text.Encoding.dll", + "lib/contract/System.Text.Encoding.dll", + "lib/net45/System.Text.Encoding.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.Encoding.dll" + ] + }, + "System.Text.RegularExpressions/4.0.10-beta-22816": { + "serviceable": false, + "sha": "f6reT2KQ1IjeAKeZEX5TSIFugrsmofjD3N+9HD4c2WAMFlEs4p4/ycsmS1bLlV7n+JRHsmUkhgpCVWMZYPk+aA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System" + ], + "runtimeAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Text.RegularExpressions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Text.RegularExpressions.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Text.RegularExpressions.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg", + "System.Text.RegularExpressions.4.0.10-beta-22816.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "lib/aspnetcore50/System.Text.RegularExpressions.dll", + "lib/contract/System.Text.RegularExpressions.dll", + "lib/net45/System.Text.RegularExpressions.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Text.RegularExpressions.dll" + ] + }, + "System.Threading/4.0.10-beta-22816": { + "serviceable": false, + "sha": "GO4X3FuGlw4DJH+UbbKDXKnyyWiwlPJIX+Ys0UCzSdAPneBA42dPb2+kRakWy+wo6n6Gcv7ckkfa3j8MSSxbhg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.4.0.10-beta-22816.nupkg", + "System.Threading.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.nuspec", + "lib/aspnetcore50/System.Threading.dll", + "lib/contract/System.Threading.dll", + "lib/net45/System.Threading.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.dll" + ] + }, + "System.Threading.Tasks/4.0.10-beta-22816": { + "serviceable": false, + "sha": "KhcVrI2JzX1oHigWTbf4F/2uhPSkhjquLPYbBVCLe9HGxLDJk2WLgmTbJk7fIus6xWWnWJmhOp0rHERU9M2SQw==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Core" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Tasks.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Tasks.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Tasks.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "lib/aspnetcore50/System.Threading.Tasks.dll", + "lib/contract/System.Threading.Tasks.dll", + "lib/net45/System.Threading.Tasks.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Tasks.dll" + ] + }, + "System.Threading.Thread/4.0.0-beta-22816": { + "serviceable": false, + "sha": "wOOp9YPzypTTup0HYl4Fl9kekjceKfDirKMjnQ1oKZgdoaycyD8n6bt9d9N/lPWVi2xonr+Rf/WvnzmA7K8eMQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Thread.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Thread.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Thread.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Thread.4.0.0-beta-22816.nupkg", + "System.Threading.Thread.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Thread.nuspec", + "lib/aspnetcore50/System.Threading.Thread.dll", + "lib/contract/System.Threading.Thread.dll", + "lib/net45/System.Threading.Thread.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Thread.dll" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-22816": { + "serviceable": false, + "sha": "vD4CAz4MtwC504yWDY2aHIAfDfW5HZ2uQH2gWOSozxbL1BHnIFso/8v4dzVanQ4eKmOhHZzO8uJLCt6jHBGa5g==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.ThreadPool.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.ThreadPool.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.ThreadPool.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-22816.nupkg.sha512", + "System.Threading.ThreadPool.nuspec", + "lib/aspnetcore50/System.Threading.ThreadPool.dll", + "lib/contract/System.Threading.ThreadPool.dll", + "lib/net45/System.Threading.ThreadPool.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.ThreadPool.dll" + ] + }, + "System.Threading.Timer/4.0.0-beta-22816": { + "serviceable": false, + "sha": "Gr9S5A6SP9RSdNQ4mdUVe41z6jUqgVxgqpl4JnJGu6eTysN/ShNsPu9/IGulZ0PxsNpRxmVCqd50lLl7n7GMbQ==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib" + ], + "runtimeAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Threading.Timer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.Runtime": "4.0.20-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Threading.Timer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Threading.Timer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Threading.Timer.4.0.0-beta-22816.nupkg", + "System.Threading.Timer.4.0.0-beta-22816.nupkg.sha512", + "System.Threading.Timer.nuspec", + "lib/aspnetcore50/System.Threading.Timer.dll", + "lib/contract/System.Threading.Timer.dll", + "lib/net45/System.Threading.Timer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Timer.dll" + ] + }, + "System.Xml.ReaderWriter/4.0.10-beta-22816": { + "serviceable": false, + "sha": "Mx4PY22Xvz4u6h6A3yDNi8S7yvIh7yHSE9v0QM21d4cha2HMP5pwPdaKqCNkRytCQwKrBUFdMGQAmysF6n0K7w==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.ReaderWriter.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.ReaderWriter.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.ReaderWriter.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg", + "System.Xml.ReaderWriter.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "lib/aspnetcore50/System.Xml.ReaderWriter.dll", + "lib/contract/System.Xml.ReaderWriter.dll", + "lib/net45/System.Xml.ReaderWriter.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.ReaderWriter.dll" + ] + }, + "System.Xml.XDocument/4.0.10-beta-22816": { + "serviceable": false, + "sha": "6NwAYXuYtZtS6LSqXsMjafbVUnNWeqClza4qkfCehd2T0OdcwseTAN23IBL6ogumrjHFRdoomTFXTau4TVQCXg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml.Linq" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XDocument.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XDocument.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XDocument.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg", + "System.Xml.XDocument.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "lib/aspnetcore50/System.Xml.XDocument.dll", + "lib/contract/System.Xml.XDocument.dll", + "lib/net45/System.Xml.XDocument.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XDocument.dll" + ] + }, + "System.Xml.XmlSerializer/4.0.10-beta-22816": { + "serviceable": false, + "sha": "IUQ5927Bga6REs2/yOaVEW37OE2tiXlmkG1qVb2Umvv2Lf21XTXCTLTAp4XkpB6h8iItc/0cZQgys7bSnooBlg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [ + "mscorlib", + "System.Xml" + ], + "runtimeAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/net45/System.Xml.XmlSerializer.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "System.IO": "4.0.10-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Xml.ReaderWriter": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/aspnetcore50/System.Xml.XmlSerializer.dll" + ], + "compileAssemblies": [ + "lib/contract/System.Xml.XmlSerializer.dll" + ] + } + }, + "files": [ + "License.rtf", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg", + "System.Xml.XmlSerializer.4.0.10-beta-22816.nupkg.sha512", + "System.Xml.XmlSerializer.nuspec", + "lib/aspnetcore50/System.Xml.XmlSerializer.dll", + "lib/contract/System.Xml.XmlSerializer.dll", + "lib/net45/System.Xml.XmlSerializer.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Xml.XmlSerializer.dll" + ] + }, + "xunit.abstractions/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "TkElLDkB9UwDl9Ka8lCRlANpI8OOIprWchSbVOkSRUcFTOFT42B7+t5RWYZeayQluAqAiYpT4tw7zQZdghWSYA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/net35/xunit.abstractions.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" + ] + } + }, + "files": [ + "xunit.abstractions.2.0.0-rc3-build2880.nupkg", + "xunit.abstractions.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.abstractions.nuspec", + "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml" + ] + }, + "xunit.assert/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "8ytSE6XlpeLIkuba3bWKmqX07vMVN3cCRZ+9cZmCYwuNOgHP3T9YYz+pWLjUbdBhM8uXdzueIZkJN/Ig6YIGkg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": {}, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll" + ] + } + }, + "files": [ + "xunit.assert.2.0.0-rc3-build2880.nupkg", + "xunit.assert.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.assert.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.xml" + ] + }, + "xunit.execution.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "kD6eti8w6Pg1FK67w/t0xNST3kRCte+jjqjDHJeflGW1DOXatc0c5EXel6USMaN4f+FaFTveS56jRDSshxxZCA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Diagnostics.Debug", + "System.Globalization", + "System.Linq", + "System.Reflection", + "System.Reflection.Extensions", + "System.Runtime", + "System.Runtime.Extensions", + "System.Threading.Tasks", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.execution.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "xunit.extensibility.core": "2.0.0-rc3-build2880", + "System.Collections.Concurrent": "4.0.10-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.Extensions": "4.0.0-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-22816", + "System.Threading": "4.0.10-beta-22816", + "System.Threading.Thread": "4.0.0-beta-22816", + "System.Threading.ThreadPool": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.execution.AspNet.dll" + ] + } + }, + "files": [ + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.execution.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.execution.AspNet.nuspec", + "lib/dnx451/xunit.execution.AspNet.dll", + "lib/dnx451/xunit.execution.AspNet.xml", + "lib/dnxcore50/xunit.execution.AspNet.dll", + "lib/dnxcore50/xunit.execution.AspNet.xml" + ] + }, + "xunit.extensibility.core/2.0.0-rc3-build2880": { + "serviceable": false, + "sha": "h5qu03ot74RyjJt69AozLZPUCRklHqfA9IAQtu9wCQ1MmPXN0X+q7vu3ZH+moXfFlDRfsaDtuKr7DdaxhZaw4Q==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "[2.0.0-rc3-build2880]" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ], + "compileAssemblies": [ + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll" + ] + } + }, + "files": [ + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg", + "xunit.extensibility.core.2.0.0-rc3-build2880.nupkg.sha512", + "xunit.extensibility.core.nuspec", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll.tdnet", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.pdb", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.xml", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.tdnet.dll", + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.utility.desktop.dll" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "pF2NLWvMmPUMXpgvS5XawlF2NzINor+rR2GGQqR0htliWhNO+mskUKPLtpYHC0v68mp8Q7etAFG8GspusJBJZA==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4" + }, + "frameworkAssemblies": [ + "System.ObjectModel", + "System.Text.RegularExpressions", + "System.Xml", + "System.Xml.Linq", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.aspnet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "Microsoft.Framework.Runtime.Interfaces": "1.0.0-beta4", + "Microsoft.Framework.TestHost": "1.0.0-beta4", + "xunit.assert": "2.0.0-rc3-build2880", + "xunit.execution.AspNet": "2.0.0-aspnet-beta4", + "xunit.runner.utility.AspNet": "2.0.0-aspnet-beta4", + "System.Console": "4.0.0-beta-22816", + "System.ObjectModel": "4.0.10-beta-22816", + "System.Text.RegularExpressions": "4.0.10-beta-22816", + "System.Xml.XDocument": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.aspnet.dll" + ] + } + }, + "files": [ + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.aspnet.nuspec", + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml" + ] + }, + "xunit.runner.utility.AspNet/2.0.0-aspnet-beta4": { + "serviceable": false, + "sha": "4lHUa0TFMgBIhGkGc12ZtkcqlIRYQxObxbovRLY/u0dkbe2KMSzQcLTIZBVoiOTC1ujuckyNMsfl/Xqlz4fWKg==", + "frameworks": { + "DNX,Version=v4.5.1": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880" + }, + "frameworkAssemblies": [ + "System.Collections", + "System.Reflection", + "System.Runtime", + "mscorlib", + "System", + "System.Core", + "Microsoft.CSharp" + ], + "runtimeAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnx451/xunit.runner.utility.AspNet.dll" + ] + }, + "DNXCore,Version=v5.0": { + "dependencies": { + "xunit.abstractions": "2.0.0-rc3-build2880", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.IO.FileSystem": "4.0.0-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "frameworkAssemblies": [], + "runtimeAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ], + "compileAssemblies": [ + "lib/dnxcore50/xunit.runner.utility.AspNet.dll" + ] + } + }, + "files": [ + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg", + "xunit.runner.utility.AspNet.2.0.0-aspnet-beta4.nupkg.sha512", + "xunit.runner.utility.AspNet.nuspec", + "lib/dnx451/xunit.runner.utility.AspNet.dll", + "lib/dnx451/xunit.runner.utility.AspNet.xml", + "lib/dnxcore50/xunit.runner.utility.AspNet.dll", + "lib/dnxcore50/xunit.runner.utility.AspNet.xml" + ] + } + } +} \ No newline at end of file