diff --git a/Yavsc.Server/Models/Relationship/LocationType.cs b/Yavsc.Server/Models/Relationship/LocationType.cs deleted file mode 100644 index 977bcd19..00000000 --- a/Yavsc.Server/Models/Relationship/LocationType.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.ComponentModel.DataAnnotations; -using System.ComponentModel.DataAnnotations.Schema; - -namespace Yavsc.Models.Relationship -{ - public class LocationType - { - [Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)] - public long Id { get; set; } - - public string Name { get; set; } - } -} \ No newline at end of file diff --git a/Yavsc.Server/Yavsc.Server.nuspec b/Yavsc.Server/Yavsc.Server.nuspec index 75588bcf..952a8879 100644 --- a/Yavsc.Server/Yavsc.Server.nuspec +++ b/Yavsc.Server/Yavsc.Server.nuspec @@ -18,10 +18,6 @@ yavsc - - - - diff --git a/Yavsc.Server/YavscServerFactory.cs b/Yavsc.Server/YavscServerFactory.cs deleted file mode 100644 index a1a6c5c6..00000000 --- a/Yavsc.Server/YavscServerFactory.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Threading.Tasks; -using Microsoft.AspNet.Hosting.Server; -using Microsoft.AspNet.Http.Features; -using Microsoft.Extensions.Configuration; -using Yavsc.Models; - -namespace Yavsc.Server -{ - public class YavscServerFactory : IServerFactory - { - public IFeatureCollection Initialize(IConfiguration configuration) - { - FeatureCollection featureCollection = new FeatureCollection(); - return featureCollection; - } - - public IDisposable Start(IFeatureCollection serverFeatures, Func application) - { - var task = application(serverFeatures); - return task; - } - } -} \ No newline at end of file diff --git a/Yavsc.Server/project.json b/Yavsc.Server/project.json index aea07905..be9bb914 100644 --- a/Yavsc.Server/project.json +++ b/Yavsc.Server/project.json @@ -45,25 +45,12 @@ "defaultNamespace": "Yavsc" }, "dependencies": { - "Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final", - "Microsoft.AspNet.Authentication.Twitter": "1.0.0-rc1-final", - "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.AspNet.Identity": "3.0.0-rc1-final", - "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-final", - "Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final", "Newtonsoft.Json": "9.0.1", "Gapi.net45": "1.0.0", "PayPalMerchant-net451": "2.7.109", "MailKit": "1.12.0", - "EntityFramework.Commands": "7.0.0-rc1-final", - "Microsoft.AspNet.Localization": "1.0.0-rc1-final", - "EntityFramework7.Npgsql": "3.1.0-rc1-3", - "EntityFramework7.Npgsql.Design": "3.1.0-rc1-5", "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Yavsc.Abstract": { "version": "1.0.5-rc18-alpha1", "target": "package" } + "Yavsc.Abstract": {} }, "frameworks": { "dnx451": { diff --git a/Yavsc.Server/project.lock.json b/Yavsc.Server/project.lock.json index 8be29cf0..2e0a47c7 100644 --- a/Yavsc.Server/project.lock.json +++ b/Yavsc.Server/project.lock.json @@ -12,1008 +12,651 @@ "lib/BouncyCastle.Crypto.dll": {} } }, - "EntityFramework.Commands/7.0.0-rc1-final": { + "Gapi.net45/1.0.0": { "type": "package", - "dependencies": { - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/dnx451/EntityFramework.Commands.dll": {} + "lib/net451/gapi.dll": {} }, "runtime": { - "lib/dnx451/EntityFramework.Commands.dll": {} + "lib/net451/gapi.dll": {} } }, - "EntityFramework.Core/7.0.0-rc1-final": { + "MailKit/1.12.0": { "type": "package", "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Remotion.Linq": "2.0.1", - "System.Collections.Immutable": "1.1.36" + "BouncyCastle": "1.8.1", + "MimeKit": "1.12.0" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Collections", - "System.ComponentModel.DataAnnotations", "System.Core", - "System.Diagnostics.Debug", - "System.Diagnostics.Tools", - "System.Globalization", - "System.Linq", - "System.Linq.Expressions", - "System.Linq.Queryable", - "System.ObjectModel", - "System.Reflection", - "System.Reflection.Extensions", - "System.Resources.ResourceManager", - "System.Runtime", - "System.Runtime.Extensions", - "System.Threading" + "System.Data" ], "compile": { - "lib/dnx451/EntityFramework.Core.dll": {} + "lib/net451/MailKit.dll": {} }, "runtime": { - "lib/dnx451/EntityFramework.Core.dll": {} + "lib/net451/MailKit.dll": {} } }, - "EntityFramework.Relational/7.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0": { "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Data", - "System.Transactions" - ], - "compile": { - "lib/net451/EntityFramework.Relational.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.dll": {} - } + "System" + ] }, - "EntityFramework.Relational.Design/7.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final" + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", + "System.Collections.Immutable": "1.1.37", + "System.Reflection.Metadata": "1.1.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core", - "System.IO", - "System.Text.Encoding", - "System.Threading.Tasks" - ], "compile": { - "lib/dnx451/EntityFramework.Relational.Design.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} }, "runtime": { - "lib/dnx451/EntityFramework.Relational.Design.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} } }, - "EntityFramework7.Npgsql/3.1.0-rc1-3": { + "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" + "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.Diagnostics.Contracts", - "System.Linq.Expressions", - "System.Reflection", - "System.Runtime" - ], "compile": { - "lib/dnx451/EntityFramework7.Npgsql.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} }, "runtime": { - "lib/dnx451/EntityFramework7.Npgsql.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} } }, - "EntityFramework7.Npgsql.Design/3.1.0-rc1-5": { + "MimeKit/1.12.0": { "type": "package", "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "EntityFramework7.Npgsql": "3.1.0-rc1-3", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" + "BouncyCastle": "1.8.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Collections", "System.Core", - "System.Diagnostics.Contracts", - "System.Linq.Expressions", - "System.Reflection", - "System.Runtime" + "System.Data", + "System.Security" ], "compile": { - "lib/dnx451/EntityFramework7.Npgsql.Design.dll": {} + "lib/net451/MimeKit.dll": {} }, "runtime": { - "lib/dnx451/EntityFramework7.Npgsql.Design.dll": {} + "lib/net451/MimeKit.dll": {} } }, - "Gapi.net45/1.0.0": { + "Newtonsoft.Json/9.0.1": { "type": "package", "compile": { - "lib/net451/gapi.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} }, "runtime": { - "lib/net451/gapi.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} } }, - "Ix-Async/1.2.5": { + "PayPalCoreSDK/1.7.1": { "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], + "dependencies": { + "Newtonsoft.Json": "7.0.1" + }, "compile": { - "lib/net45/System.Interactive.Async.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} }, "runtime": { - "lib/net45/System.Interactive.Async.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} } }, - "MailKit/1.12.0": { + "PayPalMerchant-net451/2.7.109": { "type": "package", "dependencies": { - "BouncyCastle": "1.8.1", - "MimeKit": "1.12.0" + "PayPalCoreSDK": "1.7.1" }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data" - ], "compile": { - "lib/net451/MailKit.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} }, "runtime": { - "lib/net451/MailKit.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} } }, - "Microsoft.AspNet.Antiforgery/1.0.0-rc1-final": { + "System.Collections/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication/1.0.0-rc1-final": { + "System.Collections.Immutable/1.1.37": { "type": "package", "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} } }, - "Microsoft.AspNet.Authentication.Cookies/1.0.0-rc1-final": { + "System.Diagnostics.Debug/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication.Facebook/1.0.0-rc1-final": { + "System.Globalization/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication.OAuth/1.0.0-rc1-final": { + "System.IO/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication.Twitter/1.0.0-rc1-final": { + "System.Linq/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authorization/1.0.0-rc1-final": { + "System.Reflection/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Cryptography.Internal/1.0.0-rc1-final": { + "System.Reflection.Extensions/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Cryptography.KeyDerivation/1.0.0-rc1-final": { + "System.Reflection.Metadata/1.1.0": { "type": "package", "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Collections.Immutable": "1.1.37", + "System.Diagnostics.Debug": "4.0.0", + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} } }, - "Microsoft.AspNet.DataProtection/1.0.0-rc1-final": { + "System.Reflection.Primitives/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", - "Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Security", - "System.Xml", - "System.Xml.Linq" - ], "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.DataProtection.Abstractions/1.0.0-rc1-final": { + "System.Resources.ResourceManager/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-rc1-final": { + "System.Runtime/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.FileProviders.Abstractions/1.0.0-rc1-final": { + "System.Runtime.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.FileProviders.Physical/1.0.0-rc1-final": { + "System.Runtime.InteropServices/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Hosting/1.0.0-rc1-final": { + "System.Text.Encoding/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], "compile": { - "lib/dnx451/Microsoft.AspNet.Hosting.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/dnx451/Microsoft.AspNet.Hosting.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Hosting.Abstractions/1.0.0-rc1-final": { + "System.Text.Encoding.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-rc1-final": { + "System.Threading/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Html.Abstractions/1.0.0-rc1-final": { - "type": "package", + "Yavsc.Abstract/1.0.5": { + "type": "project", + "framework": "DNX,Version=v4.5.1", "dependencies": { - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" + "Newtonsoft.Json": "9.0.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "System.ComponentModel.DataAnnotations" + ] + } + }, + ".NETFramework,Version=v4.5.1": { + "BouncyCastle/1.8.1": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} + "lib/BouncyCastle.Crypto.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} + "lib/BouncyCastle.Crypto.dll": {} } }, - "Microsoft.AspNet.Http/1.0.0-rc1-final": { + "Gapi.net45/1.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Http.dll": {} + "lib/net451/gapi.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Http.dll": {} + "lib/net451/gapi.dll": {} } }, - "Microsoft.AspNet.Http.Abstractions/1.0.0-rc1-final": { + "MailKit/1.12.0": { "type": "package", "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, + "BouncyCastle": "1.8.1", + "MimeKit": "1.12.0" + }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Core" + "System.Core", + "System.Data" ], "compile": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} + "lib/net451/MailKit.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} + "lib/net451/MailKit.dll": {} } }, - "Microsoft.AspNet.Http.Extensions/1.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0": { + "type": "package", + "frameworkAssemblies": [ + "System" + ] + }, + "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", + "System.Collections.Immutable": "1.1.37", + "System.Reflection.Metadata": "1.1.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} } }, - "Microsoft.AspNet.Http.Features/1.0.0-rc1-final": { + "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" + "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} } }, - "Microsoft.AspNet.Identity/3.0.0-rc1-final": { + "MimeKit/1.12.0": { "type": "package", "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final" + "BouncyCastle": "1.8.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Core" + "System.Core", + "System.Data", + "System.Security" ], "compile": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} + "lib/net451/MimeKit.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} + "lib/net451/MimeKit.dll": {} } }, - "Microsoft.AspNet.Identity.EntityFramework/3.0.0-rc1-final": { + "Newtonsoft.Json/9.0.1": { "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.AspNet.Identity": "3.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], "compile": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} } }, - "Microsoft.AspNet.JsonPatch/1.0.0-rc1-final": { + "PayPalCoreSDK/1.7.1": { "type": "package", "dependencies": { - "Newtonsoft.Json": "6.0.6" + "Newtonsoft.Json": "7.0.1" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} } }, - "Microsoft.AspNet.Localization/1.0.0-rc1-final": { + "PayPalMerchant-net451/2.7.109": { "type": "package", "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final" + "PayPalCoreSDK": "1.7.1" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} } }, - "Microsoft.AspNet.Mvc.Abstractions/6.0.0-rc1-final": { + "System.Collections/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Routing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Mvc.Core/6.0.0-rc1-final": { + "System.Collections.Immutable/1.1.37": { "type": "package", "dependencies": { - "Microsoft.AspNet.Authorization": "1.0.0-rc1-final", - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.MemoryPool": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} } }, - "Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-rc1-final": { + "System.Diagnostics.Debug/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.Extensions.Localization": "1.0.0-rc1-final" + "compile": { + "ref/net45/_._": {} }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-rc1-final": { + "System.IO/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" + "compile": { + "ref/net45/_._": {} }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Linq/4.0.0": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Mvc.Razor/6.0.0-rc1-final": { + "System.Reflection/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-rc1-final", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-rc1-final" + "compile": { + "ref/net45/_._": {} }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.IO", - "System.Runtime", - "System.Text.Encoding", - "System.Threading.Tasks" - ], + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Mvc.Razor.Host/6.0.0-rc1-final": { + "System.Reflection.Metadata/1.1.0": { "type": "package", "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Collections.Immutable": "1.1.37", + "System.Diagnostics.Debug": "4.0.0", + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} } }, - "Microsoft.AspNet.Mvc.TagHelpers/6.0.0-rc1-final": { + "System.Reflection.Primitives/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor": "6.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-rc1-final": { + "System.Resources.ResourceManager/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Antiforgery": "1.0.0-rc1-final", - "Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final" + "compile": { + "ref/net45/_._": {} }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime/4.0.0": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-rc1-final": { + "System.Runtime.Extensions/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Razor/4.0.0-rc1-final": { + "System.Runtime.InteropServices/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Razor.Runtime/4.0.0-rc1-final": { + "System.Text.Encoding/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor": "4.0.0-rc1-final" + "compile": { + "ref/net45/_._": {} }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Xml", - "System.Xml.Linq" - ], + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.Encoding.Extensions/4.0.0": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-rc1-final": { + "System.Threading/4.0.0": { "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "Yavsc.Abstract/1.0.5": { + "type": "project", + "framework": ".NETFramework,Version=v4.5.1", "dependencies": { - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" + "Newtonsoft.Json": "9.0.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], + "System.ComponentModel.DataAnnotations" + ] + } + }, + "DNX,Version=v4.5.1/debian.9-x86": { + "BouncyCastle/1.8.1": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} + "lib/BouncyCastle.Crypto.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} + "lib/BouncyCastle.Crypto.dll": {} } }, - "Microsoft.AspNet.Routing/1.0.0-rc1-final": { + "Gapi.net45/1.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} + "lib/net451/gapi.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} + "lib/net451/gapi.dll": {} } }, - "Microsoft.AspNet.WebUtilities/1.0.0-rc1-final": { + "MailKit/1.12.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" + "BouncyCastle": "1.8.1", + "MimeKit": "1.12.0" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Core" + "System.Core", + "System.Data" ], "compile": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} + "lib/net451/MailKit.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} + "lib/net451/MailKit.dll": {} } }, "Microsoft.CodeAnalysis.Analyzers/1.0.0": { @@ -1048,477 +691,314 @@ "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} } }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { + "MimeKit/1.12.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" + "BouncyCastle": "1.8.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Core" + "System.Core", + "System.Data", + "System.Security" ], "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + "lib/net451/MimeKit.dll": {} }, "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + "lib/net451/MimeKit.dll": {} } }, - "Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-rc1-final": { + "Newtonsoft.Json/9.0.1": { "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} }, "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} } }, - "Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-rc1-final": { + "PayPalCoreSDK/1.7.1": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" + "Newtonsoft.Json": "7.0.1" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Runtime" - ], "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} }, "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} } }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc1-final": { + "PayPalMerchant-net451/2.7.109": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" + "PayPalCoreSDK": "1.7.1" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} } }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc1-final": { + "System.Collections/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Configuration/1.0.0-rc1-final": { + "System.Collections.Immutable/1.1.37": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} } }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc1-final": { + "System.Diagnostics.Debug/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc1-final": { + "System.Globalization/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Configuration.CommandLine/1.0.0-rc1-final": { + "System.IO/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc1-final": { + "System.Linq/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc1-final": { + "System.Reflection/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc1-final": { + "System.Reflection.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { + "System.Reflection.Metadata/1.1.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Collections.Immutable": "1.1.37", + "System.Diagnostics.Debug": "4.0.0", + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { + "System.Reflection.Primitives/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc1-final": { + "System.Resources.ResourceManager/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc1-final": { + "System.Runtime/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Localization/1.0.0-rc1-final": { + "System.Runtime.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc1-final": { + "System.Runtime.InteropServices/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { + "System.Text.Encoding/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { + "System.Text.Encoding.Extensions/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.MemoryPool/1.0.0-rc1-final": { + "System.Threading/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.OptionsModel/1.0.0-rc1-final": { - "type": "package", + "Yavsc.Abstract/1.0.5": { + "type": "project", + "framework": "DNX,Version=v4.5.1", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" + "Newtonsoft.Json": "9.0.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { + "System.ComponentModel.DataAnnotations" + ] + } + }, + "DNX,Version=v4.5.1/debian.9-x64": { + "BouncyCastle/1.8.1": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} + "lib/BouncyCastle.Crypto.dll": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} + "lib/BouncyCastle.Crypto.dll": {} } }, - "Microsoft.Extensions.Primitives/1.0.0-rc1-final": { + "Gapi.net45/1.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} + "lib/net451/gapi.dll": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} + "lib/net451/gapi.dll": {} } }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc1-final": { + "MailKit/1.12.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" + "BouncyCastle": "1.8.1", + "MimeKit": "1.12.0" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Core" + "System.Core", + "System.Data" ], "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} + "lib/net451/MailKit.dll": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} + "lib/net451/MailKit.dll": {} } }, - "Microsoft.Extensions.WebEncoders.Core/1.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0": { "type": "package", "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "System" + ] + }, + "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", + "System.Collections.Immutable": "1.1.37", + "System.Reflection.Metadata": "1.1.0" + }, "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} } }, - "Microsoft.Net.Http.Headers/1.0.0-rc1-final": { + "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" + }, "compile": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} }, "runtime": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} } }, "MimeKit/1.12.0": { @@ -1548,21 +1028,6 @@ "lib/net45/Newtonsoft.Json.dll": {} } }, - "Npgsql/3.1.0-alpha6": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Npgsql.dll": {} - }, - "runtime": { - "lib/net45/Npgsql.dll": {} - } - }, "PayPalCoreSDK/1.7.1": { "type": "package", "dependencies": { @@ -1587,15 +1052,6 @@ "lib/net451/PayPalMerchantSDK.dll": {} } }, - "Remotion.Linq/2.0.1": { - "type": "package", - "compile": { - "lib/net45/Remotion.Linq.dll": {} - }, - "runtime": { - "lib/net45/Remotion.Linq.dll": {} - } - }, "System.Collections/4.0.0": { "type": "package", "compile": { @@ -1633,29 +1089,6 @@ "lib/net45/_._": {} } }, - "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, "System.Globalization/4.0.0": { "type": "package", "compile": { @@ -1798,17 +1231,18 @@ "lib/net45/_._": {} } }, - "Yavsc.Abstract/1.0.5-rc18-alpha1": { - "type": "package", - "compile": { - "lib/dnx451/Yavsc.Abstract.dll": {} + "Yavsc.Abstract/1.0.5": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Newtonsoft.Json": "9.0.1" }, - "runtime": { - "lib/dnx451/Yavsc.Abstract.dll": {} - } + "frameworkAssemblies": [ + "System.ComponentModel.DataAnnotations" + ] } }, - ".NETFramework,Version=v4.5.1": { + ".NETFramework,Version=v4.5.1/debian.9-x86": { "BouncyCastle/1.8.1": { "type": "package", "compile": { @@ -1818,9672 +1252,668 @@ "lib/BouncyCastle.Crypto.dll": {} } }, - "EntityFramework.Commands/7.0.0-rc1-final": { + "Gapi.net45/1.0.0": { "type": "package", - "dependencies": { - "EntityFramework.Relational.Design": "7.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/EntityFramework.Commands.dll": {} + "lib/net451/gapi.dll": {} }, "runtime": { - "lib/net451/EntityFramework.Commands.dll": {} + "lib/net451/gapi.dll": {} } }, - "EntityFramework.Core/7.0.0-rc1-final": { + "MailKit/1.12.0": { "type": "package", "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Remotion.Linq": "2.0.1", - "System.Collections.Immutable": "1.1.36" - }, + "BouncyCastle": "1.8.1", + "MimeKit": "1.12.0" + }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.ComponentModel.DataAnnotations", - "System.Core" + "System.Core", + "System.Data" ], "compile": { - "lib/net451/EntityFramework.Core.dll": {} + "lib/net451/MailKit.dll": {} }, "runtime": { - "lib/net451/EntityFramework.Core.dll": {} + "lib/net451/MailKit.dll": {} } }, - "EntityFramework.Relational/7.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0": { "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Data", - "System.Transactions" - ], - "compile": { - "lib/net451/EntityFramework.Relational.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.dll": {} - } + "System" + ] }, - "EntityFramework.Relational.Design/7.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final" + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", + "System.Collections.Immutable": "1.1.37", + "System.Reflection.Metadata": "1.1.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], "compile": { - "lib/net451/EntityFramework.Relational.Design.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} }, "runtime": { - "lib/net451/EntityFramework.Relational.Design.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} } }, - "EntityFramework7.Npgsql/3.1.0-rc1-3": { + "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" + "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/EntityFramework7.Npgsql.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} }, "runtime": { - "lib/net451/EntityFramework7.Npgsql.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} } }, - "EntityFramework7.Npgsql.Design/3.1.0-rc1-5": { + "MimeKit/1.12.0": { "type": "package", "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "EntityFramework7.Npgsql": "3.1.0-rc1-3", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" + "BouncyCastle": "1.8.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Core" + "System.Core", + "System.Data", + "System.Security" ], "compile": { - "lib/net451/EntityFramework7.Npgsql.Design.dll": {} + "lib/net451/MimeKit.dll": {} }, "runtime": { - "lib/net451/EntityFramework7.Npgsql.Design.dll": {} + "lib/net451/MimeKit.dll": {} } }, - "Gapi.net45/1.0.0": { + "Newtonsoft.Json/9.0.1": { "type": "package", "compile": { - "lib/net451/gapi.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} }, "runtime": { - "lib/net451/gapi.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} } }, - "Ix-Async/1.2.5": { + "PayPalCoreSDK/1.7.1": { "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], + "dependencies": { + "Newtonsoft.Json": "7.0.1" + }, "compile": { - "lib/net45/System.Interactive.Async.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} }, "runtime": { - "lib/net45/System.Interactive.Async.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} } }, - "MailKit/1.12.0": { + "PayPalMerchant-net451/2.7.109": { "type": "package", "dependencies": { - "BouncyCastle": "1.8.1", - "MimeKit": "1.12.0" + "PayPalCoreSDK": "1.7.1" }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data" - ], "compile": { - "lib/net451/MailKit.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} }, "runtime": { - "lib/net451/MailKit.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} } }, - "Microsoft.AspNet.Antiforgery/1.0.0-rc1-final": { + "System.Collections/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication/1.0.0-rc1-final": { + "System.Collections.Immutable/1.1.37": { "type": "package", "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} } }, - "Microsoft.AspNet.Authentication.Cookies/1.0.0-rc1-final": { + "System.Diagnostics.Debug/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication.Facebook/1.0.0-rc1-final": { + "System.Globalization/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication.OAuth/1.0.0-rc1-final": { + "System.IO/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authentication.Twitter/1.0.0-rc1-final": { + "System.Linq/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Authorization/1.0.0-rc1-final": { + "System.Reflection/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Cryptography.Internal/1.0.0-rc1-final": { + "System.Reflection.Extensions/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Cryptography.KeyDerivation/1.0.0-rc1-final": { + "System.Reflection.Metadata/1.1.0": { "type": "package", "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Collections.Immutable": "1.1.37", + "System.Diagnostics.Debug": "4.0.0", + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} } }, - "Microsoft.AspNet.DataProtection/1.0.0-rc1-final": { + "System.Reflection.Primitives/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", - "Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Security", - "System.Xml", - "System.Xml.Linq" - ], "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.DataProtection.Abstractions/1.0.0-rc1-final": { + "System.Resources.ResourceManager/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-rc1-final": { + "System.Runtime/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.FileProviders.Abstractions/1.0.0-rc1-final": { + "System.Runtime.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.FileProviders.Physical/1.0.0-rc1-final": { + "System.Runtime.InteropServices/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Hosting/1.0.0-rc1-final": { + "System.Text.Encoding/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Hosting.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Hosting.Abstractions/1.0.0-rc1-final": { + "System.Text.Encoding.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-rc1-final": { + "System.Threading/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Html.Abstractions/1.0.0-rc1-final": { - "type": "package", + "Yavsc.Abstract/1.0.5": { + "type": "project", + "framework": ".NETFramework,Version=v4.5.1", "dependencies": { - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" + "Newtonsoft.Json": "9.0.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "System.ComponentModel.DataAnnotations" + ] + } + }, + ".NETFramework,Version=v4.5.1/debian.9-x64": { + "BouncyCastle/1.8.1": { + "type": "package", "compile": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} + "lib/BouncyCastle.Crypto.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} + "lib/BouncyCastle.Crypto.dll": {} } }, - "Microsoft.AspNet.Http/1.0.0-rc1-final": { + "Gapi.net45/1.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Http.dll": {} + "lib/net451/gapi.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Http.dll": {} + "lib/net451/gapi.dll": {} } }, - "Microsoft.AspNet.Http.Abstractions/1.0.0-rc1-final": { + "MailKit/1.12.0": { "type": "package", "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" + "BouncyCastle": "1.8.1", + "MimeKit": "1.12.0" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", - "System.Core" + "System.Core", + "System.Data" ], "compile": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} + "lib/net451/MailKit.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} + "lib/net451/MailKit.dll": {} } }, - "Microsoft.AspNet.Http.Extensions/1.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Analyzers/1.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNet.Http.Features/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - } - }, - "Microsoft.AspNet.Identity/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - } - }, - "Microsoft.AspNet.Identity.EntityFramework/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.AspNet.Identity": "3.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - } - }, - "Microsoft.AspNet.JsonPatch/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - } + "System" + ] }, - "Microsoft.AspNet.Localization/1.0.0-rc1-final": { + "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final" + "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", + "System.Collections.Immutable": "1.1.37", + "System.Reflection.Metadata": "1.1.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} + "lib/net45/Microsoft.CodeAnalysis.dll": {} } }, - "Microsoft.AspNet.Mvc.Abstractions/6.0.0-rc1-final": { + "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { "type": "package", "dependencies": { - "Microsoft.AspNet.Routing": "1.0.0-rc1-final" + "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} } }, - "Microsoft.AspNet.Mvc.Core/6.0.0-rc1-final": { + "MimeKit/1.12.0": { "type": "package", "dependencies": { - "Microsoft.AspNet.Authorization": "1.0.0-rc1-final", - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.MemoryPool": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" + "BouncyCastle": "1.8.1" }, "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", "System", "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.Extensions.Localization": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" + "System.Data", + "System.Security" ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} + "lib/net451/MimeKit.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} + "lib/net451/MimeKit.dll": {} } }, - "Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-rc1-final": { + "Newtonsoft.Json/9.0.1": { "type": "package", - "dependencies": { - "Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} } }, - "Microsoft.AspNet.Mvc.Razor/6.0.0-rc1-final": { + "PayPalCoreSDK/1.7.1": { "type": "package", "dependencies": { - "Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-rc1-final", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-rc1-final" + "Newtonsoft.Json": "7.0.1" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.IO", - "System.Runtime", - "System.Text.Encoding", - "System.Threading.Tasks" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} + "lib/net451/PayPalCoreSDK.dll": {} } }, - "Microsoft.AspNet.Mvc.Razor.Host/6.0.0-rc1-final": { + "PayPalMerchant-net451/2.7.109": { "type": "package", "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" + "PayPalCoreSDK": "1.7.1" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} + "lib/net451/PayPalMerchantSDK.dll": {} } }, - "Microsoft.AspNet.Mvc.TagHelpers/6.0.0-rc1-final": { + "System.Collections/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor": "6.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-rc1-final": { + "System.Collections.Immutable/1.1.37": { "type": "package", "dependencies": { - "Microsoft.AspNet.Antiforgery": "1.0.0-rc1-final", - "Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} + "lib/dotnet/System.Collections.Immutable.dll": {} } }, - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-rc1-final": { + "System.Diagnostics.Debug/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Razor/4.0.0-rc1-final": { + "System.Globalization/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Razor.Runtime/4.0.0-rc1-final": { + "System.IO/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor": "4.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Xml", - "System.Xml.Linq" - ], "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-rc1-final": { + "System.Linq/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.Routing/1.0.0-rc1-final": { + "System.Reflection/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.AspNet.WebUtilities/1.0.0-rc1-final": { + "System.Reflection.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.CodeAnalysis.Analyzers/1.0.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ] - }, - "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { + "System.Reflection.Metadata/1.1.0": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", + "System.Collections": "4.0.0", "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.1.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" + "System.Diagnostics.Debug": "4.0.0", + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} + "lib/dotnet5.2/System.Reflection.Metadata.dll": {} } }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { + "System.Reflection.Primitives/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-rc1-final": { + "System.Resources.ResourceManager/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-rc1-final": { + "System.Runtime/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Runtime" - ], "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc1-final": { + "System.Runtime.Extensions/4.0.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.MemoryPool/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - } - }, - "Microsoft.Extensions.OptionsModel/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders.Core/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - } - }, - "MimeKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data", - "System.Security" - ], - "compile": { - "lib/net451/MimeKit.dll": {} - }, - "runtime": { - "lib/net451/MimeKit.dll": {} - } - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Npgsql/3.1.0-alpha6": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Npgsql.dll": {} - }, - "runtime": { - "lib/net45/Npgsql.dll": {} - } - }, - "PayPalCoreSDK/1.7.1": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1" - }, - "compile": { - "lib/net451/PayPalCoreSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalCoreSDK.dll": {} - } - }, - "PayPalMerchant-net451/2.7.109": { - "type": "package", - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "compile": { - "lib/net451/PayPalMerchantSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalMerchantSDK.dll": {} - } - }, - "Remotion.Linq/2.0.1": { - "type": "package", - "compile": { - "lib/net45/Remotion.Linq.dll": {} - }, - "runtime": { - "lib/net45/Remotion.Linq.dll": {} - } - }, - "System.Collections/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Collections.Immutable/1.1.37": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.IO/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Linq/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Metadata/1.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Resources.ResourceManager/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.InteropServices/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "Yavsc.Abstract/1.0.5-rc18-alpha1": { - "type": "package", - "compile": { - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Yavsc.Abstract.dll": {} - }, - "runtime": { - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Yavsc.Abstract.dll": {} - } - } - }, - "DNX,Version=v4.5.1/debian.9-x86": { - "BouncyCastle/1.8.1": { - "type": "package", - "compile": { - "lib/BouncyCastle.Crypto.dll": {} - }, - "runtime": { - "lib/BouncyCastle.Crypto.dll": {} - } - }, - "EntityFramework.Commands/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/EntityFramework.Commands.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework.Commands.dll": {} - } - }, - "EntityFramework.Core/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Remotion.Linq": "2.0.1", - "System.Collections.Immutable": "1.1.36" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.ComponentModel.DataAnnotations", - "System.Core", - "System.Diagnostics.Debug", - "System.Diagnostics.Tools", - "System.Globalization", - "System.Linq", - "System.Linq.Expressions", - "System.Linq.Queryable", - "System.ObjectModel", - "System.Reflection", - "System.Reflection.Extensions", - "System.Resources.ResourceManager", - "System.Runtime", - "System.Runtime.Extensions", - "System.Threading" - ], - "compile": { - "lib/dnx451/EntityFramework.Core.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework.Core.dll": {} - } - }, - "EntityFramework.Relational/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Data", - "System.Transactions" - ], - "compile": { - "lib/net451/EntityFramework.Relational.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.dll": {} - } - }, - "EntityFramework.Relational.Design/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core", - "System.IO", - "System.Text.Encoding", - "System.Threading.Tasks" - ], - "compile": { - "lib/dnx451/EntityFramework.Relational.Design.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework.Relational.Design.dll": {} - } - }, - "EntityFramework7.Npgsql/3.1.0-rc1-3": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.Diagnostics.Contracts", - "System.Linq.Expressions", - "System.Reflection", - "System.Runtime" - ], - "compile": { - "lib/dnx451/EntityFramework7.Npgsql.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework7.Npgsql.dll": {} - } - }, - "EntityFramework7.Npgsql.Design/3.1.0-rc1-5": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "EntityFramework7.Npgsql": "3.1.0-rc1-3", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.Diagnostics.Contracts", - "System.Linq.Expressions", - "System.Reflection", - "System.Runtime" - ], - "compile": { - "lib/dnx451/EntityFramework7.Npgsql.Design.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework7.Npgsql.Design.dll": {} - } - }, - "Gapi.net45/1.0.0": { - "type": "package", - "compile": { - "lib/net451/gapi.dll": {} - }, - "runtime": { - "lib/net451/gapi.dll": {} - } - }, - "Ix-Async/1.2.5": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "lib/net45/System.Interactive.Async.dll": {} - }, - "runtime": { - "lib/net45/System.Interactive.Async.dll": {} - } - }, - "MailKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1", - "MimeKit": "1.12.0" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data" - ], - "compile": { - "lib/net451/MailKit.dll": {} - }, - "runtime": { - "lib/net451/MailKit.dll": {} - } - }, - "Microsoft.AspNet.Antiforgery/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - } - }, - "Microsoft.AspNet.Authentication/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Cookies/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Facebook/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNet.Authentication.OAuth/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Twitter/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNet.Authorization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.Internal/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.KeyDerivation/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNet.DataProtection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", - "Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Security", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - } - }, - "Microsoft.AspNet.DataProtection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Physical/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - } - }, - "Microsoft.AspNet.Hosting/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/dnx451/Microsoft.AspNet.Hosting.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.AspNet.Hosting.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Html.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - } - }, - "Microsoft.AspNet.Http.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http.Extensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNet.Http.Features/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - } - }, - "Microsoft.AspNet.Identity/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - } - }, - "Microsoft.AspNet.Identity.EntityFramework/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.AspNet.Identity": "3.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - } - }, - "Microsoft.AspNet.JsonPatch/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - } - }, - "Microsoft.AspNet.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Abstractions/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Routing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Core/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authorization": "1.0.0-rc1-final", - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.MemoryPool": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.Extensions.Localization": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-rc1-final", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.IO", - "System.Runtime", - "System.Text.Encoding", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor.Host/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNet.Mvc.TagHelpers/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor": "6.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Antiforgery": "1.0.0-rc1-final", - "Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - } - }, - "Microsoft.AspNet.Razor/4.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor": "4.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - } - }, - "Microsoft.AspNet.Routing/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - } - }, - "Microsoft.AspNet.WebUtilities/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.0.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ] - }, - "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", - "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.1.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.MemoryPool/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - } - }, - "Microsoft.Extensions.OptionsModel/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders.Core/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - } - }, - "MimeKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data", - "System.Security" - ], - "compile": { - "lib/net451/MimeKit.dll": {} - }, - "runtime": { - "lib/net451/MimeKit.dll": {} - } - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Npgsql/3.1.0-alpha6": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Npgsql.dll": {} - }, - "runtime": { - "lib/net45/Npgsql.dll": {} - } - }, - "PayPalCoreSDK/1.7.1": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1" - }, - "compile": { - "lib/net451/PayPalCoreSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalCoreSDK.dll": {} - } - }, - "PayPalMerchant-net451/2.7.109": { - "type": "package", - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "compile": { - "lib/net451/PayPalMerchantSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalMerchantSDK.dll": {} - } - }, - "Remotion.Linq/2.0.1": { - "type": "package", - "compile": { - "lib/net45/Remotion.Linq.dll": {} - }, - "runtime": { - "lib/net45/Remotion.Linq.dll": {} - } - }, - "System.Collections/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Collections.Immutable/1.1.37": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.IO/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Linq/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Metadata/1.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Resources.ResourceManager/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.InteropServices/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "Yavsc.Abstract/1.0.5-rc18-alpha1": { - "type": "package", - "compile": { - "lib/dnx451/Yavsc.Abstract.dll": {} - }, - "runtime": { - "lib/dnx451/Yavsc.Abstract.dll": {} - } - } - }, - "DNX,Version=v4.5.1/debian.9-x64": { - "BouncyCastle/1.8.1": { - "type": "package", - "compile": { - "lib/BouncyCastle.Crypto.dll": {} - }, - "runtime": { - "lib/BouncyCastle.Crypto.dll": {} - } - }, - "EntityFramework.Commands/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/EntityFramework.Commands.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework.Commands.dll": {} - } - }, - "EntityFramework.Core/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Remotion.Linq": "2.0.1", - "System.Collections.Immutable": "1.1.36" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.ComponentModel.DataAnnotations", - "System.Core", - "System.Diagnostics.Debug", - "System.Diagnostics.Tools", - "System.Globalization", - "System.Linq", - "System.Linq.Expressions", - "System.Linq.Queryable", - "System.ObjectModel", - "System.Reflection", - "System.Reflection.Extensions", - "System.Resources.ResourceManager", - "System.Runtime", - "System.Runtime.Extensions", - "System.Threading" - ], - "compile": { - "lib/dnx451/EntityFramework.Core.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework.Core.dll": {} - } - }, - "EntityFramework.Relational/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Data", - "System.Transactions" - ], - "compile": { - "lib/net451/EntityFramework.Relational.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.dll": {} - } - }, - "EntityFramework.Relational.Design/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core", - "System.IO", - "System.Text.Encoding", - "System.Threading.Tasks" - ], - "compile": { - "lib/dnx451/EntityFramework.Relational.Design.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework.Relational.Design.dll": {} - } - }, - "EntityFramework7.Npgsql/3.1.0-rc1-3": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.Diagnostics.Contracts", - "System.Linq.Expressions", - "System.Reflection", - "System.Runtime" - ], - "compile": { - "lib/dnx451/EntityFramework7.Npgsql.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework7.Npgsql.dll": {} - } - }, - "EntityFramework7.Npgsql.Design/3.1.0-rc1-5": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "EntityFramework7.Npgsql": "3.1.0-rc1-3", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.Diagnostics.Contracts", - "System.Linq.Expressions", - "System.Reflection", - "System.Runtime" - ], - "compile": { - "lib/dnx451/EntityFramework7.Npgsql.Design.dll": {} - }, - "runtime": { - "lib/dnx451/EntityFramework7.Npgsql.Design.dll": {} - } - }, - "Gapi.net45/1.0.0": { - "type": "package", - "compile": { - "lib/net451/gapi.dll": {} - }, - "runtime": { - "lib/net451/gapi.dll": {} - } - }, - "Ix-Async/1.2.5": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "lib/net45/System.Interactive.Async.dll": {} - }, - "runtime": { - "lib/net45/System.Interactive.Async.dll": {} - } - }, - "MailKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1", - "MimeKit": "1.12.0" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data" - ], - "compile": { - "lib/net451/MailKit.dll": {} - }, - "runtime": { - "lib/net451/MailKit.dll": {} - } - }, - "Microsoft.AspNet.Antiforgery/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - } - }, - "Microsoft.AspNet.Authentication/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Cookies/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Facebook/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNet.Authentication.OAuth/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Twitter/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNet.Authorization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.Internal/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.KeyDerivation/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNet.DataProtection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", - "Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Security", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - } - }, - "Microsoft.AspNet.DataProtection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Physical/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - } - }, - "Microsoft.AspNet.Hosting/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/dnx451/Microsoft.AspNet.Hosting.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.AspNet.Hosting.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Html.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - } - }, - "Microsoft.AspNet.Http.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http.Extensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNet.Http.Features/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - } - }, - "Microsoft.AspNet.Identity/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - } - }, - "Microsoft.AspNet.Identity.EntityFramework/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.AspNet.Identity": "3.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - } - }, - "Microsoft.AspNet.JsonPatch/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - } - }, - "Microsoft.AspNet.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Abstractions/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Routing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Core/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authorization": "1.0.0-rc1-final", - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.MemoryPool": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.Extensions.Localization": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-rc1-final", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.IO", - "System.Runtime", - "System.Text.Encoding", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor.Host/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNet.Mvc.TagHelpers/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor": "6.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Antiforgery": "1.0.0-rc1-final", - "Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - } - }, - "Microsoft.AspNet.Razor/4.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor": "4.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - } - }, - "Microsoft.AspNet.Routing/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - } - }, - "Microsoft.AspNet.WebUtilities/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.0.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ] - }, - "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", - "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.1.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.MemoryPool/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - } - }, - "Microsoft.Extensions.OptionsModel/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders.Core/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - } - }, - "MimeKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data", - "System.Security" - ], - "compile": { - "lib/net451/MimeKit.dll": {} - }, - "runtime": { - "lib/net451/MimeKit.dll": {} - } - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Npgsql/3.1.0-alpha6": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Npgsql.dll": {} - }, - "runtime": { - "lib/net45/Npgsql.dll": {} - } - }, - "PayPalCoreSDK/1.7.1": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1" - }, - "compile": { - "lib/net451/PayPalCoreSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalCoreSDK.dll": {} - } - }, - "PayPalMerchant-net451/2.7.109": { - "type": "package", - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "compile": { - "lib/net451/PayPalMerchantSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalMerchantSDK.dll": {} - } - }, - "Remotion.Linq/2.0.1": { - "type": "package", - "compile": { - "lib/net45/Remotion.Linq.dll": {} - }, - "runtime": { - "lib/net45/Remotion.Linq.dll": {} - } - }, - "System.Collections/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Collections.Immutable/1.1.37": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.IO/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Linq/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Metadata/1.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Resources.ResourceManager/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.InteropServices/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "Yavsc.Abstract/1.0.5-rc18-alpha1": { - "type": "package", - "compile": { - "lib/dnx451/Yavsc.Abstract.dll": {} - }, - "runtime": { - "lib/dnx451/Yavsc.Abstract.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.1/debian.9-x86": { - "BouncyCastle/1.8.1": { - "type": "package", - "compile": { - "lib/BouncyCastle.Crypto.dll": {} - }, - "runtime": { - "lib/BouncyCastle.Crypto.dll": {} - } - }, - "EntityFramework.Commands/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational.Design": "7.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework.Commands.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Commands.dll": {} - } - }, - "EntityFramework.Core/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Remotion.Linq": "2.0.1", - "System.Collections.Immutable": "1.1.36" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework.Core.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Core.dll": {} - } - }, - "EntityFramework.Relational/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Data", - "System.Transactions" - ], - "compile": { - "lib/net451/EntityFramework.Relational.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.dll": {} - } - }, - "EntityFramework.Relational.Design/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework.Relational.Design.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.Design.dll": {} - } - }, - "EntityFramework7.Npgsql/3.1.0-rc1-3": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework7.Npgsql.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework7.Npgsql.dll": {} - } - }, - "EntityFramework7.Npgsql.Design/3.1.0-rc1-5": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "EntityFramework7.Npgsql": "3.1.0-rc1-3", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework7.Npgsql.Design.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework7.Npgsql.Design.dll": {} - } - }, - "Gapi.net45/1.0.0": { - "type": "package", - "compile": { - "lib/net451/gapi.dll": {} - }, - "runtime": { - "lib/net451/gapi.dll": {} - } - }, - "Ix-Async/1.2.5": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "lib/net45/System.Interactive.Async.dll": {} - }, - "runtime": { - "lib/net45/System.Interactive.Async.dll": {} - } - }, - "MailKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1", - "MimeKit": "1.12.0" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data" - ], - "compile": { - "lib/net451/MailKit.dll": {} - }, - "runtime": { - "lib/net451/MailKit.dll": {} - } - }, - "Microsoft.AspNet.Antiforgery/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - } - }, - "Microsoft.AspNet.Authentication/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Cookies/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Facebook/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNet.Authentication.OAuth/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Twitter/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNet.Authorization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.Internal/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.KeyDerivation/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNet.DataProtection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", - "Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Security", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - } - }, - "Microsoft.AspNet.DataProtection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Physical/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - } - }, - "Microsoft.AspNet.Hosting/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Html.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - } - }, - "Microsoft.AspNet.Http.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http.Extensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNet.Http.Features/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - } - }, - "Microsoft.AspNet.Identity/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - } - }, - "Microsoft.AspNet.Identity.EntityFramework/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.AspNet.Identity": "3.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - } - }, - "Microsoft.AspNet.JsonPatch/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - } - }, - "Microsoft.AspNet.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Abstractions/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Routing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Core/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authorization": "1.0.0-rc1-final", - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.MemoryPool": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.Extensions.Localization": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-rc1-final", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.IO", - "System.Runtime", - "System.Text.Encoding", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor.Host/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNet.Mvc.TagHelpers/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor": "6.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Antiforgery": "1.0.0-rc1-final", - "Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - } - }, - "Microsoft.AspNet.Razor/4.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor": "4.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - } - }, - "Microsoft.AspNet.Routing/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - } - }, - "Microsoft.AspNet.WebUtilities/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.0.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ] - }, - "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", - "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.1.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.MemoryPool/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - } - }, - "Microsoft.Extensions.OptionsModel/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders.Core/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - } - }, - "MimeKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data", - "System.Security" - ], - "compile": { - "lib/net451/MimeKit.dll": {} - }, - "runtime": { - "lib/net451/MimeKit.dll": {} - } - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Npgsql/3.1.0-alpha6": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Npgsql.dll": {} - }, - "runtime": { - "lib/net45/Npgsql.dll": {} - } - }, - "PayPalCoreSDK/1.7.1": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1" - }, - "compile": { - "lib/net451/PayPalCoreSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalCoreSDK.dll": {} - } - }, - "PayPalMerchant-net451/2.7.109": { - "type": "package", - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "compile": { - "lib/net451/PayPalMerchantSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalMerchantSDK.dll": {} - } - }, - "Remotion.Linq/2.0.1": { - "type": "package", - "compile": { - "lib/net45/Remotion.Linq.dll": {} - }, - "runtime": { - "lib/net45/Remotion.Linq.dll": {} - } - }, - "System.Collections/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Collections.Immutable/1.1.37": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.IO/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Linq/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Metadata/1.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Resources.ResourceManager/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.InteropServices/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "Yavsc.Abstract/1.0.5-rc18-alpha1": { - "type": "package", - "compile": { - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Yavsc.Abstract.dll": {} - }, - "runtime": { - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Yavsc.Abstract.dll": {} - } - } - }, - ".NETFramework,Version=v4.5.1/debian.9-x64": { - "BouncyCastle/1.8.1": { - "type": "package", - "compile": { - "lib/BouncyCastle.Crypto.dll": {} - }, - "runtime": { - "lib/BouncyCastle.Crypto.dll": {} - } - }, - "EntityFramework.Commands/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational.Design": "7.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework.Commands.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Commands.dll": {} - } - }, - "EntityFramework.Core/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Remotion.Linq": "2.0.1", - "System.Collections.Immutable": "1.1.36" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework.Core.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Core.dll": {} - } - }, - "EntityFramework.Relational/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Data", - "System.Transactions" - ], - "compile": { - "lib/net451/EntityFramework.Relational.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.dll": {} - } - }, - "EntityFramework.Relational.Design/7.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework.Relational.Design.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework.Relational.Design.dll": {} - } - }, - "EntityFramework7.Npgsql/3.1.0-rc1-3": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework7.Npgsql.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework7.Npgsql.dll": {} - } - }, - "EntityFramework7.Npgsql.Design/3.1.0-rc1-5": { - "type": "package", - "dependencies": { - "EntityFramework.Core": "7.0.0-rc1-final", - "EntityFramework.Relational": "7.0.0-rc1-final", - "EntityFramework.Relational.Design": "7.0.0-rc1-final", - "EntityFramework7.Npgsql": "3.1.0-rc1-3", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Npgsql": "3.1.0-alpha6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/EntityFramework7.Npgsql.Design.dll": {} - }, - "runtime": { - "lib/net451/EntityFramework7.Npgsql.Design.dll": {} - } - }, - "Gapi.net45/1.0.0": { - "type": "package", - "compile": { - "lib/net451/gapi.dll": {} - }, - "runtime": { - "lib/net451/gapi.dll": {} - } - }, - "Ix-Async/1.2.5": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "lib/net45/System.Interactive.Async.dll": {} - }, - "runtime": { - "lib/net45/System.Interactive.Async.dll": {} - } - }, - "MailKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1", - "MimeKit": "1.12.0" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data" - ], - "compile": { - "lib/net451/MailKit.dll": {} - }, - "runtime": { - "lib/net451/MailKit.dll": {} - } - }, - "Microsoft.AspNet.Antiforgery/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Antiforgery.dll": {} - } - }, - "Microsoft.AspNet.Authentication/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.DataProtection": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Cookies/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Facebook/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNet.Authentication.OAuth/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNet.Authentication.Twitter/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Net.Http" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNet.Authorization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Authorization.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.Internal/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNet.Cryptography.KeyDerivation/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNet.DataProtection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Cryptography.Internal": "1.0.0-rc1-final", - "Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Security", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.dll": {} - } - }, - "Microsoft.AspNet.DataProtection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.FileProviders.Physical/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll": {} - } - }, - "Microsoft.AspNet.Hosting/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Html.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.dll": {} - } - }, - "Microsoft.AspNet.Http.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Http.Extensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final", - "Microsoft.Net.Http.Headers": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNet.Http.Features/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Http.Features.dll": {} - } - }, - "Microsoft.AspNet.Identity/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.dll": {} - } - }, - "Microsoft.AspNet.Identity.EntityFramework/3.0.0-rc1-final": { - "type": "package", - "dependencies": { - "EntityFramework.Relational": "7.0.0-rc1-final", - "Microsoft.AspNet.Identity": "3.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll": {} - } - }, - "Microsoft.AspNet.JsonPatch/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.JsonPatch.dll": {} - } - }, - "Microsoft.AspNet.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Localization.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Abstractions/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Routing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Core/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Authorization": "1.0.0-rc1-final", - "Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.MemoryPool": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.Extensions.Localization": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.ComponentModel.DataAnnotations", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-rc1-final", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.IO", - "System.Runtime", - "System.Text.Encoding", - "System.Threading.Tasks" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNet.Mvc.Razor.Host/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll": {} - } - }, - "Microsoft.AspNet.Mvc.TagHelpers/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Mvc.Razor": "6.0.0-rc1-final", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Antiforgery": "1.0.0-rc1-final", - "Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-rc1-final", - "Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} - } - }, - "Microsoft.AspNet.Razor/4.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final", - "Microsoft.AspNet.Razor": "4.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} - } - }, - "Microsoft.AspNet.Routing/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.Routing.dll": {} - } - }, - "Microsoft.AspNet.WebUtilities/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.AspNet.WebUtilities.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.0.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ] - }, - "Microsoft.CodeAnalysis.Common/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "[1.0.0, 1.2.0)", - "System.Collections.Immutable": "1.1.37", - "System.Reflection.Metadata": "1.1.0" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.1.0-rc1-20151109-01": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.1.0-rc1-20151109-01]" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.IO", - "System.Runtime" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Configuration/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll": {} - } - }, - "Microsoft.Extensions.Localization/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.MemoryPool/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.MemoryPool.dll": {} - } - }, - "Microsoft.Extensions.OptionsModel/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Configuration.Binder": "1.0.0-rc1-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.OptionsModel.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", - "Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders.Core/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll": {} - } - }, - "Microsoft.Net.Http.Headers/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Net.Http.Headers.dll": {} - } - }, - "MimeKit/1.12.0": { - "type": "package", - "dependencies": { - "BouncyCastle": "1.8.1" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "System.Data", - "System.Security" - ], - "compile": { - "lib/net451/MimeKit.dll": {} - }, - "runtime": { - "lib/net451/MimeKit.dll": {} - } - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "Npgsql/3.1.0-alpha6": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Npgsql.dll": {} - }, - "runtime": { - "lib/net45/Npgsql.dll": {} - } - }, - "PayPalCoreSDK/1.7.1": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1" - }, - "compile": { - "lib/net451/PayPalCoreSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalCoreSDK.dll": {} - } - }, - "PayPalMerchant-net451/2.7.109": { - "type": "package", - "dependencies": { - "PayPalCoreSDK": "1.7.1" - }, - "compile": { - "lib/net451/PayPalMerchantSDK.dll": {} - }, - "runtime": { - "lib/net451/PayPalMerchantSDK.dll": {} - } - }, - "Remotion.Linq/2.0.1": { - "type": "package", - "compile": { - "lib/net45/Remotion.Linq.dll": {} - }, - "runtime": { - "lib/net45/Remotion.Linq.dll": {} - } - }, - "System.Collections/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Collections.Immutable/1.1.37": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.IO/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Linq/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Metadata/1.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Resources.ResourceManager/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.InteropServices/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding.Extensions/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "Yavsc.Abstract/1.0.5-rc18-alpha1": { - "type": "package", - "compile": { - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Yavsc.Abstract.dll": {} - }, - "runtime": { - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Yavsc.Abstract.dll": {} - } - } - } - }, - "libraries": { - "BouncyCastle/1.8.1": { - "type": "package", - "sha512": "nH+P67LavO5EcxjKdBxFfRdfdFhivS3Xp3+0br1KcpCI8DM6ksCWy6YYZjk7XFV+VsHGtkUovwIZ/vmCp42geA==", - "files": [ - "BouncyCastle.1.8.1.nupkg", - "BouncyCastle.1.8.1.nupkg.sha512", - "BouncyCastle.nuspec", - "lib/BouncyCastle.Crypto.dll", - "Readme.txt" - ] - }, - "EntityFramework.Commands/7.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "+wa2VWX3/vDkOpeCeIotMevqpIISimGqeYNTGYRLRhv+8HzsCLeymLzmmYpjav6zYQVvuJiJodapQvijAIfRrA==", - "files": [ - "app/ef", - "app/ef.cmd", - "app/project.json", - "build/netcore50/EntityFramework.Commands.props", - "EntityFramework.Commands.7.0.0-rc1-final.nupkg", - "EntityFramework.Commands.7.0.0-rc1-final.nupkg.sha512", - "EntityFramework.Commands.nuspec", - "lib/dnx451/EntityFramework.Commands.dll", - "lib/dnx451/EntityFramework.Commands.xml", - "lib/dnxcore50/EntityFramework.Commands.dll", - "lib/dnxcore50/EntityFramework.Commands.xml", - "lib/net451/EntityFramework.Commands.dll", - "lib/net451/EntityFramework.Commands.xml", - "lib/netcore50/_._", - "tools/about_EntityFramework.help.txt", - "tools/EntityFramework.psd1", - "tools/EntityFramework.psm1", - "tools/init.ps1", - "tools/install.ps1", - "tools/OperationHandlers.cs" - ] - }, - "EntityFramework.Core/7.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "afwsjOF4xM5KiwAxKMz9R0H8TigWE/jX0FwGBO/QtuA1ElEVLqlQVH4+7PyZaA35HguYRm0wOCmUq9RVTmiAfA==", - "files": [ - "EntityFramework.Core.7.0.0-rc1-final.nupkg", - "EntityFramework.Core.7.0.0-rc1-final.nupkg.sha512", - "EntityFramework.Core.nuspec", - "lib/dnx451/EntityFramework.Core.dll", - "lib/dnx451/EntityFramework.Core.xml", - "lib/dotnet5.4/EntityFramework.Core.dll", - "lib/dotnet5.4/EntityFramework.Core.xml", - "lib/net451/EntityFramework.Core.dll", - "lib/net451/EntityFramework.Core.xml", - "lib/netcore50/EntityFramework.Core.dll", - "lib/netcore50/EntityFramework.Core.xml" - ] - }, - "EntityFramework.Relational/7.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "0Feoct9mtKOIjovUgfESfVDL/odvxNXsIgK3bdlkx7Fsiqp5/tx8oiMx+qO7oNRYWsXN6XDlGKHLOzWEdUssKA==", - "files": [ - "EntityFramework.Relational.7.0.0-rc1-final.nupkg", - "EntityFramework.Relational.7.0.0-rc1-final.nupkg.sha512", - "EntityFramework.Relational.nuspec", - "lib/dotnet5.4/EntityFramework.Relational.dll", - "lib/dotnet5.4/EntityFramework.Relational.xml", - "lib/net451/EntityFramework.Relational.dll", - "lib/net451/EntityFramework.Relational.xml", - "lib/netcore50/EntityFramework.Relational.dll", - "lib/netcore50/EntityFramework.Relational.xml" - ] - }, - "EntityFramework.Relational.Design/7.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "sXAqOxpHmbqOELC21vAzKlsjqgNCrk3jEjyJxjGnn1+j4hazxiqgSBTl8ZofqYzLO6ias9WfeXJy8HcXOl7waw==", - "files": [ - "build/netcore50/EntityFramework.Relational.Design.props", - "EntityFramework.Relational.Design.7.0.0-rc1-final.nupkg", - "EntityFramework.Relational.Design.7.0.0-rc1-final.nupkg.sha512", - "EntityFramework.Relational.Design.nuspec", - "lib/dnx451/EntityFramework.Relational.Design.dll", - "lib/dnx451/EntityFramework.Relational.Design.xml", - "lib/dnxcore50/EntityFramework.Relational.Design.dll", - "lib/dnxcore50/EntityFramework.Relational.Design.xml", - "lib/net451/EntityFramework.Relational.Design.dll", - "lib/net451/EntityFramework.Relational.Design.xml", - "lib/netcore50/_._" - ] - }, - "EntityFramework7.Npgsql/3.1.0-rc1-3": { - "type": "package", - "sha512": "VW/pz4Luixgc9UuAXPP9vzPIrrw9sHD4ozd2HUzeI3Sd4RdCgSFQT+B3HhPw/+JGKcdAnIQ4D5/Llk43fH07hw==", - "files": [ - "EntityFramework7.Npgsql.3.1.0-rc1-3.nupkg", - "EntityFramework7.Npgsql.3.1.0-rc1-3.nupkg.sha512", - "EntityFramework7.Npgsql.nuspec", - "lib/dnx451/EntityFramework7.Npgsql.dll", - "lib/dnx451/EntityFramework7.Npgsql.xml", - "lib/dnxcore50/EntityFramework7.Npgsql.dll", - "lib/dnxcore50/EntityFramework7.Npgsql.xml", - "lib/net451/EntityFramework7.Npgsql.dll", - "lib/net451/EntityFramework7.Npgsql.xml" - ] - }, - "EntityFramework7.Npgsql.Design/3.1.0-rc1-5": { - "type": "package", - "sha512": "h7bsey+w3HBqhZQGbk6XeEMxXNCt+1hVg1Ju4QzZHUGSzWT6/ZduaPs3UjNQhpvcTRE7GYa99gYraKdNH3jEOg==", - "files": [ - "EntityFramework7.Npgsql.Design.3.1.0-rc1-5.nupkg", - "EntityFramework7.Npgsql.Design.3.1.0-rc1-5.nupkg.sha512", - "EntityFramework7.Npgsql.Design.nuspec", - "lib/dnx451/EntityFramework7.Npgsql.Design.dll", - "lib/dnx451/EntityFramework7.Npgsql.Design.xml", - "lib/dnxcore50/EntityFramework7.Npgsql.Design.dll", - "lib/dnxcore50/EntityFramework7.Npgsql.Design.xml", - "lib/net451/EntityFramework7.Npgsql.Design.dll", - "lib/net451/EntityFramework7.Npgsql.Design.xml" - ] - }, - "Gapi.net45/1.0.0": { - "type": "package", - "sha512": "ZA31xhTPss1akMMgT3PvDNkqI46t9dvkxgyKVnjXKP9OFSNSSxvSomev5Srvq1tXyadCP0cFBM1GkS0qLwTtUg==", - "files": [ - "Gapi.net45.1.0.0.nupkg", - "Gapi.net45.1.0.0.nupkg.sha512", - "Gapi.net45.nuspec", - "lib/dnxcore50/gapi.dll", - "lib/net451/gapi.dll", - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/gapi.dll" - ] - }, - "Ix-Async/1.2.5": { - "type": "package", - "sha512": "8EXO8q7cpDUH9G2q+UOPOO/6uZ9aN7mx/4xjFIfkp+qLWVJiYuglkRhjY8Ggs2CucXzHR8GHnovJKB5yQoYaJg==", - "files": [ - "Ix-Async.1.2.5.nupkg", - "Ix-Async.1.2.5.nupkg.sha512", - "Ix-Async.nuspec", - "lib/net40/System.Interactive.Async.dll", - "lib/net40/System.Interactive.Async.XML", - "lib/net45/System.Interactive.Async.dll", - "lib/net45/System.Interactive.Async.XML", - "lib/portable-windows8+net45+wp8/System.Interactive.Async.dll", - "lib/portable-windows8+net45+wp8/System.Interactive.Async.XML" - ] - }, - "MailKit/1.12.0": { - "type": "package", - "sha512": "6h6PkKAuMSaTEjXMVSgBqqMrhcRgtBfFwJwA0qxqpQ32IvtG4v2vphB3IBRa3UjX4g1GaWRC+tHwivXGlZ0CtA==", - "files": [ - "lib/MonoAndroid10/MailKit.dll", - "lib/MonoAndroid10/MailKit.xml", - "lib/net40/MailKit.dll", - "lib/net40/MailKit.xml", - "lib/net45/MailKit.dll", - "lib/net45/MailKit.xml", - "lib/net451/MailKit.dll", - "lib/net451/MailKit.xml", - "lib/netstandard1.3/MailKit.dll", - "lib/netstandard1.3/MailKit.xml", - "lib/win81/MailKit.dll", - "lib/win81/MailKit.xml", - "lib/wpa81/MailKit.dll", - "lib/wpa81/MailKit.xml", - "lib/Xamarin.iOS10/MailKit.dll", - "lib/Xamarin.iOS10/MailKit.xml", - "MailKit.1.12.0.nupkg", - "MailKit.1.12.0.nupkg.sha512", - "MailKit.nuspec" - ] - }, - "Microsoft.AspNet.Antiforgery/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "HpEYyzfyrnj7+13Mnn/6CgdfDVxTcg6J7PsO8rCysdrGdehbupsuZoQWerqoDRBtb0UMp0U3g0WnmAwgE2tqzA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Antiforgery.dll", - "lib/dotnet5.4/Microsoft.AspNet.Antiforgery.xml", - "lib/net451/Microsoft.AspNet.Antiforgery.dll", - "lib/net451/Microsoft.AspNet.Antiforgery.xml", - "Microsoft.AspNet.Antiforgery.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Antiforgery.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Antiforgery.nuspec" - ] - }, - "Microsoft.AspNet.Authentication/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "sdFCeQlwkJXZ1KHsRvf7ewNEWkEeKYNpcEKKC0D+WNUvLliziLc7cMH+6sjNmTU3FgGjGrSk4WjGQMhsOHCrDQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Authentication.dll", - "lib/dotnet5.4/Microsoft.AspNet.Authentication.xml", - "lib/net451/Microsoft.AspNet.Authentication.dll", - "lib/net451/Microsoft.AspNet.Authentication.xml", - "Microsoft.AspNet.Authentication.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Authentication.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Authentication.nuspec" - ] - }, - "Microsoft.AspNet.Authentication.Cookies/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "vjeSG8Z5i5Kqo1nC7wW1BO+YMk+gs/AVVJlmyF7EGgiUBtAAPkrgjxSabQqvFhPgpEFledUQ6gkhKXgr4WrMtw==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Authentication.Cookies.dll", - "lib/dotnet5.4/Microsoft.AspNet.Authentication.Cookies.xml", - "lib/net451/Microsoft.AspNet.Authentication.Cookies.dll", - "lib/net451/Microsoft.AspNet.Authentication.Cookies.xml", - "Microsoft.AspNet.Authentication.Cookies.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Authentication.Cookies.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Authentication.Cookies.nuspec" - ] - }, - "Microsoft.AspNet.Authentication.Facebook/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "jnxn+FmMl5hteVj/9E38XLQq3ksJwTretsLJKY7qiIIpDQJqhsEPzCbop+vSalnYMMoHaFOdixWmizIQrmlOfQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Authentication.Facebook.dll", - "lib/dotnet5.4/Microsoft.AspNet.Authentication.Facebook.xml", - "lib/net451/Microsoft.AspNet.Authentication.Facebook.dll", - "lib/net451/Microsoft.AspNet.Authentication.Facebook.xml", - "Microsoft.AspNet.Authentication.Facebook.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Authentication.Facebook.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Authentication.Facebook.nuspec" - ] - }, - "Microsoft.AspNet.Authentication.OAuth/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "3h2Mz/ObM1pQRDDkkK4roI1Y6n6XlTQGsLxbeMQ6aGJZCYYnZhCrp6UN4CWktd3xBrLUdaRYMH1r94+0wjCqAg==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Authentication.OAuth.dll", - "lib/dotnet5.4/Microsoft.AspNet.Authentication.OAuth.xml", - "lib/net451/Microsoft.AspNet.Authentication.OAuth.dll", - "lib/net451/Microsoft.AspNet.Authentication.OAuth.xml", - "Microsoft.AspNet.Authentication.OAuth.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Authentication.OAuth.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Authentication.OAuth.nuspec" - ] - }, - "Microsoft.AspNet.Authentication.Twitter/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "kp0mcXaj0Vx+XY5Fwr/rDZBqs9yjzcwS6+KY3Dtk7UnmAuzVJ1Ld7/gLKkXXFzDyIh++lWfckRFQtVvV4kuydA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Authentication.Twitter.dll", - "lib/dotnet5.4/Microsoft.AspNet.Authentication.Twitter.xml", - "lib/net451/Microsoft.AspNet.Authentication.Twitter.dll", - "lib/net451/Microsoft.AspNet.Authentication.Twitter.xml", - "Microsoft.AspNet.Authentication.Twitter.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Authentication.Twitter.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Authentication.Twitter.nuspec" - ] - }, - "Microsoft.AspNet.Authorization/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "zXQ4VHNDQkWzNpI05jt3laIHSlNIqROFuSbZPV7wprVi43sgeZSn9gBW5rQNcedODgsEvmsIMzl73mXzKf3TTA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Authorization.dll", - "lib/dotnet5.4/Microsoft.AspNet.Authorization.xml", - "lib/net451/Microsoft.AspNet.Authorization.dll", - "lib/net451/Microsoft.AspNet.Authorization.xml", - "Microsoft.AspNet.Authorization.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Authorization.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Authorization.nuspec" - ] - }, - "Microsoft.AspNet.Cryptography.Internal/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "gQBLMaEd0ZRntSBjuWFJ6Qu3BKO6SORWA3Iv/Rhd4oEB1O8Mzdk3nHAyWyo/i8GhE740sajdwT8yXZTm3fzglg==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Cryptography.Internal.dll", - "lib/dotnet5.4/Microsoft.AspNet.Cryptography.Internal.xml", - "lib/net451/Microsoft.AspNet.Cryptography.Internal.dll", - "lib/net451/Microsoft.AspNet.Cryptography.Internal.xml", - "Microsoft.AspNet.Cryptography.Internal.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Cryptography.Internal.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Cryptography.Internal.nuspec" - ] - }, - "Microsoft.AspNet.Cryptography.KeyDerivation/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "a0HOA+i0gEY5SIzJZX4QXuj+hY6C7NT3t60EwreWYPAy/rruoxlkarU8H9oHwtatT2/FjC8kdMNQS72y1I/5KQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Cryptography.KeyDerivation.dll", - "lib/dotnet5.4/Microsoft.AspNet.Cryptography.KeyDerivation.xml", - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.dll", - "lib/net451/Microsoft.AspNet.Cryptography.KeyDerivation.xml", - "Microsoft.AspNet.Cryptography.KeyDerivation.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Cryptography.KeyDerivation.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Cryptography.KeyDerivation.nuspec" - ] - }, - "Microsoft.AspNet.DataProtection/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "HKcaIDRCz5KWkhmRiRs9mjZupJbdP3+Z3RQKdqwa6ZsXsO0ZUnmfpdYp6IFG69rTznmoSKjKJpcnvRA7w6psyA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.DataProtection.dll", - "lib/dotnet5.4/Microsoft.AspNet.DataProtection.xml", - "lib/net451/Microsoft.AspNet.DataProtection.dll", - "lib/net451/Microsoft.AspNet.DataProtection.xml", - "Microsoft.AspNet.DataProtection.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.DataProtection.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.DataProtection.nuspec" - ] - }, - "Microsoft.AspNet.DataProtection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "rNCftGtK32L1R8Y3JDl31fPtYI/wppN3xngBtcQ5R8DZBfSKzabDWre95feBIKWjcPqE+P/Y7n6ax8oGFcVSZw==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.DataProtection.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.DataProtection.Abstractions.xml", - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll", - "lib/net451/Microsoft.AspNet.DataProtection.Abstractions.xml", - "Microsoft.AspNet.DataProtection.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.DataProtection.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.DataProtection.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "nr/aKzLzXFOj9KAXTh63uzxPGN4It04vh3dqnIHzKk6Bf/0kPYv9Qw3fwLQy5mc0Cka/soz5ZMdPp8IQk2BRQQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Diagnostics.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.Diagnostics.Abstractions.xml", - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.dll", - "lib/net451/Microsoft.AspNet.Diagnostics.Abstractions.xml", - "Microsoft.AspNet.Diagnostics.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Diagnostics.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Diagnostics.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.FileProviders.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "Tv6YJk78cH+gFipRNjeMpzzUg3t4BQiS0xYVlv/8gVNl4sI6ytAMYYfIbx8pCacIRH5Nx/Tw9GVn28eyw+JZfA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.FileProviders.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.FileProviders.Abstractions.xml", - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.dll", - "lib/net451/Microsoft.AspNet.FileProviders.Abstractions.xml", - "Microsoft.AspNet.FileProviders.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.FileProviders.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.FileProviders.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.FileProviders.Physical/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "Ni5o7X21cN97krdkg3F77F5app0KpLwdpHbxdpwqaMjhMKYcmNDcyZB8Ke/qgbSMqHRwT3aQVhgEp/iJTbgl6g==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.FileProviders.Physical.dll", - "lib/dotnet5.4/Microsoft.AspNet.FileProviders.Physical.xml", - "lib/net451/Microsoft.AspNet.FileProviders.Physical.dll", - "lib/net451/Microsoft.AspNet.FileProviders.Physical.xml", - "Microsoft.AspNet.FileProviders.Physical.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.FileProviders.Physical.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.FileProviders.Physical.nuspec" - ] - }, - "Microsoft.AspNet.Hosting/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "6ZVZK5Ql+z6UeVOBcXCRLahcAd/NKdMAK17JBZWGZqqmxKO0LtQMdb6drb9H4nBM3/a8vbhd+23wxzyIfoCLQQ==", - "files": [ - "lib/dnx451/Microsoft.AspNet.Hosting.dll", - "lib/dnx451/Microsoft.AspNet.Hosting.xml", - "lib/dnxcore50/Microsoft.AspNet.Hosting.dll", - "lib/dnxcore50/Microsoft.AspNet.Hosting.xml", - "lib/dotnet5.4/Microsoft.AspNet.Hosting.dll", - "lib/dotnet5.4/Microsoft.AspNet.Hosting.xml", - "lib/net451/Microsoft.AspNet.Hosting.dll", - "lib/net451/Microsoft.AspNet.Hosting.xml", - "Microsoft.AspNet.Hosting.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Hosting.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Hosting.nuspec" - ] - }, - "Microsoft.AspNet.Hosting.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "07N5rzYcsjkLgwoI923FcAvvf7167qhLgCExXwYYkdZUIJQzneRG0DqZJTm6qpnaD5igf4FM9F+eh2m7y5NFbg==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Hosting.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.Hosting.Abstractions.xml", - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.dll", - "lib/net451/Microsoft.AspNet.Hosting.Abstractions.xml", - "Microsoft.AspNet.Hosting.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Hosting.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Hosting.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "55ovPKPLsLvXsZ2xxtCOkQXmLwrE5iMUXe1y3A3Y/DCcI2u9VBJezu1y2EPYmZCM+uP/Y/BaQm68AWg2r8RV5w==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Hosting.Server.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.Hosting.Server.Abstractions.xml", - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.dll", - "lib/net451/Microsoft.AspNet.Hosting.Server.Abstractions.xml", - "Microsoft.AspNet.Hosting.Server.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Hosting.Server.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Hosting.Server.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.Html.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "49aE5EnPr4/IBhrI5fH43o20GgqPCOZqcTDf+Ya8iVSIeorhj2Pn9e12DXqFPTKPHD7+H44K2MaU2lw1/uMiKQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Html.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.Html.Abstractions.xml", - "lib/net451/Microsoft.AspNet.Html.Abstractions.dll", - "lib/net451/Microsoft.AspNet.Html.Abstractions.xml", - "Microsoft.AspNet.Html.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Html.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Html.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.Http/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "2vVd6xlfDKxl7pln5VOSczVo5bdJK6VLF6LR62Tb+le6e0COju7diAPHujFcXQlX/eLq2GrctN5vbIMeQ6vRTg==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Http.dll", - "lib/dotnet5.4/Microsoft.AspNet.Http.xml", - "lib/net451/Microsoft.AspNet.Http.dll", - "lib/net451/Microsoft.AspNet.Http.xml", - "Microsoft.AspNet.Http.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Http.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Http.nuspec" - ] - }, - "Microsoft.AspNet.Http.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "sfzc1WJMl8wGCF+rChVfJ7otT6tTv24RNXUej2r8tlQ2RDNnAozYyGb0SCW2mxpHrC31On99Wt0rksgF0c2WUw==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Http.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.Http.Abstractions.xml", - "lib/net451/Microsoft.AspNet.Http.Abstractions.dll", - "lib/net451/Microsoft.AspNet.Http.Abstractions.xml", - "Microsoft.AspNet.Http.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Http.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Http.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.Http.Extensions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "rsjbxD9W6NfqP0WNHMRyetIh6ZoKRbK1ea0V5xWdVAx53WdvgBy0HmkSwXt506+xU65jjZP19F4Ua4YjZdPHfQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Http.Extensions.dll", - "lib/dotnet5.4/Microsoft.AspNet.Http.Extensions.xml", - "lib/net451/Microsoft.AspNet.Http.Extensions.dll", - "lib/net451/Microsoft.AspNet.Http.Extensions.xml", - "Microsoft.AspNet.Http.Extensions.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Http.Extensions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Http.Extensions.nuspec" - ] - }, - "Microsoft.AspNet.Http.Features/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "WlscfdAvN8XaaK1iv1Iewp5emei7+0SlXNkUh7kMJpeaS6K0GhwNmwqZR6VrT1oN+Maw98nEONHS34/suqQwOA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Http.Features.dll", - "lib/dotnet5.4/Microsoft.AspNet.Http.Features.xml", - "lib/net451/Microsoft.AspNet.Http.Features.dll", - "lib/net451/Microsoft.AspNet.Http.Features.xml", - "Microsoft.AspNet.Http.Features.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Http.Features.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Http.Features.nuspec" - ] - }, - "Microsoft.AspNet.Identity/3.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "ACPci5zUktgGFqdZ48dWexty24lROTEW/MK3LxIDe88zssLiqMhHrIndp4G/1vafmUfL+9lTw7oda6GRD53cEg==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Identity.dll", - "lib/dotnet5.4/Microsoft.AspNet.Identity.xml", - "lib/net451/Microsoft.AspNet.Identity.dll", - "lib/net451/Microsoft.AspNet.Identity.xml", - "Microsoft.AspNet.Identity.3.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Identity.3.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Identity.nuspec" - ] - }, - "Microsoft.AspNet.Identity.EntityFramework/3.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "XayUdpI6mRgL4e9kowTxlYURvDGNj7FBhqbOn6uxvQwwD7gltYzKL3T07nCeSzxR5m2sJ+IvrJCMPihKrtuR5w==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Identity.EntityFramework.dll", - "lib/dotnet5.4/Microsoft.AspNet.Identity.EntityFramework.xml", - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.dll", - "lib/net451/Microsoft.AspNet.Identity.EntityFramework.xml", - "Microsoft.AspNet.Identity.EntityFramework.3.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Identity.EntityFramework.3.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Identity.EntityFramework.nuspec" - ] - }, - "Microsoft.AspNet.JsonPatch/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "ymoIERwLlkXXffpKpFHZ6sjKz8HPwPqAbOnia1H3RAhyTYNJkahW6qWNXF96Fd66I1+m88pApWku+Ld0WD94Sg==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.JsonPatch.dll", - "lib/dotnet5.4/Microsoft.AspNet.JsonPatch.xml", - "lib/net451/Microsoft.AspNet.JsonPatch.dll", - "lib/net451/Microsoft.AspNet.JsonPatch.xml", - "Microsoft.AspNet.JsonPatch.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.JsonPatch.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.JsonPatch.nuspec" - ] - }, - "Microsoft.AspNet.Localization/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "ImoAQSIWbZifALakJI5kR0l5XOBixrnnR7+7RoNfFQFvPmM6lqJv2mNEYgkpFGea/hVdfHPfsWErb1oVVnYMaw==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Localization.dll", - "lib/dotnet5.4/Microsoft.AspNet.Localization.xml", - "lib/net451/Microsoft.AspNet.Localization.dll", - "lib/net451/Microsoft.AspNet.Localization.xml", - "Microsoft.AspNet.Localization.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Localization.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Localization.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.Abstractions/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "xJH5D+h/C6KFA3XjUshgpMEznL7h018f/G4exZY76HhCfABMHmoqb5xrGKvwjKlaCwnSWPDTHeOowsGPmYZ6yQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Abstractions.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Abstractions.xml", - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.dll", - "lib/net451/Microsoft.AspNet.Mvc.Abstractions.xml", - "Microsoft.AspNet.Mvc.Abstractions.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.Abstractions.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.Abstractions.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.Core/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "s4RFVnKx+c49vxu0rK33kwaff9TydQI/LI9ApgAyfZPlrjDvmzzPyKVGpfKBh682scnllaUFeOV+hL9Q6a1zJw==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Core.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Core.xml", - "lib/net451/Microsoft.AspNet.Mvc.Core.dll", - "lib/net451/Microsoft.AspNet.Mvc.Core.xml", - "Microsoft.AspNet.Mvc.Core.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.Core.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.Core.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "1PXLllWma1/uXZJyYUWkhvMw87udjB4AfLMhVIGz2mF3KOPQgzRcdS8Eqze4ypty5+Up2QvIHBUjY2H79e2ezQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.DataAnnotations.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.DataAnnotations.xml", - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.dll", - "lib/net451/Microsoft.AspNet.Mvc.DataAnnotations.xml", - "Microsoft.AspNet.Mvc.DataAnnotations.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.DataAnnotations.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.DataAnnotations.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "orkj2uvOhyR+OuTTuewPw5F3Zi6VlU3UV3aA18wy00CwxtPJCJ4IE+J0EmLTMc/r6JGIjTF0pgABsgD0EzhrPg==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Formatters.Json.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Formatters.Json.xml", - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.dll", - "lib/net451/Microsoft.AspNet.Mvc.Formatters.Json.xml", - "Microsoft.AspNet.Mvc.Formatters.Json.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.Formatters.Json.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.Formatters.Json.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.Razor/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "zkC6r/If5OoGsDJLkDY+O16K+WirFi2ZBgPbG8cHr3ybnlR4/u8S0p9bqnOd191kibxAAYKYfafVg+NApv8Vig==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Razor.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Razor.xml", - "lib/net451/Microsoft.AspNet.Mvc.Razor.dll", - "lib/net451/Microsoft.AspNet.Mvc.Razor.xml", - "Microsoft.AspNet.Mvc.Razor.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.Razor.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.Razor.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.Razor.Host/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "kYvYr+IAe91NgHPARMkGSLQzep3Zs7gHJCtAhslcmU8cDJaodoUxVxJikiBX9HmZIzKf9uENT8Et5JCWpQFqRA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Razor.Host.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.Razor.Host.xml", - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.dll", - "lib/net451/Microsoft.AspNet.Mvc.Razor.Host.xml", - "Microsoft.AspNet.Mvc.Razor.Host.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.Razor.Host.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.Razor.Host.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.TagHelpers/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "zcoDzmKSMdOVUQHQZJQStArNqc5ERTxosB3GiK/MbC0HFhJ4vmh/vwI0rxnXO6X25+gYnr/2PAiY9fHvGkN58A==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.TagHelpers.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.TagHelpers.xml", - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.dll", - "lib/net451/Microsoft.AspNet.Mvc.TagHelpers.xml", - "Microsoft.AspNet.Mvc.TagHelpers.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.TagHelpers.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.TagHelpers.nuspec" - ] - }, - "Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "IoWtyV9HXJ1x2HKXpcqX25iPOHAmW9vlQJD3bliMV5Oix3sjieVK7i2S3VpUsJjqddpSA9Vg2PkQIzwDDS+smA==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Mvc.ViewFeatures.dll", - "lib/dotnet5.4/Microsoft.AspNet.Mvc.ViewFeatures.xml", - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.dll", - "lib/net451/Microsoft.AspNet.Mvc.ViewFeatures.xml", - "Microsoft.AspNet.Mvc.ViewFeatures.6.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Mvc.ViewFeatures.6.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Mvc.ViewFeatures.nuspec" - ] - }, - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "+goR2yw/UKbZGXvnR9z+mLWoAt2+AcDwE65XoV0HyYDyvvF+hotNiI5Ft0P/kVr8gpLeHS3JHHdRtsCjIqxhDQ==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll", - "lib/dotnet5.4/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.xml", - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll", - "lib/net451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.xml", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.nuspec" - ] - }, - "Microsoft.AspNet.Razor/4.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "j4R032B5HY3WjgGir8/Zer2FWZzsux8SS1fD6AugKmI7Msx/4d8/0FCMRbLCFNytt2rosOmNJhoAp7qOlzOHVw==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Razor.dll", - "lib/dotnet5.4/Microsoft.AspNet.Razor.xml", - "lib/net451/Microsoft.AspNet.Razor.dll", - "lib/net451/Microsoft.AspNet.Razor.xml", - "Microsoft.AspNet.Razor.4.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Razor.4.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Razor.nuspec" - ] - }, - "Microsoft.AspNet.Razor.Runtime/4.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "UQSVaYFnLiSI3gtb6Q2jSv3yZia+vmve/TQrprlXUT5jAeUJa5G2DWYTcGPZE6BfmAim5SZ1BOW6ozMLRBHQ/Q==", - "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Razor.Runtime.dll", - "lib/dotnet5.4/Microsoft.AspNet.Razor.Runtime.xml", - "lib/net451/Microsoft.AspNet.Razor.Runtime.dll", - "lib/net451/Microsoft.AspNet.Razor.Runtime.xml", - "Microsoft.AspNet.Razor.Runtime.4.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Razor.Runtime.4.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Razor.Runtime.nuspec" - ] + "lib/net45/_._": {} + } + }, + "System.Runtime.InteropServices/4.0.0": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.Encoding.Extensions/4.0.0": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading/4.0.0": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "Yavsc.Abstract/1.0.5": { + "type": "project", + "framework": ".NETFramework,Version=v4.5.1", + "dependencies": { + "Newtonsoft.Json": "9.0.1" + }, + "frameworkAssemblies": [ + "System.ComponentModel.DataAnnotations" + ] + } + } + }, + "libraries": { + "Yavsc.Abstract/1.0.5": { + "type": "project", + "path": "../Yavsc.Abstract/project.json" }, - "Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-rc1-final": { + "BouncyCastle/1.8.1": { "type": "package", - "serviceable": true, - "sha512": "3YD0OJRtuYgBQX6OBLNxZf8VdOQ7nv5TlA1frq0WOuS+7KMXJj+3oS69YwJ65x4zCRpUkl2bHCFTC4X7nG4KSw==", + "sha512": "nH+P67LavO5EcxjKdBxFfRdfdFhivS3Xp3+0br1KcpCI8DM6ksCWy6YYZjk7XFV+VsHGtkUovwIZ/vmCp42geA==", "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Razor.Runtime.Precompilation.dll", - "lib/dotnet5.4/Microsoft.AspNet.Razor.Runtime.Precompilation.xml", - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll", - "lib/net451/Microsoft.AspNet.Razor.Runtime.Precompilation.xml", - "Microsoft.AspNet.Razor.Runtime.Precompilation.4.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Razor.Runtime.Precompilation.4.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Razor.Runtime.Precompilation.nuspec" + "BouncyCastle.1.8.1.nupkg", + "BouncyCastle.1.8.1.nupkg.sha512", + "BouncyCastle.nuspec", + "lib/BouncyCastle.Crypto.dll", + "Readme.txt" ] }, - "Microsoft.AspNet.Routing/1.0.0-rc1-final": { + "Gapi.net45/1.0.0": { "type": "package", - "serviceable": true, - "sha512": "kIDLp1Icd+l2Z5jFGZf5rAKALS2btMKdP+a+zOepiE4oZJCAJ5tWms+MyMkMJ8hD9/5O6fF4CzckBBcA6pxNUQ==", + "sha512": "ZA31xhTPss1akMMgT3PvDNkqI46t9dvkxgyKVnjXKP9OFSNSSxvSomev5Srvq1tXyadCP0cFBM1GkS0qLwTtUg==", "files": [ - "lib/dotnet5.4/Microsoft.AspNet.Routing.dll", - "lib/dotnet5.4/Microsoft.AspNet.Routing.xml", - "lib/net451/Microsoft.AspNet.Routing.dll", - "lib/net451/Microsoft.AspNet.Routing.xml", - "Microsoft.AspNet.Routing.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.Routing.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.Routing.nuspec" + "Gapi.net45.1.0.0.nupkg", + "Gapi.net45.1.0.0.nupkg.sha512", + "Gapi.net45.nuspec", + "lib/dnxcore50/gapi.dll", + "lib/net451/gapi.dll", + "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/gapi.dll" ] }, - "Microsoft.AspNet.WebUtilities/1.0.0-rc1-final": { + "MailKit/1.12.0": { "type": "package", - "serviceable": true, - "sha512": "0D80xroAEiWlB9X5eR/JUya1H2saIYnt4d7bPru5RRf5L/66X+9WWhf3hFkLUF3W13K6g6K9Is9dCTaEfFFKTA==", + "sha512": "6h6PkKAuMSaTEjXMVSgBqqMrhcRgtBfFwJwA0qxqpQ32IvtG4v2vphB3IBRa3UjX4g1GaWRC+tHwivXGlZ0CtA==", "files": [ - "lib/dotnet5.4/Microsoft.AspNet.WebUtilities.dll", - "lib/dotnet5.4/Microsoft.AspNet.WebUtilities.xml", - "lib/net451/Microsoft.AspNet.WebUtilities.dll", - "lib/net451/Microsoft.AspNet.WebUtilities.xml", - "Microsoft.AspNet.WebUtilities.1.0.0-rc1-final.nupkg", - "Microsoft.AspNet.WebUtilities.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.AspNet.WebUtilities.nuspec" + "lib/MonoAndroid10/MailKit.dll", + "lib/MonoAndroid10/MailKit.xml", + "lib/net40/MailKit.dll", + "lib/net40/MailKit.xml", + "lib/net45/MailKit.dll", + "lib/net45/MailKit.xml", + "lib/net451/MailKit.dll", + "lib/net451/MailKit.xml", + "lib/netstandard1.3/MailKit.dll", + "lib/netstandard1.3/MailKit.xml", + "lib/win81/MailKit.dll", + "lib/win81/MailKit.xml", + "lib/wpa81/MailKit.dll", + "lib/wpa81/MailKit.xml", + "lib/Xamarin.iOS10/MailKit.dll", + "lib/Xamarin.iOS10/MailKit.xml", + "MailKit.1.12.0.nupkg", + "MailKit.1.12.0.nupkg.sha512", + "MailKit.nuspec" ] }, "Microsoft.CodeAnalysis.Analyzers/1.0.0": { @@ -11530,414 +1960,6 @@ "ThirdPartyNotices.rtf" ] }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "kg3kR7H12Bs46TiuF7YT8A3SNXehhBcwsArIMQIH2ecXGkg5MPWDl2OR6bnQu6k0OMu9QUiv1oiwC9yU7rHWfw==", - "files": [ - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.xml", - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll", - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.xml", - "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Dnx.Compilation.Abstractions.nuspec" - ] - }, - "Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "MYJJHSIqOvmQxm2KOCwfber5JUwYKtfMREVYxnj/kv+HQrfrztL9dN4IFvh/SsBzm5cGR0Lt52bWJKzkrIRF/g==", - "files": [ - "lib/dotnet5.4/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Dnx.Compilation.CSharp.Abstractions.xml", - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll", - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Abstractions.xml", - "Microsoft.Dnx.Compilation.CSharp.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Dnx.Compilation.CSharp.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Dnx.Compilation.CSharp.Abstractions.nuspec" - ] - }, - "Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "/OnNSw+oX/sc3Rl1Q9vFMhg+OPC+AbaDYmC4JufkHop8Ydhsv94JDT4w5xrpXi7QIKICQGTyzQgAkUjPnuFzdA==", - "files": [ - "lib/dotnet5.4/Microsoft.Dnx.Compilation.CSharp.Common.dll", - "lib/dotnet5.4/Microsoft.Dnx.Compilation.CSharp.Common.xml", - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.dll", - "lib/net451/Microsoft.Dnx.Compilation.CSharp.Common.xml", - "Microsoft.Dnx.Compilation.CSharp.Common.1.0.0-rc1-final.nupkg", - "Microsoft.Dnx.Compilation.CSharp.Common.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Dnx.Compilation.CSharp.Common.nuspec" - ] - }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "WlNfPuf/8Q7DzMiOHjiT9Ha2IYdguLGfHT/2C/p9KzviCKXaqfrIdI6X9w5MmCuiYRucqK+iM5cIWKHQ1mmZrg==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net451/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net451/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netcore50/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.Caching.Abstractions.xml", - "Microsoft.Extensions.Caching.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Caching.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Caching.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "KQFkXdBieLObHr1+ld0FVOLQLgVFcrhn6qIixsmP09TyEw2VaGPrzIiBVJSzyKfaE2MVJlshDvfdvcfSE/zl3g==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Caching.Memory.dll", - "lib/dotnet5.4/Microsoft.Extensions.Caching.Memory.xml", - "lib/net451/Microsoft.Extensions.Caching.Memory.dll", - "lib/net451/Microsoft.Extensions.Caching.Memory.xml", - "lib/netcore50/Microsoft.Extensions.Caching.Memory.dll", - "lib/netcore50/Microsoft.Extensions.Caching.Memory.xml", - "Microsoft.Extensions.Caching.Memory.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Caching.Memory.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Caching.Memory.nuspec" - ] - }, - "Microsoft.Extensions.Configuration/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "2ayWzqMVGWjr8o8bOSnIsyQbi9sLz9Ya8+YM+9tM/ivSnLHuN7TNHNfJv4jTyRZvoOafdh5Ivlc/OdmsZPXlQQ==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Configuration.dll", - "lib/dotnet5.4/Microsoft.Extensions.Configuration.xml", - "lib/net451/Microsoft.Extensions.Configuration.dll", - "lib/net451/Microsoft.Extensions.Configuration.xml", - "lib/netcore50/Microsoft.Extensions.Configuration.dll", - "lib/netcore50/Microsoft.Extensions.Configuration.xml", - "Microsoft.Extensions.Configuration.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Configuration.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Configuration.nuspec" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "xA7ObOlIswcx2qakv69kz0pnBizFJrmwxRxJyjPOHWfevF4W+OdolZsbKOc12kY7y5upqhAvNGWTblffMvADHA==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net451/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netcore50/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.Configuration.Abstractions.xml", - "Microsoft.Extensions.Configuration.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Configuration.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Configuration.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Configuration.Binder/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "tuIi7cRq6lbpCybL+z9vamz/KbM+nN9nyJ2Id5bKCdxKDNMnKb9PdMxJ+0DHc8p6fP00PyQucYuN5EpxsYrX6Q==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Configuration.Binder.dll", - "lib/dotnet5.4/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net451/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net451/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netcore50/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netcore50/Microsoft.Extensions.Configuration.Binder.xml", - "Microsoft.Extensions.Configuration.Binder.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Configuration.Binder.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Configuration.Binder.nuspec" - ] - }, - "Microsoft.Extensions.Configuration.CommandLine/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "k+kXsefuLV5WkkG6X8GFn9zf9ZrMyC3dddgm6I6scpbanDyoKUYrRUP2VhW0ViO6TIva0soh6jJy3pFPCrNx9Q==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/dotnet5.4/Microsoft.Extensions.Configuration.CommandLine.xml", - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net451/Microsoft.Extensions.Configuration.CommandLine.xml", - "lib/netcore50/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/netcore50/Microsoft.Extensions.Configuration.CommandLine.xml", - "Microsoft.Extensions.Configuration.CommandLine.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Configuration.CommandLine.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Configuration.CommandLine.nuspec" - ] - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "CaNirkiOycy0L6ptGxmpDkHZ2lzqcHKDbQJBfEhobnEt43pqKGKgAPC5dW3DfnsMpuK+inypm5iht9t6tq4vjg==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/dotnet5.4/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "lib/netcore50/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/netcore50/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "Microsoft.Extensions.Configuration.EnvironmentVariables.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Configuration.EnvironmentVariables.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Configuration.EnvironmentVariables.nuspec" - ] - }, - "Microsoft.Extensions.Configuration.FileExtensions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "w2x8nqrp2YUgNBJuZ3SUmexBtjaoZFzCQtObRTjrE4GWceFEmaLZtXFvs4n9IgRQkOqqCza7Fv7NXnD9m2emjQ==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/dotnet5.4/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net451/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netcore50/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netcore50/Microsoft.Extensions.Configuration.FileExtensions.xml", - "Microsoft.Extensions.Configuration.FileExtensions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Configuration.FileExtensions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Configuration.FileExtensions.nuspec" - ] - }, - "Microsoft.Extensions.Configuration.Json/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "9v+RpswnXEpAP5mx8J1w1yZZT2pPtMBTnOAauNh2c9ju5Dhq3ljxvbm0S9j6o5F/EFSLlbfN/brxTJN3qa/upw==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Configuration.Json.dll", - "lib/dotnet5.4/Microsoft.Extensions.Configuration.Json.xml", - "lib/net451/Microsoft.Extensions.Configuration.Json.dll", - "lib/net451/Microsoft.Extensions.Configuration.Json.xml", - "lib/netcore50/Microsoft.Extensions.Configuration.Json.dll", - "lib/netcore50/Microsoft.Extensions.Configuration.Json.xml", - "Microsoft.Extensions.Configuration.Json.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Configuration.Json.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Configuration.Json.nuspec" - ] - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "S/+s3fq85j21H5nYOvh1fIt1arl8F5lZ7Ryiw/qend83yHQwIQbBs+dip9FhqiPmAn6Dz3UhW0likQQurfEsLQ==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", - "lib/net451/Microsoft.Extensions.DependencyInjection.dll", - "lib/net451/Microsoft.Extensions.DependencyInjection.xml", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.DependencyInjection.nuspec" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "MUKexXAsRZ55C7YZ26ShePZgBeW+6FbasxeIVmZ/BZIgiG4uw6yPOdfl9WvTaUL9SFK2sEPcYLatWmLfTpsOAA==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "7N9IPDU0T1uQBj6hobeGNqiEd+Cuu6RHJ0RcwkUvzTsLq8Vf2Sc72+HEAICTw1CTRXHgW49Zr47PvO0QPxI/5g==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.xml", - "Microsoft.Extensions.FileSystemGlobbing.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.FileSystemGlobbing.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.FileSystemGlobbing.nuspec" - ] - }, - "Microsoft.Extensions.Globalization.CultureInfoCache/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "HZggxvkQz5r5Dp36eCdnV8A/fmuhlK2xxmSnUKPES4w3l0C8mzbRLoJlPVdxyd9xy00odSlS5tz8w2IegZcqBQ==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Globalization.CultureInfoCache.dll", - "lib/dotnet5.4/Microsoft.Extensions.Globalization.CultureInfoCache.xml", - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.dll", - "lib/net451/Microsoft.Extensions.Globalization.CultureInfoCache.xml", - "Microsoft.Extensions.Globalization.CultureInfoCache.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Globalization.CultureInfoCache.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Globalization.CultureInfoCache.nuspec" - ] - }, - "Microsoft.Extensions.Localization/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "nt1CcD9lUXyYl0Y+ecAr2DtPI3rRCs5f1zUKRl5rN8SFOXHXK21V6kycFVP+VckUD39jsTTLuxKSKGCuBZ/9+Q==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Localization.dll", - "lib/dotnet5.4/Microsoft.Extensions.Localization.xml", - "lib/net451/Microsoft.Extensions.Localization.dll", - "lib/net451/Microsoft.Extensions.Localization.xml", - "Microsoft.Extensions.Localization.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Localization.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Localization.nuspec" - ] - }, - "Microsoft.Extensions.Localization.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "0Z6Knet4Re5ZLIpixjLX9w8TrTPjsB3F/b9EIN1RdX5inXkdOrnpgiT6j/PzcgUcCNlCXe1dTqutVSDE6+26ig==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.Localization.Abstractions.xml", - "lib/net451/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/net451/Microsoft.Extensions.Localization.Abstractions.xml", - "Microsoft.Extensions.Localization.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Localization.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Localization.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "anegHH4XHjaCmC557A0uvnJzprT44MOKr669yfiQLtITA+lQrM3aMijxjjdCREnxE8ftXuSz+6wViCvkgcAOhA==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll", - "lib/dotnet5.4/Microsoft.Extensions.Logging.xml", - "lib/net451/Microsoft.Extensions.Logging.dll", - "lib/net451/Microsoft.Extensions.Logging.xml", - "lib/netcore50/Microsoft.Extensions.Logging.dll", - "lib/netcore50/Microsoft.Extensions.Logging.xml", - "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Logging.nuspec" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "ejGO1JhPXMsCCSyH12xwkOYsb9oBv2gHc3LLaT2jevrD//xuQizWaxpVk0/rHGdORkWdp+kT2Qmuz/sLyNWW/g==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net451/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.xml", - "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Logging.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.MemoryPool/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "QaWADlihqf1DDDLqav1v5u7ObNF7qqPpt4CyN7xBwSx0/jhFjtDnFnKswNYgC/kNFJWZ+crF22AR19M3LlQRaQ==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.MemoryPool.dll", - "lib/dotnet5.4/Microsoft.Extensions.MemoryPool.xml", - "lib/net451/Microsoft.Extensions.MemoryPool.dll", - "lib/net451/Microsoft.Extensions.MemoryPool.xml", - "Microsoft.Extensions.MemoryPool.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.MemoryPool.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.MemoryPool.nuspec" - ] - }, - "Microsoft.Extensions.OptionsModel/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "IhK5pNqRgakrwiv5OrB6hv7e6+TZzYqfJr40Qri0Xgi+oXJklNgbA5eHvzZrghdHfqfSqcvLWtWD0ri6e8Eo1w==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.OptionsModel.dll", - "lib/dotnet5.4/Microsoft.Extensions.OptionsModel.xml", - "lib/net451/Microsoft.Extensions.OptionsModel.dll", - "lib/net451/Microsoft.Extensions.OptionsModel.xml", - "lib/netcore50/Microsoft.Extensions.OptionsModel.dll", - "lib/netcore50/Microsoft.Extensions.OptionsModel.xml", - "Microsoft.Extensions.OptionsModel.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.OptionsModel.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.OptionsModel.nuspec" - ] - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "26HS4c6MBisN+D7XUr8HObOI/JJvSJQYQR//Bfw/hi9UqhqK3lFpNKjOuYHI+gTxYdXT46HqZiz4D+k7d+ob3A==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.xml", - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll", - "lib/net451/Microsoft.Extensions.PlatformAbstractions.xml", - "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.PlatformAbstractions.nuspec" - ] - }, - "Microsoft.Extensions.Primitives/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "oHWqBARJveyM7LctuqQqvsTC58hxoq0gGnHr6Qsxie71LIkZpfE21IklhSLOsqmv4QIpes/G6k1vZbAQ+cC/nw==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Primitives.dll", - "lib/dotnet5.4/Microsoft.Extensions.Primitives.xml", - "lib/net451/Microsoft.Extensions.Primitives.dll", - "lib/net451/Microsoft.Extensions.Primitives.xml", - "lib/netcore50/Microsoft.Extensions.Primitives.dll", - "lib/netcore50/Microsoft.Extensions.Primitives.xml", - "Microsoft.Extensions.Primitives.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Primitives.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Primitives.nuspec" - ] - }, - "Microsoft.Extensions.WebEncoders/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "wzBnlP/2tFePKvM+DNyRuf6mWt9BxCRjdQBFi+9xUz0DhFdhMzLKN97ZE9/fd36rUVjd2JwlGqHUOSYQURNhfw==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.WebEncoders.dll", - "lib/dotnet5.4/Microsoft.Extensions.WebEncoders.xml", - "lib/net451/Microsoft.Extensions.WebEncoders.dll", - "lib/net451/Microsoft.Extensions.WebEncoders.xml", - "Microsoft.Extensions.WebEncoders.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.WebEncoders.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.WebEncoders.nuspec" - ] - }, - "Microsoft.Extensions.WebEncoders.Core/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "wt47w3Zu7JvuD7CfRSCaz0IZL5EzpuzicRm6Qcidteb2TVeB98Psg7YGiwIBeYB1b52YFTBgqC+ySKk/GRhy2A==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.WebEncoders.Core.dll", - "lib/dotnet5.4/Microsoft.Extensions.WebEncoders.Core.xml", - "lib/net451/Microsoft.Extensions.WebEncoders.Core.dll", - "lib/net451/Microsoft.Extensions.WebEncoders.Core.xml", - "Microsoft.Extensions.WebEncoders.Core.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.WebEncoders.Core.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.WebEncoders.Core.nuspec" - ] - }, - "Microsoft.Net.Http.Headers/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "Y10hkmHQZLieW3J6J+vTiq86vifmJ7Vc2zrwNR349oAaUGjTHL0ws6rqHn0JDIcawBna4AE3OBNsL9vuZuE8bw==", - "files": [ - "lib/dotnet5.4/Microsoft.Net.Http.Headers.dll", - "lib/dotnet5.4/Microsoft.Net.Http.Headers.xml", - "lib/net451/Microsoft.Net.Http.Headers.dll", - "lib/net451/Microsoft.Net.Http.Headers.xml", - "Microsoft.Net.Http.Headers.1.0.0-rc1-final.nupkg", - "Microsoft.Net.Http.Headers.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Net.Http.Headers.nuspec" - ] - }, "MimeKit/1.12.0": { "type": "package", "sha512": "RxmmVI5vLiI7q54i5CK3WESv6e/sVI3sEJB2/PXdIbKWfHOkQywGoRkqiSqDRz+m5fU7D1H0RVkjTshONo0ZzA==", @@ -11993,26 +2015,6 @@ "tools/install.ps1" ] }, - "Npgsql/3.1.0-alpha6": { - "type": "package", - "sha512": "gYOozZ+PPgrw7zogHlBONFjZxNnagSWkDfVXZTamJy9zWRU/+O6pCHgEsEwsdENGaYC0RFvQUbDo5lIYA8kjpA==", - "files": [ - "app/project.json", - "app/rewrite-async", - "app/rewrite-async.cmd", - "lib/dnx452/Npgsql.dll", - "lib/dnx452/Npgsql.xml", - "lib/dnxcore50/Npgsql.dll", - "lib/dnxcore50/Npgsql.xml", - "lib/net45/Npgsql.dll", - "lib/net45/Npgsql.xml", - "lib/net452/Npgsql.dll", - "lib/net452/Npgsql.xml", - "Npgsql.3.1.0-alpha6.nupkg", - "Npgsql.3.1.0-alpha6.nupkg.sha512", - "Npgsql.nuspec" - ] - }, "PayPalCoreSDK/1.7.1": { "type": "package", "sha512": "hGOLo3X2vgOpOWJI91+vlBgr/Dchk3xZAF0bdIpKiAwjlRKMjzSC4zuT1eGwmQ8uVL1IaGBZwNGklyRHDniYlQ==", @@ -12037,23 +2039,6 @@ "PayPalMerchant-net451.nuspec" ] }, - "Remotion.Linq/2.0.1": { - "type": "package", - "sha512": "SIO6HDH6CU9GC2IZGBrc6q5X5vRhfatXrg9cVavCEG9W6v5e88b+vXjmLGQEorch4sYEIImRr+ODyUMyrmrqAg==", - "files": [ - "lib/net35/Remotion.Linq.dll", - "lib/net35/Remotion.Linq.XML", - "lib/net40/Remotion.Linq.dll", - "lib/net40/Remotion.Linq.XML", - "lib/net45/Remotion.Linq.dll", - "lib/net45/Remotion.Linq.xml", - "lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll", - "lib/portable-net45+win+wpa81+wp80/Remotion.Linq.xml", - "Remotion.Linq.2.0.1.nupkg", - "Remotion.Linq.2.0.1.nupkg.sha512", - "Remotion.Linq.nuspec" - ] - }, "System.Collections/4.0.0": { "type": "package", "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", @@ -12164,66 +2149,6 @@ "System.Diagnostics.Debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "0uDR/UOmFCNPDCyHEPHhCrk6c1iRnDp00YqwSZ8Qf5aaaJjm4WXnf4Q9xZw4OoApsSiODSypDMdpQU24IxR16A==", - "files": [ - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll", - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Diagnostics.DiagnosticSource.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Diagnostics.DiagnosticSource.xml", - "System.Diagnostics.DiagnosticSource.4.0.0-beta-23516.nupkg", - "System.Diagnostics.DiagnosticSource.4.0.0-beta-23516.nupkg.sha512", - "System.Diagnostics.DiagnosticSource.nuspec" - ] - }, - "System.Diagnostics.Tracing/4.0.0": { - "type": "package", - "sha512": "tzqQJPgD4bKs0eE5Gx9HEsxiHSBGcL42PImkjhwXTQK6iQbLTTB9mi+G7mUyEjlH8LUcm7F5QHEs+O+LpruOrQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "License.rtf", - "ref/dotnet/de/System.Diagnostics.Tracing.xml", - "ref/dotnet/es/System.Diagnostics.Tracing.xml", - "ref/dotnet/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet/it/System.Diagnostics.Tracing.xml", - "ref/dotnet/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet/System.Diagnostics.Tracing.dll", - "ref/dotnet/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Diagnostics.Tracing.xml", - "ref/netcore50/es/System.Diagnostics.Tracing.xml", - "ref/netcore50/fr/System.Diagnostics.Tracing.xml", - "ref/netcore50/it/System.Diagnostics.Tracing.xml", - "ref/netcore50/ja/System.Diagnostics.Tracing.xml", - "ref/netcore50/ko/System.Diagnostics.Tracing.xml", - "ref/netcore50/ru/System.Diagnostics.Tracing.xml", - "ref/netcore50/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Tracing.4.0.0.nupkg", - "System.Diagnostics.Tracing.4.0.0.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec" - ] - }, "System.Globalization/4.0.0": { "type": "package", "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", @@ -12802,40 +2727,16 @@ "System.Threading.4.0.0.nupkg.sha512", "System.Threading.nuspec" ] - }, - "Yavsc.Abstract/1.0.5-rc18-alpha1": { - "type": "package", - "sha512": "q2VsP/RskRF6xxTcNPwQcRYServTFLs7POz8l2TYCTmm+bYpRoG8e9J0DGyGYzBiQMlCFUa6iZuBsrq6s0y2AA==", - "files": [ - "lib/dnx451/Yavsc.Abstract.dll", - "lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Yavsc.Abstract.dll", - "Yavsc.Abstract.1.0.5-rc18-alpha1.nupkg", - "Yavsc.Abstract.1.0.5-rc18-alpha1.nupkg.sha512", - "Yavsc.Abstract.nuspec" - ] } }, "projectFileDependencyGroups": { "": [ - "Microsoft.AspNet.Authentication.Facebook >= 1.0.0-rc1-final", - "Microsoft.AspNet.Authentication.Twitter >= 1.0.0-rc1-final", - "Microsoft.AspNet.Authentication.OAuth >= 1.0.0-rc1-final", - "Microsoft.AspNet.Authentication.Cookies >= 1.0.0-rc1-final", - "Microsoft.AspNet.Hosting >= 1.0.0-rc1-final", - "Microsoft.AspNet.Http.Extensions >= 1.0.0-rc1-final", - "Microsoft.AspNet.Identity >= 3.0.0-rc1-final", - "Microsoft.AspNet.Identity.EntityFramework >= 3.0.0-rc1-final", - "Microsoft.AspNet.Mvc.TagHelpers >= 6.0.0-rc1-final", "Newtonsoft.Json >= 9.0.1", "Gapi.net45 >= 1.0.0", "PayPalMerchant-net451 >= 2.7.109", "MailKit >= 1.12.0", - "EntityFramework.Commands >= 7.0.0-rc1-final", - "Microsoft.AspNet.Localization >= 1.0.0-rc1-final", - "EntityFramework7.Npgsql >= 3.1.0-rc1-3", - "EntityFramework7.Npgsql.Design >= 3.1.0-rc1-5", "Microsoft.CodeAnalysis.CSharp >= 1.1.0-rc1-20151109-01", - "Yavsc.Abstract >= 1.0.5-rc18-alpha1" + "Yavsc.Abstract " ], "DNX,Version=v4.5.1": [ "fx/System.Json >= 4.0.0" diff --git a/Yavsc/ApiControllers/accounting/ProfileApiController.cs b/Yavsc/ApiControllers/accounting/ProfileApiController.cs new file mode 100644 index 00000000..4f7341bd --- /dev/null +++ b/Yavsc/ApiControllers/accounting/ProfileApiController.cs @@ -0,0 +1,36 @@ +using Microsoft.AspNet.Identity; +using Microsoft.AspNet.Authorization; +using Microsoft.AspNet.Mvc; +using Microsoft.Extensions.Logging; +using System.Security.Claims; +using System.Threading.Tasks; +using Yavsc.Models; + using Yavsc.Models.Auth; + using Yavsc.Helpers; + using System.Linq; + using Microsoft.Data.Entity; + using Microsoft.AspNet.Identity.EntityFramework; + +namespace Yavsc.ApiControllers.accounting +{ + [Route("~/api/profile")] + public class ProfileApiController: Controller + { + UserManager _userManager; + ApplicationDbContext _dbContext; + public ProfileApiController(ApplicationDbContext dbContext, UserManager userManager) + { + _dbContext = dbContext; + _userManager = userManager; + } + + [HttpGet("memail/{allow}")] + public async Task SetMonthlyEmail(bool allow) + { + var user = await _userManager.FindByIdAsync(User.GetUserId()); + user.AllowMonthlyEmail = allow; + _dbContext.SaveChanges(User.GetUserId()); + return Ok(new { monthlyEmailPrefSaved = allow }); + } + } +} \ No newline at end of file diff --git a/Yavsc.Server/Attributes/ActivityBillingAttribute.cs b/Yavsc/Attributes/ActivityBillingAttribute.cs similarity index 100% rename from Yavsc.Server/Attributes/ActivityBillingAttribute.cs rename to Yavsc/Attributes/ActivityBillingAttribute.cs diff --git a/Yavsc.Server/Attributes/ActivitySettingsAttribute.cs b/Yavsc/Attributes/ActivitySettingsAttribute.cs similarity index 100% rename from Yavsc.Server/Attributes/ActivitySettingsAttribute.cs rename to Yavsc/Attributes/ActivitySettingsAttribute.cs diff --git a/Yavsc.Server/Attributes/Validation/YaRegularExpression.cs b/Yavsc/Attributes/Validation/YaRegularExpression.cs similarity index 100% rename from Yavsc.Server/Attributes/Validation/YaRegularExpression.cs rename to Yavsc/Attributes/Validation/YaRegularExpression.cs diff --git a/Yavsc.Server/Attributes/Validation/YaRequiredAttribute.cs b/Yavsc/Attributes/Validation/YaRequiredAttribute.cs similarity index 100% rename from Yavsc.Server/Attributes/Validation/YaRequiredAttribute.cs rename to Yavsc/Attributes/Validation/YaRequiredAttribute.cs diff --git a/Yavsc.Server/Attributes/Validation/YaStringLength.cs b/Yavsc/Attributes/Validation/YaStringLength.cs similarity index 100% rename from Yavsc.Server/Attributes/Validation/YaStringLength.cs rename to Yavsc/Attributes/Validation/YaStringLength.cs diff --git a/Yavsc.Server/Attributes/Validation/YaValidationAttribute.cs b/Yavsc/Attributes/Validation/YaValidationAttribute.cs similarity index 100% rename from Yavsc.Server/Attributes/Validation/YaValidationAttribute.cs rename to Yavsc/Attributes/Validation/YaValidationAttribute.cs diff --git a/Yavsc.Server/Constants.cs b/Yavsc/Constants.cs similarity index 100% rename from Yavsc.Server/Constants.cs rename to Yavsc/Constants.cs diff --git a/Yavsc/Controllers/Accounting/ManageController.cs b/Yavsc/Controllers/Accounting/ManageController.cs index a54f311a..9132de64 100644 --- a/Yavsc/Controllers/Accounting/ManageController.cs +++ b/Yavsc/Controllers/Accounting/ManageController.cs @@ -120,7 +120,8 @@ namespace Yavsc.Controllers DiskQuota = user.DiskQuota, DedicatedCalendarId = user.DedicatedGoogleCalendar, EMail = user.Email, - EmailConfirmed = await _userManager.IsEmailConfirmedAsync(user) + EmailConfirmed = await _userManager.IsEmailConfirmedAsync(user), + AllowMonthlyEmail = user.AllowMonthlyEmail }; model.HaveProfessionalSettings = _dbContext.Performers.Any(x => x.PerformerId == user.Id); var usrActs = _dbContext.UserActivities.Include(a=>a.Does).Where(a=> a.UserId == user.Id).ToArray(); @@ -128,9 +129,31 @@ namespace Yavsc.Controllers var usrActToSet = usrActs.Where( a => ( a.Settings == null && a.Does.SettingsClassName != null )).ToArray(); model.HaveActivityToConfigure = usrActToSet .Count()>0; model.Activity = _dbContext.UserActivities.Include(a=>a.Does).Where(u=>u.UserId == user.Id).ToList(); + return View(model); } + [HttpGet] + public async Task ProfileEMailUsage () + { + var user = await GetCurrentUserAsync(); + return View("ProfileEMailUsage", new ProfileEMailUsageViewModel(user)); + } + + [HttpPost] + public async Task ProfileEMailUsage (ProfileEMailUsageViewModel model) + { + if (!ModelState.IsValid) + { + return View(model); + } + // Generate the token and send it + var user = await GetCurrentUserAsync(); + user.AllowMonthlyEmail = model.Allow; + await this._dbContext.SaveChangesAsync(User.GetUserId()); + + return RedirectToAction(nameof(Index), new { Message = ManageMessageId.SetMonthlyEmailSuccess }); + } // // POST: /Manage/RemoveLogin @@ -581,10 +604,10 @@ namespace Yavsc.Controllers { if (uid == model.PerformerId) { - bool addrexists = _dbContext.Map.Any(x => model.OrganizationAddress.Id == x.Id); + bool addrexists = _dbContext.Locations.Any(x => model.OrganizationAddress.Id == x.Id); if (!addrexists) { - _dbContext.Map.Add(model.OrganizationAddress); + _dbContext.Locations.Add(model.OrganizationAddress); } if (_dbContext.Performers.Any(p=>p.PerformerId == uid)) diff --git a/Yavsc/Controllers/Accounting/UsersController.cs b/Yavsc/Controllers/Accounting/UsersController.cs index c6ad2aeb..993ebcf6 100644 --- a/Yavsc/Controllers/Accounting/UsersController.cs +++ b/Yavsc/Controllers/Accounting/UsersController.cs @@ -44,7 +44,7 @@ namespace Yavsc.Controllers // GET: Users/Create public IActionResult Create() { - ViewData["PostalAddressId"] = new SelectList(_context.Map, "Id", "PostalAddress"); + ViewData["PostalAddressId"] = new SelectList(_context.Locations, "Id", "PostalAddress"); return View(); } @@ -59,7 +59,7 @@ namespace Yavsc.Controllers await _context.SaveChangesAsync(); return RedirectToAction("Index"); } - ViewData["PostalAddressId"] = new SelectList(_context.Map, "Id", "PostalAddress", applicationUser.PostalAddressId); + ViewData["PostalAddressId"] = new SelectList(_context.Locations, "Id", "PostalAddress", applicationUser.PostalAddressId); return View(applicationUser); } @@ -76,7 +76,7 @@ namespace Yavsc.Controllers { return HttpNotFound(); } - ViewData["PostalAddressId"] = new SelectList(_context.Map, "Id", "PostalAddress", applicationUser.PostalAddressId); + ViewData["PostalAddressId"] = new SelectList(_context.Locations, "Id", "PostalAddress", applicationUser.PostalAddressId); return View(applicationUser); } @@ -91,7 +91,7 @@ namespace Yavsc.Controllers await _context.SaveChangesAsync(); return RedirectToAction("Index"); } - ViewData["PostalAddressId"] = new SelectList(_context.Map, "Id", "PostalAddress", applicationUser.PostalAddressId); + ViewData["PostalAddressId"] = new SelectList(_context.Locations, "Id", "PostalAddress", applicationUser.PostalAddressId); return View(applicationUser); } diff --git a/Yavsc/Controllers/LocationTypesController.cs b/Yavsc/Controllers/LocationTypesController.cs deleted file mode 100644 index c9557229..00000000 --- a/Yavsc/Controllers/LocationTypesController.cs +++ /dev/null @@ -1,120 +0,0 @@ -using System.Linq; -using Microsoft.AspNet.Mvc; - -namespace Yavsc.Controllers -{ - using System.Security.Claims; - using Models; - using Models.Relationship; - public class LocationTypesController : Controller - { - private ApplicationDbContext _context; - - public LocationTypesController(ApplicationDbContext context) - { - _context = context; - } - - // GET: LocationTypes - public IActionResult Index() - { - return View(_context.LocationType.ToList()); - } - - // GET: LocationTypes/Details/5 - public IActionResult Details(long? id) - { - if (id == null) - { - return HttpNotFound(); - } - - LocationType locationType = _context.LocationType.Single(m => m.Id == id); - if (locationType == null) - { - return HttpNotFound(); - } - - return View(locationType); - } - - // GET: LocationTypes/Create - public IActionResult Create() - { - return View(); - } - - // POST: LocationTypes/Create - [HttpPost] - [ValidateAntiForgeryToken] - public IActionResult Create(LocationType locationType) - { - if (ModelState.IsValid) - { - _context.LocationType.Add(locationType); - _context.SaveChanges(User.GetUserId()); - return RedirectToAction("Index"); - } - return View(locationType); - } - - // GET: LocationTypes/Edit/5 - public IActionResult Edit(long? id) - { - if (id == null) - { - return HttpNotFound(); - } - - LocationType locationType = _context.LocationType.Single(m => m.Id == id); - if (locationType == null) - { - return HttpNotFound(); - } - return View(locationType); - } - - // POST: LocationTypes/Edit/5 - [HttpPost] - [ValidateAntiForgeryToken] - public IActionResult Edit(LocationType locationType) - { - if (ModelState.IsValid) - { - _context.Update(locationType); - _context.SaveChanges(User.GetUserId()); - return RedirectToAction("Index"); - } - return View(locationType); - } - - // GET: LocationTypes/Delete/5 - [ActionName("Delete")] - public IActionResult Delete(long? id) - { - if (id == null) - { - return HttpNotFound(); - } - - LocationType locationType = _context.LocationType.Single(m => m.Id == id); - if (locationType == null) - { - return HttpNotFound(); - } - - return View(locationType); - } - - // POST: LocationTypes/Delete/5 - [HttpPost, ActionName("Delete")] - [ValidateAntiForgeryToken] - public IActionResult DeleteConfirmed(long id) - { - LocationType locationType = _context.LocationType.Single(m => m.Id == id); - _context.LocationType.Remove(locationType); - _context.SaveChanges(User.GetUserId()); - return RedirectToAction("Index"); - } - } -} diff --git a/Yavsc.Server/Helpers/BillingHelpers.cs b/Yavsc/Helpers/BillingHelpers.cs similarity index 100% rename from Yavsc.Server/Helpers/BillingHelpers.cs rename to Yavsc/Helpers/BillingHelpers.cs diff --git a/Yavsc.Server/Helpers/CompanyInfoHelpers.cs b/Yavsc/Helpers/CompanyInfoHelpers.cs similarity index 100% rename from Yavsc.Server/Helpers/CompanyInfoHelpers.cs rename to Yavsc/Helpers/CompanyInfoHelpers.cs diff --git a/Yavsc.Server/Helpers/DbHelpers.cs b/Yavsc/Helpers/DbHelpers.cs similarity index 100% rename from Yavsc.Server/Helpers/DbHelpers.cs rename to Yavsc/Helpers/DbHelpers.cs diff --git a/Yavsc.Server/Helpers/GoogleHelpers.cs b/Yavsc/Helpers/GoogleHelpers.cs similarity index 100% rename from Yavsc.Server/Helpers/GoogleHelpers.cs rename to Yavsc/Helpers/GoogleHelpers.cs diff --git a/Yavsc.Server/Helpers/ResourcesHelpers.cs b/Yavsc/Helpers/ResourcesHelpers.cs similarity index 100% rename from Yavsc.Server/Helpers/ResourcesHelpers.cs rename to Yavsc/Helpers/ResourcesHelpers.cs diff --git a/Yavsc.Server/Helpers/SimpleJsonPostMethod.cs b/Yavsc/Helpers/SimpleJsonPostMethod.cs similarity index 100% rename from Yavsc.Server/Helpers/SimpleJsonPostMethod.cs rename to Yavsc/Helpers/SimpleJsonPostMethod.cs diff --git a/Yavsc.Server/Interfaces/IBookQueryData.cs b/Yavsc/Interfaces/IBookQueryData.cs similarity index 100% rename from Yavsc.Server/Interfaces/IBookQueryData.cs rename to Yavsc/Interfaces/IBookQueryData.cs diff --git a/Yavsc.Server/Interfaces/ICircleMember.cs b/Yavsc/Interfaces/ICircleMember.cs similarity index 100% rename from Yavsc.Server/Interfaces/ICircleMember.cs rename to Yavsc/Interfaces/ICircleMember.cs diff --git a/Yavsc.Server/Interfaces/ICommentable.cs b/Yavsc/Interfaces/ICommentable.cs similarity index 100% rename from Yavsc.Server/Interfaces/ICommentable.cs rename to Yavsc/Interfaces/ICommentable.cs diff --git a/Yavsc.Server/Interfaces/IGoogleCloudMobileDeclaration.cs b/Yavsc/Interfaces/IGoogleCloudMobileDeclaration.cs similarity index 100% rename from Yavsc.Server/Interfaces/IGoogleCloudMobileDeclaration.cs rename to Yavsc/Interfaces/IGoogleCloudMobileDeclaration.cs diff --git a/Yavsc.Server/Interfaces/ILocation.cs b/Yavsc/Interfaces/ILocation.cs similarity index 100% rename from Yavsc.Server/Interfaces/ILocation.cs rename to Yavsc/Interfaces/ILocation.cs diff --git a/Yavsc.Server/Interfaces/INamedObject.cs b/Yavsc/Interfaces/INamedObject.cs similarity index 100% rename from Yavsc.Server/Interfaces/INamedObject.cs rename to Yavsc/Interfaces/INamedObject.cs diff --git a/Yavsc.Server/Interfaces/IOwned.cs b/Yavsc/Interfaces/IOwned.cs similarity index 100% rename from Yavsc.Server/Interfaces/IOwned.cs rename to Yavsc/Interfaces/IOwned.cs diff --git a/Yavsc.Server/Interfaces/IPosition.cs b/Yavsc/Interfaces/IPosition.cs similarity index 100% rename from Yavsc.Server/Interfaces/IPosition.cs rename to Yavsc/Interfaces/IPosition.cs diff --git a/Yavsc.Server/Interfaces/ITaggable.cs b/Yavsc/Interfaces/ITaggable.cs similarity index 100% rename from Yavsc.Server/Interfaces/ITaggable.cs rename to Yavsc/Interfaces/ITaggable.cs diff --git a/Yavsc.Server/Interfaces/Workflow/IBillingClause.cs b/Yavsc/Interfaces/Workflow/IBillingClause.cs similarity index 100% rename from Yavsc.Server/Interfaces/Workflow/IBillingClause.cs rename to Yavsc/Interfaces/Workflow/IBillingClause.cs diff --git a/Yavsc.Server/Interfaces/Workflow/IContact.cs b/Yavsc/Interfaces/Workflow/IContact.cs similarity index 100% rename from Yavsc.Server/Interfaces/Workflow/IContact.cs rename to Yavsc/Interfaces/Workflow/IContact.cs diff --git a/Yavsc.Server/Migrations/20160315144017_init.Designer.cs b/Yavsc/Migrations/20160315144017_init.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160315144017_init.Designer.cs rename to Yavsc/Migrations/20160315144017_init.Designer.cs diff --git a/Yavsc.Server/Migrations/20160315144017_init.cs b/Yavsc/Migrations/20160315144017_init.cs similarity index 100% rename from Yavsc.Server/Migrations/20160315144017_init.cs rename to Yavsc/Migrations/20160315144017_init.cs diff --git a/Yavsc.Server/Migrations/20160317215718_command.Designer.cs b/Yavsc/Migrations/20160317215718_command.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160317215718_command.Designer.cs rename to Yavsc/Migrations/20160317215718_command.Designer.cs diff --git a/Yavsc.Server/Migrations/20160317215718_command.cs b/Yavsc/Migrations/20160317215718_command.cs similarity index 100% rename from Yavsc.Server/Migrations/20160317215718_command.cs rename to Yavsc/Migrations/20160317215718_command.cs diff --git a/Yavsc.Server/Migrations/20160320170252_bank.Designer.cs b/Yavsc/Migrations/20160320170252_bank.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160320170252_bank.Designer.cs rename to Yavsc/Migrations/20160320170252_bank.Designer.cs diff --git a/Yavsc.Server/Migrations/20160320170252_bank.cs b/Yavsc/Migrations/20160320170252_bank.cs similarity index 100% rename from Yavsc.Server/Migrations/20160320170252_bank.cs rename to Yavsc/Migrations/20160320170252_bank.cs diff --git a/Yavsc.Server/Migrations/20160322144500_contact.Designer.cs b/Yavsc/Migrations/20160322144500_contact.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160322144500_contact.Designer.cs rename to Yavsc/Migrations/20160322144500_contact.Designer.cs diff --git a/Yavsc.Server/Migrations/20160322144500_contact.cs b/Yavsc/Migrations/20160322144500_contact.cs similarity index 100% rename from Yavsc.Server/Migrations/20160322144500_contact.cs rename to Yavsc/Migrations/20160322144500_contact.cs diff --git a/Yavsc.Server/Migrations/20160322152206_balance.Designer.cs b/Yavsc/Migrations/20160322152206_balance.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160322152206_balance.Designer.cs rename to Yavsc/Migrations/20160322152206_balance.Designer.cs diff --git a/Yavsc.Server/Migrations/20160322152206_balance.cs b/Yavsc/Migrations/20160322152206_balance.cs similarity index 100% rename from Yavsc.Server/Migrations/20160322152206_balance.cs rename to Yavsc/Migrations/20160322152206_balance.cs diff --git a/Yavsc.Server/Migrations/20160401233357_circle.Designer.cs b/Yavsc/Migrations/20160401233357_circle.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160401233357_circle.Designer.cs rename to Yavsc/Migrations/20160401233357_circle.Designer.cs diff --git a/Yavsc.Server/Migrations/20160401233357_circle.cs b/Yavsc/Migrations/20160401233357_circle.cs similarity index 100% rename from Yavsc.Server/Migrations/20160401233357_circle.cs rename to Yavsc/Migrations/20160401233357_circle.cs diff --git a/Yavsc.Server/Migrations/20160402135146_calendar.Designer.cs b/Yavsc/Migrations/20160402135146_calendar.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160402135146_calendar.Designer.cs rename to Yavsc/Migrations/20160402135146_calendar.Designer.cs diff --git a/Yavsc.Server/Migrations/20160402135146_calendar.cs b/Yavsc/Migrations/20160402135146_calendar.cs similarity index 100% rename from Yavsc.Server/Migrations/20160402135146_calendar.cs rename to Yavsc/Migrations/20160402135146_calendar.cs diff --git a/Yavsc.Server/Migrations/20160404110708_files.Designer.cs b/Yavsc/Migrations/20160404110708_files.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160404110708_files.Designer.cs rename to Yavsc/Migrations/20160404110708_files.Designer.cs diff --git a/Yavsc.Server/Migrations/20160404110708_files.cs b/Yavsc/Migrations/20160404110708_files.cs similarity index 100% rename from Yavsc.Server/Migrations/20160404110708_files.cs rename to Yavsc/Migrations/20160404110708_files.cs diff --git a/Yavsc.Server/Migrations/20160404121446_estimate.Designer.cs b/Yavsc/Migrations/20160404121446_estimate.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160404121446_estimate.Designer.cs rename to Yavsc/Migrations/20160404121446_estimate.Designer.cs diff --git a/Yavsc.Server/Migrations/20160404121446_estimate.cs b/Yavsc/Migrations/20160404121446_estimate.cs similarity index 100% rename from Yavsc.Server/Migrations/20160404121446_estimate.cs rename to Yavsc/Migrations/20160404121446_estimate.cs diff --git a/Yavsc.Server/Migrations/20160404130359_estimateCommand.Designer.cs b/Yavsc/Migrations/20160404130359_estimateCommand.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160404130359_estimateCommand.Designer.cs rename to Yavsc/Migrations/20160404130359_estimateCommand.Designer.cs diff --git a/Yavsc.Server/Migrations/20160404130359_estimateCommand.cs b/Yavsc/Migrations/20160404130359_estimateCommand.cs similarity index 100% rename from Yavsc.Server/Migrations/20160404130359_estimateCommand.cs rename to Yavsc/Migrations/20160404130359_estimateCommand.cs diff --git a/Yavsc.Server/Migrations/20160405091432_booking.Designer.cs b/Yavsc/Migrations/20160405091432_booking.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160405091432_booking.Designer.cs rename to Yavsc/Migrations/20160405091432_booking.Designer.cs diff --git a/Yavsc.Server/Migrations/20160405091432_booking.cs b/Yavsc/Migrations/20160405091432_booking.cs similarity index 100% rename from Yavsc.Server/Migrations/20160405091432_booking.cs rename to Yavsc/Migrations/20160405091432_booking.cs diff --git a/Yavsc.Server/Migrations/20160407112403_dailycost.Designer.cs b/Yavsc/Migrations/20160407112403_dailycost.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160407112403_dailycost.Designer.cs rename to Yavsc/Migrations/20160407112403_dailycost.Designer.cs diff --git a/Yavsc.Server/Migrations/20160407112403_dailycost.cs b/Yavsc/Migrations/20160407112403_dailycost.cs similarity index 100% rename from Yavsc.Server/Migrations/20160407112403_dailycost.cs rename to Yavsc/Migrations/20160407112403_dailycost.cs diff --git a/Yavsc.Server/Migrations/20160418114001_commandCreation.Designer.cs b/Yavsc/Migrations/20160418114001_commandCreation.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160418114001_commandCreation.Designer.cs rename to Yavsc/Migrations/20160418114001_commandCreation.Designer.cs diff --git a/Yavsc.Server/Migrations/20160418114001_commandCreation.cs b/Yavsc/Migrations/20160418114001_commandCreation.cs similarity index 100% rename from Yavsc.Server/Migrations/20160418114001_commandCreation.cs rename to Yavsc/Migrations/20160418114001_commandCreation.cs diff --git a/Yavsc.Server/Migrations/20160427123737_perfoffer.Designer.cs b/Yavsc/Migrations/20160427123737_perfoffer.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160427123737_perfoffer.Designer.cs rename to Yavsc/Migrations/20160427123737_perfoffer.Designer.cs diff --git a/Yavsc.Server/Migrations/20160427123737_perfoffer.cs b/Yavsc/Migrations/20160427123737_perfoffer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160427123737_perfoffer.cs rename to Yavsc/Migrations/20160427123737_perfoffer.cs diff --git a/Yavsc.Server/Migrations/20160506154628_siren.Designer.cs b/Yavsc/Migrations/20160506154628_siren.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160506154628_siren.Designer.cs rename to Yavsc/Migrations/20160506154628_siren.Designer.cs diff --git a/Yavsc.Server/Migrations/20160506154628_siren.cs b/Yavsc/Migrations/20160506154628_siren.cs similarity index 100% rename from Yavsc.Server/Migrations/20160506154628_siren.cs rename to Yavsc/Migrations/20160506154628_siren.cs diff --git a/Yavsc.Server/Migrations/20160515142434_tokenExpiresIn.Designer.cs b/Yavsc/Migrations/20160515142434_tokenExpiresIn.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160515142434_tokenExpiresIn.Designer.cs rename to Yavsc/Migrations/20160515142434_tokenExpiresIn.Designer.cs diff --git a/Yavsc.Server/Migrations/20160515142434_tokenExpiresIn.cs b/Yavsc/Migrations/20160515142434_tokenExpiresIn.cs similarity index 100% rename from Yavsc.Server/Migrations/20160515142434_tokenExpiresIn.cs rename to Yavsc/Migrations/20160515142434_tokenExpiresIn.cs diff --git a/Yavsc.Server/Migrations/20160529205859_ModeratorGroupName.Designer.cs b/Yavsc/Migrations/20160529205859_ModeratorGroupName.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160529205859_ModeratorGroupName.Designer.cs rename to Yavsc/Migrations/20160529205859_ModeratorGroupName.Designer.cs diff --git a/Yavsc.Server/Migrations/20160529205859_ModeratorGroupName.cs b/Yavsc/Migrations/20160529205859_ModeratorGroupName.cs similarity index 100% rename from Yavsc.Server/Migrations/20160529205859_ModeratorGroupName.cs rename to Yavsc/Migrations/20160529205859_ModeratorGroupName.cs diff --git a/Yavsc.Server/Migrations/20160610153353_client.Designer.cs b/Yavsc/Migrations/20160610153353_client.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160610153353_client.Designer.cs rename to Yavsc/Migrations/20160610153353_client.Designer.cs diff --git a/Yavsc.Server/Migrations/20160610153353_client.cs b/Yavsc/Migrations/20160610153353_client.cs similarity index 100% rename from Yavsc.Server/Migrations/20160610153353_client.cs rename to Yavsc/Migrations/20160610153353_client.cs diff --git a/Yavsc.Server/Migrations/20160613142037_devices.Designer.cs b/Yavsc/Migrations/20160613142037_devices.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160613142037_devices.Designer.cs rename to Yavsc/Migrations/20160613142037_devices.Designer.cs diff --git a/Yavsc.Server/Migrations/20160613142037_devices.cs b/Yavsc/Migrations/20160613142037_devices.cs similarity index 100% rename from Yavsc.Server/Migrations/20160613142037_devices.cs rename to Yavsc/Migrations/20160613142037_devices.cs diff --git a/Yavsc.Server/Migrations/20160614010545_bookquery.Designer.cs b/Yavsc/Migrations/20160614010545_bookquery.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160614010545_bookquery.Designer.cs rename to Yavsc/Migrations/20160614010545_bookquery.Designer.cs diff --git a/Yavsc.Server/Migrations/20160614010545_bookquery.cs b/Yavsc/Migrations/20160614010545_bookquery.cs similarity index 100% rename from Yavsc.Server/Migrations/20160614010545_bookquery.cs rename to Yavsc/Migrations/20160614010545_bookquery.cs diff --git a/Yavsc.Server/Migrations/20160702195348_GCMinfos.Designer.cs b/Yavsc/Migrations/20160702195348_GCMinfos.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160702195348_GCMinfos.Designer.cs rename to Yavsc/Migrations/20160702195348_GCMinfos.Designer.cs diff --git a/Yavsc.Server/Migrations/20160702195348_GCMinfos.cs b/Yavsc/Migrations/20160702195348_GCMinfos.cs similarity index 100% rename from Yavsc.Server/Migrations/20160702195348_GCMinfos.cs rename to Yavsc/Migrations/20160702195348_GCMinfos.cs diff --git a/Yavsc.Server/Migrations/20160723164231_GCMRedDate.Designer.cs b/Yavsc/Migrations/20160723164231_GCMRedDate.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160723164231_GCMRedDate.Designer.cs rename to Yavsc/Migrations/20160723164231_GCMRedDate.Designer.cs diff --git a/Yavsc.Server/Migrations/20160723164231_GCMRedDate.cs b/Yavsc/Migrations/20160723164231_GCMRedDate.cs similarity index 100% rename from Yavsc.Server/Migrations/20160723164231_GCMRedDate.cs rename to Yavsc/Migrations/20160723164231_GCMRedDate.cs diff --git a/Yavsc.Server/Migrations/20160725145306_estimates.Designer.cs b/Yavsc/Migrations/20160725145306_estimates.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160725145306_estimates.Designer.cs rename to Yavsc/Migrations/20160725145306_estimates.Designer.cs diff --git a/Yavsc.Server/Migrations/20160725145306_estimates.cs b/Yavsc/Migrations/20160725145306_estimates.cs similarity index 100% rename from Yavsc.Server/Migrations/20160725145306_estimates.cs rename to Yavsc/Migrations/20160725145306_estimates.cs diff --git a/Yavsc.Server/Migrations/20160726131331_performerIdTypo.Designer.cs b/Yavsc/Migrations/20160726131331_performerIdTypo.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160726131331_performerIdTypo.Designer.cs rename to Yavsc/Migrations/20160726131331_performerIdTypo.Designer.cs diff --git a/Yavsc.Server/Migrations/20160726131331_performerIdTypo.cs b/Yavsc/Migrations/20160726131331_performerIdTypo.cs similarity index 100% rename from Yavsc.Server/Migrations/20160726131331_performerIdTypo.cs rename to Yavsc/Migrations/20160726131331_performerIdTypo.cs diff --git a/Yavsc.Server/Migrations/20160726133002_otherOrtho.Designer.cs b/Yavsc/Migrations/20160726133002_otherOrtho.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160726133002_otherOrtho.Designer.cs rename to Yavsc/Migrations/20160726133002_otherOrtho.Designer.cs diff --git a/Yavsc.Server/Migrations/20160726133002_otherOrtho.cs b/Yavsc/Migrations/20160726133002_otherOrtho.cs similarity index 100% rename from Yavsc.Server/Migrations/20160726133002_otherOrtho.cs rename to Yavsc/Migrations/20160726133002_otherOrtho.cs diff --git a/Yavsc.Server/Migrations/20160726161530_ExceptionsSIREN.Designer.cs b/Yavsc/Migrations/20160726161530_ExceptionsSIREN.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160726161530_ExceptionsSIREN.Designer.cs rename to Yavsc/Migrations/20160726161530_ExceptionsSIREN.Designer.cs diff --git a/Yavsc.Server/Migrations/20160726161530_ExceptionsSIREN.cs b/Yavsc/Migrations/20160726161530_ExceptionsSIREN.cs similarity index 100% rename from Yavsc.Server/Migrations/20160726161530_ExceptionsSIREN.cs rename to Yavsc/Migrations/20160726161530_ExceptionsSIREN.cs diff --git a/Yavsc.Server/Migrations/20160802143258_bcontentornot.Designer.cs b/Yavsc/Migrations/20160802143258_bcontentornot.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160802143258_bcontentornot.Designer.cs rename to Yavsc/Migrations/20160802143258_bcontentornot.Designer.cs diff --git a/Yavsc.Server/Migrations/20160802143258_bcontentornot.cs b/Yavsc/Migrations/20160802143258_bcontentornot.cs similarity index 100% rename from Yavsc.Server/Migrations/20160802143258_bcontentornot.cs rename to Yavsc/Migrations/20160802143258_bcontentornot.cs diff --git a/Yavsc.Server/Migrations/20160802145351_camelCaseBlog.Designer.cs b/Yavsc/Migrations/20160802145351_camelCaseBlog.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160802145351_camelCaseBlog.Designer.cs rename to Yavsc/Migrations/20160802145351_camelCaseBlog.Designer.cs diff --git a/Yavsc.Server/Migrations/20160802145351_camelCaseBlog.cs b/Yavsc/Migrations/20160802145351_camelCaseBlog.cs similarity index 100% rename from Yavsc.Server/Migrations/20160802145351_camelCaseBlog.cs rename to Yavsc/Migrations/20160802145351_camelCaseBlog.cs diff --git a/Yavsc.Server/Migrations/20160901145646_products.Designer.cs b/Yavsc/Migrations/20160901145646_products.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160901145646_products.Designer.cs rename to Yavsc/Migrations/20160901145646_products.Designer.cs diff --git a/Yavsc.Server/Migrations/20160901145646_products.cs b/Yavsc/Migrations/20160901145646_products.cs similarity index 100% rename from Yavsc.Server/Migrations/20160901145646_products.cs rename to Yavsc/Migrations/20160901145646_products.cs diff --git a/Yavsc.Server/Migrations/20160905095708_tags.Designer.cs b/Yavsc/Migrations/20160905095708_tags.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160905095708_tags.Designer.cs rename to Yavsc/Migrations/20160905095708_tags.Designer.cs diff --git a/Yavsc.Server/Migrations/20160905095708_tags.cs b/Yavsc/Migrations/20160905095708_tags.cs similarity index 100% rename from Yavsc.Server/Migrations/20160905095708_tags.cs rename to Yavsc/Migrations/20160905095708_tags.cs diff --git a/Yavsc.Server/Migrations/20160916075415_estimateFreeFromCatalog.Designer.cs b/Yavsc/Migrations/20160916075415_estimateFreeFromCatalog.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160916075415_estimateFreeFromCatalog.Designer.cs rename to Yavsc/Migrations/20160916075415_estimateFreeFromCatalog.Designer.cs diff --git a/Yavsc.Server/Migrations/20160916075415_estimateFreeFromCatalog.cs b/Yavsc/Migrations/20160916075415_estimateFreeFromCatalog.cs similarity index 100% rename from Yavsc.Server/Migrations/20160916075415_estimateFreeFromCatalog.cs rename to Yavsc/Migrations/20160916075415_estimateFreeFromCatalog.cs diff --git a/Yavsc.Server/Migrations/20160917010249_yaev.Designer.cs b/Yavsc/Migrations/20160917010249_yaev.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160917010249_yaev.Designer.cs rename to Yavsc/Migrations/20160917010249_yaev.Designer.cs diff --git a/Yavsc.Server/Migrations/20160917010249_yaev.cs b/Yavsc/Migrations/20160917010249_yaev.cs similarity index 100% rename from Yavsc.Server/Migrations/20160917010249_yaev.cs rename to Yavsc/Migrations/20160917010249_yaev.cs diff --git a/Yavsc.Server/Migrations/20160920215459_avatar.Designer.cs b/Yavsc/Migrations/20160920215459_avatar.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20160920215459_avatar.Designer.cs rename to Yavsc/Migrations/20160920215459_avatar.Designer.cs diff --git a/Yavsc.Server/Migrations/20160920215459_avatar.cs b/Yavsc/Migrations/20160920215459_avatar.cs similarity index 100% rename from Yavsc.Server/Migrations/20160920215459_avatar.cs rename to Yavsc/Migrations/20160920215459_avatar.cs diff --git a/Yavsc.Server/Migrations/20161010102616_recontact.Designer.cs b/Yavsc/Migrations/20161010102616_recontact.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161010102616_recontact.Designer.cs rename to Yavsc/Migrations/20161010102616_recontact.Designer.cs diff --git a/Yavsc.Server/Migrations/20161010102616_recontact.cs b/Yavsc/Migrations/20161010102616_recontact.cs similarity index 100% rename from Yavsc.Server/Migrations/20161010102616_recontact.cs rename to Yavsc/Migrations/20161010102616_recontact.cs diff --git a/Yavsc.Server/Migrations/20161020143022_estimateClientApprouval.Designer.cs b/Yavsc/Migrations/20161020143022_estimateClientApprouval.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161020143022_estimateClientApprouval.Designer.cs rename to Yavsc/Migrations/20161020143022_estimateClientApprouval.Designer.cs diff --git a/Yavsc.Server/Migrations/20161020143022_estimateClientApprouval.cs b/Yavsc/Migrations/20161020143022_estimateClientApprouval.cs similarity index 100% rename from Yavsc.Server/Migrations/20161020143022_estimateClientApprouval.cs rename to Yavsc/Migrations/20161020143022_estimateClientApprouval.cs diff --git a/Yavsc.Server/Migrations/20161020212947_userAddress.Designer.cs b/Yavsc/Migrations/20161020212947_userAddress.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161020212947_userAddress.Designer.cs rename to Yavsc/Migrations/20161020212947_userAddress.Designer.cs diff --git a/Yavsc.Server/Migrations/20161020212947_userAddress.cs b/Yavsc/Migrations/20161020212947_userAddress.cs similarity index 100% rename from Yavsc.Server/Migrations/20161020212947_userAddress.cs rename to Yavsc/Migrations/20161020212947_userAddress.cs diff --git a/Yavsc.Server/Migrations/20161021153306_estimateLines.Designer.cs b/Yavsc/Migrations/20161021153306_estimateLines.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161021153306_estimateLines.Designer.cs rename to Yavsc/Migrations/20161021153306_estimateLines.Designer.cs diff --git a/Yavsc.Server/Migrations/20161021153306_estimateLines.cs b/Yavsc/Migrations/20161021153306_estimateLines.cs similarity index 100% rename from Yavsc.Server/Migrations/20161021153306_estimateLines.cs rename to Yavsc/Migrations/20161021153306_estimateLines.cs diff --git a/Yavsc.Server/Migrations/20161101234703_chatConnection.Designer.cs b/Yavsc/Migrations/20161101234703_chatConnection.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161101234703_chatConnection.Designer.cs rename to Yavsc/Migrations/20161101234703_chatConnection.Designer.cs diff --git a/Yavsc.Server/Migrations/20161101234703_chatConnection.cs b/Yavsc/Migrations/20161101234703_chatConnection.cs similarity index 100% rename from Yavsc.Server/Migrations/20161101234703_chatConnection.cs rename to Yavsc/Migrations/20161101234703_chatConnection.cs diff --git a/Yavsc.Server/Migrations/20161102132129_fixCxOwner.Designer.cs b/Yavsc/Migrations/20161102132129_fixCxOwner.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161102132129_fixCxOwner.Designer.cs rename to Yavsc/Migrations/20161102132129_fixCxOwner.Designer.cs diff --git a/Yavsc.Server/Migrations/20161102132129_fixCxOwner.cs b/Yavsc/Migrations/20161102132129_fixCxOwner.cs similarity index 100% rename from Yavsc.Server/Migrations/20161102132129_fixCxOwner.cs rename to Yavsc/Migrations/20161102132129_fixCxOwner.cs diff --git a/Yavsc.Server/Migrations/20161102133253_fix2CxOwner.Designer.cs b/Yavsc/Migrations/20161102133253_fix2CxOwner.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161102133253_fix2CxOwner.Designer.cs rename to Yavsc/Migrations/20161102133253_fix2CxOwner.Designer.cs diff --git a/Yavsc.Server/Migrations/20161102133253_fix2CxOwner.cs b/Yavsc/Migrations/20161102133253_fix2CxOwner.cs similarity index 100% rename from Yavsc.Server/Migrations/20161102133253_fix2CxOwner.cs rename to Yavsc/Migrations/20161102133253_fix2CxOwner.cs diff --git a/Yavsc.Server/Migrations/20161104090806_bankUserProfile.Designer.cs b/Yavsc/Migrations/20161104090806_bankUserProfile.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161104090806_bankUserProfile.Designer.cs rename to Yavsc/Migrations/20161104090806_bankUserProfile.Designer.cs diff --git a/Yavsc.Server/Migrations/20161104090806_bankUserProfile.cs b/Yavsc/Migrations/20161104090806_bankUserProfile.cs similarity index 100% rename from Yavsc.Server/Migrations/20161104090806_bankUserProfile.cs rename to Yavsc/Migrations/20161104090806_bankUserProfile.cs diff --git a/Yavsc.Server/Migrations/20161104164949_dropEstimateStatus.Designer.cs b/Yavsc/Migrations/20161104164949_dropEstimateStatus.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161104164949_dropEstimateStatus.Designer.cs rename to Yavsc/Migrations/20161104164949_dropEstimateStatus.Designer.cs diff --git a/Yavsc.Server/Migrations/20161104164949_dropEstimateStatus.cs b/Yavsc/Migrations/20161104164949_dropEstimateStatus.cs similarity index 100% rename from Yavsc.Server/Migrations/20161104164949_dropEstimateStatus.cs rename to Yavsc/Migrations/20161104164949_dropEstimateStatus.cs diff --git a/Yavsc.Server/Migrations/20161123235323_estimatesignatures.Designer.cs b/Yavsc/Migrations/20161123235323_estimatesignatures.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161123235323_estimatesignatures.Designer.cs rename to Yavsc/Migrations/20161123235323_estimatesignatures.Designer.cs diff --git a/Yavsc.Server/Migrations/20161123235323_estimatesignatures.cs b/Yavsc/Migrations/20161123235323_estimatesignatures.cs similarity index 100% rename from Yavsc.Server/Migrations/20161123235323_estimatesignatures.cs rename to Yavsc/Migrations/20161123235323_estimatesignatures.cs diff --git a/Yavsc.Server/Migrations/20161130084909_diskQuota.Designer.cs b/Yavsc/Migrations/20161130084909_diskQuota.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161130084909_diskQuota.Designer.cs rename to Yavsc/Migrations/20161130084909_diskQuota.Designer.cs diff --git a/Yavsc.Server/Migrations/20161130084909_diskQuota.cs b/Yavsc/Migrations/20161130084909_diskQuota.cs similarity index 100% rename from Yavsc.Server/Migrations/20161130084909_diskQuota.cs rename to Yavsc/Migrations/20161130084909_diskQuota.cs diff --git a/Yavsc.Server/Migrations/20161209121035_bookQueryReason.Designer.cs b/Yavsc/Migrations/20161209121035_bookQueryReason.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161209121035_bookQueryReason.Designer.cs rename to Yavsc/Migrations/20161209121035_bookQueryReason.Designer.cs diff --git a/Yavsc.Server/Migrations/20161209121035_bookQueryReason.cs b/Yavsc/Migrations/20161209121035_bookQueryReason.cs similarity index 100% rename from Yavsc.Server/Migrations/20161209121035_bookQueryReason.cs rename to Yavsc/Migrations/20161209121035_bookQueryReason.cs diff --git a/Yavsc.Server/Migrations/20161231163016_musicalPreferences.Designer.cs b/Yavsc/Migrations/20161231163016_musicalPreferences.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20161231163016_musicalPreferences.Designer.cs rename to Yavsc/Migrations/20161231163016_musicalPreferences.Designer.cs diff --git a/Yavsc.Server/Migrations/20161231163016_musicalPreferences.cs b/Yavsc/Migrations/20161231163016_musicalPreferences.cs similarity index 100% rename from Yavsc.Server/Migrations/20161231163016_musicalPreferences.cs rename to Yavsc/Migrations/20161231163016_musicalPreferences.cs diff --git a/Yavsc.Server/Migrations/20170102140332_musicalTendencies.Designer.cs b/Yavsc/Migrations/20170102140332_musicalTendencies.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170102140332_musicalTendencies.Designer.cs rename to Yavsc/Migrations/20170102140332_musicalTendencies.Designer.cs diff --git a/Yavsc.Server/Migrations/20170102140332_musicalTendencies.cs b/Yavsc/Migrations/20170102140332_musicalTendencies.cs similarity index 100% rename from Yavsc.Server/Migrations/20170102140332_musicalTendencies.cs rename to Yavsc/Migrations/20170102140332_musicalTendencies.cs diff --git a/Yavsc.Server/Migrations/20170102152745_locationTypes.Designer.cs b/Yavsc/Migrations/20170102152745_locationTypes.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170102152745_locationTypes.Designer.cs rename to Yavsc/Migrations/20170102152745_locationTypes.Designer.cs diff --git a/Yavsc.Server/Migrations/20170102152745_locationTypes.cs b/Yavsc/Migrations/20170102152745_locationTypes.cs similarity index 100% rename from Yavsc.Server/Migrations/20170102152745_locationTypes.cs rename to Yavsc/Migrations/20170102152745_locationTypes.cs diff --git a/Yavsc.Server/Migrations/20170106092028_WFActivityParentAndProfiles.Designer.cs b/Yavsc/Migrations/20170106092028_WFActivityParentAndProfiles.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106092028_WFActivityParentAndProfiles.Designer.cs rename to Yavsc/Migrations/20170106092028_WFActivityParentAndProfiles.Designer.cs diff --git a/Yavsc.Server/Migrations/20170106092028_WFActivityParentAndProfiles.cs b/Yavsc/Migrations/20170106092028_WFActivityParentAndProfiles.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106092028_WFActivityParentAndProfiles.cs rename to Yavsc/Migrations/20170106092028_WFActivityParentAndProfiles.cs diff --git a/Yavsc.Server/Migrations/20170106113614_ownerProfile.Designer.cs b/Yavsc/Migrations/20170106113614_ownerProfile.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106113614_ownerProfile.Designer.cs rename to Yavsc/Migrations/20170106113614_ownerProfile.Designer.cs diff --git a/Yavsc.Server/Migrations/20170106113614_ownerProfile.cs b/Yavsc/Migrations/20170106113614_ownerProfile.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106113614_ownerProfile.cs rename to Yavsc/Migrations/20170106113614_ownerProfile.cs diff --git a/Yavsc.Server/Migrations/20170106122307_Instruments.Designer.cs b/Yavsc/Migrations/20170106122307_Instruments.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106122307_Instruments.Designer.cs rename to Yavsc/Migrations/20170106122307_Instruments.Designer.cs diff --git a/Yavsc.Server/Migrations/20170106122307_Instruments.cs b/Yavsc/Migrations/20170106122307_Instruments.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106122307_Instruments.cs rename to Yavsc/Migrations/20170106122307_Instruments.cs diff --git a/Yavsc.Server/Migrations/20170106124548_instrumentation.Designer.cs b/Yavsc/Migrations/20170106124548_instrumentation.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106124548_instrumentation.Designer.cs rename to Yavsc/Migrations/20170106124548_instrumentation.Designer.cs diff --git a/Yavsc.Server/Migrations/20170106124548_instrumentation.cs b/Yavsc/Migrations/20170106124548_instrumentation.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106124548_instrumentation.cs rename to Yavsc/Migrations/20170106124548_instrumentation.cs diff --git a/Yavsc.Server/Migrations/20170106144035_activityRate.Designer.cs b/Yavsc/Migrations/20170106144035_activityRate.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106144035_activityRate.Designer.cs rename to Yavsc/Migrations/20170106144035_activityRate.Designer.cs diff --git a/Yavsc.Server/Migrations/20170106144035_activityRate.cs b/Yavsc/Migrations/20170106144035_activityRate.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106144035_activityRate.cs rename to Yavsc/Migrations/20170106144035_activityRate.cs diff --git a/Yavsc.Server/Migrations/20170106235954_weight.Designer.cs b/Yavsc/Migrations/20170106235954_weight.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106235954_weight.Designer.cs rename to Yavsc/Migrations/20170106235954_weight.Designer.cs diff --git a/Yavsc.Server/Migrations/20170106235954_weight.cs b/Yavsc/Migrations/20170106235954_weight.cs similarity index 100% rename from Yavsc.Server/Migrations/20170106235954_weight.cs rename to Yavsc/Migrations/20170106235954_weight.cs diff --git a/Yavsc.Server/Migrations/20170107004233_userActivitiesValidity.Designer.cs b/Yavsc/Migrations/20170107004233_userActivitiesValidity.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170107004233_userActivitiesValidity.Designer.cs rename to Yavsc/Migrations/20170107004233_userActivitiesValidity.Designer.cs diff --git a/Yavsc.Server/Migrations/20170107004233_userActivitiesValidity.cs b/Yavsc/Migrations/20170107004233_userActivitiesValidity.cs similarity index 100% rename from Yavsc.Server/Migrations/20170107004233_userActivitiesValidity.cs rename to Yavsc/Migrations/20170107004233_userActivitiesValidity.cs diff --git a/Yavsc.Server/Migrations/20170113022807_SettingsClassName.Designer.cs b/Yavsc/Migrations/20170113022807_SettingsClassName.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170113022807_SettingsClassName.Designer.cs rename to Yavsc/Migrations/20170113022807_SettingsClassName.Designer.cs diff --git a/Yavsc.Server/Migrations/20170113022807_SettingsClassName.cs b/Yavsc/Migrations/20170113022807_SettingsClassName.cs similarity index 100% rename from Yavsc.Server/Migrations/20170113022807_SettingsClassName.cs rename to Yavsc/Migrations/20170113022807_SettingsClassName.cs diff --git a/Yavsc.Server/Migrations/20170113150714_instrumentationReloaded.Designer.cs b/Yavsc/Migrations/20170113150714_instrumentationReloaded.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170113150714_instrumentationReloaded.Designer.cs rename to Yavsc/Migrations/20170113150714_instrumentationReloaded.Designer.cs diff --git a/Yavsc.Server/Migrations/20170113150714_instrumentationReloaded.cs b/Yavsc/Migrations/20170113150714_instrumentationReloaded.cs similarity index 100% rename from Yavsc.Server/Migrations/20170113150714_instrumentationReloaded.cs rename to Yavsc/Migrations/20170113150714_instrumentationReloaded.cs diff --git a/Yavsc.Server/Migrations/20170116002541_bookQueryActivityCode.Designer.cs b/Yavsc/Migrations/20170116002541_bookQueryActivityCode.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170116002541_bookQueryActivityCode.Designer.cs rename to Yavsc/Migrations/20170116002541_bookQueryActivityCode.Designer.cs diff --git a/Yavsc.Server/Migrations/20170116002541_bookQueryActivityCode.cs b/Yavsc/Migrations/20170116002541_bookQueryActivityCode.cs similarity index 100% rename from Yavsc.Server/Migrations/20170116002541_bookQueryActivityCode.cs rename to Yavsc/Migrations/20170116002541_bookQueryActivityCode.cs diff --git a/Yavsc.Server/Migrations/20170116154735_refactPrproAllowGeo.Designer.cs b/Yavsc/Migrations/20170116154735_refactPrproAllowGeo.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170116154735_refactPrproAllowGeo.Designer.cs rename to Yavsc/Migrations/20170116154735_refactPrproAllowGeo.Designer.cs diff --git a/Yavsc.Server/Migrations/20170116154735_refactPrproAllowGeo.cs b/Yavsc/Migrations/20170116154735_refactPrproAllowGeo.cs similarity index 100% rename from Yavsc.Server/Migrations/20170116154735_refactPrproAllowGeo.cs rename to Yavsc/Migrations/20170116154735_refactPrproAllowGeo.cs diff --git a/Yavsc.Server/Migrations/20170117134339_entityTracking.Designer.cs b/Yavsc/Migrations/20170117134339_entityTracking.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170117134339_entityTracking.Designer.cs rename to Yavsc/Migrations/20170117134339_entityTracking.Designer.cs diff --git a/Yavsc.Server/Migrations/20170117134339_entityTracking.cs b/Yavsc/Migrations/20170117134339_entityTracking.cs similarity index 100% rename from Yavsc.Server/Migrations/20170117134339_entityTracking.cs rename to Yavsc/Migrations/20170117134339_entityTracking.cs diff --git a/Yavsc.Server/Migrations/20170120095258_blogAcl.Designer.cs b/Yavsc/Migrations/20170120095258_blogAcl.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170120095258_blogAcl.Designer.cs rename to Yavsc/Migrations/20170120095258_blogAcl.Designer.cs diff --git a/Yavsc.Server/Migrations/20170120095258_blogAcl.cs b/Yavsc/Migrations/20170120095258_blogAcl.cs similarity index 100% rename from Yavsc.Server/Migrations/20170120095258_blogAcl.cs rename to Yavsc/Migrations/20170120095258_blogAcl.cs diff --git a/Yavsc.Server/Migrations/20170120122324_queryTraking.Designer.cs b/Yavsc/Migrations/20170120122324_queryTraking.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170120122324_queryTraking.Designer.cs rename to Yavsc/Migrations/20170120122324_queryTraking.Designer.cs diff --git a/Yavsc.Server/Migrations/20170120122324_queryTraking.cs b/Yavsc/Migrations/20170120122324_queryTraking.cs similarity index 100% rename from Yavsc.Server/Migrations/20170120122324_queryTraking.cs rename to Yavsc/Migrations/20170120122324_queryTraking.cs diff --git a/Yavsc.Server/Migrations/20170122160343_circlesMemberRefact.Designer.cs b/Yavsc/Migrations/20170122160343_circlesMemberRefact.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170122160343_circlesMemberRefact.Designer.cs rename to Yavsc/Migrations/20170122160343_circlesMemberRefact.Designer.cs diff --git a/Yavsc.Server/Migrations/20170122160343_circlesMemberRefact.cs b/Yavsc/Migrations/20170122160343_circlesMemberRefact.cs similarity index 100% rename from Yavsc.Server/Migrations/20170122160343_circlesMemberRefact.cs rename to Yavsc/Migrations/20170122160343_circlesMemberRefact.cs diff --git a/Yavsc.Server/Migrations/20170124090324_commandForms.Designer.cs b/Yavsc/Migrations/20170124090324_commandForms.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170124090324_commandForms.Designer.cs rename to Yavsc/Migrations/20170124090324_commandForms.Designer.cs diff --git a/Yavsc.Server/Migrations/20170124090324_commandForms.cs b/Yavsc/Migrations/20170124090324_commandForms.cs similarity index 100% rename from Yavsc.Server/Migrations/20170124090324_commandForms.cs rename to Yavsc/Migrations/20170124090324_commandForms.cs diff --git a/Yavsc.Server/Migrations/20170126152454_trackActivity.Designer.cs b/Yavsc/Migrations/20170126152454_trackActivity.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170126152454_trackActivity.Designer.cs rename to Yavsc/Migrations/20170126152454_trackActivity.Designer.cs diff --git a/Yavsc.Server/Migrations/20170126152454_trackActivity.cs b/Yavsc/Migrations/20170126152454_trackActivity.cs similarity index 100% rename from Yavsc.Server/Migrations/20170126152454_trackActivity.cs rename to Yavsc/Migrations/20170126152454_trackActivity.cs diff --git a/Yavsc.Server/Migrations/20170126152651_renameActViewNameToAction.Designer.cs b/Yavsc/Migrations/20170126152651_renameActViewNameToAction.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170126152651_renameActViewNameToAction.Designer.cs rename to Yavsc/Migrations/20170126152651_renameActViewNameToAction.Designer.cs diff --git a/Yavsc.Server/Migrations/20170126152651_renameActViewNameToAction.cs b/Yavsc/Migrations/20170126152651_renameActViewNameToAction.cs similarity index 100% rename from Yavsc.Server/Migrations/20170126152651_renameActViewNameToAction.cs rename to Yavsc/Migrations/20170126152651_renameActViewNameToAction.cs diff --git a/Yavsc.Server/Migrations/20170201002133_blacklisted.Designer.cs b/Yavsc/Migrations/20170201002133_blacklisted.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170201002133_blacklisted.Designer.cs rename to Yavsc/Migrations/20170201002133_blacklisted.Designer.cs diff --git a/Yavsc.Server/Migrations/20170201002133_blacklisted.cs b/Yavsc/Migrations/20170201002133_blacklisted.cs similarity index 100% rename from Yavsc.Server/Migrations/20170201002133_blacklisted.cs rename to Yavsc/Migrations/20170201002133_blacklisted.cs diff --git a/Yavsc.Server/Migrations/20170201162847_defaultAvatar.Designer.cs b/Yavsc/Migrations/20170201162847_defaultAvatar.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170201162847_defaultAvatar.Designer.cs rename to Yavsc/Migrations/20170201162847_defaultAvatar.Designer.cs diff --git a/Yavsc.Server/Migrations/20170201162847_defaultAvatar.cs b/Yavsc/Migrations/20170201162847_defaultAvatar.cs similarity index 100% rename from Yavsc.Server/Migrations/20170201162847_defaultAvatar.cs rename to Yavsc/Migrations/20170201162847_defaultAvatar.cs diff --git a/Yavsc.Server/Migrations/20170202102936_defaultDiskQuota.Designer.cs b/Yavsc/Migrations/20170202102936_defaultDiskQuota.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170202102936_defaultDiskQuota.Designer.cs rename to Yavsc/Migrations/20170202102936_defaultDiskQuota.Designer.cs diff --git a/Yavsc.Server/Migrations/20170202102936_defaultDiskQuota.cs b/Yavsc/Migrations/20170202102936_defaultDiskQuota.cs similarity index 100% rename from Yavsc.Server/Migrations/20170202102936_defaultDiskQuota.cs rename to Yavsc/Migrations/20170202102936_defaultDiskQuota.cs diff --git a/Yavsc.Server/Migrations/20170212005346_haircut.Designer.cs b/Yavsc/Migrations/20170212005346_haircut.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170212005346_haircut.Designer.cs rename to Yavsc/Migrations/20170212005346_haircut.Designer.cs diff --git a/Yavsc.Server/Migrations/20170212005346_haircut.cs b/Yavsc/Migrations/20170212005346_haircut.cs similarity index 100% rename from Yavsc.Server/Migrations/20170212005346_haircut.cs rename to Yavsc/Migrations/20170212005346_haircut.cs diff --git a/Yavsc.Server/Migrations/20170217221646_bookQueryStatus.Designer.cs b/Yavsc/Migrations/20170217221646_bookQueryStatus.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170217221646_bookQueryStatus.Designer.cs rename to Yavsc/Migrations/20170217221646_bookQueryStatus.Designer.cs diff --git a/Yavsc.Server/Migrations/20170217221646_bookQueryStatus.cs b/Yavsc/Migrations/20170217221646_bookQueryStatus.cs similarity index 100% rename from Yavsc.Server/Migrations/20170217221646_bookQueryStatus.cs rename to Yavsc/Migrations/20170217221646_bookQueryStatus.cs diff --git a/Yavsc.Server/Migrations/20170220102125_notifications.Designer.cs b/Yavsc/Migrations/20170220102125_notifications.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170220102125_notifications.Designer.cs rename to Yavsc/Migrations/20170220102125_notifications.Designer.cs diff --git a/Yavsc.Server/Migrations/20170220102125_notifications.cs b/Yavsc/Migrations/20170220102125_notifications.cs similarity index 100% rename from Yavsc.Server/Migrations/20170220102125_notifications.cs rename to Yavsc/Migrations/20170220102125_notifications.cs diff --git a/Yavsc.Server/Migrations/20170220125518_dimissclick.Designer.cs b/Yavsc/Migrations/20170220125518_dimissclick.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170220125518_dimissclick.Designer.cs rename to Yavsc/Migrations/20170220125518_dimissclick.Designer.cs diff --git a/Yavsc.Server/Migrations/20170220125518_dimissclick.cs b/Yavsc/Migrations/20170220125518_dimissclick.cs similarity index 100% rename from Yavsc.Server/Migrations/20170220125518_dimissclick.cs rename to Yavsc/Migrations/20170220125518_dimissclick.cs diff --git a/Yavsc.Server/Migrations/20170220144141_hiddenActivity.Designer.cs b/Yavsc/Migrations/20170220144141_hiddenActivity.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170220144141_hiddenActivity.Designer.cs rename to Yavsc/Migrations/20170220144141_hiddenActivity.Designer.cs diff --git a/Yavsc.Server/Migrations/20170220144141_hiddenActivity.cs b/Yavsc/Migrations/20170220144141_hiddenActivity.cs similarity index 100% rename from Yavsc.Server/Migrations/20170220144141_hiddenActivity.cs rename to Yavsc/Migrations/20170220144141_hiddenActivity.cs diff --git a/Yavsc.Server/Migrations/20170227151759_hairPrestations.Designer.cs b/Yavsc/Migrations/20170227151759_hairPrestations.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170227151759_hairPrestations.Designer.cs rename to Yavsc/Migrations/20170227151759_hairPrestations.Designer.cs diff --git a/Yavsc.Server/Migrations/20170227151759_hairPrestations.cs b/Yavsc/Migrations/20170227151759_hairPrestations.cs similarity index 100% rename from Yavsc.Server/Migrations/20170227151759_hairPrestations.cs rename to Yavsc/Migrations/20170227151759_hairPrestations.cs diff --git a/Yavsc.Server/Migrations/20170228115359_brusherProfile.Designer.cs b/Yavsc/Migrations/20170228115359_brusherProfile.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170228115359_brusherProfile.Designer.cs rename to Yavsc/Migrations/20170228115359_brusherProfile.Designer.cs diff --git a/Yavsc.Server/Migrations/20170228115359_brusherProfile.cs b/Yavsc/Migrations/20170228115359_brusherProfile.cs similarity index 100% rename from Yavsc.Server/Migrations/20170228115359_brusherProfile.cs rename to Yavsc/Migrations/20170228115359_brusherProfile.cs diff --git a/Yavsc.Server/Migrations/20170228145057_actionName.Designer.cs b/Yavsc/Migrations/20170228145057_actionName.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170228145057_actionName.Designer.cs rename to Yavsc/Migrations/20170228145057_actionName.Designer.cs diff --git a/Yavsc.Server/Migrations/20170228145057_actionName.cs b/Yavsc/Migrations/20170228145057_actionName.cs similarity index 100% rename from Yavsc.Server/Migrations/20170228145057_actionName.cs rename to Yavsc/Migrations/20170228145057_actionName.cs diff --git a/Yavsc.Server/Migrations/20170301124608_brusherActiondistance.Designer.cs b/Yavsc/Migrations/20170301124608_brusherActiondistance.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170301124608_brusherActiondistance.Designer.cs rename to Yavsc/Migrations/20170301124608_brusherActiondistance.Designer.cs diff --git a/Yavsc.Server/Migrations/20170301124608_brusherActiondistance.cs b/Yavsc/Migrations/20170301124608_brusherActiondistance.cs similarity index 100% rename from Yavsc.Server/Migrations/20170301124608_brusherActiondistance.cs rename to Yavsc/Migrations/20170301124608_brusherActiondistance.cs diff --git a/Yavsc.Server/Migrations/20170301132531_manbrushing.Designer.cs b/Yavsc/Migrations/20170301132531_manbrushing.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170301132531_manbrushing.Designer.cs rename to Yavsc/Migrations/20170301132531_manbrushing.Designer.cs diff --git a/Yavsc.Server/Migrations/20170301132531_manbrushing.cs b/Yavsc/Migrations/20170301132531_manbrushing.cs similarity index 100% rename from Yavsc.Server/Migrations/20170301132531_manbrushing.cs rename to Yavsc/Migrations/20170301132531_manbrushing.cs diff --git a/Yavsc.Server/Migrations/20170301211317_folding.Designer.cs b/Yavsc/Migrations/20170301211317_folding.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170301211317_folding.Designer.cs rename to Yavsc/Migrations/20170301211317_folding.Designer.cs diff --git a/Yavsc.Server/Migrations/20170301211317_folding.cs b/Yavsc/Migrations/20170301211317_folding.cs similarity index 100% rename from Yavsc.Server/Migrations/20170301211317_folding.cs rename to Yavsc/Migrations/20170301211317_folding.cs diff --git a/Yavsc.Server/Migrations/20170302122929_brusherProfileDiscount.Designer.cs b/Yavsc/Migrations/20170302122929_brusherProfileDiscount.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170302122929_brusherProfileDiscount.Designer.cs rename to Yavsc/Migrations/20170302122929_brusherProfileDiscount.Designer.cs diff --git a/Yavsc.Server/Migrations/20170302122929_brusherProfileDiscount.cs b/Yavsc/Migrations/20170302122929_brusherProfileDiscount.cs similarity index 100% rename from Yavsc.Server/Migrations/20170302122929_brusherProfileDiscount.cs rename to Yavsc/Migrations/20170302122929_brusherProfileDiscount.cs diff --git a/Yavsc.Server/Migrations/20170303000800_estimateRequireCommandType.Designer.cs b/Yavsc/Migrations/20170303000800_estimateRequireCommandType.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170303000800_estimateRequireCommandType.Designer.cs rename to Yavsc/Migrations/20170303000800_estimateRequireCommandType.Designer.cs diff --git a/Yavsc.Server/Migrations/20170303000800_estimateRequireCommandType.cs b/Yavsc/Migrations/20170303000800_estimateRequireCommandType.cs similarity index 100% rename from Yavsc.Server/Migrations/20170303000800_estimateRequireCommandType.cs rename to Yavsc/Migrations/20170303000800_estimateRequireCommandType.cs diff --git a/Yavsc.Server/Migrations/20170317213255_cxRequiresUserName.Designer.cs b/Yavsc/Migrations/20170317213255_cxRequiresUserName.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170317213255_cxRequiresUserName.Designer.cs rename to Yavsc/Migrations/20170317213255_cxRequiresUserName.Designer.cs diff --git a/Yavsc.Server/Migrations/20170317213255_cxRequiresUserName.cs b/Yavsc/Migrations/20170317213255_cxRequiresUserName.cs similarity index 100% rename from Yavsc.Server/Migrations/20170317213255_cxRequiresUserName.cs rename to Yavsc/Migrations/20170317213255_cxRequiresUserName.cs diff --git a/Yavsc.Server/Migrations/20170329075249_avatarMayBeNull.Designer.cs b/Yavsc/Migrations/20170329075249_avatarMayBeNull.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170329075249_avatarMayBeNull.Designer.cs rename to Yavsc/Migrations/20170329075249_avatarMayBeNull.Designer.cs diff --git a/Yavsc.Server/Migrations/20170329075249_avatarMayBeNull.cs b/Yavsc/Migrations/20170329075249_avatarMayBeNull.cs similarity index 100% rename from Yavsc.Server/Migrations/20170329075249_avatarMayBeNull.cs rename to Yavsc/Migrations/20170329075249_avatarMayBeNull.cs diff --git a/Yavsc.Server/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.Designer.cs b/Yavsc/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.Designer.cs rename to Yavsc/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.Designer.cs diff --git a/Yavsc.Server/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.cs b/Yavsc/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.cs similarity index 100% rename from Yavsc.Server/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.cs rename to Yavsc/Migrations/20170331214327_rdvqueryAndNoLocationNorDate.cs diff --git a/Yavsc.Server/Migrations/20170408055642_haircutqueryAdditionalInfo.Designer.cs b/Yavsc/Migrations/20170408055642_haircutqueryAdditionalInfo.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170408055642_haircutqueryAdditionalInfo.Designer.cs rename to Yavsc/Migrations/20170408055642_haircutqueryAdditionalInfo.Designer.cs diff --git a/Yavsc.Server/Migrations/20170408055642_haircutqueryAdditionalInfo.cs b/Yavsc/Migrations/20170408055642_haircutqueryAdditionalInfo.cs similarity index 100% rename from Yavsc.Server/Migrations/20170408055642_haircutqueryAdditionalInfo.cs rename to Yavsc/Migrations/20170408055642_haircutqueryAdditionalInfo.cs diff --git a/Yavsc.Server/Migrations/20170409004555_haircutCommandTaints.Designer.cs b/Yavsc/Migrations/20170409004555_haircutCommandTaints.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170409004555_haircutCommandTaints.Designer.cs rename to Yavsc/Migrations/20170409004555_haircutCommandTaints.Designer.cs diff --git a/Yavsc.Server/Migrations/20170409004555_haircutCommandTaints.cs b/Yavsc/Migrations/20170409004555_haircutCommandTaints.cs similarity index 100% rename from Yavsc.Server/Migrations/20170409004555_haircutCommandTaints.cs rename to Yavsc/Migrations/20170409004555_haircutCommandTaints.cs diff --git a/Yavsc.Server/Migrations/20170507200834_paypal.Designer.cs b/Yavsc/Migrations/20170507200834_paypal.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170507200834_paypal.Designer.cs rename to Yavsc/Migrations/20170507200834_paypal.Designer.cs diff --git a/Yavsc.Server/Migrations/20170507200834_paypal.cs b/Yavsc/Migrations/20170507200834_paypal.cs similarity index 100% rename from Yavsc.Server/Migrations/20170507200834_paypal.cs rename to Yavsc/Migrations/20170507200834_paypal.cs diff --git a/Yavsc.Server/Migrations/20170510121057_hairCutPaypalPayment.Designer.cs b/Yavsc/Migrations/20170510121057_hairCutPaypalPayment.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170510121057_hairCutPaypalPayment.Designer.cs rename to Yavsc/Migrations/20170510121057_hairCutPaypalPayment.Designer.cs diff --git a/Yavsc.Server/Migrations/20170510121057_hairCutPaypalPayment.cs b/Yavsc/Migrations/20170510121057_hairCutPaypalPayment.cs similarity index 100% rename from Yavsc.Server/Migrations/20170510121057_hairCutPaypalPayment.cs rename to Yavsc/Migrations/20170510121057_hairCutPaypalPayment.cs diff --git a/Yavsc.Server/Migrations/20170512102508_hairCutBill.Designer.cs b/Yavsc/Migrations/20170512102508_hairCutBill.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170512102508_hairCutBill.Designer.cs rename to Yavsc/Migrations/20170512102508_hairCutBill.Designer.cs diff --git a/Yavsc.Server/Migrations/20170512102508_hairCutBill.cs b/Yavsc/Migrations/20170512102508_hairCutBill.cs similarity index 100% rename from Yavsc.Server/Migrations/20170512102508_hairCutBill.cs rename to Yavsc/Migrations/20170512102508_hairCutBill.cs diff --git a/Yavsc.Server/Migrations/20170513213829_paypalids.Designer.cs b/Yavsc/Migrations/20170513213829_paypalids.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170513213829_paypalids.Designer.cs rename to Yavsc/Migrations/20170513213829_paypalids.Designer.cs diff --git a/Yavsc.Server/Migrations/20170513213829_paypalids.cs b/Yavsc/Migrations/20170513213829_paypalids.cs similarity index 100% rename from Yavsc.Server/Migrations/20170513213829_paypalids.cs rename to Yavsc/Migrations/20170513213829_paypalids.cs diff --git a/Yavsc.Server/Migrations/20170514123122_links.Designer.cs b/Yavsc/Migrations/20170514123122_links.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170514123122_links.Designer.cs rename to Yavsc/Migrations/20170514123122_links.Designer.cs diff --git a/Yavsc.Server/Migrations/20170514123122_links.cs b/Yavsc/Migrations/20170514123122_links.cs similarity index 100% rename from Yavsc.Server/Migrations/20170514123122_links.cs rename to Yavsc/Migrations/20170514123122_links.cs diff --git a/Yavsc.Server/Migrations/20170516181745_paymentConsent.Designer.cs b/Yavsc/Migrations/20170516181745_paymentConsent.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170516181745_paymentConsent.Designer.cs rename to Yavsc/Migrations/20170516181745_paymentConsent.Designer.cs diff --git a/Yavsc.Server/Migrations/20170516181745_paymentConsent.cs b/Yavsc/Migrations/20170516181745_paymentConsent.cs similarity index 100% rename from Yavsc.Server/Migrations/20170516181745_paymentConsent.cs rename to Yavsc/Migrations/20170516181745_paymentConsent.cs diff --git a/Yavsc.Server/Migrations/20170517001340_notificatioinTarget.Designer.cs b/Yavsc/Migrations/20170517001340_notificatioinTarget.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170517001340_notificatioinTarget.Designer.cs rename to Yavsc/Migrations/20170517001340_notificatioinTarget.Designer.cs diff --git a/Yavsc.Server/Migrations/20170517001340_notificatioinTarget.cs b/Yavsc/Migrations/20170517001340_notificatioinTarget.cs similarity index 100% rename from Yavsc.Server/Migrations/20170517001340_notificatioinTarget.cs rename to Yavsc/Migrations/20170517001340_notificatioinTarget.cs diff --git a/Yavsc.Server/Migrations/20170524210924_paypalToDeprecated.Designer.cs b/Yavsc/Migrations/20170524210924_paypalToDeprecated.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170524210924_paypalToDeprecated.Designer.cs rename to Yavsc/Migrations/20170524210924_paypalToDeprecated.Designer.cs diff --git a/Yavsc.Server/Migrations/20170524210924_paypalToDeprecated.cs b/Yavsc/Migrations/20170524210924_paypalToDeprecated.cs similarity index 100% rename from Yavsc.Server/Migrations/20170524210924_paypalToDeprecated.cs rename to Yavsc/Migrations/20170524210924_paypalToDeprecated.cs diff --git a/Yavsc.Server/Migrations/20170526020220_rdvPayment.Designer.cs b/Yavsc/Migrations/20170526020220_rdvPayment.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170526020220_rdvPayment.Designer.cs rename to Yavsc/Migrations/20170526020220_rdvPayment.Designer.cs diff --git a/Yavsc.Server/Migrations/20170526020220_rdvPayment.cs b/Yavsc/Migrations/20170526020220_rdvPayment.cs similarity index 100% rename from Yavsc.Server/Migrations/20170526020220_rdvPayment.cs rename to Yavsc/Migrations/20170526020220_rdvPayment.cs diff --git a/Yavsc.Server/Migrations/20170601115553_period.Designer.cs b/Yavsc/Migrations/20170601115553_period.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170601115553_period.Designer.cs rename to Yavsc/Migrations/20170601115553_period.Designer.cs diff --git a/Yavsc.Server/Migrations/20170601115553_period.cs b/Yavsc/Migrations/20170601115553_period.cs similarity index 100% rename from Yavsc.Server/Migrations/20170601115553_period.cs rename to Yavsc/Migrations/20170601115553_period.cs diff --git a/Yavsc.Server/Migrations/20170611141231_BrusherCalendarModel.Designer.cs b/Yavsc/Migrations/20170611141231_BrusherCalendarModel.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20170611141231_BrusherCalendarModel.Designer.cs rename to Yavsc/Migrations/20170611141231_BrusherCalendarModel.Designer.cs diff --git a/Yavsc.Server/Migrations/20170611141231_BrusherCalendarModel.cs b/Yavsc/Migrations/20170611141231_BrusherCalendarModel.cs similarity index 100% rename from Yavsc.Server/Migrations/20170611141231_BrusherCalendarModel.cs rename to Yavsc/Migrations/20170611141231_BrusherCalendarModel.cs diff --git a/Yavsc.Server/Migrations/20171002023107_Features.Designer.cs b/Yavsc/Migrations/20171002023107_Features.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171002023107_Features.Designer.cs rename to Yavsc/Migrations/20171002023107_Features.Designer.cs diff --git a/Yavsc.Server/Migrations/20171002023107_Features.cs b/Yavsc/Migrations/20171002023107_Features.cs similarity index 100% rename from Yavsc.Server/Migrations/20171002023107_Features.cs rename to Yavsc/Migrations/20171002023107_Features.cs diff --git a/Yavsc.Server/Migrations/20171002023835_bugs.Designer.cs b/Yavsc/Migrations/20171002023835_bugs.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171002023835_bugs.Designer.cs rename to Yavsc/Migrations/20171002023835_bugs.Designer.cs diff --git a/Yavsc.Server/Migrations/20171002023835_bugs.cs b/Yavsc/Migrations/20171002023835_bugs.cs similarity index 100% rename from Yavsc.Server/Migrations/20171002023835_bugs.cs rename to Yavsc/Migrations/20171002023835_bugs.cs diff --git a/Yavsc.Server/Migrations/20171003195221_BlogRename.Designer.cs b/Yavsc/Migrations/20171003195221_BlogRename.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171003195221_BlogRename.Designer.cs rename to Yavsc/Migrations/20171003195221_BlogRename.Designer.cs diff --git a/Yavsc.Server/Migrations/20171003195221_BlogRename.cs b/Yavsc/Migrations/20171003195221_BlogRename.cs similarity index 100% rename from Yavsc.Server/Migrations/20171003195221_BlogRename.cs rename to Yavsc/Migrations/20171003195221_BlogRename.cs diff --git a/Yavsc.Server/Migrations/20171003203721_BlogComment.Designer.cs b/Yavsc/Migrations/20171003203721_BlogComment.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171003203721_BlogComment.Designer.cs rename to Yavsc/Migrations/20171003203721_BlogComment.Designer.cs diff --git a/Yavsc.Server/Migrations/20171003203721_BlogComment.cs b/Yavsc/Migrations/20171003203721_BlogComment.cs similarity index 100% rename from Yavsc.Server/Migrations/20171003203721_BlogComment.cs rename to Yavsc/Migrations/20171003203721_BlogComment.cs diff --git a/Yavsc.Server/Migrations/20171008184908_annouce.Designer.cs b/Yavsc/Migrations/20171008184908_annouce.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171008184908_annouce.Designer.cs rename to Yavsc/Migrations/20171008184908_annouce.Designer.cs diff --git a/Yavsc.Server/Migrations/20171008184908_annouce.cs b/Yavsc/Migrations/20171008184908_annouce.cs similarity index 100% rename from Yavsc.Server/Migrations/20171008184908_annouce.cs rename to Yavsc/Migrations/20171008184908_annouce.cs diff --git a/Yavsc.Server/Migrations/20171008190234_announceAnwer.Designer.cs b/Yavsc/Migrations/20171008190234_announceAnwer.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171008190234_announceAnwer.Designer.cs rename to Yavsc/Migrations/20171008190234_announceAnwer.Designer.cs diff --git a/Yavsc.Server/Migrations/20171008190234_announceAnwer.cs b/Yavsc/Migrations/20171008190234_announceAnwer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171008190234_announceAnwer.cs rename to Yavsc/Migrations/20171008190234_announceAnwer.cs diff --git a/Yavsc.Server/Migrations/20171016090837_bugDescription.Designer.cs b/Yavsc/Migrations/20171016090837_bugDescription.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171016090837_bugDescription.Designer.cs rename to Yavsc/Migrations/20171016090837_bugDescription.Designer.cs diff --git a/Yavsc.Server/Migrations/20171016090837_bugDescription.cs b/Yavsc/Migrations/20171016090837_bugDescription.cs similarity index 100% rename from Yavsc.Server/Migrations/20171016090837_bugDescription.cs rename to Yavsc/Migrations/20171016090837_bugDescription.cs diff --git a/Yavsc.Server/Migrations/20171019130120_subComment.Designer.cs b/Yavsc/Migrations/20171019130120_subComment.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171019130120_subComment.Designer.cs rename to Yavsc/Migrations/20171019130120_subComment.Designer.cs diff --git a/Yavsc.Server/Migrations/20171019130120_subComment.cs b/Yavsc/Migrations/20171019130120_subComment.cs similarity index 100% rename from Yavsc.Server/Migrations/20171019130120_subComment.cs rename to Yavsc/Migrations/20171019130120_subComment.cs diff --git a/Yavsc.Server/Migrations/20171020090944_commentAuthor.Designer.cs b/Yavsc/Migrations/20171020090944_commentAuthor.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171020090944_commentAuthor.Designer.cs rename to Yavsc/Migrations/20171020090944_commentAuthor.Designer.cs diff --git a/Yavsc.Server/Migrations/20171020090944_commentAuthor.cs b/Yavsc/Migrations/20171020090944_commentAuthor.cs similarity index 100% rename from Yavsc.Server/Migrations/20171020090944_commentAuthor.cs rename to Yavsc/Migrations/20171020090944_commentAuthor.cs diff --git a/Yavsc.Server/Migrations/20171020173835_commentAuthorId.Designer.cs b/Yavsc/Migrations/20171020173835_commentAuthorId.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20171020173835_commentAuthorId.Designer.cs rename to Yavsc/Migrations/20171020173835_commentAuthorId.Designer.cs diff --git a/Yavsc.Server/Migrations/20171020173835_commentAuthorId.cs b/Yavsc/Migrations/20171020173835_commentAuthorId.cs similarity index 100% rename from Yavsc.Server/Migrations/20171020173835_commentAuthorId.cs rename to Yavsc/Migrations/20171020173835_commentAuthorId.cs diff --git a/Yavsc.Server/Migrations/20180102153009_chatRooms.Designer.cs b/Yavsc/Migrations/20180102153009_chatRooms.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20180102153009_chatRooms.Designer.cs rename to Yavsc/Migrations/20180102153009_chatRooms.Designer.cs diff --git a/Yavsc.Server/Migrations/20180102153009_chatRooms.cs b/Yavsc/Migrations/20180102153009_chatRooms.cs similarity index 100% rename from Yavsc.Server/Migrations/20180102153009_chatRooms.cs rename to Yavsc/Migrations/20180102153009_chatRooms.cs diff --git a/Yavsc.Server/Migrations/20180209144114_rejectQuery.Designer.cs b/Yavsc/Migrations/20180209144114_rejectQuery.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20180209144114_rejectQuery.Designer.cs rename to Yavsc/Migrations/20180209144114_rejectQuery.Designer.cs diff --git a/Yavsc.Server/Migrations/20180209144114_rejectQuery.cs b/Yavsc/Migrations/20180209144114_rejectQuery.cs similarity index 100% rename from Yavsc.Server/Migrations/20180209144114_rejectQuery.cs rename to Yavsc/Migrations/20180209144114_rejectQuery.cs diff --git a/Yavsc.Server/Migrations/20180420213912_mailingTemplates.Designer.cs b/Yavsc/Migrations/20180420213912_mailingTemplates.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20180420213912_mailingTemplates.Designer.cs rename to Yavsc/Migrations/20180420213912_mailingTemplates.Designer.cs diff --git a/Yavsc.Server/Migrations/20180420213912_mailingTemplates.cs b/Yavsc/Migrations/20180420213912_mailingTemplates.cs similarity index 100% rename from Yavsc.Server/Migrations/20180420213912_mailingTemplates.cs rename to Yavsc/Migrations/20180420213912_mailingTemplates.cs diff --git a/Yavsc.Server/Migrations/20180503100246_userAllowMonthlyEmail.Designer.cs b/Yavsc/Migrations/20180503100246_userAllowMonthlyEmail.Designer.cs similarity index 100% rename from Yavsc.Server/Migrations/20180503100246_userAllowMonthlyEmail.Designer.cs rename to Yavsc/Migrations/20180503100246_userAllowMonthlyEmail.Designer.cs diff --git a/Yavsc.Server/Migrations/20180503100246_userAllowMonthlyEmail.cs b/Yavsc/Migrations/20180503100246_userAllowMonthlyEmail.cs similarity index 100% rename from Yavsc.Server/Migrations/20180503100246_userAllowMonthlyEmail.cs rename to Yavsc/Migrations/20180503100246_userAllowMonthlyEmail.cs diff --git a/Yavsc.Server/Migrations/ApplicationDbContextModelSnapshot.cs b/Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from Yavsc.Server/Migrations/ApplicationDbContextModelSnapshot.cs rename to Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs diff --git a/Yavsc.Server/Models/Access/Ban.cs b/Yavsc/Models/Access/Ban.cs similarity index 100% rename from Yavsc.Server/Models/Access/Ban.cs rename to Yavsc/Models/Access/Ban.cs diff --git a/Yavsc.Server/Models/Access/BanByEmail.cs b/Yavsc/Models/Access/BanByEmail.cs similarity index 100% rename from Yavsc.Server/Models/Access/BanByEmail.cs rename to Yavsc/Models/Access/BanByEmail.cs diff --git a/Yavsc.Server/Models/Access/BlackList.cs b/Yavsc/Models/Access/BlackList.cs similarity index 100% rename from Yavsc.Server/Models/Access/BlackList.cs rename to Yavsc/Models/Access/BlackList.cs diff --git a/Yavsc.Server/Models/Access/CircleAuthorizationToBlogPost.cs b/Yavsc/Models/Access/CircleAuthorizationToBlogPost.cs similarity index 100% rename from Yavsc.Server/Models/Access/CircleAuthorizationToBlogPost.cs rename to Yavsc/Models/Access/CircleAuthorizationToBlogPost.cs diff --git a/Yavsc.Server/Models/Access/Publishing.cs b/Yavsc/Models/Access/Publishing.cs similarity index 100% rename from Yavsc.Server/Models/Access/Publishing.cs rename to Yavsc/Models/Access/Publishing.cs diff --git a/Yavsc.Server/Models/Access/Rule.cs b/Yavsc/Models/Access/Rule.cs similarity index 100% rename from Yavsc.Server/Models/Access/Rule.cs rename to Yavsc/Models/Access/Rule.cs diff --git a/Yavsc.Server/Models/Access/RuleSet.cs b/Yavsc/Models/Access/RuleSet.cs similarity index 100% rename from Yavsc.Server/Models/Access/RuleSet.cs rename to Yavsc/Models/Access/RuleSet.cs diff --git a/Yavsc.Server/Models/Access/WhiteCard.cs b/Yavsc/Models/Access/WhiteCard.cs similarity index 100% rename from Yavsc.Server/Models/Access/WhiteCard.cs rename to Yavsc/Models/Access/WhiteCard.cs diff --git a/Yavsc.Server/Models/ApplicationDbContext.cs b/Yavsc/Models/ApplicationDbContext.cs similarity index 98% rename from Yavsc.Server/Models/ApplicationDbContext.cs rename to Yavsc/Models/ApplicationDbContext.cs index 2bc3c0d6..4693e0b7 100644 --- a/Yavsc.Server/Models/ApplicationDbContext.cs +++ b/Yavsc/Models/ApplicationDbContext.cs @@ -113,7 +113,6 @@ namespace Yavsc.Models public DbSet Estimates { get; set; } public DbSet BankStatus { get; set; } public DbSet BankBook { get; set; } - public DbSet Map { get; set; } /// /// Google Calendar offline @@ -207,8 +206,6 @@ namespace Yavsc.Models public DbSet MusicalTendency { get; set; } - public DbSet LocationType { get; set; } - public DbSet Instrument { get; set; } [ActivitySettings] diff --git a/Yavsc.Server/Models/Auth/ApplicationTypes.cs b/Yavsc/Models/Auth/ApplicationTypes.cs similarity index 100% rename from Yavsc.Server/Models/Auth/ApplicationTypes.cs rename to Yavsc/Models/Auth/ApplicationTypes.cs diff --git a/Yavsc.Server/Models/Auth/Client.cs b/Yavsc/Models/Auth/Client.cs similarity index 100% rename from Yavsc.Server/Models/Auth/Client.cs rename to Yavsc/Models/Auth/Client.cs diff --git a/Yavsc.Server/Models/Auth/ExternalViewModel.cs b/Yavsc/Models/Auth/ExternalViewModel.cs similarity index 100% rename from Yavsc.Server/Models/Auth/ExternalViewModel.cs rename to Yavsc/Models/Auth/ExternalViewModel.cs diff --git a/Yavsc.Server/Models/Auth/OAuth2Tokens.cs b/Yavsc/Models/Auth/OAuth2Tokens.cs similarity index 100% rename from Yavsc.Server/Models/Auth/OAuth2Tokens.cs rename to Yavsc/Models/Auth/OAuth2Tokens.cs diff --git a/Yavsc.Server/Models/Auth/RefreshToken.cs b/Yavsc/Models/Auth/RefreshToken.cs similarity index 100% rename from Yavsc.Server/Models/Auth/RefreshToken.cs rename to Yavsc/Models/Auth/RefreshToken.cs diff --git a/Yavsc.Server/Models/Auth/Scope.cs b/Yavsc/Models/Auth/Scope.cs similarity index 100% rename from Yavsc.Server/Models/Auth/Scope.cs rename to Yavsc/Models/Auth/Scope.cs diff --git a/Yavsc.Server/Models/Auth/UserCredentials.cs b/Yavsc/Models/Auth/UserCredentials.cs similarity index 100% rename from Yavsc.Server/Models/Auth/UserCredentials.cs rename to Yavsc/Models/Auth/UserCredentials.cs diff --git a/Yavsc.Server/Models/Bank/AccountBalance.cs b/Yavsc/Models/Bank/AccountBalance.cs similarity index 100% rename from Yavsc.Server/Models/Bank/AccountBalance.cs rename to Yavsc/Models/Bank/AccountBalance.cs diff --git a/Yavsc.Server/Models/Bank/BalanceImpact.cs b/Yavsc/Models/Bank/BalanceImpact.cs similarity index 100% rename from Yavsc.Server/Models/Bank/BalanceImpact.cs rename to Yavsc/Models/Bank/BalanceImpact.cs diff --git a/Yavsc.Server/Models/Bank/BankIdentity.cs b/Yavsc/Models/Bank/BankIdentity.cs similarity index 100% rename from Yavsc.Server/Models/Bank/BankIdentity.cs rename to Yavsc/Models/Bank/BankIdentity.cs diff --git a/Yavsc.Server/Models/Billing/CommandLine.cs b/Yavsc/Models/Billing/CommandLine.cs similarity index 100% rename from Yavsc.Server/Models/Billing/CommandLine.cs rename to Yavsc/Models/Billing/CommandLine.cs diff --git a/Yavsc.Server/Models/Billing/Contract.cs b/Yavsc/Models/Billing/Contract.cs similarity index 100% rename from Yavsc.Server/Models/Billing/Contract.cs rename to Yavsc/Models/Billing/Contract.cs diff --git a/Yavsc.Server/Models/Billing/Estimate.cs b/Yavsc/Models/Billing/Estimate.cs similarity index 100% rename from Yavsc.Server/Models/Billing/Estimate.cs rename to Yavsc/Models/Billing/Estimate.cs diff --git a/Yavsc.Server/Models/Billing/EstimateTemplate.cs b/Yavsc/Models/Billing/EstimateTemplate.cs similarity index 100% rename from Yavsc.Server/Models/Billing/EstimateTemplate.cs rename to Yavsc/Models/Billing/EstimateTemplate.cs diff --git a/Yavsc.Server/Models/Billing/ExceptionSIREN.cs b/Yavsc/Models/Billing/ExceptionSIREN.cs similarity index 100% rename from Yavsc.Server/Models/Billing/ExceptionSIREN.cs rename to Yavsc/Models/Billing/ExceptionSIREN.cs diff --git a/Yavsc.Server/Models/Billing/FixedImpacter.cs b/Yavsc/Models/Billing/FixedImpacter.cs similarity index 100% rename from Yavsc.Server/Models/Billing/FixedImpacter.cs rename to Yavsc/Models/Billing/FixedImpacter.cs diff --git a/Yavsc.Server/Models/Billing/NominativeServiceCommand.cs b/Yavsc/Models/Billing/NominativeServiceCommand.cs similarity index 100% rename from Yavsc.Server/Models/Billing/NominativeServiceCommand.cs rename to Yavsc/Models/Billing/NominativeServiceCommand.cs diff --git a/Yavsc.Server/Models/Billing/ProportionalImpacter.cs b/Yavsc/Models/Billing/ProportionalImpacter.cs similarity index 100% rename from Yavsc.Server/Models/Billing/ProportionalImpacter.cs rename to Yavsc/Models/Billing/ProportionalImpacter.cs diff --git a/Yavsc.Server/Models/Billing/ReductionCode.cs b/Yavsc/Models/Billing/ReductionCode.cs similarity index 100% rename from Yavsc.Server/Models/Billing/ReductionCode.cs rename to Yavsc/Models/Billing/ReductionCode.cs diff --git a/Yavsc.Server/Models/Billing/Service/ChatBilling.cs b/Yavsc/Models/Billing/Service/ChatBilling.cs similarity index 100% rename from Yavsc.Server/Models/Billing/Service/ChatBilling.cs rename to Yavsc/Models/Billing/Service/ChatBilling.cs diff --git a/Yavsc.Server/Models/Billing/histoestim.cs b/Yavsc/Models/Billing/histoestim.cs similarity index 100% rename from Yavsc.Server/Models/Billing/histoestim.cs rename to Yavsc/Models/Billing/histoestim.cs diff --git a/Yavsc.Server/Models/Blog/BlogPost.cs b/Yavsc/Models/Blog/BlogPost.cs similarity index 100% rename from Yavsc.Server/Models/Blog/BlogPost.cs rename to Yavsc/Models/Blog/BlogPost.cs diff --git a/Yavsc.Server/Models/Blog/BlogTag.cs b/Yavsc/Models/Blog/BlogTag.cs similarity index 100% rename from Yavsc.Server/Models/Blog/BlogTag.cs rename to Yavsc/Models/Blog/BlogTag.cs diff --git a/Yavsc.Server/Models/Blog/Comment.cs b/Yavsc/Models/Blog/Comment.cs similarity index 100% rename from Yavsc.Server/Models/Blog/Comment.cs rename to Yavsc/Models/Blog/Comment.cs diff --git a/Yavsc.Server/Models/Calendar/IFreeDateSet.cs b/Yavsc/Models/Calendar/IFreeDateSet.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/IFreeDateSet.cs rename to Yavsc/Models/Calendar/IFreeDateSet.cs diff --git a/Yavsc.Server/Models/Calendar/IScheduledEvent.cs b/Yavsc/Models/Calendar/IScheduledEvent.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/IScheduledEvent.cs rename to Yavsc/Models/Calendar/IScheduledEvent.cs diff --git a/Yavsc.Server/Models/Calendar/Period.cs b/Yavsc/Models/Calendar/Period.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/Period.cs rename to Yavsc/Models/Calendar/Period.cs diff --git a/Yavsc.Server/Models/Calendar/Periodicity.cs b/Yavsc/Models/Calendar/Periodicity.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/Periodicity.cs rename to Yavsc/Models/Calendar/Periodicity.cs diff --git a/Yavsc.Server/Models/Calendar/PositionAndKeyphrase.cs b/Yavsc/Models/Calendar/PositionAndKeyphrase.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/PositionAndKeyphrase.cs rename to Yavsc/Models/Calendar/PositionAndKeyphrase.cs diff --git a/Yavsc.Server/Models/Calendar/ProvidedEvent.cs b/Yavsc/Models/Calendar/ProvidedEvent.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/ProvidedEvent.cs rename to Yavsc/Models/Calendar/ProvidedEvent.cs diff --git a/Yavsc.Server/Models/Calendar/Schedule.cs b/Yavsc/Models/Calendar/Schedule.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/Schedule.cs rename to Yavsc/Models/Calendar/Schedule.cs diff --git a/Yavsc.Server/Models/Calendar/ScheduledEvent.cs b/Yavsc/Models/Calendar/ScheduledEvent.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/ScheduledEvent.cs rename to Yavsc/Models/Calendar/ScheduledEvent.cs diff --git a/Yavsc.Server/Models/Calendar/WeekDay.cs b/Yavsc/Models/Calendar/WeekDay.cs similarity index 100% rename from Yavsc.Server/Models/Calendar/WeekDay.cs rename to Yavsc/Models/Calendar/WeekDay.cs diff --git a/Yavsc.Server/Models/Chat/ChatConnection.cs b/Yavsc/Models/Chat/ChatConnection.cs similarity index 100% rename from Yavsc.Server/Models/Chat/ChatConnection.cs rename to Yavsc/Models/Chat/ChatConnection.cs diff --git a/Yavsc.Server/Models/Chat/ChatRoom.cs b/Yavsc/Models/Chat/ChatRoom.cs similarity index 100% rename from Yavsc.Server/Models/Chat/ChatRoom.cs rename to Yavsc/Models/Chat/ChatRoom.cs diff --git a/Yavsc.Server/Models/Chat/ChatRoomPresence.cs b/Yavsc/Models/Chat/ChatRoomPresence.cs similarity index 100% rename from Yavsc.Server/Models/Chat/ChatRoomPresence.cs rename to Yavsc/Models/Chat/ChatRoomPresence.cs diff --git a/Yavsc.Server/Models/Cratie/AName/NameSubmission.cs b/Yavsc/Models/Cratie/AName/NameSubmission.cs similarity index 100% rename from Yavsc.Server/Models/Cratie/AName/NameSubmission.cs rename to Yavsc/Models/Cratie/AName/NameSubmission.cs diff --git a/Yavsc.Server/Models/Cratie/Option.cs b/Yavsc/Models/Cratie/Option.cs similarity index 100% rename from Yavsc.Server/Models/Cratie/Option.cs rename to Yavsc/Models/Cratie/Option.cs diff --git a/Yavsc.Server/Models/Cratie/Scrutin.cs b/Yavsc/Models/Cratie/Scrutin.cs similarity index 100% rename from Yavsc.Server/Models/Cratie/Scrutin.cs rename to Yavsc/Models/Cratie/Scrutin.cs diff --git a/Yavsc.Server/Models/Cratie/Submission.cs b/Yavsc/Models/Cratie/Submission.cs similarity index 100% rename from Yavsc.Server/Models/Cratie/Submission.cs rename to Yavsc/Models/Cratie/Submission.cs diff --git a/Yavsc.Server/Models/Drawing/Color.cs b/Yavsc/Models/Drawing/Color.cs similarity index 100% rename from Yavsc.Server/Models/Drawing/Color.cs rename to Yavsc/Models/Drawing/Color.cs diff --git a/Yavsc.Server/Models/EMailing/MailingTemplate.cs b/Yavsc/Models/EMailing/MailingTemplate.cs similarity index 100% rename from Yavsc.Server/Models/EMailing/MailingTemplate.cs rename to Yavsc/Models/EMailing/MailingTemplate.cs diff --git a/Yavsc.Server/Models/Edition/IDocument.cs b/Yavsc/Models/Edition/IDocument.cs similarity index 100% rename from Yavsc.Server/Models/Edition/IDocument.cs rename to Yavsc/Models/Edition/IDocument.cs diff --git a/Yavsc.Server/Models/FileSystem/FileRecievedInfo.cs b/Yavsc/Models/FileSystem/FileRecievedInfo.cs similarity index 100% rename from Yavsc.Server/Models/FileSystem/FileRecievedInfo.cs rename to Yavsc/Models/FileSystem/FileRecievedInfo.cs diff --git a/Yavsc.Server/Models/FormFile.cs b/Yavsc/Models/FormFile.cs similarity index 100% rename from Yavsc.Server/Models/FormFile.cs rename to Yavsc/Models/FormFile.cs diff --git a/Yavsc.Server/Models/Forms/Form.cs b/Yavsc/Models/Forms/Form.cs similarity index 100% rename from Yavsc.Server/Models/Forms/Form.cs rename to Yavsc/Models/Forms/Form.cs diff --git a/Yavsc.Server/Models/Forms/Validation/Method.cs b/Yavsc/Models/Forms/Validation/Method.cs similarity index 100% rename from Yavsc.Server/Models/Forms/Validation/Method.cs rename to Yavsc/Models/Forms/Validation/Method.cs diff --git a/Yavsc.Server/Models/Forms/Validation/Required.cs b/Yavsc/Models/Forms/Validation/Required.cs similarity index 100% rename from Yavsc.Server/Models/Forms/Validation/Required.cs rename to Yavsc/Models/Forms/Validation/Required.cs diff --git a/Yavsc.Server/Models/Google/AuthToken.cs b/Yavsc/Models/Google/AuthToken.cs similarity index 100% rename from Yavsc.Server/Models/Google/AuthToken.cs rename to Yavsc/Models/Google/AuthToken.cs diff --git a/Yavsc.Server/Models/Google/Calendar/CalendarEventList.cs b/Yavsc/Models/Google/Calendar/CalendarEventList.cs similarity index 100% rename from Yavsc.Server/Models/Google/Calendar/CalendarEventList.cs rename to Yavsc/Models/Google/Calendar/CalendarEventList.cs diff --git a/Yavsc.Server/Models/Google/Calendar/CalendarList.cs b/Yavsc/Models/Google/Calendar/CalendarList.cs similarity index 100% rename from Yavsc.Server/Models/Google/Calendar/CalendarList.cs rename to Yavsc/Models/Google/Calendar/CalendarList.cs diff --git a/Yavsc.Server/Models/Google/Calendar/CalendarListEntry.cs b/Yavsc/Models/Google/Calendar/CalendarListEntry.cs similarity index 100% rename from Yavsc.Server/Models/Google/Calendar/CalendarListEntry.cs rename to Yavsc/Models/Google/Calendar/CalendarListEntry.cs diff --git a/Yavsc.Server/Models/Google/Calendar/Reminder.cs b/Yavsc/Models/Google/Calendar/Reminder.cs similarity index 100% rename from Yavsc.Server/Models/Google/Calendar/Reminder.cs rename to Yavsc/Models/Google/Calendar/Reminder.cs diff --git a/Yavsc.Server/Models/Google/GDate.cs b/Yavsc/Models/Google/GDate.cs similarity index 100% rename from Yavsc.Server/Models/Google/GDate.cs rename to Yavsc/Models/Google/GDate.cs diff --git a/Yavsc.Server/Models/Google/Messaging/MessageWithPayLoad.cs b/Yavsc/Models/Google/Messaging/MessageWithPayLoad.cs similarity index 100% rename from Yavsc.Server/Models/Google/Messaging/MessageWithPayLoad.cs rename to Yavsc/Models/Google/Messaging/MessageWithPayLoad.cs diff --git a/Yavsc.Server/Models/Google/Messaging/MessageWithPayloadResponse.cs b/Yavsc/Models/Google/Messaging/MessageWithPayloadResponse.cs similarity index 100% rename from Yavsc.Server/Models/Google/Messaging/MessageWithPayloadResponse.cs rename to Yavsc/Models/Google/Messaging/MessageWithPayloadResponse.cs diff --git a/Yavsc.Server/Models/Google/People/People.cs b/Yavsc/Models/Google/People/People.cs similarity index 100% rename from Yavsc.Server/Models/Google/People/People.cs rename to Yavsc/Models/Google/People/People.cs diff --git a/Yavsc.Server/Models/Google/Resource.cs b/Yavsc/Models/Google/Resource.cs similarity index 100% rename from Yavsc.Server/Models/Google/Resource.cs rename to Yavsc/Models/Google/Resource.cs diff --git a/Yavsc.Server/Models/Google/Tracks/Entity.cs b/Yavsc/Models/Google/Tracks/Entity.cs similarity index 100% rename from Yavsc.Server/Models/Google/Tracks/Entity.cs rename to Yavsc/Models/Google/Tracks/Entity.cs diff --git a/Yavsc.Server/Models/Google/Tracks/EntityQuery.cs b/Yavsc/Models/Google/Tracks/EntityQuery.cs similarity index 100% rename from Yavsc.Server/Models/Google/Tracks/EntityQuery.cs rename to Yavsc/Models/Google/Tracks/EntityQuery.cs diff --git a/Yavsc.Server/Models/HairCut/BrusherProfile.cs b/Yavsc/Models/HairCut/BrusherProfile.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/BrusherProfile.cs rename to Yavsc/Models/HairCut/BrusherProfile.cs diff --git a/Yavsc.Server/Models/HairCut/HairCutGenders.cs b/Yavsc/Models/HairCut/HairCutGenders.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairCutGenders.cs rename to Yavsc/Models/HairCut/HairCutGenders.cs diff --git a/Yavsc.Server/Models/HairCut/HairCutPaymentEvent.cs b/Yavsc/Models/HairCut/HairCutPaymentEvent.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairCutPaymentEvent.cs rename to Yavsc/Models/HairCut/HairCutPaymentEvent.cs diff --git a/Yavsc.Server/Models/HairCut/HairCutQuery.cs b/Yavsc/Models/HairCut/HairCutQuery.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairCutQuery.cs rename to Yavsc/Models/HairCut/HairCutQuery.cs diff --git a/Yavsc.Server/Models/HairCut/HairCutQueryEvent.cs b/Yavsc/Models/HairCut/HairCutQueryEvent.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairCutQueryEvent.cs rename to Yavsc/Models/HairCut/HairCutQueryEvent.cs diff --git a/Yavsc.Server/Models/HairCut/HairDressings.cs b/Yavsc/Models/HairCut/HairDressings.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairDressings.cs rename to Yavsc/Models/HairCut/HairDressings.cs diff --git a/Yavsc.Server/Models/HairCut/HairLength.cs b/Yavsc/Models/HairCut/HairLength.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairLength.cs rename to Yavsc/Models/HairCut/HairLength.cs diff --git a/Yavsc.Server/Models/HairCut/HairMultiCutQuery.cs b/Yavsc/Models/HairCut/HairMultiCutQuery.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairMultiCutQuery.cs rename to Yavsc/Models/HairCut/HairMultiCutQuery.cs diff --git a/Yavsc.Server/Models/HairCut/HairPrestation.cs b/Yavsc/Models/HairCut/HairPrestation.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairPrestation.cs rename to Yavsc/Models/HairCut/HairPrestation.cs diff --git a/Yavsc.Server/Models/HairCut/HairTaint.cs b/Yavsc/Models/HairCut/HairTaint.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairTaint.cs rename to Yavsc/Models/HairCut/HairTaint.cs diff --git a/Yavsc.Server/Models/HairCut/HairTechnos.cs b/Yavsc/Models/HairCut/HairTechnos.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/HairTechnos.cs rename to Yavsc/Models/HairCut/HairTechnos.cs diff --git a/Yavsc.Server/Models/HairCut/Haircut.cs b/Yavsc/Models/HairCut/Haircut.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/Haircut.cs rename to Yavsc/Models/HairCut/Haircut.cs diff --git a/Yavsc.Server/Models/HairCut/IHairPrestation.cs b/Yavsc/Models/HairCut/IHairPrestation.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/IHairPrestation.cs rename to Yavsc/Models/HairCut/IHairPrestation.cs diff --git a/Yavsc.Server/Models/HairCut/Views/HaircutQueryInfo.cs b/Yavsc/Models/HairCut/Views/HaircutQueryInfo.cs similarity index 100% rename from Yavsc.Server/Models/HairCut/Views/HaircutQueryInfo.cs rename to Yavsc/Models/HairCut/Views/HaircutQueryInfo.cs diff --git a/Yavsc.Server/Models/IT/Evolution/Feature.cs b/Yavsc/Models/IT/Evolution/Feature.cs similarity index 100% rename from Yavsc.Server/Models/IT/Evolution/Feature.cs rename to Yavsc/Models/IT/Evolution/Feature.cs diff --git a/Yavsc.Server/Models/IT/Evolution/FeatureStatus.cs b/Yavsc/Models/IT/Evolution/FeatureStatus.cs similarity index 100% rename from Yavsc.Server/Models/IT/Evolution/FeatureStatus.cs rename to Yavsc/Models/IT/Evolution/FeatureStatus.cs diff --git a/Yavsc.Server/Models/IT/Fixing/Bug.cs b/Yavsc/Models/IT/Fixing/Bug.cs similarity index 100% rename from Yavsc.Server/Models/IT/Fixing/Bug.cs rename to Yavsc/Models/IT/Fixing/Bug.cs diff --git a/Yavsc.Server/Models/IT/Fixing/BugStatus.cs b/Yavsc/Models/IT/Fixing/BugStatus.cs similarity index 100% rename from Yavsc.Server/Models/IT/Fixing/BugStatus.cs rename to Yavsc/Models/IT/Fixing/BugStatus.cs diff --git a/Yavsc.Server/Models/IUnit.cs b/Yavsc/Models/IUnit.cs similarity index 100% rename from Yavsc.Server/Models/IUnit.cs rename to Yavsc/Models/IUnit.cs diff --git a/Yavsc.Server/Models/Identity/ApplicationUser.cs b/Yavsc/Models/Identity/ApplicationUser.cs similarity index 100% rename from Yavsc.Server/Models/Identity/ApplicationUser.cs rename to Yavsc/Models/Identity/ApplicationUser.cs diff --git a/Yavsc.Server/Models/Identity/GoogleCloudMobileDeclaration.cs b/Yavsc/Models/Identity/GoogleCloudMobileDeclaration.cs similarity index 100% rename from Yavsc.Server/Models/Identity/GoogleCloudMobileDeclaration.cs rename to Yavsc/Models/Identity/GoogleCloudMobileDeclaration.cs diff --git a/Yavsc.Server/Models/Market/BaseProduct.cs b/Yavsc/Models/Market/BaseProduct.cs similarity index 100% rename from Yavsc.Server/Models/Market/BaseProduct.cs rename to Yavsc/Models/Market/BaseProduct.cs diff --git a/Yavsc.Server/Models/Market/Catalog.cs b/Yavsc/Models/Market/Catalog.cs similarity index 100% rename from Yavsc.Server/Models/Market/Catalog.cs rename to Yavsc/Models/Market/Catalog.cs diff --git a/Yavsc.Server/Models/Market/Money.cs b/Yavsc/Models/Market/Money.cs similarity index 100% rename from Yavsc.Server/Models/Market/Money.cs rename to Yavsc/Models/Market/Money.cs diff --git a/Yavsc.Server/Models/Market/Product.cs b/Yavsc/Models/Market/Product.cs similarity index 100% rename from Yavsc.Server/Models/Market/Product.cs rename to Yavsc/Models/Market/Product.cs diff --git a/Yavsc.Server/Models/Market/Service.cs b/Yavsc/Models/Market/Service.cs similarity index 100% rename from Yavsc.Server/Models/Market/Service.cs rename to Yavsc/Models/Market/Service.cs diff --git a/Yavsc.Server/Models/Messaging/Announce.cs b/Yavsc/Models/Messaging/Announce.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/Announce.cs rename to Yavsc/Models/Messaging/Announce.cs diff --git a/Yavsc.Server/Models/Messaging/BaseEvent.cs b/Yavsc/Models/Messaging/BaseEvent.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/BaseEvent.cs rename to Yavsc/Models/Messaging/BaseEvent.cs diff --git a/Yavsc.Server/Models/Messaging/CircleEvent.cs b/Yavsc/Models/Messaging/CircleEvent.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/CircleEvent.cs rename to Yavsc/Models/Messaging/CircleEvent.cs diff --git a/Yavsc.Server/Models/Messaging/DimissClicked.cs b/Yavsc/Models/Messaging/DimissClicked.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/DimissClicked.cs rename to Yavsc/Models/Messaging/DimissClicked.cs diff --git a/Yavsc.Server/Models/Messaging/EstimationEvent.cs b/Yavsc/Models/Messaging/EstimationEvent.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/EstimationEvent.cs rename to Yavsc/Models/Messaging/EstimationEvent.cs diff --git a/Yavsc.Server/Models/Messaging/Notification.cs b/Yavsc/Models/Messaging/Notification.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/Notification.cs rename to Yavsc/Models/Messaging/Notification.cs diff --git a/Yavsc.Server/Models/Messaging/ProviderClientInfo.cs b/Yavsc/Models/Messaging/ProviderClientInfo.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/ProviderClientInfo.cs rename to Yavsc/Models/Messaging/ProviderClientInfo.cs diff --git a/Yavsc.Server/Models/Messaging/RdvQueryEvent.cs b/Yavsc/Models/Messaging/RdvQueryEvent.cs similarity index 100% rename from Yavsc.Server/Models/Messaging/RdvQueryEvent.cs rename to Yavsc/Models/Messaging/RdvQueryEvent.cs diff --git a/Yavsc.Server/Models/Musical/Instrument.cs b/Yavsc/Models/Musical/Instrument.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Instrument.cs rename to Yavsc/Models/Musical/Instrument.cs diff --git a/Yavsc.Server/Models/Musical/InstrumentRating.cs b/Yavsc/Models/Musical/InstrumentRating.cs similarity index 100% rename from Yavsc.Server/Models/Musical/InstrumentRating.cs rename to Yavsc/Models/Musical/InstrumentRating.cs diff --git a/Yavsc.Server/Models/Musical/MusicalPreference.cs b/Yavsc/Models/Musical/MusicalPreference.cs similarity index 100% rename from Yavsc.Server/Models/Musical/MusicalPreference.cs rename to Yavsc/Models/Musical/MusicalPreference.cs diff --git a/Yavsc.Server/Models/Musical/MusicalTendency.cs b/Yavsc/Models/Musical/MusicalTendency.cs similarity index 100% rename from Yavsc.Server/Models/Musical/MusicalTendency.cs rename to Yavsc/Models/Musical/MusicalTendency.cs diff --git a/Yavsc.Server/Models/Musical/Profiles/DjPerformerProfile.cs b/Yavsc/Models/Musical/Profiles/DjPerformerProfile.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Profiles/DjPerformerProfile.cs rename to Yavsc/Models/Musical/Profiles/DjPerformerProfile.cs diff --git a/Yavsc.Server/Models/Musical/Profiles/DjSettings.cs b/Yavsc/Models/Musical/Profiles/DjSettings.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Profiles/DjSettings.cs rename to Yavsc/Models/Musical/Profiles/DjSettings.cs diff --git a/Yavsc.Server/Models/Musical/Profiles/FormationPerformerProfile.cs b/Yavsc/Models/Musical/Profiles/FormationPerformerProfile.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Profiles/FormationPerformerProfile.cs rename to Yavsc/Models/Musical/Profiles/FormationPerformerProfile.cs diff --git a/Yavsc.Server/Models/Musical/Profiles/GeneralSettings.cs b/Yavsc/Models/Musical/Profiles/GeneralSettings.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Profiles/GeneralSettings.cs rename to Yavsc/Models/Musical/Profiles/GeneralSettings.cs diff --git a/Yavsc.Server/Models/Musical/Profiles/Instrumentation.cs b/Yavsc/Models/Musical/Profiles/Instrumentation.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Profiles/Instrumentation.cs rename to Yavsc/Models/Musical/Profiles/Instrumentation.cs diff --git a/Yavsc.Server/Models/Musical/Profiles/MusicianPerformerProfile.cs b/Yavsc/Models/Musical/Profiles/MusicianPerformerProfile.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Profiles/MusicianPerformerProfile.cs rename to Yavsc/Models/Musical/Profiles/MusicianPerformerProfile.cs diff --git a/Yavsc.Server/Models/Musical/Profiles/StarPerformerProfile.cs b/Yavsc/Models/Musical/Profiles/StarPerformerProfile.cs similarity index 100% rename from Yavsc.Server/Models/Musical/Profiles/StarPerformerProfile.cs rename to Yavsc/Models/Musical/Profiles/StarPerformerProfile.cs diff --git a/Yavsc.Server/Models/Payment/PaypalPayment.cs b/Yavsc/Models/Payment/PaypalPayment.cs similarity index 100% rename from Yavsc.Server/Models/Payment/PaypalPayment.cs rename to Yavsc/Models/Payment/PaypalPayment.cs diff --git a/Yavsc.Server/Models/Relationship/Circle.cs b/Yavsc/Models/Relationship/Circle.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/Circle.cs rename to Yavsc/Models/Relationship/Circle.cs diff --git a/Yavsc.Server/Models/Relationship/CircleMember.cs b/Yavsc/Models/Relationship/CircleMember.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/CircleMember.cs rename to Yavsc/Models/Relationship/CircleMember.cs diff --git a/Yavsc.Server/Models/Relationship/Contact.cs b/Yavsc/Models/Relationship/Contact.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/Contact.cs rename to Yavsc/Models/Relationship/Contact.cs diff --git a/Yavsc.Server/Models/Relationship/HyperLink.cs b/Yavsc/Models/Relationship/HyperLink.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/HyperLink.cs rename to Yavsc/Models/Relationship/HyperLink.cs diff --git a/Yavsc.Server/Models/Relationship/Location.cs b/Yavsc/Models/Relationship/Location.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/Location.cs rename to Yavsc/Models/Relationship/Location.cs diff --git a/Yavsc/Models/Relationship/LocationType.cs b/Yavsc/Models/Relationship/LocationType.cs new file mode 100644 index 00000000..55da06a0 --- /dev/null +++ b/Yavsc/Models/Relationship/LocationType.cs @@ -0,0 +1,14 @@ +using System.ComponentModel.DataAnnotations; +using System.ComponentModel.DataAnnotations.Schema; + +namespace Yavsc.Models.Relationship +{ + public enum LocationKind + { + + PostalAddress, + LocationName, + City + + } +} \ No newline at end of file diff --git a/Yavsc.Server/Models/Relationship/PostalAddress.cs b/Yavsc/Models/Relationship/PostalAddress.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/PostalAddress.cs rename to Yavsc/Models/Relationship/PostalAddress.cs diff --git a/Yavsc.Server/Models/Relationship/Relation.cs b/Yavsc/Models/Relationship/Relation.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/Relation.cs rename to Yavsc/Models/Relationship/Relation.cs diff --git a/Yavsc.Server/Models/Relationship/ReletionKind.cs b/Yavsc/Models/Relationship/ReletionKind.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/ReletionKind.cs rename to Yavsc/Models/Relationship/ReletionKind.cs diff --git a/Yavsc.Server/Models/Relationship/Tag.cs b/Yavsc/Models/Relationship/Tag.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/Tag.cs rename to Yavsc/Models/Relationship/Tag.cs diff --git a/Yavsc.Server/Models/Workflow/Activity.cs b/Yavsc/Models/Workflow/Activity.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Activity.cs rename to Yavsc/Models/Workflow/Activity.cs diff --git a/Yavsc.Server/Models/Workflow/CoWorking.cs b/Yavsc/Models/Workflow/CoWorking.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/CoWorking.cs rename to Yavsc/Models/Workflow/CoWorking.cs diff --git a/Yavsc.Server/Models/Workflow/CommandForm.cs b/Yavsc/Models/Workflow/CommandForm.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/CommandForm.cs rename to Yavsc/Models/Workflow/CommandForm.cs diff --git a/Yavsc.Server/Models/Workflow/PerformerProfile.cs b/Yavsc/Models/Workflow/PerformerProfile.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/PerformerProfile.cs rename to Yavsc/Models/Workflow/PerformerProfile.cs diff --git a/Yavsc.Server/Models/Workflow/Process/Action.cs b/Yavsc/Models/Workflow/Process/Action.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Process/Action.cs rename to Yavsc/Models/Workflow/Process/Action.cs diff --git a/Yavsc.Server/Models/Workflow/Process/Conjonction.cs b/Yavsc/Models/Workflow/Process/Conjonction.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Process/Conjonction.cs rename to Yavsc/Models/Workflow/Process/Conjonction.cs diff --git a/Yavsc.Server/Models/Workflow/Process/Disjonction.cs b/Yavsc/Models/Workflow/Process/Disjonction.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Process/Disjonction.cs rename to Yavsc/Models/Workflow/Process/Disjonction.cs diff --git a/Yavsc.Server/Models/Workflow/Process/InputValue.cs b/Yavsc/Models/Workflow/Process/InputValue.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Process/InputValue.cs rename to Yavsc/Models/Workflow/Process/InputValue.cs diff --git a/Yavsc.Server/Models/Workflow/Process/NamedRequisition.cs b/Yavsc/Models/Workflow/Process/NamedRequisition.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Process/NamedRequisition.cs rename to Yavsc/Models/Workflow/Process/NamedRequisition.cs diff --git a/Yavsc.Server/Models/Workflow/Process/Negation.cs b/Yavsc/Models/Workflow/Process/Negation.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Process/Negation.cs rename to Yavsc/Models/Workflow/Process/Negation.cs diff --git a/Yavsc.Server/Models/Workflow/Process/Rule.cs b/Yavsc/Models/Workflow/Process/Rule.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Process/Rule.cs rename to Yavsc/Models/Workflow/Process/Rule.cs diff --git a/Yavsc.Server/Models/Workflow/Profiles/FormationSettings.cs b/Yavsc/Models/Workflow/Profiles/FormationSettings.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Profiles/FormationSettings.cs rename to Yavsc/Models/Workflow/Profiles/FormationSettings.cs diff --git a/Yavsc.Server/Models/Workflow/Projet.cs b/Yavsc/Models/Workflow/Projet.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Projet.cs rename to Yavsc/Models/Workflow/Projet.cs diff --git a/Yavsc.Server/Models/Workflow/RdvQuery.cs b/Yavsc/Models/Workflow/RdvQuery.cs similarity index 97% rename from Yavsc.Server/Models/Workflow/RdvQuery.cs rename to Yavsc/Models/Workflow/RdvQuery.cs index 6e7d62e8..84a63770 100644 --- a/Yavsc.Server/Models/Workflow/RdvQuery.cs +++ b/Yavsc/Models/Workflow/RdvQuery.cs @@ -33,7 +33,7 @@ namespace Yavsc.Models.Workflow set; } - public LocationType LocationType + public LocationKind LocationType { set; get; diff --git a/Yavsc.Server/Models/Workflow/RendezVous.cs b/Yavsc/Models/Workflow/RendezVous.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/RendezVous.cs rename to Yavsc/Models/Workflow/RendezVous.cs diff --git a/Yavsc.Server/Models/Workflow/Skill.cs b/Yavsc/Models/Workflow/Skill.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Skill.cs rename to Yavsc/Models/Workflow/Skill.cs diff --git a/Yavsc.Server/Models/Workflow/Specialization.cs b/Yavsc/Models/Workflow/Specialization.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/Specialization.cs rename to Yavsc/Models/Workflow/Specialization.cs diff --git a/Yavsc.Server/Models/Workflow/UserActivity.cs b/Yavsc/Models/Workflow/UserActivity.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/UserActivity.cs rename to Yavsc/Models/Workflow/UserActivity.cs diff --git a/Yavsc.Server/Models/Workflow/UserSkills.cs b/Yavsc/Models/Workflow/UserSkills.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/UserSkills.cs rename to Yavsc/Models/Workflow/UserSkills.cs diff --git a/Yavsc.Server/Models/Workflow/hr.cs b/Yavsc/Models/Workflow/hr.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/hr.cs rename to Yavsc/Models/Workflow/hr.cs diff --git a/Yavsc.Server/Models/Workflow/taskdeps.cs b/Yavsc/Models/Workflow/taskdeps.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/taskdeps.cs rename to Yavsc/Models/Workflow/taskdeps.cs diff --git a/Yavsc.Server/Models/Workflow/tasks.cs b/Yavsc/Models/Workflow/tasks.cs similarity index 100% rename from Yavsc.Server/Models/Workflow/tasks.cs rename to Yavsc/Models/Workflow/tasks.cs diff --git a/Yavsc.Server/Models/societe.com/CompanyInfo.cs b/Yavsc/Models/societe.com/CompanyInfo.cs similarity index 100% rename from Yavsc.Server/Models/societe.com/CompanyInfo.cs rename to Yavsc/Models/societe.com/CompanyInfo.cs diff --git a/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx b/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx index b2ceb6e7..3b2190b6 100644 --- a/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx +++ b/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx @@ -487,4 +487,7 @@ Facture prévue (non réglée): {5} {4} Facture réglée: {5} + +Recevoir la lettre mensuelle d'information + diff --git a/Yavsc.Server/Services/BillingService.cs b/Yavsc/Services/BillingService.cs similarity index 100% rename from Yavsc.Server/Services/BillingService.cs rename to Yavsc/Services/BillingService.cs diff --git a/Yavsc.Server/Services/GoogleApis/CalendarManager.cs b/Yavsc/Services/GoogleApis/CalendarManager.cs similarity index 100% rename from Yavsc.Server/Services/GoogleApis/CalendarManager.cs rename to Yavsc/Services/GoogleApis/CalendarManager.cs diff --git a/Yavsc.Server/Services/GoogleApis/MapTracks.cs b/Yavsc/Services/GoogleApis/MapTracks.cs similarity index 100% rename from Yavsc.Server/Services/GoogleApis/MapTracks.cs rename to Yavsc/Services/GoogleApis/MapTracks.cs diff --git a/Yavsc.Server/Services/GoogleApis/PeopleApi.cs b/Yavsc/Services/GoogleApis/PeopleApi.cs similarity index 100% rename from Yavsc.Server/Services/GoogleApis/PeopleApi.cs rename to Yavsc/Services/GoogleApis/PeopleApi.cs diff --git a/Yavsc.Server/Services/IBankInterface.cs b/Yavsc/Services/IBankInterface.cs similarity index 100% rename from Yavsc.Server/Services/IBankInterface.cs rename to Yavsc/Services/IBankInterface.cs diff --git a/Yavsc.Server/Services/IBillingService.cs b/Yavsc/Services/IBillingService.cs similarity index 100% rename from Yavsc.Server/Services/IBillingService.cs rename to Yavsc/Services/IBillingService.cs diff --git a/Yavsc.Server/Services/ICalendarManager.cs b/Yavsc/Services/ICalendarManager.cs similarity index 100% rename from Yavsc.Server/Services/ICalendarManager.cs rename to Yavsc/Services/ICalendarManager.cs diff --git a/Yavsc.Server/Services/IEmailSender.cs b/Yavsc/Services/IEmailSender.cs similarity index 100% rename from Yavsc.Server/Services/IEmailSender.cs rename to Yavsc/Services/IEmailSender.cs diff --git a/Yavsc.Server/Services/IGoogleCloudMessageSender.cs b/Yavsc/Services/IGoogleCloudMessageSender.cs similarity index 100% rename from Yavsc.Server/Services/IGoogleCloudMessageSender.cs rename to Yavsc/Services/IGoogleCloudMessageSender.cs diff --git a/Yavsc.Server/Services/ISmsSender.cs b/Yavsc/Services/ISmsSender.cs similarity index 100% rename from Yavsc.Server/Services/ISmsSender.cs rename to Yavsc/Services/ISmsSender.cs diff --git a/Yavsc.Server/Services/MessageServices.cs b/Yavsc/Services/MessageServices.cs similarity index 100% rename from Yavsc.Server/Services/MessageServices.cs rename to Yavsc/Services/MessageServices.cs diff --git a/Yavsc.Server/Services/SIRENCheker.cs b/Yavsc/Services/SIRENCheker.cs similarity index 100% rename from Yavsc.Server/Services/SIRENCheker.cs rename to Yavsc/Services/SIRENCheker.cs diff --git a/Yavsc.Server/Settings/CompanyInfoSettings.cs b/Yavsc/Settings/CompanyInfoSettings.cs similarity index 100% rename from Yavsc.Server/Settings/CompanyInfoSettings.cs rename to Yavsc/Settings/CompanyInfoSettings.cs diff --git a/Yavsc.Server/Settings/EmailEntry.cs b/Yavsc/Settings/EmailEntry.cs similarity index 100% rename from Yavsc.Server/Settings/EmailEntry.cs rename to Yavsc/Settings/EmailEntry.cs diff --git a/Yavsc.Server/Settings/GoogleAuthSettings.cs b/Yavsc/Settings/GoogleAuthSettings.cs similarity index 100% rename from Yavsc.Server/Settings/GoogleAuthSettings.cs rename to Yavsc/Settings/GoogleAuthSettings.cs diff --git a/Yavsc.Server/Settings/OAuth2AppSettings.cs b/Yavsc/Settings/OAuth2AppSettings.cs similarity index 100% rename from Yavsc.Server/Settings/OAuth2AppSettings.cs rename to Yavsc/Settings/OAuth2AppSettings.cs diff --git a/Yavsc.Server/Settings/PayPalSettings.cs b/Yavsc/Settings/PayPalSettings.cs similarity index 100% rename from Yavsc.Server/Settings/PayPalSettings.cs rename to Yavsc/Settings/PayPalSettings.cs diff --git a/Yavsc.Server/Settings/SiteSettings.cs b/Yavsc/Settings/SiteSettings.cs similarity index 100% rename from Yavsc.Server/Settings/SiteSettings.cs rename to Yavsc/Settings/SiteSettings.cs diff --git a/Yavsc.Server/Settings/SmtpSettings.cs b/Yavsc/Settings/SmtpSettings.cs similarity index 100% rename from Yavsc.Server/Settings/SmtpSettings.cs rename to Yavsc/Settings/SmtpSettings.cs diff --git a/Yavsc.Server/Settings/ThirdPartyFiles.cs b/Yavsc/Settings/ThirdPartyFiles.cs similarity index 100% rename from Yavsc.Server/Settings/ThirdPartyFiles.cs rename to Yavsc/Settings/ThirdPartyFiles.cs diff --git a/Yavsc.Server/Settings/TwilioSettings.cs b/Yavsc/Settings/TwilioSettings.cs similarity index 100% rename from Yavsc.Server/Settings/TwilioSettings.cs rename to Yavsc/Settings/TwilioSettings.cs diff --git a/Yavsc/Startup/Startup.cs b/Yavsc/Startup/Startup.cs index db38c216..75d0f37e 100755 --- a/Yavsc/Startup/Startup.cs +++ b/Yavsc/Startup/Startup.cs @@ -77,9 +77,7 @@ namespace Yavsc var auth = Configuration["Site:Authority"]; var cxstr = Configuration["Data:DefaultConnection:ConnectionString"]; DbHelpers.ConnectionString = cxstr; - - Console.WriteLine($"# {auth} ConnectionString: {cxstr}"); - + } public static GoogleAuthSettings GoogleSettings { get; set; } public IConfigurationRoot Configuration { get; set; } diff --git a/Yavsc.Server/Templates/UserOrientedTemplate.cs b/Yavsc/Templates/UserOrientedTemplate.cs similarity index 100% rename from Yavsc.Server/Templates/UserOrientedTemplate.cs rename to Yavsc/Templates/UserOrientedTemplate.cs diff --git a/Yavsc.Server/ViewModels/Account/ChangePasswordBindingModel.cs b/Yavsc/ViewModels/Account/ChangePasswordBindingModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/ChangePasswordBindingModel.cs rename to Yavsc/ViewModels/Account/ChangePasswordBindingModel.cs diff --git a/Yavsc.Server/ViewModels/Account/ExternalLoginConfirmationViewModel.cs b/Yavsc/ViewModels/Account/ExternalLoginConfirmationViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/ExternalLoginConfirmationViewModel.cs rename to Yavsc/ViewModels/Account/ExternalLoginConfirmationViewModel.cs diff --git a/Yavsc.Server/ViewModels/Account/ForgotPasswordViewModel.cs b/Yavsc/ViewModels/Account/ForgotPasswordViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/ForgotPasswordViewModel.cs rename to Yavsc/ViewModels/Account/ForgotPasswordViewModel.cs diff --git a/Yavsc.Server/ViewModels/Account/LoginViewModel.cs b/Yavsc/ViewModels/Account/LoginViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/LoginViewModel.cs rename to Yavsc/ViewModels/Account/LoginViewModel.cs diff --git a/Yavsc.Server/ViewModels/Account/Me.cs b/Yavsc/ViewModels/Account/Me.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/Me.cs rename to Yavsc/ViewModels/Account/Me.cs diff --git a/Yavsc.Server/ViewModels/Account/RegisterViewModel.cs b/Yavsc/ViewModels/Account/RegisterViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/RegisterViewModel.cs rename to Yavsc/ViewModels/Account/RegisterViewModel.cs diff --git a/Yavsc.Server/ViewModels/Account/ResetPasswordViewModel.cs b/Yavsc/ViewModels/Account/ResetPasswordViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/ResetPasswordViewModel.cs rename to Yavsc/ViewModels/Account/ResetPasswordViewModel.cs diff --git a/Yavsc.Server/ViewModels/Account/SendCodeViewModel.cs b/Yavsc/ViewModels/Account/SendCodeViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/SendCodeViewModel.cs rename to Yavsc/ViewModels/Account/SendCodeViewModel.cs diff --git a/Yavsc.Server/ViewModels/Account/ShortUserInfo.cs b/Yavsc/ViewModels/Account/ShortUserInfo.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/ShortUserInfo.cs rename to Yavsc/ViewModels/Account/ShortUserInfo.cs diff --git a/Yavsc.Server/ViewModels/Account/UnregisterViewModel.cs b/Yavsc/ViewModels/Account/UnregisterViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/UnregisterViewModel.cs rename to Yavsc/ViewModels/Account/UnregisterViewModel.cs diff --git a/Yavsc.Server/ViewModels/Account/VerifyCodeViewModel.cs b/Yavsc/ViewModels/Account/VerifyCodeViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Account/VerifyCodeViewModel.cs rename to Yavsc/ViewModels/Account/VerifyCodeViewModel.cs diff --git a/Yavsc.Server/ViewModels/Administration/AdminViewModel.cs b/Yavsc/ViewModels/Administration/AdminViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Administration/AdminViewModel.cs rename to Yavsc/ViewModels/Administration/AdminViewModel.cs diff --git a/Yavsc.Server/ViewModels/Administration/RoleInfo.cs b/Yavsc/ViewModels/Administration/RoleInfo.cs similarity index 100% rename from Yavsc.Server/ViewModels/Administration/RoleInfo.cs rename to Yavsc/ViewModels/Administration/RoleInfo.cs diff --git a/Yavsc.Server/ViewModels/Administration/RoleUserCollection.cs b/Yavsc/ViewModels/Administration/RoleUserCollection.cs similarity index 100% rename from Yavsc.Server/ViewModels/Administration/RoleUserCollection.cs rename to Yavsc/ViewModels/Administration/RoleUserCollection.cs diff --git a/Yavsc.Server/ViewModels/Auth/AuthorisationView.cs b/Yavsc/ViewModels/Auth/AuthorisationView.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/AuthorisationView.cs rename to Yavsc/ViewModels/Auth/AuthorisationView.cs diff --git a/Yavsc.Server/ViewModels/Auth/ClaimTypes.cs b/Yavsc/ViewModels/Auth/ClaimTypes.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/ClaimTypes.cs rename to Yavsc/ViewModels/Auth/ClaimTypes.cs diff --git a/Yavsc.Server/ViewModels/Auth/EditRequirement.cs b/Yavsc/ViewModels/Auth/EditRequirement.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/EditRequirement.cs rename to Yavsc/ViewModels/Auth/EditRequirement.cs diff --git a/Yavsc.Server/ViewModels/Auth/FileSpotInfo.cs b/Yavsc/ViewModels/Auth/FileSpotInfo.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/FileSpotInfo.cs rename to Yavsc/ViewModels/Auth/FileSpotInfo.cs diff --git a/Yavsc.Server/ViewModels/Auth/ModerationRequirement.cs b/Yavsc/ViewModels/Auth/ModerationRequirement.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/ModerationRequirement.cs rename to Yavsc/ViewModels/Auth/ModerationRequirement.cs diff --git a/Yavsc.Server/ViewModels/Auth/PrivateChatEntryRequirement.cs b/Yavsc/ViewModels/Auth/PrivateChatEntryRequirement.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/PrivateChatEntryRequirement.cs rename to Yavsc/ViewModels/Auth/PrivateChatEntryRequirement.cs diff --git a/Yavsc.Server/ViewModels/Auth/ViewFileContext.cs b/Yavsc/ViewModels/Auth/ViewFileContext.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/ViewFileContext.cs rename to Yavsc/ViewModels/Auth/ViewFileContext.cs diff --git a/Yavsc.Server/ViewModels/Auth/ViewRequirement.cs b/Yavsc/ViewModels/Auth/ViewRequirement.cs similarity index 100% rename from Yavsc.Server/ViewModels/Auth/ViewRequirement.cs rename to Yavsc/ViewModels/Auth/ViewRequirement.cs diff --git a/Yavsc.Server/ViewModels/BasketView.cs b/Yavsc/ViewModels/BasketView.cs similarity index 100% rename from Yavsc.Server/ViewModels/BasketView.cs rename to Yavsc/ViewModels/BasketView.cs diff --git a/Yavsc.Server/ViewModels/Blogspot/BlogIndexKey.cs b/Yavsc/ViewModels/Blogspot/BlogIndexKey.cs similarity index 100% rename from Yavsc.Server/ViewModels/Blogspot/BlogIndexKey.cs rename to Yavsc/ViewModels/Blogspot/BlogIndexKey.cs diff --git a/Yavsc.Server/ViewModels/Calendar/DateTimeChooserViewModel.cs b/Yavsc/ViewModels/Calendar/DateTimeChooserViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Calendar/DateTimeChooserViewModel.cs rename to Yavsc/ViewModels/Calendar/DateTimeChooserViewModel.cs diff --git a/Yavsc.Server/ViewModels/Calendar/SetGoogleCalendarViewModel.cs b/Yavsc/ViewModels/Calendar/SetGoogleCalendarViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Calendar/SetGoogleCalendarViewModel.cs rename to Yavsc/ViewModels/Calendar/SetGoogleCalendarViewModel.cs diff --git a/Yavsc.Server/ViewModels/Calendar/UpcomingEventsViewModel.cs b/Yavsc/ViewModels/Calendar/UpcomingEventsViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Calendar/UpcomingEventsViewModel.cs rename to Yavsc/ViewModels/Calendar/UpcomingEventsViewModel.cs diff --git a/Yavsc.Server/ViewModels/Chat/ChatUserInfo.cs b/Yavsc/ViewModels/Chat/ChatUserInfo.cs similarity index 100% rename from Yavsc.Server/ViewModels/Chat/ChatUserInfo.cs rename to Yavsc/ViewModels/Chat/ChatUserInfo.cs diff --git a/Yavsc.Server/ViewModels/Controls/AjaxCheckBoxInfo.cs b/Yavsc/ViewModels/Controls/AjaxCheckBoxInfo.cs similarity index 100% rename from Yavsc.Server/ViewModels/Controls/AjaxCheckBoxInfo.cs rename to Yavsc/ViewModels/Controls/AjaxCheckBoxInfo.cs diff --git a/Yavsc.Server/ViewModels/FrontOffice/FrontOfficeIndexViewModel.cs b/Yavsc/ViewModels/FrontOffice/FrontOfficeIndexViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/FrontOffice/FrontOfficeIndexViewModel.cs rename to Yavsc/ViewModels/FrontOffice/FrontOfficeIndexViewModel.cs diff --git a/Yavsc.Server/ViewModels/Gen/PdfGenerationViewModel.cs b/Yavsc/ViewModels/Gen/PdfGenerationViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Gen/PdfGenerationViewModel.cs rename to Yavsc/ViewModels/Gen/PdfGenerationViewModel.cs diff --git a/Yavsc.Server/ViewModels/Haircut/HaircutAdminViewModel.cs b/Yavsc/ViewModels/Haircut/HaircutAdminViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Haircut/HaircutAdminViewModel.cs rename to Yavsc/ViewModels/Haircut/HaircutAdminViewModel.cs diff --git a/Yavsc.Server/ViewModels/Haircut/HaircutClientView.cs b/Yavsc/ViewModels/Haircut/HaircutClientView.cs similarity index 100% rename from Yavsc.Server/ViewModels/Haircut/HaircutClientView.cs rename to Yavsc/ViewModels/Haircut/HaircutClientView.cs diff --git a/Yavsc.Server/ViewModels/Haircut/HaircutProviderView.cs b/Yavsc/ViewModels/Haircut/HaircutProviderView.cs similarity index 100% rename from Yavsc.Server/ViewModels/Haircut/HaircutProviderView.cs rename to Yavsc/ViewModels/Haircut/HaircutProviderView.cs diff --git a/Yavsc.Server/ViewModels/Manage/AddPhoneNumberViewModel.cs b/Yavsc/ViewModels/Manage/AddPhoneNumberViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/AddPhoneNumberViewModel.cs rename to Yavsc/ViewModels/Manage/AddPhoneNumberViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/ChangePasswordViewModel.cs b/Yavsc/ViewModels/Manage/ChangePasswordViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/ChangePasswordViewModel.cs rename to Yavsc/ViewModels/Manage/ChangePasswordViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/ChangeUserNameViewModel.cs b/Yavsc/ViewModels/Manage/ChangeUserNameViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/ChangeUserNameViewModel.cs rename to Yavsc/ViewModels/Manage/ChangeUserNameViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/ConfigureTwoFactorViewModel.cs b/Yavsc/ViewModels/Manage/ConfigureTwoFactorViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/ConfigureTwoFactorViewModel.cs rename to Yavsc/ViewModels/Manage/ConfigureTwoFactorViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/DoDirectCreditViewModel.cs b/Yavsc/ViewModels/Manage/DoDirectCreditViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/DoDirectCreditViewModel.cs rename to Yavsc/ViewModels/Manage/DoDirectCreditViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/FactorViewModel.cs b/Yavsc/ViewModels/Manage/FactorViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/FactorViewModel.cs rename to Yavsc/ViewModels/Manage/FactorViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/IndexViewModel.cs b/Yavsc/ViewModels/Manage/IndexViewModel.cs similarity index 96% rename from Yavsc.Server/ViewModels/Manage/IndexViewModel.cs rename to Yavsc/ViewModels/Manage/IndexViewModel.cs index cf08b8b3..4b4a2060 100644 --- a/Yavsc.Server/ViewModels/Manage/IndexViewModel.cs +++ b/Yavsc/ViewModels/Manage/IndexViewModel.cs @@ -49,6 +49,7 @@ namespace Yavsc.ViewModels.Manage public string EMail { get; set; } public bool EmailConfirmed { get; set; } + public bool AllowMonthlyEmail { get; set; } } } diff --git a/Yavsc.Server/ViewModels/Manage/ManageLoginsViewModel.cs b/Yavsc/ViewModels/Manage/ManageLoginsViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/ManageLoginsViewModel.cs rename to Yavsc/ViewModels/Manage/ManageLoginsViewModel.cs diff --git a/Yavsc/ViewModels/Manage/ProfileEMailUsageViewModel.cs b/Yavsc/ViewModels/Manage/ProfileEMailUsageViewModel.cs new file mode 100644 index 00000000..e03a6c6f --- /dev/null +++ b/Yavsc/ViewModels/Manage/ProfileEMailUsageViewModel.cs @@ -0,0 +1,18 @@ +using Yavsc.Models; + +namespace Yavsc.ViewModels.Manage +{ + public class ProfileEMailUsageViewModel + { + public bool Allow { get; set; } + + public ProfileEMailUsageViewModel() + { + + } + public ProfileEMailUsageViewModel(ApplicationUser user=null) + { + Allow = user.AllowMonthlyEmail; + } + } +} \ No newline at end of file diff --git a/Yavsc.Server/ViewModels/Manage/RemoveLoginViewModel.cs b/Yavsc/ViewModels/Manage/RemoveLoginViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/RemoveLoginViewModel.cs rename to Yavsc/ViewModels/Manage/RemoveLoginViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/SetActivityViewModel.cs b/Yavsc/ViewModels/Manage/SetActivityViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/SetActivityViewModel.cs rename to Yavsc/ViewModels/Manage/SetActivityViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/SetAddressViewModel.cs b/Yavsc/ViewModels/Manage/SetAddressViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/SetAddressViewModel.cs rename to Yavsc/ViewModels/Manage/SetAddressViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/SetPasswordViewModel.cs b/Yavsc/ViewModels/Manage/SetPasswordViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/SetPasswordViewModel.cs rename to Yavsc/ViewModels/Manage/SetPasswordViewModel.cs diff --git a/Yavsc.Server/ViewModels/Manage/VerifyPhoneNumberViewModel.cs b/Yavsc/ViewModels/Manage/VerifyPhoneNumberViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Manage/VerifyPhoneNumberViewModel.cs rename to Yavsc/ViewModels/Manage/VerifyPhoneNumberViewModel.cs diff --git a/Yavsc.Server/ViewModels/OutputFormat.cs b/Yavsc/ViewModels/OutputFormat.cs similarity index 100% rename from Yavsc.Server/ViewModels/OutputFormat.cs rename to Yavsc/ViewModels/OutputFormat.cs diff --git a/Yavsc.Server/ViewModels/PayPal/PaymentInfo.cs b/Yavsc/ViewModels/PayPal/PaymentInfo.cs similarity index 100% rename from Yavsc.Server/ViewModels/PayPal/PaymentInfo.cs rename to Yavsc/ViewModels/PayPal/PaymentInfo.cs diff --git a/Yavsc.Server/ViewModels/Relationship/CirclesViewModel.cs b/Yavsc/ViewModels/Relationship/CirclesViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Relationship/CirclesViewModel.cs rename to Yavsc/ViewModels/Relationship/CirclesViewModel.cs diff --git a/Yavsc.Server/ViewModels/Test/CalendarViewModel.cs b/Yavsc/ViewModels/Test/CalendarViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Test/CalendarViewModel.cs rename to Yavsc/ViewModels/Test/CalendarViewModel.cs diff --git a/Yavsc.Server/ViewModels/Workflow/EstimateEdition.cs b/Yavsc/ViewModels/Workflow/EstimateEdition.cs similarity index 100% rename from Yavsc.Server/ViewModels/Workflow/EstimateEdition.cs rename to Yavsc/ViewModels/Workflow/EstimateEdition.cs diff --git a/Yavsc.Server/ViewModels/Workflow/UserActivityViewModel.cs b/Yavsc/ViewModels/Workflow/UserActivityViewModel.cs similarity index 100% rename from Yavsc.Server/ViewModels/Workflow/UserActivityViewModel.cs rename to Yavsc/ViewModels/Workflow/UserActivityViewModel.cs diff --git a/Yavsc/Views/LocationTypes/Create.cshtml b/Yavsc/Views/LocationTypes/Create.cshtml deleted file mode 100644 index 8694e7c2..00000000 --- a/Yavsc/Views/LocationTypes/Create.cshtml +++ /dev/null @@ -1,32 +0,0 @@ -@model LocationType - -@{ - ViewData["Title"] = "Create"; -} - -

Create

- -
-
-

LocationType

-
-
-
- -
- - -
-
-
-
- -
-
-
-
- - - diff --git a/Yavsc/Views/LocationTypes/Delete.cshtml b/Yavsc/Views/LocationTypes/Delete.cshtml deleted file mode 100644 index 791ec29d..00000000 --- a/Yavsc/Views/LocationTypes/Delete.cshtml +++ /dev/null @@ -1,28 +0,0 @@ -@model LocationType - -@{ - ViewData["Title"] = "Delete"; -} - -

Delete

- -

Are you sure you want to delete this?

-
-

LocationType

-
-
-
- @Html.DisplayNameFor(model => model.Name) -
-
- @Html.DisplayFor(model => model.Name) -
-
- -
-
- | - Back to List -
-
-
diff --git a/Yavsc/Views/LocationTypes/Details.cshtml b/Yavsc/Views/LocationTypes/Details.cshtml deleted file mode 100644 index a6eb44a7..00000000 --- a/Yavsc/Views/LocationTypes/Details.cshtml +++ /dev/null @@ -1,24 +0,0 @@ -@model LocationType - -@{ - ViewData["Title"] = "Details"; -} - -

Details

- -
-

LocationType

-
-
-
- @Html.DisplayNameFor(model => model.Name) -
-
- @Html.DisplayFor(model => model.Name) -
-
-
-

- Edit | - Back to List -

diff --git a/Yavsc/Views/LocationTypes/Edit.cshtml b/Yavsc/Views/LocationTypes/Edit.cshtml deleted file mode 100644 index 386dc137..00000000 --- a/Yavsc/Views/LocationTypes/Edit.cshtml +++ /dev/null @@ -1,33 +0,0 @@ -@model LocationType - -@{ - ViewData["Title"] = "Edit"; -} - -

Edit

- -
-
-

LocationType

-
-
- -
- -
- - -
-
-
-
- -
-
-
-
- - - diff --git a/Yavsc/Views/LocationTypes/Index.cshtml b/Yavsc/Views/LocationTypes/Index.cshtml deleted file mode 100644 index 2ddcbd0c..00000000 --- a/Yavsc/Views/LocationTypes/Index.cshtml +++ /dev/null @@ -1,32 +0,0 @@ -@model IEnumerable - -@{ - ViewData["Title"] = "Index"; -} - -

Index

- -

- Create New -

- - - - - - -@foreach (var item in Model) { - - - - -} -
- @Html.DisplayNameFor(model => model.Name) -
- @Html.DisplayFor(modelItem => item.Name) - - Edit | - Details | - Delete -
diff --git a/Yavsc/Views/Manage/Index.cshtml b/Yavsc/Views/Manage/Index.cshtml index ffd1769b..3cf3b5ea 100755 --- a/Yavsc/Views/Manage/Index.cshtml +++ b/Yavsc/Views/Manage/Index.cshtml @@ -35,6 +35,14 @@ } +
+
@SR["AllowMonthlyEmail"]:
+
+ @Html.DisplayFor(m=>m.AllowMonthlyEmail) [modifier] + +
+ + @if (Model.Roles.Count()>0) {
@SR["Roles"]:
diff --git a/Yavsc/Views/Manage/ProfileEMailUsage.cshtml b/Yavsc/Views/Manage/ProfileEMailUsage.cshtml new file mode 100644 index 00000000..233e69b5 --- /dev/null +++ b/Yavsc/Views/Manage/ProfileEMailUsage.cshtml @@ -0,0 +1,29 @@ +@model Yavsc.ViewModels.Manage.ProfileEMailUsageViewModel + + + +
+ +
+
+
+ + +
+
+
+ +
+
+ +
+
+ +
+ + + + + diff --git a/Yavsc/project.json b/Yavsc/project.json index 6cc1dbad..fc050480 100755 --- a/Yavsc/project.json +++ b/Yavsc/project.json @@ -125,12 +125,6 @@ "Microsoft.Extensions.CodeGeneration": "1.0.0-rc1-final", "Microsoft.Extensions.CodeGenerators.Mvc": "1.0.0-rc1-final", "System.Json": "4.0.20126.16343", - "Yavsc.Abstract": { - "type": "default" - }, - "Yavsc.Server": { - "type": "default" - }, "OAuth.AspNet.Token": { "type": "build" }, @@ -140,7 +134,9 @@ "PayPalMerchant-net451": { "version": "2.7.109" }, - "Gapi.net45": "1.0.0" + "Gapi.net45": "1.0.0", + "Yavsc.Abstract": {}, + "Yavsc.Server": {} }, "commands": { "web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000", diff --git a/rc-num.txt b/rc-num.txt index 46bd236c..f7754fc8 100644 --- a/rc-num.txt +++ b/rc-num.txt @@ -1 +1,2 @@ -18-alpha1 +19 + diff --git a/yaxwtui/MainWindow.cs b/yaxwtui/MainWindow.cs index f1082e64..77b22740 100644 --- a/yaxwtui/MainWindow.cs +++ b/yaxwtui/MainWindow.cs @@ -21,7 +21,7 @@ namespace yaxwtui file.SubMenu.Items.Add (mi); menu.Items.Add (file); MainMenu = menu; - + var sampleLabel = new Label ("yaxwtui"); Content = sampleLabel; } diff --git a/yaxwtui/yaxwtui.csproj b/yaxwtui/yaxwtui.csproj index 34407739..543631f9 100644 --- a/yaxwtui/yaxwtui.csproj +++ b/yaxwtui/yaxwtui.csproj @@ -41,4 +41,8 @@ - \ No newline at end of file + + + + +