diff --git a/.gitignore b/.gitignore index 2aa0027..9c20077 100644 --- a/.gitignore +++ b/.gitignore @@ -80,8 +80,737 @@ dist # This .gitignore file was automatically created by Microsoft(R) Visual Studio. ################################################################################ -/ServerLessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml.user -/ServerLessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml -/ServerLessLibrary/appsettings.json -/ServerLessLibraryFunctionApp/Properties/PublishProfiles/SLFunctionAppTest - Web Deploy.pubxml +/ServerlessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml.user +/ServerlessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml +/ServerlessLibrary/appsettings.json +/ServerlessLibraryFunctionApp/Properties/PublishProfiles/SLFunctionAppTest - Web Deploy.pubxml /.vs + + +# Created by https://www.gitignore.io/api/aspnetcore,visualstudio + +### ASPNETCore ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +project.fragment.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/ + +### VisualStudio ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files + +# User-specific files (MonoDevelop/Xamarin Studio) + +# Build results + +# Visual Studio 2015/2017 cache/options directory +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results + +# NUNIT + +# Build Results of an ATL Project + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_h.h +*.iobj +*.ipdb + +# Chutzpah Test files + +# Visual C++ cache files + +# Visual Studio profiler + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace + +# Guidance Automation Toolkit + +# ReSharper is a .NET coding add-in + +# JustCode is a .NET coding add-in + +# TeamCity is a build add-in + +# DotCover is a Code Coverage Tool + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results + +# NCrunch + +# MightyMoose + +# Web workbench (sass) + +# Installshield output folder + +# DocProject is a documentation generator add-in + +# Click-Once directory + +# Publish Web Output +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted + +# NuGet Packages +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files + +# Microsoft Azure Build Output + +# Microsoft Azure Emulator + +# Windows Store app package directories and files +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +# but keep track of directories ending in .cache + +# Others + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.ndf + +# Business Intelligence projects +*.rptproj.rsuser + +# Microsoft Fakes + +# GhostDoc plugin setting file + +# Node.js Tools for Visual Studio + +# Visual Studio 6 build log + +# Visual Studio 6 workspace options file + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output + +# Paket dependency manager + +# FAKE - F# Make + +# JetBrains Rider + +# CodeRush + +# Python Tools for Visual Studio (PTVS) + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + + +# End of https://www.gitignore.io/api/aspnetcore,visualstudio + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# Azure Functions localsettings file +local.settings.json + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +project.fragment.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +#*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc \ No newline at end of file diff --git a/ServerLessLibrary.sln b/ServerLessLibrary.sln index 1c3348e..3c7d57b 100644 --- a/ServerLessLibrary.sln +++ b/ServerLessLibrary.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27428.2037 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerLessLibraryFunctionApp", "ServerLessLibraryFunctionApp\ServerLessLibraryFunctionApp.csproj", "{95E9DC49-8B38-4D2C-95AD-1BD261A1CBF0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessLibraryFunctionApp", "ServerlessLibraryFunctionApp\ServerlessLibraryFunctionApp.csproj", "{95E9DC49-8B38-4D2C-95AD-1BD261A1CBF0}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerLessLibraryAPI", "ServerLessLibraryAPI\ServerLessLibraryAPI.csproj", "{9DB5E7FD-1720-4FEC-B6BF-E91BCA659A54}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessLibraryAPI", "ServerlessLibraryAPI\ServerlessLibraryAPI.csproj", "{9DB5E7FD-1720-4FEC-B6BF-E91BCA659A54}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.cache b/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.cache deleted file mode 100644 index 5beea19..0000000 --- a/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.cache +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": 1, - "dgSpecHash": "dJrsUDPIze7olLjikMVon38ZUjJfY+VBSL0Si9tmQrW/y3N9QW9vTa9YW/c+Rl5aWBF+btqTCfar2rMOV0nLPg==", - "success": true -} \ No newline at end of file diff --git a/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.g.props b/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.g.props deleted file mode 100644 index 9cecf26..0000000 --- a/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\fashaikh\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 4.7.0 - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.g.targets b/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.g.targets deleted file mode 100644 index 53cfaa1..0000000 --- a/ServerLessLibrary/obj/ServerLessLibrary.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/ServerLessLibrary/obj/project.assets.json b/ServerLessLibrary/obj/project.assets.json deleted file mode 100644 index e3149e3..0000000 --- a/ServerLessLibrary/obj/project.assets.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETCoreApp,Version=v2.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - ".NETCoreApp,Version=v2.0": [] - }, - "packageFolders": { - "C:\\Users\\fashaikh\\.nuget\\packages\\": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Repos\\ServerLessLibrary\\ServerLessLibrary\\ServerLessLibrary.csproj", - "projectName": "ServerLessLibrary", - "projectPath": "C:\\Repos\\ServerLessLibrary\\ServerLessLibrary\\ServerLessLibrary.csproj", - "packagesPath": "C:\\Users\\fashaikh\\.nuget\\packages\\", - "outputPath": "C:\\Repos\\ServerLessLibrary\\ServerLessLibrary\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\fashaikh\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "netcoreapp2.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "netcoreapp2.0": { - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "netcoreapp2.0": { - "imports": [ - "net461" - ], - "assetTargetFallback": true, - "warn": true - } - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/CacheService.cs b/ServerLessLibraryAPI/CacheService.cs index dcc8921..c85e003 100644 --- a/ServerLessLibraryAPI/CacheService.cs +++ b/ServerLessLibraryAPI/CacheService.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Threading; using System.Threading.Tasks; -namespace ServerLessLibrary +namespace ServerlessLibrary { public interface ICacheService { List GetCachedItems(); @@ -26,9 +26,9 @@ namespace ServerLessLibrary } private void InitTimer() { - _cache.Set(ServerLessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = new List(), IsBusy = true }); + _cache.Set(ServerlessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = new List(), IsBusy = true }); - Timer = new Timer(TimerTickAsync, null, 1000, ServerLessLibrarySettings.SLCacheRefreshIntervalInSeconds * 1000); + Timer = new Timer(TimerTickAsync, null, 1000, ServerlessLibrarySettings.SLCacheRefreshIntervalInSeconds * 1000); } public Task LoadingTask = Task.CompletedTask; @@ -36,7 +36,7 @@ namespace ServerLessLibrary public bool LoadingBusy = false; public List GetCachedItems() { - return _cache.Get(ServerLessLibrarySettings.CACHE_ENTRY).Result; + return _cache.Get(ServerlessLibrarySettings.CACHE_ENTRY).Result; } private async void TimerTickAsync(object state) { @@ -61,7 +61,7 @@ namespace ServerLessLibrary try { var items = await ConstructCache(); - _cache.Set(ServerLessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = items, IsBusy = false }); + _cache.Set(ServerlessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = items, IsBusy = false }); } catch { } } diff --git a/ServerLessLibraryAPI/LibraryController.cs b/ServerLessLibraryAPI/LibraryController.cs index b621440..51960f3 100644 --- a/ServerLessLibraryAPI/LibraryController.cs +++ b/ServerLessLibraryAPI/LibraryController.cs @@ -12,7 +12,7 @@ using System.Net; // For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -namespace ServerLessLibrary +namespace ServerlessLibrary { [Produces("application/json")] [Route("api/[controller]")] diff --git a/ServerLessLibraryAPI/LibraryItem.cs b/ServerLessLibraryAPI/LibraryItem.cs index a4110ee..8b47ef0 100644 --- a/ServerLessLibraryAPI/LibraryItem.cs +++ b/ServerLessLibraryAPI/LibraryItem.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -namespace ServerLessLibrary +namespace ServerlessLibrary { public class LibraryItem { diff --git a/ServerLessLibraryAPI/Program.cs b/ServerLessLibraryAPI/Program.cs index a44b34f..ce80725 100644 --- a/ServerLessLibraryAPI/Program.cs +++ b/ServerLessLibraryAPI/Program.cs @@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; -namespace ServerLessLibrary +namespace ServerlessLibrary { public class Program { diff --git a/ServerLessLibraryAPI/Properties/PublishProfiles/FolderProfile.pubxml b/ServerLessLibraryAPI/Properties/PublishProfiles/FolderProfile.pubxml deleted file mode 100644 index b7352ae..0000000 --- a/ServerLessLibraryAPI/Properties/PublishProfiles/FolderProfile.pubxml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - FileSystem - FileSystem - Release - Any CPU - - True - False - 7b72620e-cf16-45f6-84cf-2fc4ab8bdaf7 - bin\Release\netcoreapp2.0\publish\ - False - - \ No newline at end of file diff --git a/ServerLessLibraryAPI/Properties/PublishProfiles/FolderProfile.pubxml.user b/ServerLessLibraryAPI/Properties/PublishProfiles/FolderProfile.pubxml.user deleted file mode 100644 index b2140bc..0000000 --- a/ServerLessLibraryAPI/Properties/PublishProfiles/FolderProfile.pubxml.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - <_PublishTargetUrl>C:\Repos\ServerLessLibrary\ServerLessLibraryAPI\bin\Release\netcoreapp2.0\publish\ - - \ No newline at end of file diff --git a/ServerLessLibraryAPI/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml b/ServerLessLibraryAPI/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml deleted file mode 100644 index 3501d9d..0000000 --- a/ServerLessLibraryAPI/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - MSDeploy - /subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/serverlesslibrary/providers/Microsoft.Web/sites/ServerLessLibraryTest - serverlesslibrary - AzureWebSite - Release - Any CPU - http://serverlesslibrarytest.azurewebsites.net - True - False - 7b72620e-cf16-45f6-84cf-2fc4ab8bdaf7 - serverlesslibrarytest.scm.azurewebsites.net:443 - ServerLessLibraryTest - - True - WMSVC - True - $ServerLessLibraryTest - <_SavePWD>True - <_DestinationType>AzureWebSite - - \ No newline at end of file diff --git a/ServerLessLibraryAPI/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml.user b/ServerLessLibraryAPI/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml.user deleted file mode 100644 index 0a7acf2..0000000 --- a/ServerLessLibraryAPI/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA37LXjvRRM0mDj/xVO5cMFAAAAAACAAAAAAADZgAAwAAAABAAAADRHiBZ4djHfEh/jtojk8QnAAAAAASAAACgAAAAEAAAAOVFwNCp9fo67FJPd1QgQySAAAAAw2JN8MyZ8ctSZ+DJNWXc+ef7xMcTrQ/bIqYEWHeE6FnQKXjuitfuw/hsMp1wsMAQBhCjkM1Yw8DYWXAWN0B4tF+WbYeYneO8jBqsGiFj1YQ15Mt0RMKUC0c4BLTLQ6PYEDNinwTlc56+6wj7uQeV2201RakwyfGBfXcvwCfRXA4UAAAA8R/6gxgEBu3lrLCqp9NwBQIR0Kk= - - \ No newline at end of file diff --git a/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj b/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj index 8f25a33..67f8e1c 100644 --- a/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj +++ b/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj @@ -2,8 +2,8 @@ netcoreapp2.0 - /subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerLessLibrary - /subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerLessLibrary + /subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerlessLibrary + /subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerlessLibrary Microsoft diff --git a/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj.user b/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj.user index 935a398..45d7b89 100644 --- a/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj.user +++ b/ServerLessLibraryAPI/ServerLessLibraryAPI.csproj.user @@ -2,5 +2,6 @@ FolderProfile + true \ No newline at end of file diff --git a/ServerLessLibraryAPI/ServerlessLibrarySettings.cs b/ServerLessLibraryAPI/ServerlessLibrarySettings.cs index 76dd1c2..28935fb 100644 --- a/ServerLessLibraryAPI/ServerlessLibrarySettings.cs +++ b/ServerLessLibraryAPI/ServerlessLibrarySettings.cs @@ -5,9 +5,9 @@ using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; -namespace ServerLessLibrary +namespace ServerlessLibrary { - public static class ServerLessLibrarySettings + public static class ServerlessLibrarySettings { private static string config(string @default = null, [CallerMemberName] string key = null) { diff --git a/ServerLessLibraryAPI/Startup.cs b/ServerLessLibraryAPI/Startup.cs index afc00db..aa1e81e 100644 --- a/ServerLessLibraryAPI/Startup.cs +++ b/ServerLessLibraryAPI/Startup.cs @@ -10,7 +10,7 @@ using Swashbuckle.AspNetCore.Swagger; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; -namespace ServerLessLibrary +namespace ServerlessLibrary { public class Startup { @@ -47,7 +47,7 @@ namespace ServerLessLibrary app.UseStaticFiles(); app.UseSwaggerUI(c => { - c.SwaggerEndpoint("/swagger/v1/swagger.json", "ServerLess library API v1"); + c.SwaggerEndpoint("/swagger/v1/swagger.json", "Serverless library API v1"); c.RoutePrefix = "swagger"; }); app.UseMvc(); diff --git a/ServerLessLibraryAPI/StorageHelper.cs b/ServerLessLibraryAPI/StorageHelper.cs index 96cc8ee..a73bfcb 100644 --- a/ServerLessLibraryAPI/StorageHelper.cs +++ b/ServerLessLibraryAPI/StorageHelper.cs @@ -8,7 +8,7 @@ using System.Linq; using System.Threading.Tasks; using System.Web; -namespace ServerLessLibrary { +namespace ServerlessLibrary { /// /// Summary description for StorageHelper /// @@ -19,7 +19,7 @@ namespace ServerLessLibrary { private static CloudTableClient tableClient() { // Retrieve storage account from connection string. - CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerLessLibrarySettings.SLStorageString); + CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerlessLibrarySettings.SLStorageString); // Create the table client. return storageAccount.CreateCloudTableClient(); @@ -28,7 +28,7 @@ namespace ServerLessLibrary { private static CloudQueueClient cloudQueueClient() { // Retrieve storage account from connection string. - CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerLessLibrarySettings.SLStorageString); + CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerlessLibrarySettings.SLStorageString); // Create the queue client. return storageAccount.CreateCloudQueueClient(); diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.deps.json b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.deps.json deleted file mode 100644 index 999fc68..0000000 --- a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.deps.json +++ /dev/null @@ -1,6710 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "93cae0a5c5fa90064215b39f307d6d2b6299ec3d" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "DEBUG", - "NETCOREAPP", - "NETCOREAPP2_0" - ], - "languageVersion": "", - "platform": "AnyCPU", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": false, - "keyFile": "", - "emitEntryPoint": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v2.0": { - "ServerLessLibrary/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.All": "2.0.8", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.NETCore.App": "2.0.0", - "Swashbuckle.AspNetCore": "2.4.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Linq": "4.3.0" - }, - "runtime": { - "ServerLessLibrary.dll": {} - }, - "compile": { - "ServerLessLibrary.dll": {} - } - }, - "Libuv/1.10.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libuv.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libuv.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-armel/native/libuv.so": { - "rid": "linux-armel", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libuv.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm/native/libuv.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/libuv.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/libuv.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.32153" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "NETStandard.Library": "2.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.1.1.0", - "fileVersion": "2.1.1.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.Extensions.PlatformAbstractions": "1.1.0", - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.4.1.0", - "fileVersion": "2.4.1.1362" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.AspNetCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.All/2.0.8": { - "dependencies": { - "Microsoft.AspNetCore": "2.0.3", - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authentication.Facebook": "2.0.4", - "Microsoft.AspNetCore.Authentication.Google": "2.0.4", - "Microsoft.AspNetCore.Authentication.JwtBearer": "2.0.4", - "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "2.0.4", - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "2.0.4", - "Microsoft.AspNetCore.Authentication.Twitter": "2.0.4", - "Microsoft.AspNetCore.Authorization": "2.0.4", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.AzureAppServices.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.CookiePolicy": "2.0.4", - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.DataProtection.AzureStorage": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Extensions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Localization.Routing": "2.0.3", - "Microsoft.AspNetCore.MiddlewareAnalysis": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4", - "Microsoft.AspNetCore.Owin": "2.0.3", - "Microsoft.AspNetCore.Razor": "2.0.3", - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.ResponseCompression": "2.0.3", - "Microsoft.AspNetCore.Rewrite": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.HttpSys": "2.0.4", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3", - "Microsoft.AspNetCore.Session": "2.0.3", - "Microsoft.AspNetCore.SpaServices": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.AspNetCore.WebSockets": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Data.Sqlite": "2.0.1", - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.EntityFrameworkCore.Design": "2.0.3", - "Microsoft.EntityFrameworkCore.InMemory": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.EntityFrameworkCore.SqlServer": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "Microsoft.EntityFrameworkCore.Tools": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Caching.Redis": "2.0.2", - "Microsoft.Extensions.Caching.SqlServer": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.AzureKeyVault": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Ini": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Configuration.Xml": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3", - "Microsoft.Extensions.Localization": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2", - "Microsoft.Extensions.Logging.EventSource": "2.0.2", - "Microsoft.Extensions.Logging.TraceSource": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2", - "Microsoft.Extensions.Primitives": "2.0.0", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.VisualStudio.Web.BrowserLink": "2.0.3" - } - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authorization": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "WindowsAzure.Storage": "8.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {} - } - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.Extensions.DependencyModel": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.Extensions.Localization": "2.0.3", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Localization": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4" - } - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Newtonsoft.Json.Bson": "1.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": {} - } - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": {} - } - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Threading.Tasks.Extensions": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "dependencies": { - "Libuv": "1.10.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": {} - } - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {} - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.4.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.4.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.4.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.4.0": {}, - "Microsoft.Data.Edm/5.8.2": { - "runtime": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": {} - } - }, - "Microsoft.Data.OData/5.8.2": { - "dependencies": { - "Microsoft.Data.Edm": "5.8.2", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": {} - } - }, - "Microsoft.Data.Sqlite/2.0.1": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.2", - "Remotion.Linq": "2.1.1", - "System.Collections.Immutable": "1.4.0", - "System.ComponentModel.Annotations": "4.4.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Interactive.Async": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Design": "2.0.3" - } - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "StackExchange.Redis.StrongName": "1.2.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": {} - } - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": {} - } - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Json": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": {} - } - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": {} - } - }, - "Microsoft.Extensions.Localization/2.0.3": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "System.ValueTuple": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": {} - } - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Reflection.TypeExtensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.21115" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "dependencies": { - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "1.1.4.0", - "fileVersion": "1.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "dependencies": { - "System.Collections.Specialized": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.IdentityModel.Tokens.Jwt": "5.1.4", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "2.1.4", - "System.Dynamic.Runtime": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "1.1.4", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.AccessControl": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} - } - }, - "Newtonsoft.Json/10.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "System.Collections": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.1.20720" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.1.20722" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {} - } - }, - "Remotion.Linq/2.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Linq.Queryable": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Remotion.Linq.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.1.30000" - } - }, - "compile": { - "lib/netstandard1.0/Remotion.Linq.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.linux": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.osx": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.v110_xp": "1.1.7", - "SQLitePCLRaw.provider.e_sqlite3.netstandard11": "1.1.7" - }, - "runtime": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - }, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {}, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {} - } - }, - "SQLitePCLRaw.core/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": {} - } - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "runtimeTargets": { - "runtimes/linux-x64/native/libe_sqlite3.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "rid": "linux-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "runtimeTargets": { - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "runtimeTargets": { - "runtimes/win7-x64/native/e_sqlite3.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/e_sqlite3.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {} - } - }, - "StackExchange.Redis.StrongName/1.2.4": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Linq": "4.3.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": { - "assemblyVersion": "1.2.4.0", - "fileVersion": "1.2.4.0" - } - }, - "compile": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": {} - } - }, - "Swashbuckle.AspNetCore/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerGen": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerUI": "2.4.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Xml.XPath": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.4.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.4.0": {}, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/4.4.0": {}, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.SqlClient/4.4.3": { - "dependencies": { - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Text.Encoding.CodePages": "4.4.0", - "runtime.native.System.Data.SqlClient.sni": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Data.SqlClient.dll": { - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - }, - "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "compile": { - "ref/netstandard2.0/System.Data.SqlClient.dll": {} - } - }, - "System.Diagnostics.Contracts/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.4.1": {}, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.1.4" - }, - "runtime": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.Interactive.Async/3.1.1": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.3/System.Interactive.Async.dll": { - "assemblyVersion": "3.0.3000.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/netstandard1.3/System.Interactive.Async.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Buffers": "4.4.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.NameResolution/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Numerics.Vectors/4.4.0": {}, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.5.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Xml/4.4.2": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26418.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Cryptography.Xml.dll": {} - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} - } - }, - "System.Spatial/5.8.2": { - "runtime": { - "lib/netstandard1.1/System.Spatial.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/System.Spatial.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "compile": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.4.0": {}, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.4.0": {}, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.4.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "WindowsAzure.Storage/8.1.4": { - "dependencies": { - "Microsoft.Data.OData": "5.8.2", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": { - "assemblyVersion": "8.1.4.0", - "fileVersion": "8.1.4.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": {} - } - }, - "Microsoft.NETCore.App/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0" - }, - "compile": { - "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.0/System.AppContext.dll": {}, - "ref/netcoreapp2.0/System.Buffers.dll": {}, - "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.0/System.Collections.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.dll": {}, - "ref/netcoreapp2.0/System.Configuration.dll": {}, - "ref/netcoreapp2.0/System.Console.dll": {}, - "ref/netcoreapp2.0/System.Core.dll": {}, - "ref/netcoreapp2.0/System.Data.Common.dll": {}, - "ref/netcoreapp2.0/System.Data.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Drawing.dll": {}, - "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Globalization.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.0/System.IO.dll": {}, - "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.0/System.Linq.dll": {}, - "ref/netcoreapp2.0/System.Net.Http.dll": {}, - "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.0/System.Net.Mail.dll": {}, - "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.0/System.Net.Ping.dll": {}, - "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Net.Requests.dll": {}, - "ref/netcoreapp2.0/System.Net.Security.dll": {}, - "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.0/System.Net.dll": {}, - "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.0/System.Numerics.dll": {}, - "ref/netcoreapp2.0/System.ObjectModel.dll": {}, - "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.dll": {}, - "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Security.Claims.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.0/System.Security.Principal.dll": {}, - "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.0/System.Security.dll": {}, - "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.0/System.Threading.dll": {}, - "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.0/System.Transactions.dll": {}, - "ref/netcoreapp2.0/System.ValueTuple.dll": {}, - "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.0/System.Web.dll": {}, - "ref/netcoreapp2.0/System.Windows.dll": {}, - "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.0/System.Xml.dll": {}, - "ref/netcoreapp2.0/System.dll": {}, - "ref/netcoreapp2.0/WindowsBase.dll": {}, - "ref/netcoreapp2.0/mscorlib.dll": {}, - "ref/netcoreapp2.0/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "compileOnly": true - }, - "NETStandard.Library/2.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "compileOnly": true - } - } - }, - "libraries": { - "ServerLessLibrary/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Libuv/1.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==", - "path": "libuv/1.10.0", - "hashPath": "libuv.1.10.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dX/zu3Psz9oM3ErU64xfOHuSxOwMxN6q5RabSkeYbX42Yn6dR/kDToqjs+txCRjrfHUxyYjfeJHu+MbCfvAsg==", - "path": "microsoft.applicationinsights/2.4.0", - "hashPath": "microsoft.applicationinsights.2.4.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kiGmzl9Cav34dF7AHVMoJxdJJQEeLB8KZGNwX1LjImG9iem5hGk4DkHpW7/m9Nh3DrL8IKSL3mqQo+IPqWfMRQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.1.1", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RWxdX90MY6tNF8S5lwRvJcHiBMIWwVLCxd4TGIEl3X0yAKaolY2vs4zTCvyCIVkEAMs1aInTgWkYwOjzYvAHWw==", - "path": "microsoft.applicationinsights.dependencycollector/2.4.1", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.4.1.nupkg.sha512" - }, - "Microsoft.AspNetCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ewoUaFoSuYIrS3TQqUkDvkFb2gVdXiUadtqAghsHkkaw3tvvrPj472KgfwmEYdWJZnmDaxOOFOzyQIU4/n/vew==", - "path": "microsoft.aspnetcore/2.0.3", - "hashPath": "microsoft.aspnetcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.All/2.0.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gWVS0txQ/JSpIHS2Wlxjr9L0TlOShy1v+QFOM1tMJoYEdVsw2a0yvP7Mi++vsn1VL9dmMeGaUsVpWTb4M00e5Q==", - "path": "microsoft.aspnetcore.all/2.0.8", - "hashPath": "microsoft.aspnetcore.all.2.0.8.nupkg.sha512" - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k//CUbcwjy8j2Wj08sW0puax6AW9WA2a2d+U0MjYdfmHO+Ux6PtRAxBHIED8hXubzVXy4NYTu5ngYa3dqNoJtA==", - "path": "microsoft.aspnetcore.antiforgery/2.0.3", - "hashPath": "microsoft.aspnetcore.antiforgery.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OU63ZlYdzXKmQ62npj4H0Pic6pmnJiGXjSN22Di6n2mZ9zQhk08eZcQVjLpOqUVM0VGUGPhIuZqqZsJBX164OA==", - "path": "microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cilHHmPQ7F3cytigokA0rbzzdbO/QP+j8JPQ67Zl1wQcgAgmXZ4LDb1yBH4Oqx+QjMJo/G1QAdtkMIlUe4uzcw==", - "path": "microsoft.aspnetcore.authentication/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qhJVdxVCKwxz3BHjdDKon+AC2WIWZaDmVs7ldz4TAJaJRu0+Gf+YAbhXGVdDCFc8vZP0wqdIwfu9dBH5uJ+zeA==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FaLTpTSqsey+r8rYsDi+/gkuwd7cWDNh3KBrdyol5Wx4sunzOb7FnNL6XjekjyJ7vxTm9ORuiUy6y6VjXWzcdw==", - "path": "microsoft.aspnetcore.authentication.cookies/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R85tVhpcij6nCnOXxIeLViV+Sij0BSV4uG/8/Xr85SlZ5NFkA0s3ZOtV45KqNtVp5XCM4ps59xdF3umHlqwuqw==", - "path": "microsoft.aspnetcore.authentication.core/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.core.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f5Q5gh79jOhEUJ71jkQx3O1VyVqYMBqZESHHogrl9dI4v/V3ExllMJfhCxV/YCSjrIShX/E4GISKnikI+Beovg==", - "path": "microsoft.aspnetcore.authentication.facebook/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.facebook.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-akb0eQHWXKEGb/A6v7pmdEoi9rlrubInW3R4a5r0xsaNwFgpntnDEbNKD/x8XSgxsxR7gNgNGNLPYlRbibKrmg==", - "path": "microsoft.aspnetcore.authentication.google/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.google.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rozb3c/hoCZWADTGzZatCAxloUfW60HyVU++MArRS8k374dEkT6IkiboJYYfLYX5FhBwPhvNDzwoGEk+Aogwfg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaev2Mg61Cugi3j8ty0XRLpw0FJrwOUfTbuJTUZNBouCNgA3K/eB3NEaYCZM7uw4WtKPWVCMi44Y1ZYpXhWIbQ==", - "path": "microsoft.aspnetcore.authentication.microsoftaccount/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.microsoftaccount.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NAWMDm9Y7/MvoJiaOtlC1AA3x6ELC+5iiqcBWBduKGMZnL/XFtaJw93NVbNjCkE9V0F/carJ3jMNOSnnJ+2t8g==", - "path": "microsoft.aspnetcore.authentication.oauth/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.oauth.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMm4pEZ+bTfWng2XaU9tnFasdZRWSDxtnH4id8MHL4bxmJW2kzXa9yQjbeHSUDTWDfN0DYIiMoamOD20kGcJ2A==", - "path": "microsoft.aspnetcore.authentication.openidconnect/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.openidconnect.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MEhMyEso4anakbRuSEfJ7mdsRS01bqwQLQ+BNwJIhN3jLieqZCq4TKQZNsvVoo9Uqf2Fc7Q9RmfTcYlIDOhpjQ==", - "path": "microsoft.aspnetcore.authentication.twitter/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.twitter.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/0zE4z3+r1cPD9Ji5ItFUtinOLPVGKSSRTaNxVom5lkUlmy21JvtbCqstKfYwwWhU2ltgesZwhfBR7TZ8Zfx9w==", - "path": "microsoft.aspnetcore.authorization/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PqnQ6t7Ps2fGP7fsqS6+vYSmotU90j29bOb0TSUwYsHp4LgbJwEZfOyjGraJRJ3G+29vgBXgRtMfi+qfXdOH1Q==", - "path": "microsoft.aspnetcore.authorization.policy/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LX0g9/vHRpKjSsu5MFVly0taGhCLE9StmGkmUqy5TnwJMdUxuhWfU4Yrz7JN8VaKax43wrw8w0YJwBhymzB2og==", - "path": "microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservices.hostingstartup.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zGE76JQsbdPmMAflYylEGxUjo6eEPNUaicTiyXPtbwUs6C0q5esOvNZ09hZInM6smWS+Socyn0+vXLwdajGpw==", - "path": "microsoft.aspnetcore.azureappservicesintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservicesintegration.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wPt/kp76OfVyQK3mhEkvwnN5ReBi8uKXLXpRIbV/4D63dHXDmruOQ2pZ0FcS+5ZU4Wp1QtUGErsB65bfly788g==", - "path": "microsoft.aspnetcore.cookiepolicy/2.0.4", - "hashPath": "microsoft.aspnetcore.cookiepolicy.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KVOmidntHIJBM/KNWgOlaiGOAlvE1boMsxUOWY5NC+K2GFanPjrlzJGBHr3EPpqaURHVefdfkhKE4pldsSVzoA==", - "path": "microsoft.aspnetcore.cors/2.0.3", - "hashPath": "microsoft.aspnetcore.cors.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A3QOjsnTBowhVXV52DWD178wo8HncWzQZJc2s5BcOY4TA55x1y4Wz+/heQdds/tKGjob7c9UEzxlU7vfcpAHyw==", - "path": "microsoft.aspnetcore.cryptography.internal/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uXzpsMrPJeUWpCfSbGeNmzsFiG+1aj8EHs+t5AP1ABQuyU9CcePzdPczDq1VU647nNJrG0S0aYYvi+YvschCdg==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRf+QxBSu+Tb0Fj+LIZHcORxDX4eZSmrZm0q6X7Z+3dV2IYYn7GLgNei4lO/SGECRpp4B7hRfTkK5FEH+DDopA==", - "path": "microsoft.aspnetcore.dataprotection/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nWBROwWtuuG3wOJTggozV0cE/wsRxwY4Cf9TB9igLQUatIGDsNZDxL0NXcuvZPIlpuxKuSDSFEjvKg/nFyOr5g==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CssOzEk+Uzr/wmGy4mnjM41yKzC9NXPcZ26rdk6YZjpserQYFtDReWfn/gmbRvyKh4Hns8OTJaN/FecwMl8UHQ==", - "path": "microsoft.aspnetcore.dataprotection.azurestorage/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.azurestorage.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-24eM2igXaU3x3DHbYTp2spTl1B1twxj87tlN05lWDyptU0e+qyRC3acVzjQzENa+9KDxPdBiHhKST+0ma/g3Dw==", - "path": "microsoft.aspnetcore.dataprotection.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fotyI5wkoB4PfM7/UrdMTG2cL+7RQoq4SRXD+rXyDW/04H9SQsS0LrYNcC9ov60x7CblwK0PwoJ7crrsh2yVmw==", - "path": "microsoft.aspnetcore.diagnostics/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WTA+YiB904BcXRplDCy0n6HgIZyM+kXT86uuG7naZWzQvqe2sO1oO9EPbXmQpCKHQddnNcIqUYZQAyqDFtFc/A==", - "path": "microsoft.aspnetcore.diagnostics.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cv4en05ND1cm05UccDyn5nZTUn0pER7ExRTTJjvxysZSBPcx8LNyFTiOb7HokUZTkERR9yLs4S1uKU7IlOvoEQ==", - "path": "microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/lWuLlMGAAdZAlf4Kmcf6xDMDXHpoW2ZimCNjJZVQR45MlQQrBgxMnceNReTBtBgPvj14/loHeUWVGJeCm3i5g==", - "path": "microsoft.aspnetcore.hosting/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gsJ8XtLjGF3FF02UJ1uRXhwHGxP+JoJtqqGxfPTCYDeixSqQf4NNSqUPbXB987lpZciLyCkDB9cyyVTKubJl3w==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zRcioMNMAcwUkfJ36rPUvuzRyFa+Ph4HcQ6MFE7xX1ky84xV3ta732zXYAu8QbEVXFeFsSIu+YfZhGw47kiivA==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Coy0K88+73feU+df6wliW/wNkQ19McWxS9W+8wvwzHs8v5F1UU/3MXtnSNpOsdw6BxXR6u86i17fg4Tt0CPCRA==", - "path": "microsoft.aspnetcore.html.abstractions/2.0.2", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3UcMCyoBzKignSS58meI2Od5E/qAMutZBs7TpXbqgUOJeSR0YGjhOFmzC8VrP8chUUjSmbpb4oiXivB0VkTuNg==", - "path": "microsoft.aspnetcore.http/2.0.3", - "hashPath": "microsoft.aspnetcore.http.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-68K27sUVMTaroqw40uV6tVZDmg5aVjBE9c+1tZIYbb9Zd193sTOOpnS+5vipA46OaGUv47mzSwa8h+wn0rGDQA==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d1EUE+aOT2dhpyciM/In1sNADd0eXo8Xq0L5W4+rJoo1oS3/mEoj0il0dfCmBxtvfPwx8AEfBymw07izpzXmqQ==", - "path": "microsoft.aspnetcore.http.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/aQjeLghQofUYDIbOv+D/QOQi4+AqEnqWK9ZUrHftsKe6h4NaDYH1hajwJz4a+lgkQh3OuhLxZnJNZBVpb+AHQ==", - "path": "microsoft.aspnetcore.http.features/2.0.3", - "hashPath": "microsoft.aspnetcore.http.features.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gd6lp3WiDIELMs+VISyIkdee8key2J0CwQ3r5gRFs2of+gt+jmWvftGIVaqFaMwOeF+3uldH1kLpBrMa7kMGDQ==", - "path": "microsoft.aspnetcore.httpoverrides/2.0.3", - "hashPath": "microsoft.aspnetcore.httpoverrides.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EjOC8tZnA90yO+TgIJFc16oBGwYErNhJg+ft3utAuAFvC+VQTaVQw6bTD6eGUWb0uHNxkZH0gJlR9QufrqSheQ==", - "path": "microsoft.aspnetcore.identity/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLMdytdUpFWwvOdSTfgH3vwpNIlo7Xf7J6X41bLVnZWfgU+DDfcMibaq7qLh7Ni7iydAx30ouNJhOMb6ucj30g==", - "path": "microsoft.aspnetcore.identity.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-US78cfi7nrPTXeONgcSWbgrUBLs1Aca4kCJTieWXDLg0G0gwmdfPbd6S3c5TdJRQdA69K3UhPAs9r9ZAMjIFAA==", - "path": "microsoft.aspnetcore.jsonpatch/2.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IIVz30aVAgc7+WlivPSZKuD0C+KsvDla8JCcpc7LmOlGVBjYNkxOXI3Qptn2V0jF2qVdW8FAEVaz32p4MbGNbw==", - "path": "microsoft.aspnetcore.localization/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LTSZWXXGSQq5KNM4PVYw2pOi9lt56ondMZ3u7iI6n8vwBP+NvA2Yxvy+CkM1WtP45YXD+s8XzKTLmCj8nTulGg==", - "path": "microsoft.aspnetcore.localization.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.routing.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N5BnaQNm0uyJjd8LiCvw1Zc9K/dqLwASPuAxZ5jE8dT+LOKgYgbVhDsh0PJhlpKud6TzFV/puBM/C+gRujHYyw==", - "path": "microsoft.aspnetcore.middlewareanalysis/2.0.3", - "hashPath": "microsoft.aspnetcore.middlewareanalysis.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rxXXcZBuC+Rh3pydAWYkxwcCYwYWVnkjwvjktazeFUmL5ZtIMT/hBzYqjSXVZ9bL75oAoqzfGwVRSgS6vMxxqg==", - "path": "microsoft.aspnetcore.mvc/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LhFvnz+5IqtsqzOWbn5xiotQt+N7QHyDTGCQojkffLXkQsvBhmIPVXsbbxZdxqpC+pc6tGfBikZBa18GyIgDsA==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G75WaWewde+h2hvTeIroVd3E5lNv8uFA2pCbs6/qPZxfM6Y6mbp+EIoKT+so8DM8mre0XqgaQ6DcQKPZ+tM0vA==", - "path": "microsoft.aspnetcore.mvc.apiexplorer/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.apiexplorer.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pwk3+4yqIfvdk2Wcwsh+jfu767zL81OPk/BCSkN+3wcoWIUnLQ0eZ0xIyTSee/pHVSY8b2saLxyfvXFHZOM/iA==", - "path": "microsoft.aspnetcore.mvc.core/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.core.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YAlGx5tfnnqvGAkWO8hWjt7QqmP253BpWoVlPbRqQsptdcxQjc8NFvsJAChZTj3UoKw84s360ekyD7JeAMsewA==", - "path": "microsoft.aspnetcore.mvc.cors/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.cors.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LzObWJm7oV8/uClKfvup7D5Lks6815r8/0u6Carp0Wru9eltBzba1NVUMr2yNBO+unWvTAuhwUVtSYt2Q8qMYw==", - "path": "microsoft.aspnetcore.mvc.dataannotations/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.dataannotations.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ooCvSWVm1nDSQSK9C30AxM0N0QQj2wDol0tHHWVujkXishiMlSvxpdaXbH4rgp4V1r/P+izFUdkU1gjeF/allw==", - "path": "microsoft.aspnetcore.mvc.formatters.json/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.json.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VtsO5L2sY3QiMI3/P7nOCvVgFD6Nz3qM89nzHJVO6+r86tAmgt8WEliC50TgHOPVYyI89AeI0ty1GDRjAizX8Q==", - "path": "microsoft.aspnetcore.mvc.formatters.xml/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.xml.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8Okxt6j9UlaXlJcCGfhKZfYi/C8K3cRZN34qna8o3ewWQjSRkXFHMSqQq1bqxP+Ed7RpKyTqTHFeJUiVQDfnKw==", - "path": "microsoft.aspnetcore.mvc.localization/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.localization.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ze6pfvyUmvSHyy5uenq1MyDfzypWbD7Ta4ztnS3TP/IL13zy5PC2ceWbAq6L11i9kGHyz/NYfIruLDggPkqYng==", - "path": "microsoft.aspnetcore.mvc.razor/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bhfnv7F4bbydJRElzaFTA0UyiX3s5TrImLNxKomBlh2DkOOpFsOZlfT8Vz+yltO9ASI5cwfRwiGe4Q2iTdaQqw==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Uz2Zexiq9+Dt6zKxpOCic9c+e4NOSWwBQ7OhKI6Ur7vbSYq8dzYC5+W3KC9jMPuQyTdAKQkzYazorXNmiMc7fQ==", - "path": "microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.viewcompilation.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+xmSjFy+TQY+hGvJsywwFv5uEGnNPT6nrSS7U1OuPJ7HOLqgPPGKQ/txygU8vU9g5EY1l4OCKjOpY6Vpg+L9cw==", - "path": "microsoft.aspnetcore.mvc.razorpages/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razorpages.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSZiSTzkcxlWDEcvcp//FNK4onTrwz4YPJ7Pbrmpd9IQ0qR2kvtcuRKRuCIg0JvkHv+swBYeiAX1/I2h9EyHcw==", - "path": "microsoft.aspnetcore.mvc.taghelpers/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.taghelpers.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ktaVPHRxfcnYtLGtiL+0mXilvW07nY5Zn/q6MQaC1KGx1wClsf38bvtgS5nxnzEiUSq/iywNXVdwiJOsWHs7WQ==", - "path": "microsoft.aspnetcore.mvc.viewfeatures/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.viewfeatures.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nA8CLhX5g/JXnAME25LwxYt36lj2jiXnJGlaaml6p9nvQIAOtI/LFgWH+kH0bzvkgWWVXAZRVBPA6iNZhVdf5A==", - "path": "microsoft.aspnetcore.nodeservices/2.0.4", - "hashPath": "microsoft.aspnetcore.nodeservices.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y3fADeAu6xO9oGKrhMsZjJoc7cuLvEBEAYg+cIRUtnFnwxnLRRBJXWPjYAmaaIJg92x+CucV7NW2rlABhjD8Hw==", - "path": "microsoft.aspnetcore.owin/2.0.3", - "hashPath": "microsoft.aspnetcore.owin.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nq/ZtZ2uquXsBpVdHQSd7khIDXULx9SekqHDsB79sAztqtw8yqHd5T5Y9vHeVobYn5b4hBAjxxOXrYvfERqlyw==", - "path": "microsoft.aspnetcore.razor/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4G4vvEhq7aMGst0K4MymuQQ2dou4dWnYYirh2dZZJ+f4GizwoQSl4xgUxpKmqxiLRKxK3Kvrs91/SQIlmkineA==", - "path": "microsoft.aspnetcore.razor.language/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.language.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4yHqlI5uuJPp5PzXEnEn8wbAcR32L02/1FSOWs6mEOOHfemf9iz5MJvohYqPKRmeGwgYTWDPCEl34EE0qwzAcQ==", - "path": "microsoft.aspnetcore.razor.runtime/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.runtime.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T4kUdRY2sLBhdBGnJ0McFrG+VLyke8WipK4LZTTPQD0BF77QTbg1RUWpYoRXI+flOKWE6zl4966AhIM7ylh+0w==", - "path": "microsoft.aspnetcore.responsecaching/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9x3V/sVfaUEBsHgqtIQMTJW5x1NZAJLkIbh/QkNoTd6bh2ufyL5Xz/s//6rh5kpXUsKTF9XNEl0YWLb17iDFkw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BeJCYDfrWJbTOnM08FT3BZ735GmZaEgDk61zQ+Q5ZL+hz37A5x5/tU1WLNQmGtSpaIwQpyaSOuBXjuP9Uv6eZA==", - "path": "microsoft.aspnetcore.responsecompression/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecompression.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iqNYKrn93LNLYOGz8NLf8f2Fa05GE1HvVCofC2G/QUhemp7W5RtOz19gF5Hiuvqou74UNFtepdljOWw5jzUs6A==", - "path": "microsoft.aspnetcore.rewrite/2.0.3", - "hashPath": "microsoft.aspnetcore.rewrite.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ogF4PLCimff9OmSdoGSBdGudGhX0EUEnLjUOLERlfNSAa9Rcwj1bHU+5r2bbyQNkIJ6pVlipYB92D9PntfhzA==", - "path": "microsoft.aspnetcore.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-10prhOi+zfeVk/caTP/o2y0Gc7wKg5b3R2KnV5fZ5sWfPbBjCaso7+VYz25trjTms4z+9CgVp2uftYA18R9wqw==", - "path": "microsoft.aspnetcore.routing.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNVLbmknxbeVpyT0XJgsFCS7pNWZTgU6yzIjRTVDrbM0Z3vpWoRSl+OkcXLPp5Ben3BHQLPLWdToJYGwYyTGog==", - "path": "microsoft.aspnetcore.server.httpsys/2.0.4", - "hashPath": "microsoft.aspnetcore.server.httpsys.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8+mVpigrvK9wMWZInlof2T6F9ptzocLncENQMr2GmMGCRDlcY+Ff5W1MGbg9V04ZLZNiomGUI8RkRjN4lReF2w==", - "path": "microsoft.aspnetcore.server.iisintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.server.iisintegration.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/ktWQIcp1GRf3HPShj+2F+Dl+q7xtMsANsb9zOnpGNKSpB5z2n07cKHzXf+8iXHRLyTFbIidx2L8CMoaeQ0pfQ==", - "path": "microsoft.aspnetcore.server.kestrel/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TnhdRwj2KGophlLQPcRco1keTtHUAuRtZ74xUB7RAjoRelPysJlCNsH/IbIJnFNvYW0tszkjSc7DCkRex4Z/EA==", - "path": "microsoft.aspnetcore.server.kestrel.core/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+wcxyn8GFGtsJbwIhnb23fTBBsJZBZV2bN5vb5m8FRrdGM9gGhE3P4rt/oAONCGAQJAMDyfyxKUJfL07gjjYlg==", - "path": "microsoft.aspnetcore.server.kestrel.https/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RXB7hERQ1mKtyIjKzlGYXDT0BMBwclg2VsBetD2nqjxb3xXauQEvFM0x6Gp48ELSzmX+lBNWlH7sN8fNNckzAg==", - "path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FBwRXcAe/7VUA4DCrpnLN8ONtl6BC37SLBXVnqjQ44ofDjKHY24I8geMqAAZ8o7qTMLKbrgJyenjUiIHwVhW0g==", - "path": "microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.libuv.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WYInv0iEmYuxsp/xstow6u+lO/zAt6hHlbEPJI29TYKKPx38vGUXL7XASgWz99cBZiEhyotZhoz8gCW8mrERMg==", - "path": "microsoft.aspnetcore.session/2.0.3", - "hashPath": "microsoft.aspnetcore.session.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RTCzyMd3xGhDjMZFZqm/KJz0VrKN+zRFb49c5yE1nW2WVt6voygKbdXbIAGxAc0eU9AX9WZhHEpkh+rNHZ2gpQ==", - "path": "microsoft.aspnetcore.spaservices/2.0.4", - "hashPath": "microsoft.aspnetcore.spaservices.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h9VzkMCKm6c9TX2iwvUCDLdYUX85clBduhoVqwYZBtnzYAaRnjeCSYBM/EsfbNCarJitcaN+sa17u6voeVllTg==", - "path": "microsoft.aspnetcore.staticfiles/2.0.3", - "hashPath": "microsoft.aspnetcore.staticfiles.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7ZPgr/VfKJ1s0zcdlAAppi1YhnWHzMq0pYoq7Qngxy9fIk255TWh4l+7XOtDkoBV9cl3fSsyrU5T8o4w8uIl3g==", - "path": "microsoft.aspnetcore.websockets/2.0.3", - "hashPath": "microsoft.aspnetcore.websockets.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rjUxqCYVkzWyUWgTwye4DHItEKRTY6U2kJ0FgbuvDbkcleBjpgm1mUMvfqcjl/R0GrtrpnNMaKvhMBAHbj0t0g==", - "path": "microsoft.aspnetcore.webutilities/2.0.3", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGATpUW09zOGFLQZ3JXIObJyNlk2dvgNgC7Kh+iDpxGWgKHSgpHMXnGmXUecJa4CNi0HhUENKSnEack1aF/MwQ==", - "path": "microsoft.codeanalysis.common/2.3.1", - "hashPath": "microsoft.codeanalysis.common.2.3.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fvO7Q8FqzmWX8gzzCk4Bf34Ms06bZ6r/A9tUz1ndj3ioitAxSC2QUXbUQOJ4ExzohTtXhczJAFirgs//Nasz6A==", - "path": "microsoft.codeanalysis.csharp/2.3.1", - "hashPath": "microsoft.codeanalysis.csharp.2.3.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pRQxjGEqm/Gr0IU2eUbVmiUezAljtjCZDeLirYjDVqIZwxgPU97WtOojGHNYWVAvdHlYogFQU3OGxDji1Z4gpA==", - "path": "microsoft.codeanalysis.razor/2.0.3", - "hashPath": "microsoft.codeanalysis.razor.2.0.3.nupkg.sha512" - }, - "Microsoft.CSharp/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vvVR/B08YVghQ4jHEloxqw2ZWzEGE1AOA5E0DioUM3ujbXz6FD3AfB/0Jl2ohJPd0nXYGwmPe1En6HTsSriq1A==", - "path": "microsoft.csharp/4.4.0", - "hashPath": "microsoft.csharp.4.4.0.nupkg.sha512" - }, - "Microsoft.Data.Edm/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/d8DxA6MFHroBEn/jW0LMQSIKnsRRibrZtRCLfov2boQfrQ1R1BVgkJ5oIhcQsOm0l4POv+I2ny6RBsclNbOw==", - "path": "microsoft.data.edm/5.8.2", - "hashPath": "microsoft.data.edm.5.8.2.nupkg.sha512" - }, - "Microsoft.Data.OData/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oEIUtXcRiKogF0yZxA+QdgxoBJ34989qL/5xOSrTfxAhzNJV5Hw6DRdWgUCpeXFMoJUQx7ptbHCN+My/LCQfsg==", - "path": "microsoft.data.odata/5.8.2", - "hashPath": "microsoft.data.odata.5.8.2.nupkg.sha512" - }, - "Microsoft.Data.Sqlite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJXCZniFDwHGnRYd9WD3vswQCyIXk0/gsne9TLFWIpy6oK4kAcKD1BTncaHQmVg0pp/YmRBKXVIh4yXSHqbsGQ==", - "path": "microsoft.data.sqlite/2.0.1", - "hashPath": "microsoft.data.sqlite.2.0.1.nupkg.sha512" - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkUOJRJEXnXAxWKhCSFjYKLhuopw+m6ClML4cF1Rt/Ek8bBUW6hn1xAHCZ9KFqkcNOpBS7rQ6nZBaSXU3mgbOQ==", - "path": "microsoft.data.sqlite.core/2.0.1", - "hashPath": "microsoft.data.sqlite.core.2.0.1.nupkg.sha512" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cXgVdJmW3fLwmSxsv0RlTe4BIKs6slVXV5xRvsO4CV4aUeY67GelaujxY/lP5yVlaMjMM22pXKbKtUY9x050Mw==", - "path": "microsoft.dotnet.platformabstractions/2.0.3", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h1qEOSOyYQU4SiPR2bvKHcH3Ik2z3eXlrlAt8WiP8AmtaUEUiEWVE/WUP5i2MvL067TJkMFuRoVOS2YU1VjiPg==", - "path": "microsoft.entityframeworkcore/2.0.3", - "hashPath": "microsoft.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWmbmZg0BhXD3/zuR/w3tCfLyPHpQ52GRPKt80vSmnFOnqaa+/Di7v0zOfPQMmn9gXiZ0hAtx5ywvwRNCTCzBg==", - "path": "microsoft.entityframeworkcore.design/2.0.3", - "hashPath": "microsoft.entityframeworkcore.design.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8uPnfggdaJPB6ZlXotRJQwxVADsgtBd1m/eGb560v8aa4OT9mFPQN9Imqy/B//mcvM8oAHFJf2u/lXde8zclSA==", - "path": "microsoft.entityframeworkcore.inmemory/2.0.3", - "hashPath": "microsoft.entityframeworkcore.inmemory.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fXOrHnoXUzdVc2S+NsdGcT963hbgQ3DdF9e+anB21b36HIQM0ZcLrPyI8fC5lQA9T1sFuKQ/tKvbShzm/0aWWw==", - "path": "microsoft.entityframeworkcore.relational/2.0.3", - "hashPath": "microsoft.entityframeworkcore.relational.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bwi4Zls+xKPOkh/IRNZ4VII7YS/yNZ2LyYnbJQxhqEVM42CozsQQXUlUo/pedog0ZGuFRztQUVgRavCk6Ee+Hg==", - "path": "microsoft.entityframeworkcore.sqlite/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8aw71keGpBNEjnKC6fTLP+Uid2Z4I24bF3zf4AwWFigdwQ0bCsz+RcflDQkLiBqV67f34Sf6f1CLM8bq8aW4fw==", - "path": "microsoft.entityframeworkcore.sqlite.core/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.core.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kbYgPZxFIs3Mlz6AdOA+/RrS28o1ehyoRP2RzbEdG8NkqO2lHbMPTBHFmQAlOVLlb2XBOaj96SMtwjRuRruuSg==", - "path": "microsoft.entityframeworkcore.sqlserver/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlserver.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KOkhbzPTFJa/NEduIdT8o1vOKUZAVvcfyR5rFIKUvFGSSEU2tkmEkJ0ZFxZzpbltD7cj03DlvMlB83RTyYraPg==", - "path": "microsoft.entityframeworkcore.tools/2.0.3", - "hashPath": "microsoft.entityframeworkcore.tools.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X0+dBcQHmOlPz2BOty8mQtku0TCffCIkvqEvLi4iNNubDjY0G1zwFVpBdJb1P0nEMbcfbh3EgBVHf8OJWvq3iw==", - "path": "microsoft.extensions.caching.abstractions/2.0.2", - "hashPath": "microsoft.extensions.caching.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tI8xks60vEmuRiXDwnRBnNWEZG5CeInh2ZyAhBelkxhNM8hDZJDw4tnyCRCeyHFh+oi7dQXMSIij67S3p5SvYg==", - "path": "microsoft.extensions.caching.memory/2.0.2", - "hashPath": "microsoft.extensions.caching.memory.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jbdKO6GKymVT717CBuOB6gzSUEBb+HSA69IqD4z9HEfY4A9kKkHuAowyP3bwH84DxbT5Vsd0xna4/uWwNqDlEw==", - "path": "microsoft.extensions.caching.redis/2.0.2", - "hashPath": "microsoft.extensions.caching.redis.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9f3Q2/eq/4JQx8Q0N6A6TsETf5JFszRHHq/15yalpfkH++ZHVIgI4Mp2QjZP2cc4mRBSOFM/HY0Cd3SzpWNu2g==", - "path": "microsoft.extensions.caching.sqlserver/2.0.2", - "hashPath": "microsoft.extensions.caching.sqlserver.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n5HeFXiEFONntcwVFvEGY5dnB8VRqGD20RrdB9omX6dAAUSIV/sGwGhaLV5neOt/uvhc64VDmKjIjdffC6TX5A==", - "path": "microsoft.extensions.configuration/2.0.2", - "hashPath": "microsoft.extensions.configuration.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IoTZQU9aQOHr9zQbwozyzWq25eFbu/EcUZnPAMum6hh0Nl2RuM7ieziNLk3xk+c2g8YnnmxiA3VEvVaCFYCoTQ==", - "path": "microsoft.extensions.configuration.abstractions/2.0.2", - "hashPath": "microsoft.extensions.configuration.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75PReSfZLRmAF0YZ1m9hQsbwMn5kit7yL+MFzDfbfszH0zDQBvqlu1gQVZJb0yjn5+5Dz9RR6SpkqV9jnpIDVQ==", - "path": "microsoft.extensions.configuration.azurekeyvault/2.0.2", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QO7j0yme7e5D3PJDwtJWLmsmGfDnc9OVMnt2UmXKTekcYKsEpKMUINULfXtMHHLoPymH8BZaqly/vWw97rQoWg==", - "path": "microsoft.extensions.configuration.binder/2.0.2", - "hashPath": "microsoft.extensions.configuration.binder.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DTyBGC28gL/kaMk5F4XsbAHu6kaWFtfJrs77m2MYrQddMFSQUAPysV42i9QyJoVLWZGTps4vA0OB/SwarMpl7A==", - "path": "microsoft.extensions.configuration.commandline/2.0.2", - "hashPath": "microsoft.extensions.configuration.commandline.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NxoOopUxTVrogDtVQC9GF6Gk6f8JwwieArodu4ESVV07bB+jfMLnDwbKE/nWkAAu8ESnmX9s6wcD88kpfaD+zQ==", - "path": "microsoft.extensions.configuration.environmentvariables/2.0.2", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Axc13qp2kYf6VUmUBCMmRCGIc1CmWC5xQ33MD9D8nB9hYZrbjh6IqNj10fHDG1UE+4L24H8fSeYJCMyGfa+VZg==", - "path": "microsoft.extensions.configuration.fileextensions/2.0.2", - "hashPath": "microsoft.extensions.configuration.fileextensions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jA3v2sEDueM/JiuSzy5qlALbOXFWPCtwxqyHMBw1u3cV12zBbtMr1TJYJITUpAt2R37GOl9DUWU/jU/vYY6szg==", - "path": "microsoft.extensions.configuration.ini/2.0.2", - "hashPath": "microsoft.extensions.configuration.ini.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dbx6tQ0uWc/8GoH2HJUaRtPG0X8puyeZIbXatu4I0b+xV23oFv7FdegPRlYrwnuyinqhAD3G2uR1YtJG0BgiNg==", - "path": "microsoft.extensions.configuration.json/2.0.2", - "hashPath": "microsoft.extensions.configuration.json.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q80Y2eeb3370RfaZmCOJnunI64skIihlnR5WjWdSoNYq3p7sbeOPdg6CyiRthOz2jtmPSqxXfd+/UU7L3SuNOQ==", - "path": "microsoft.extensions.configuration.usersecrets/2.0.2", - "hashPath": "microsoft.extensions.configuration.usersecrets.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZxZJJc9+tY8JcuiKEQfzIX8mEpFXGP59jHb1JhmCJEG0Fki9fxmttt5KKD+g1uqVZ7TKxrx25iufQOlpO+IChA==", - "path": "microsoft.extensions.configuration.xml/2.0.2", - "hashPath": "microsoft.extensions.configuration.xml.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wakg18gHYiUL1pcjjyZuYk6OvDpbSw1E7IWxm78TMepsr+gQ8W0tWzuRm0q/9RFblngwPwo15rrgZSUV51W5Iw==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OiNYN/QeZLuYcn4CvYrOmYgODPB1Jpqft+cT4F3Hkq5poj+1DLfbIBftMI/Pn8J7DyHhYeBMLxJUuugjvk/Fuw==", - "path": "microsoft.extensions.dependencymodel/2.0.3", - "hashPath": "microsoft.extensions.dependencymodel.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w8nux+yppIAD3ouzLz3CEtUMj03WIQ9FAmuR6IhrCpQDcoMtajlZIkZLbryJE1jdF1wkewLLM2LpXasfu7HzQw==", - "path": "microsoft.extensions.diagnosticadapter/2.0.1", - "hashPath": "microsoft.extensions.diagnosticadapter.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gzc5yXvwIrKpdti0Ev4jC0inVrGZpI86eLZorMVRqAPXowR8JDRbcHjhmID2EqA4rdhL/IsfD42+4upKpHULDw==", - "path": "microsoft.extensions.fileproviders.abstractions/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bgAUXH3T/Y1R5bCthCiZVzEX4spvNeIHRv6+Jr4BJMxPVSFm/8er7xvywd2NCayv94frKZdDGP3mjAQZenZDxQ==", - "path": "microsoft.extensions.fileproviders.composite/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.composite.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PH1oo04WCbKy42aga6bC4phl1rZfbFsZLuozJN1LGUUZTCnycUAZzCqG6MNRCgRiHg2bPexiQ15708vSwnuBHQ==", - "path": "microsoft.extensions.fileproviders.embedded/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.embedded.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h+6bcXYlGldl7BUhnQKFxL2sMfeg9Gr/AuVexYOCYWmzDsc4iyUoy3NL7i2vkG209wd0ZXf+pZzRDwGPFhmlSw==", - "path": "microsoft.extensions.fileproviders.physical/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.physical.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q7KsG2kjwo2Ps0WdV7MFh64cQS0UHikV8qv4HQrUfWQyxim5vNmLzAbuduarS9QWbhRHTtUanx+ohyAQdumdnw==", - "path": "microsoft.extensions.filesystemglobbing/2.0.1", - "hashPath": "microsoft.extensions.filesystemglobbing.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-r5QYhMYRjY/JbkE1x6kgRDZUJixJ8YngaN4BHy8/EtLxBDL98Je8IrElPHExh6QQPLKu0KYzt+9oLBR0L98i7A==", - "path": "microsoft.extensions.hosting.abstractions/2.0.3", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NNbXkzEah02mdeAz51XJswDNewW1QxubeNY2TZ5bKxI+HbPaViIv6UK3nvl0n4tcEDeG8WysRgIBQo6Us5FBMQ==", - "path": "microsoft.extensions.identity.core/2.0.3", - "hashPath": "microsoft.extensions.identity.core.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUTsBa+VHhLAqV6C46IPQ8rMoi1vKao1ZleSy4DuocZmC/L8yw8qkzNlzYFBIkHrvtEuHQ5NkV9scHOv2j8MbQ==", - "path": "microsoft.extensions.identity.stores/2.0.3", - "hashPath": "microsoft.extensions.identity.stores.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLZaopjCWCT2V7Ado4on0/O97vFfFTLGd6WmZrt3e+L0Y6rDaRLCey35hf0kOrymmGzGqN+aN/Ln1cxuvo0FMw==", - "path": "microsoft.extensions.localization/2.0.3", - "hashPath": "microsoft.extensions.localization.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R+aRSDqwe7o00G3iYwD3jBb+4Gy5HFbZknKXIkVpRAAeL3Wir/ildmBjbMw5yINQFKHh8Ozm8iW4Y1xHq+RGYw==", - "path": "microsoft.extensions.localization.abstractions/2.0.3", - "hashPath": "microsoft.extensions.localization.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OAfe/ju23vgXyqG/E9eDQ8lE5ydMV/IruvHqZ8MRi3T8DTpdL+kDGhDR/zqChnnTcalsZV31bB1OPn75RLHdqQ==", - "path": "microsoft.extensions.logging/2.0.2", - "hashPath": "microsoft.extensions.logging.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1F5GAMGCIuYzL1LouJ08ie+CrTYGzLVd1gfJHWpjXtIfNwzs2PZxsuLYLIAqMTlpiDcoB8PSZHbzU5bMOi+gg==", - "path": "microsoft.extensions.logging.abstractions/2.0.2", - "hashPath": "microsoft.extensions.logging.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fRbDNL/u9DFLz21YnM0idUP/Qyav/5k6VdGp5gyRHgPNyD4Q0ZOBvhlV79hLH3hdujzdKA8GX/DFbUDStI+m+Q==", - "path": "microsoft.extensions.logging.azureappservices/2.0.2", - "hashPath": "microsoft.extensions.logging.azureappservices.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-twYiZLG4Yxmo9rMJbCq2tlmq4vHTnDMrneS5WSsx+TvDXP6K53Yg3ObVp4rRns6Lei/KGhn++rRO2KCgT7aJNA==", - "path": "microsoft.extensions.logging.configuration/2.0.2", - "hashPath": "microsoft.extensions.logging.configuration.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Bfhw152LogpEk7Au9wyomeat68k9ZedcR7CX/IdYuTu34sG5jYgiK4m1Yt089ewOaslYAOgbDIzZI0MPvm8UQ==", - "path": "microsoft.extensions.logging.console/2.0.2", - "hashPath": "microsoft.extensions.logging.console.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vKSQBCU/MASzFZRAIFjEcSBZzoVHsLv8uGLoC2X8DxZsFnhodm2YlrXvH+SltIcbPX/2kp7bGYYVfiIXP+lbPQ==", - "path": "microsoft.extensions.logging.debug/2.0.2", - "hashPath": "microsoft.extensions.logging.debug.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/+v4fyWd9MJ/wcKBvOjDGwdUX7tfnaxVQ/wSxjNlM2CMnTU9Zs9r9BDGm4l6lq/WfNXE6NUwLGCR3hn6GZSF+Q==", - "path": "microsoft.extensions.logging.eventsource/2.0.2", - "hashPath": "microsoft.extensions.logging.eventsource.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6+6XHT9idgZltoSiv2AcnH4Fcd5Ux/IbmBpZfgLqmUm6ojNE8s2fdKCSgR9BlR7XQAQEcewg4s2H1q99pwpPQ==", - "path": "microsoft.extensions.logging.tracesource/2.0.2", - "hashPath": "microsoft.extensions.logging.tracesource.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-drOmgNZCJiNEqFM/TvyqwtogS8wqoWGQCW5KB/CVGKL6VXHw8OOMdaHyspp8HPstP9UDnrnuq+8eaCaAcQg6tA==", - "path": "microsoft.extensions.objectpool/2.0.0", - "hashPath": "microsoft.extensions.objectpool.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OrIk/xmo5rsN4ufV32cjAQgM9uCoe6FaNijFX7Huwdg8T3z5L5r1kMBMwjROvDJZNiNkcfJ6iJi2JhCRi6GTfA==", - "path": "microsoft.extensions.options/2.0.2", - "hashPath": "microsoft.extensions.options.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xJ/KhbYXzTeVr58trRLcKExLsyrU2Y6peBIDWcbu5N/NlFdJvx1ZFZYB8fr2dhFG3Sn0AuvozvRzDEixgZZjKA==", - "path": "microsoft.extensions.options.configurationextensions/2.0.2", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H6ZsQzxYw/6k2DfEQRXdC+vQ6obd6Uba3uGJrnJ2vG4PRXjQZ7seB13JdCfE72abp8E6Fk3gGgDzfJiLZi5ZpQ==", - "path": "microsoft.extensions.platformabstractions/1.1.0", - "hashPath": "microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ukg53qNlqTrK38WA30b5qhw0GD7y3jdI9PHHASjdKyTcBHTevFM2o23tyk3pWCgAV27Bbkm+CPQ2zUe1ZOuYSA==", - "path": "microsoft.extensions.primitives/2.0.0", - "hashPath": "microsoft.extensions.primitives.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1uuxqQ+XMybNuHeyfIsNuoaooyRtViPN4p0yBP74+HcqgB235EnHoS3n6BzcN7P3t0eUV7as2CelrauhWhtZcQ==", - "path": "microsoft.extensions.webencoders/2.0.2", - "hashPath": "microsoft.extensions.webencoders.2.0.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlyzF4FWsn3LXC6rrzw6Yg2nMbGLx+7JS9a6Z8n7jhqPa5cMiNEX01tBUO1v3A9p1mk+gQzHWJheAsSpOLp/ew==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.1", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j7t22EsDOuo0IXqAbp6ijdB1GuaY8cu3YoPNZpymOhUMTVC+wRTV0IHqxL31HacCnJHU/igsqe70fDKZgZu3oA==", - "path": "microsoft.identitymodel.logging/1.1.4", - "hashPath": "microsoft.identitymodel.logging.1.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9aefRN9sL8XZo90Aix88IHHpAvfBl6UOiYpcKHiXbCYE2nB+zA3B8dZdNMOUH4pqXdnpYrHRDQZ2k7A4/CUgTQ==", - "path": "microsoft.identitymodel.protocols/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.2.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LF8JcG9BqGRwVjhu/IebuZQer6TJGDv2uxNnmg2Zkzh/d+MIC1ShsC1U3U7pVaw03SKyXmCgYm+JG0WM0mcOUw==", - "path": "microsoft.identitymodel.protocols.openidconnect/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.2.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SsJbZVPvjSlKFDAQmR2wpL6ZD/vCFlIsf0jxRlBJwyzKXZy3Wi/Xo+fE2MzAerLsJgG1UCdtplRwqDyq1euayw==", - "path": "microsoft.identitymodel.tokens/5.1.4", - "hashPath": "microsoft.identitymodel.tokens.5.1.4.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CWxDFEQp3Qseugtue2hCsvAEVz+OLn39NfZllKXWPOEfY01xLaPlSta1oVGqoTAdakK6A+YibNhMv9lsf6y19Q==", - "path": "microsoft.net.http.headers/2.0.3", - "hashPath": "microsoft.net.http.headers.2.0.3.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jUOHGd7nVB/Zlh+sugV0jiNf2KCdfqAIpAje9V5JXGvmP1b3GKB4Vl2groWo+IUFTtFoRwUZpeYfR42w8Gexw==", - "path": "microsoft.visualstudio.web.browserlink/2.0.3", - "hashPath": "microsoft.visualstudio.web.browserlink.2.0.3.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==", - "path": "microsoft.win32.registry/4.4.0", - "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" - }, - "Newtonsoft.Json/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==", - "path": "newtonsoft.json/10.0.1", - "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==", - "path": "newtonsoft.json.bson/1.0.1", - "hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512" - }, - "Remotion.Linq/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IJn0BqkvwEDpP+2qjvci7n4/a9f7DhKESLWb2/uG4xQh3rTkGTBUz69bI4IivCoKkTFAqjXxYDZw2K/npohjsw==", - "path": "remotion.linq/2.1.1", - "hashPath": "remotion.linq.2.1.1.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "path": "runtime.native.system.net.security/4.3.0", - "hashPath": "runtime.native.system.net.security.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Kw+n4CUhQ8S4YAPmpRUldO8S7c4LU7HHukJF0v5Sfggf8Ia9YVdIh0dYkMvKvS+DTX+OBORSMqPM0CGfAzFtVA==", - "path": "sqlitepclraw.bundle_green/1.1.7", - "hashPath": "sqlitepclraw.bundle_green.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.core/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u9k9ZFkyTU6CVyXWpRuuXOvKi/cy/xt1oGKVSW8aUKcTL4RdH34yFNtVykEeiR68ojIEvmoZfL51h/xx2IQk5g==", - "path": "sqlitepclraw.core/1.1.7", - "hashPath": "sqlitepclraw.core.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRqMd1qLwJ4pzPybj8q95s+wV6jby5F0O/rp0vw3wa2Z2wHxRm0VqxS2Sejlr7Ctz+LxSr8DpNg1l1u6n/PAPA==", - "path": "sqlitepclraw.lib.e_sqlite3.linux/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.linux.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hdZx1DKHbDi4li6abmJ+A29mxY8D6BcM0s8VMT8p4MWEyrj54CZFUm402jTV6OgZCsFGkbRFnuFdBXf4vSDO7g==", - "path": "sqlitepclraw.lib.e_sqlite3.osx/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.osx.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roIdTH4a4iFa08HOwTWnzj2QYBIpSZRYfLSvHjtbH67I4DSWregrd4jkSnoOuwC5GHG08FNahBfEx3HAsVqW+g==", - "path": "sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zdug2wETm6847337EtD8MoCAtOdwM6prEXL/UsJ97Zxvoeyk/gUpdtuFNBxgJzceuty0jymjxm5yur5QajdApg==", - "path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7", - "hashPath": "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.7.nupkg.sha512" - }, - "StackExchange.Redis.StrongName/1.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qrfSB1BnmM17V20A4yvvNA0HNiDgnBd/CcjaeMKMA4qtup1uuBUMyhl20oj31fRVo71E/fXTbmQCuM9ytBJs6w==", - "path": "stackexchange.redis.strongname/1.2.4", - "hashPath": "stackexchange.redis.strongname.1.2.4.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zsFkF1NPnRk41NQ3B/SOhp2zhF+AiCitWALqgEP+jy2fgIyslBLNSZMtBctKnJKqzGgyiye3no7GJrJ0MTHXdg==", - "path": "swashbuckle.aspnetcore/2.4.0", - "hashPath": "swashbuckle.aspnetcore.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO+t8uBCQUDNjgAK5Mg56C5Pj88Z9WHBacm1njuMeDvbpEvFluNg8ocnDNYnwMcg1EcK8S+u+Xijzzf7PtpeXg==", - "path": "swashbuckle.aspnetcore.swagger/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swagger.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDaKa1kLGjVNYHnTtv3BT+yg8fVHf3HRgpY4bjhRcjtJJtCHejPFWUF3DoIDB4c5mmlZoAvqn6iOtQW+Qj4wOg==", - "path": "swashbuckle.aspnetcore.swaggergen/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TwnD/Ibviaxvuemq1YssHruRuEQBoJFuWaONClth6ZSae9YcFyy00bWCjvXJvrlbmIDw3UKZwWQ5f+zGFIjaqw==", - "path": "swashbuckle.aspnetcore.swaggerui/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.2.4.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-71hw5RUJRu5+q/geUY69gpXD8Upd12cH+F3MwpXV2zle7Bqqkrmc1JblOTuvUcgmdnUtQvBlV5e1d6RH+H2lvA==", - "path": "system.collections.immutable/1.4.0", - "hashPath": "system.collections.immutable.1.4.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-29K3DQ+IGU7LBaMjTo7SI7T7X/tsMtLvz1p56LJ556Iu0Dw3pKZw5g8yCYCWMRxrOF0Hr0FU0FwW0o42y2sb3A==", - "path": "system.componentmodel.annotations/4.4.0", - "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.4.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==", - "path": "system.data.sqlclient/4.4.3", - "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==", - "path": "system.diagnostics.diagnosticsource/4.4.1", - "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hLUU1N99aL9uyxiTraBnCKlpUKsbP/+5ygD7cswspH9/+M7fAAL0hRzt2aA4w7VEQlSSiu8j+xWFk3NRcqhfQQ==", - "path": "system.identitymodel.tokens.jwt/5.1.4", - "hashPath": "system.identitymodel.tokens.jwt.5.1.4.nupkg.sha512" - }, - "System.Interactive.Async/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hZccYiIE5RS1/J9Tb/BNtosAGVggdlsJm4Ojdu+gDV0p4AIi+LUfUogMKkRacljQEJd2AG6vYzvcjhQFkqoZmw==", - "path": "system.interactive.async/3.1.1", - "hashPath": "system.interactive.async.3.1.1.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "path": "system.net.nameresolution/4.3.0", - "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", - "path": "system.net.security/4.3.0", - "hashPath": "system.net.security.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==", - "path": "system.reflection.metadata/1.5.0", - "hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "path": "system.runtime.serialization.formatters/4.3.0", - "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==", - "path": "system.security.accesscontrol/4.4.0", - "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/4.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1m+fKVrApgKYMRuE0MF0vGjqy4XqAp1rCtyAzMXhJajMDDytMh/rHk9hp4M7KKk3QQZoWJUvyUY7xcw74w+JiQ==", - "path": "system.security.cryptography.xml/4.4.2", - "hashPath": "system.security.cryptography.xml.4.4.2.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==", - "path": "system.security.principal.windows/4.4.0", - "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512" - }, - "System.Spatial/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0RfZZJ8RlrfjoBPAF6pczX4Nd2kyLM8EX1PCP5Rqs/jOhJBUPYhpXjIsVAYN7kocj9IJ9XoJWAxWgXIDtJY2Ag==", - "path": "system.spatial/5.8.2", - "hashPath": "system.spatial.5.8.2.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l/tYeikqMHX2MD2jzrHDfR9ejrpTTF7wvAEbR51AMvzip1wSJgiURbDik4iv/w7ZgytmTD/hlwpplEhF9bmFNw==", - "path": "system.text.encodings.web/4.4.0", - "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPKfFGbpQsK5Srz2Kq3URgvC90yoOyBE8H1quDA2+MAJ2HAzFmV3biOgPv2Ck3mPAvdKngo3QHi2BNwUQDRVvA==", - "path": "system.threading.tasks.extensions/4.4.0", - "hashPath": "system.threading.tasks.extensions.4.4.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ==", - "path": "system.valuetuple/4.4.0", - "hashPath": "system.valuetuple.4.4.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "WindowsAzure.Storage/8.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W6ZZ0/o7+3Qb77mRAQyLjPudHG3OMeeQ4p9yY13PUdJArmRCx2cLMm5F4tpIjJXxzHC0ew0oK7DMDGILMdfCnw==", - "path": "windowsazure.storage/8.1.4", - "hashPath": "windowsazure.storage.8.1.4.nupkg.sha512" - }, - "Microsoft.NETCore.App/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", - "path": "microsoft.netcore.app/2.0.0", - "hashPath": "microsoft.netcore.app.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", - "path": "microsoft.netcore.dotnetapphost/2.0.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", - "path": "microsoft.netcore.dotnethostpolicy/2.0.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", - "path": "microsoft.netcore.dotnethostresolver/2.0.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", - "path": "netstandard.library/2.0.0", - "hashPath": "netstandard.library.2.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.dll b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.dll deleted file mode 100644 index 40eb745..0000000 Binary files a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.pdb b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.pdb deleted file mode 100644 index 5dc164e..0000000 Binary files a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.pdb and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.runtimeconfig.dev.json b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.runtimeconfig.dev.json deleted file mode 100644 index 8cebf6a..0000000 --- a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.runtimeconfig.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\fashaikh\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\fashaikh\\.nuget\\packages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ] - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.runtimeconfig.json b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.runtimeconfig.json deleted file mode 100644 index a4f15ca..0000000 --- a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.0/ServerLessLibrary.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - }, - "configProperties": { - "System.GC.Server": true - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.deps.json b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.deps.json deleted file mode 100644 index a62b791..0000000 --- a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.deps.json +++ /dev/null @@ -1,6713 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.1", - "signature": "e38682e0c047e1e5a85902edddbaa73ab5739f54" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "DEBUG", - "NETCOREAPP", - "NETCOREAPP2_1" - ], - "languageVersion": "", - "platform": "AnyCPU", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": false, - "keyFile": "", - "emitEntryPoint": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v2.1": { - "ServerLessLibrary/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.All": "2.0.8", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.NETCore.App": "2.1.0", - "Swashbuckle.AspNetCore": "2.4.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Linq": "4.3.0" - }, - "runtime": { - "ServerLessLibrary.dll": {} - }, - "compile": { - "ServerLessLibrary.dll": {} - } - }, - "Libuv/1.10.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0" - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libuv.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libuv.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-armel/native/libuv.so": { - "rid": "linux-armel", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libuv.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm/native/libuv.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/libuv.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/libuv.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.32153" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "NETStandard.Library": "2.0.3", - "System.Net.NameResolution": "4.3.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.1.1.0", - "fileVersion": "2.1.1.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.Extensions.PlatformAbstractions": "1.1.0", - "NETStandard.Library": "2.0.3", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.4.1.0", - "fileVersion": "2.4.1.1362" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.AspNetCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.All/2.0.8": { - "dependencies": { - "Microsoft.AspNetCore": "2.0.3", - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authentication.Facebook": "2.0.4", - "Microsoft.AspNetCore.Authentication.Google": "2.0.4", - "Microsoft.AspNetCore.Authentication.JwtBearer": "2.0.4", - "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "2.0.4", - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "2.0.4", - "Microsoft.AspNetCore.Authentication.Twitter": "2.0.4", - "Microsoft.AspNetCore.Authorization": "2.0.4", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.AzureAppServices.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.CookiePolicy": "2.0.4", - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.DataProtection.AzureStorage": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Extensions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Localization.Routing": "2.0.3", - "Microsoft.AspNetCore.MiddlewareAnalysis": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4", - "Microsoft.AspNetCore.Owin": "2.0.3", - "Microsoft.AspNetCore.Razor": "2.0.3", - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.ResponseCompression": "2.0.3", - "Microsoft.AspNetCore.Rewrite": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.HttpSys": "2.0.4", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3", - "Microsoft.AspNetCore.Session": "2.0.3", - "Microsoft.AspNetCore.SpaServices": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.AspNetCore.WebSockets": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Data.Sqlite": "2.0.1", - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.EntityFrameworkCore.Design": "2.0.3", - "Microsoft.EntityFrameworkCore.InMemory": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.EntityFrameworkCore.SqlServer": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "Microsoft.EntityFrameworkCore.Tools": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Caching.Redis": "2.0.2", - "Microsoft.Extensions.Caching.SqlServer": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.AzureKeyVault": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Ini": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Configuration.Xml": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3", - "Microsoft.Extensions.Localization": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2", - "Microsoft.Extensions.Logging.EventSource": "2.0.2", - "Microsoft.Extensions.Logging.TraceSource": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2", - "Microsoft.Extensions.Primitives": "2.0.0", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.VisualStudio.Web.BrowserLink": "2.0.3" - } - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authorization": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "WindowsAzure.Storage": "8.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {} - } - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.Extensions.DependencyModel": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.Extensions.Localization": "2.0.3", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Localization": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4" - } - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Newtonsoft.Json.Bson": "1.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": {} - } - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": {} - } - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Threading.Tasks.Extensions": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "dependencies": { - "Libuv": "1.10.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": {} - } - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {} - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.4.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.4.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.4.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.4.0": {}, - "Microsoft.Data.Edm/5.8.2": { - "runtime": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": {} - } - }, - "Microsoft.Data.OData/5.8.2": { - "dependencies": { - "Microsoft.Data.Edm": "5.8.2", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": {} - } - }, - "Microsoft.Data.Sqlite/2.0.1": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.2", - "Remotion.Linq": "2.1.1", - "System.Collections.Immutable": "1.4.0", - "System.ComponentModel.Annotations": "4.4.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Interactive.Async": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Design": "2.0.3" - } - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "StackExchange.Redis.StrongName": "1.2.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": {} - } - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": {} - } - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Json": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": {} - } - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": {} - } - }, - "Microsoft.Extensions.Localization/2.0.3": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "System.ValueTuple": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": {} - } - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "System.Reflection.TypeExtensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.21115" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "dependencies": { - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "1.1.4.0", - "fileVersion": "1.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "dependencies": { - "System.Collections.Specialized": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.IdentityModel.Tokens.Jwt": "5.1.4", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "2.1.4", - "System.Dynamic.Runtime": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "1.1.4", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Security.AccessControl": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} - } - }, - "Newtonsoft.Json/10.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "System.Collections": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.1.20720" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.1": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.1.20722" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {} - } - }, - "Remotion.Linq/2.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Linq.Queryable": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Remotion.Linq.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.1.30000" - } - }, - "compile": { - "lib/netstandard1.0/Remotion.Linq.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0" - } - }, - "runtime.native.System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.linux": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.osx": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.v110_xp": "1.1.7", - "SQLitePCLRaw.provider.e_sqlite3.netstandard11": "1.1.7" - }, - "runtime": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - }, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {}, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {} - } - }, - "SQLitePCLRaw.core/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": {} - } - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "runtimeTargets": { - "runtimes/linux-x64/native/libe_sqlite3.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "rid": "linux-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "runtimeTargets": { - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "runtimeTargets": { - "runtimes/win7-x64/native/e_sqlite3.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/e_sqlite3.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {} - } - }, - "StackExchange.Redis.StrongName/1.2.4": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Linq": "4.3.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": { - "assemblyVersion": "1.2.4.0", - "fileVersion": "1.2.4.0" - } - }, - "compile": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": {} - } - }, - "Swashbuckle.AspNetCore/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerGen": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerUI": "2.4.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "NETStandard.Library": "2.0.3", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Xml.XPath": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.4.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.4.0": {}, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/4.4.0": {}, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.SqlClient/4.4.3": { - "dependencies": { - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Text.Encoding.CodePages": "4.4.0", - "runtime.native.System.Data.SqlClient.sni": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Data.SqlClient.dll": { - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - }, - "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "compile": { - "ref/netstandard2.0/System.Data.SqlClient.dll": {} - } - }, - "System.Diagnostics.Contracts/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.4.1": {}, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.1.4" - }, - "runtime": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.Interactive.Async/3.1.1": { - "dependencies": { - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "lib/netstandard1.3/System.Interactive.Async.dll": { - "assemblyVersion": "3.0.3000.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/netstandard1.3/System.Interactive.Async.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Buffers": "4.4.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.NameResolution/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Numerics.Vectors/4.4.0": {}, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.5.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Xml/4.4.2": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26418.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Cryptography.Xml.dll": {} - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} - } - }, - "System.Spatial/5.8.2": { - "runtime": { - "lib/netstandard1.1/System.Spatial.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/System.Spatial.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "compile": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.4.0": {}, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.4.0": {}, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.4.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "WindowsAzure.Storage/8.1.4": { - "dependencies": { - "Microsoft.Data.OData": "5.8.2", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": { - "assemblyVersion": "8.1.4.0", - "fileVersion": "8.1.4.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": {} - } - }, - "Microsoft.NETCore.App/2.1.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", - "Microsoft.NETCore.Platforms": "2.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "NETStandard.Library": "2.0.3" - }, - "compile": { - "ref/netcoreapp2.1/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.1/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.1/System.AppContext.dll": {}, - "ref/netcoreapp2.1/System.Buffers.dll": {}, - "ref/netcoreapp2.1/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.1/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.1/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.1/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.1/System.Collections.dll": {}, - "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.1/System.ComponentModel.dll": {}, - "ref/netcoreapp2.1/System.Configuration.dll": {}, - "ref/netcoreapp2.1/System.Console.dll": {}, - "ref/netcoreapp2.1/System.Core.dll": {}, - "ref/netcoreapp2.1/System.Data.Common.dll": {}, - "ref/netcoreapp2.1/System.Data.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.1/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.1/System.Drawing.dll": {}, - "ref/netcoreapp2.1/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.1/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.1/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.1/System.Globalization.dll": {}, - "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll": {}, - "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.1/System.IO.Compression.dll": {}, - "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.1/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.1/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.1/System.IO.dll": {}, - "ref/netcoreapp2.1/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.1/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.1/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.1/System.Linq.dll": {}, - "ref/netcoreapp2.1/System.Memory.dll": {}, - "ref/netcoreapp2.1/System.Net.Http.dll": {}, - "ref/netcoreapp2.1/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.1/System.Net.Mail.dll": {}, - "ref/netcoreapp2.1/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.1/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.1/System.Net.Ping.dll": {}, - "ref/netcoreapp2.1/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.1/System.Net.Requests.dll": {}, - "ref/netcoreapp2.1/System.Net.Security.dll": {}, - "ref/netcoreapp2.1/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.1/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.1/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.1/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.1/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.1/System.Net.dll": {}, - "ref/netcoreapp2.1/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.1/System.Numerics.dll": {}, - "ref/netcoreapp2.1/System.ObjectModel.dll": {}, - "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.1/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.1/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.1/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.1/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.1/System.Reflection.dll": {}, - "ref/netcoreapp2.1/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.1/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.1/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.1/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.1/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.1/System.Runtime.dll": {}, - "ref/netcoreapp2.1/System.Security.Claims.dll": {}, - "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.1/System.Security.Principal.dll": {}, - "ref/netcoreapp2.1/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.1/System.Security.dll": {}, - "ref/netcoreapp2.1/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.1/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.1/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.1/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.1/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.1/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.1/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.1/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.1/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.1/System.Threading.dll": {}, - "ref/netcoreapp2.1/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.1/System.Transactions.dll": {}, - "ref/netcoreapp2.1/System.ValueTuple.dll": {}, - "ref/netcoreapp2.1/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.1/System.Web.dll": {}, - "ref/netcoreapp2.1/System.Windows.dll": {}, - "ref/netcoreapp2.1/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.1/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.1/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.1/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.1/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.1/System.Xml.dll": {}, - "ref/netcoreapp2.1/System.dll": {}, - "ref/netcoreapp2.1/WindowsBase.dll": {}, - "ref/netcoreapp2.1/mscorlib.dll": {}, - "ref/netcoreapp2.1/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.1.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.1.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.1.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.1.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.1.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Targets/2.1.0": { - "compileOnly": true - }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.0" - }, - "compileOnly": true - } - } - }, - "libraries": { - "ServerLessLibrary/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Libuv/1.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==", - "path": "libuv/1.10.0", - "hashPath": "libuv.1.10.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dX/zu3Psz9oM3ErU64xfOHuSxOwMxN6q5RabSkeYbX42Yn6dR/kDToqjs+txCRjrfHUxyYjfeJHu+MbCfvAsg==", - "path": "microsoft.applicationinsights/2.4.0", - "hashPath": "microsoft.applicationinsights.2.4.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kiGmzl9Cav34dF7AHVMoJxdJJQEeLB8KZGNwX1LjImG9iem5hGk4DkHpW7/m9Nh3DrL8IKSL3mqQo+IPqWfMRQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.1.1", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RWxdX90MY6tNF8S5lwRvJcHiBMIWwVLCxd4TGIEl3X0yAKaolY2vs4zTCvyCIVkEAMs1aInTgWkYwOjzYvAHWw==", - "path": "microsoft.applicationinsights.dependencycollector/2.4.1", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.4.1.nupkg.sha512" - }, - "Microsoft.AspNetCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ewoUaFoSuYIrS3TQqUkDvkFb2gVdXiUadtqAghsHkkaw3tvvrPj472KgfwmEYdWJZnmDaxOOFOzyQIU4/n/vew==", - "path": "microsoft.aspnetcore/2.0.3", - "hashPath": "microsoft.aspnetcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.All/2.0.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gWVS0txQ/JSpIHS2Wlxjr9L0TlOShy1v+QFOM1tMJoYEdVsw2a0yvP7Mi++vsn1VL9dmMeGaUsVpWTb4M00e5Q==", - "path": "microsoft.aspnetcore.all/2.0.8", - "hashPath": "microsoft.aspnetcore.all.2.0.8.nupkg.sha512" - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k//CUbcwjy8j2Wj08sW0puax6AW9WA2a2d+U0MjYdfmHO+Ux6PtRAxBHIED8hXubzVXy4NYTu5ngYa3dqNoJtA==", - "path": "microsoft.aspnetcore.antiforgery/2.0.3", - "hashPath": "microsoft.aspnetcore.antiforgery.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OU63ZlYdzXKmQ62npj4H0Pic6pmnJiGXjSN22Di6n2mZ9zQhk08eZcQVjLpOqUVM0VGUGPhIuZqqZsJBX164OA==", - "path": "microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cilHHmPQ7F3cytigokA0rbzzdbO/QP+j8JPQ67Zl1wQcgAgmXZ4LDb1yBH4Oqx+QjMJo/G1QAdtkMIlUe4uzcw==", - "path": "microsoft.aspnetcore.authentication/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qhJVdxVCKwxz3BHjdDKon+AC2WIWZaDmVs7ldz4TAJaJRu0+Gf+YAbhXGVdDCFc8vZP0wqdIwfu9dBH5uJ+zeA==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FaLTpTSqsey+r8rYsDi+/gkuwd7cWDNh3KBrdyol5Wx4sunzOb7FnNL6XjekjyJ7vxTm9ORuiUy6y6VjXWzcdw==", - "path": "microsoft.aspnetcore.authentication.cookies/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R85tVhpcij6nCnOXxIeLViV+Sij0BSV4uG/8/Xr85SlZ5NFkA0s3ZOtV45KqNtVp5XCM4ps59xdF3umHlqwuqw==", - "path": "microsoft.aspnetcore.authentication.core/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.core.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f5Q5gh79jOhEUJ71jkQx3O1VyVqYMBqZESHHogrl9dI4v/V3ExllMJfhCxV/YCSjrIShX/E4GISKnikI+Beovg==", - "path": "microsoft.aspnetcore.authentication.facebook/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.facebook.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-akb0eQHWXKEGb/A6v7pmdEoi9rlrubInW3R4a5r0xsaNwFgpntnDEbNKD/x8XSgxsxR7gNgNGNLPYlRbibKrmg==", - "path": "microsoft.aspnetcore.authentication.google/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.google.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rozb3c/hoCZWADTGzZatCAxloUfW60HyVU++MArRS8k374dEkT6IkiboJYYfLYX5FhBwPhvNDzwoGEk+Aogwfg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaev2Mg61Cugi3j8ty0XRLpw0FJrwOUfTbuJTUZNBouCNgA3K/eB3NEaYCZM7uw4WtKPWVCMi44Y1ZYpXhWIbQ==", - "path": "microsoft.aspnetcore.authentication.microsoftaccount/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.microsoftaccount.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NAWMDm9Y7/MvoJiaOtlC1AA3x6ELC+5iiqcBWBduKGMZnL/XFtaJw93NVbNjCkE9V0F/carJ3jMNOSnnJ+2t8g==", - "path": "microsoft.aspnetcore.authentication.oauth/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.oauth.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMm4pEZ+bTfWng2XaU9tnFasdZRWSDxtnH4id8MHL4bxmJW2kzXa9yQjbeHSUDTWDfN0DYIiMoamOD20kGcJ2A==", - "path": "microsoft.aspnetcore.authentication.openidconnect/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.openidconnect.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MEhMyEso4anakbRuSEfJ7mdsRS01bqwQLQ+BNwJIhN3jLieqZCq4TKQZNsvVoo9Uqf2Fc7Q9RmfTcYlIDOhpjQ==", - "path": "microsoft.aspnetcore.authentication.twitter/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.twitter.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/0zE4z3+r1cPD9Ji5ItFUtinOLPVGKSSRTaNxVom5lkUlmy21JvtbCqstKfYwwWhU2ltgesZwhfBR7TZ8Zfx9w==", - "path": "microsoft.aspnetcore.authorization/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PqnQ6t7Ps2fGP7fsqS6+vYSmotU90j29bOb0TSUwYsHp4LgbJwEZfOyjGraJRJ3G+29vgBXgRtMfi+qfXdOH1Q==", - "path": "microsoft.aspnetcore.authorization.policy/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LX0g9/vHRpKjSsu5MFVly0taGhCLE9StmGkmUqy5TnwJMdUxuhWfU4Yrz7JN8VaKax43wrw8w0YJwBhymzB2og==", - "path": "microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservices.hostingstartup.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zGE76JQsbdPmMAflYylEGxUjo6eEPNUaicTiyXPtbwUs6C0q5esOvNZ09hZInM6smWS+Socyn0+vXLwdajGpw==", - "path": "microsoft.aspnetcore.azureappservicesintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservicesintegration.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wPt/kp76OfVyQK3mhEkvwnN5ReBi8uKXLXpRIbV/4D63dHXDmruOQ2pZ0FcS+5ZU4Wp1QtUGErsB65bfly788g==", - "path": "microsoft.aspnetcore.cookiepolicy/2.0.4", - "hashPath": "microsoft.aspnetcore.cookiepolicy.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KVOmidntHIJBM/KNWgOlaiGOAlvE1boMsxUOWY5NC+K2GFanPjrlzJGBHr3EPpqaURHVefdfkhKE4pldsSVzoA==", - "path": "microsoft.aspnetcore.cors/2.0.3", - "hashPath": "microsoft.aspnetcore.cors.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A3QOjsnTBowhVXV52DWD178wo8HncWzQZJc2s5BcOY4TA55x1y4Wz+/heQdds/tKGjob7c9UEzxlU7vfcpAHyw==", - "path": "microsoft.aspnetcore.cryptography.internal/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uXzpsMrPJeUWpCfSbGeNmzsFiG+1aj8EHs+t5AP1ABQuyU9CcePzdPczDq1VU647nNJrG0S0aYYvi+YvschCdg==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRf+QxBSu+Tb0Fj+LIZHcORxDX4eZSmrZm0q6X7Z+3dV2IYYn7GLgNei4lO/SGECRpp4B7hRfTkK5FEH+DDopA==", - "path": "microsoft.aspnetcore.dataprotection/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nWBROwWtuuG3wOJTggozV0cE/wsRxwY4Cf9TB9igLQUatIGDsNZDxL0NXcuvZPIlpuxKuSDSFEjvKg/nFyOr5g==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CssOzEk+Uzr/wmGy4mnjM41yKzC9NXPcZ26rdk6YZjpserQYFtDReWfn/gmbRvyKh4Hns8OTJaN/FecwMl8UHQ==", - "path": "microsoft.aspnetcore.dataprotection.azurestorage/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.azurestorage.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-24eM2igXaU3x3DHbYTp2spTl1B1twxj87tlN05lWDyptU0e+qyRC3acVzjQzENa+9KDxPdBiHhKST+0ma/g3Dw==", - "path": "microsoft.aspnetcore.dataprotection.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fotyI5wkoB4PfM7/UrdMTG2cL+7RQoq4SRXD+rXyDW/04H9SQsS0LrYNcC9ov60x7CblwK0PwoJ7crrsh2yVmw==", - "path": "microsoft.aspnetcore.diagnostics/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WTA+YiB904BcXRplDCy0n6HgIZyM+kXT86uuG7naZWzQvqe2sO1oO9EPbXmQpCKHQddnNcIqUYZQAyqDFtFc/A==", - "path": "microsoft.aspnetcore.diagnostics.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cv4en05ND1cm05UccDyn5nZTUn0pER7ExRTTJjvxysZSBPcx8LNyFTiOb7HokUZTkERR9yLs4S1uKU7IlOvoEQ==", - "path": "microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/lWuLlMGAAdZAlf4Kmcf6xDMDXHpoW2ZimCNjJZVQR45MlQQrBgxMnceNReTBtBgPvj14/loHeUWVGJeCm3i5g==", - "path": "microsoft.aspnetcore.hosting/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gsJ8XtLjGF3FF02UJ1uRXhwHGxP+JoJtqqGxfPTCYDeixSqQf4NNSqUPbXB987lpZciLyCkDB9cyyVTKubJl3w==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zRcioMNMAcwUkfJ36rPUvuzRyFa+Ph4HcQ6MFE7xX1ky84xV3ta732zXYAu8QbEVXFeFsSIu+YfZhGw47kiivA==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Coy0K88+73feU+df6wliW/wNkQ19McWxS9W+8wvwzHs8v5F1UU/3MXtnSNpOsdw6BxXR6u86i17fg4Tt0CPCRA==", - "path": "microsoft.aspnetcore.html.abstractions/2.0.2", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3UcMCyoBzKignSS58meI2Od5E/qAMutZBs7TpXbqgUOJeSR0YGjhOFmzC8VrP8chUUjSmbpb4oiXivB0VkTuNg==", - "path": "microsoft.aspnetcore.http/2.0.3", - "hashPath": "microsoft.aspnetcore.http.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-68K27sUVMTaroqw40uV6tVZDmg5aVjBE9c+1tZIYbb9Zd193sTOOpnS+5vipA46OaGUv47mzSwa8h+wn0rGDQA==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d1EUE+aOT2dhpyciM/In1sNADd0eXo8Xq0L5W4+rJoo1oS3/mEoj0il0dfCmBxtvfPwx8AEfBymw07izpzXmqQ==", - "path": "microsoft.aspnetcore.http.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/aQjeLghQofUYDIbOv+D/QOQi4+AqEnqWK9ZUrHftsKe6h4NaDYH1hajwJz4a+lgkQh3OuhLxZnJNZBVpb+AHQ==", - "path": "microsoft.aspnetcore.http.features/2.0.3", - "hashPath": "microsoft.aspnetcore.http.features.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gd6lp3WiDIELMs+VISyIkdee8key2J0CwQ3r5gRFs2of+gt+jmWvftGIVaqFaMwOeF+3uldH1kLpBrMa7kMGDQ==", - "path": "microsoft.aspnetcore.httpoverrides/2.0.3", - "hashPath": "microsoft.aspnetcore.httpoverrides.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EjOC8tZnA90yO+TgIJFc16oBGwYErNhJg+ft3utAuAFvC+VQTaVQw6bTD6eGUWb0uHNxkZH0gJlR9QufrqSheQ==", - "path": "microsoft.aspnetcore.identity/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLMdytdUpFWwvOdSTfgH3vwpNIlo7Xf7J6X41bLVnZWfgU+DDfcMibaq7qLh7Ni7iydAx30ouNJhOMb6ucj30g==", - "path": "microsoft.aspnetcore.identity.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-US78cfi7nrPTXeONgcSWbgrUBLs1Aca4kCJTieWXDLg0G0gwmdfPbd6S3c5TdJRQdA69K3UhPAs9r9ZAMjIFAA==", - "path": "microsoft.aspnetcore.jsonpatch/2.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IIVz30aVAgc7+WlivPSZKuD0C+KsvDla8JCcpc7LmOlGVBjYNkxOXI3Qptn2V0jF2qVdW8FAEVaz32p4MbGNbw==", - "path": "microsoft.aspnetcore.localization/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LTSZWXXGSQq5KNM4PVYw2pOi9lt56ondMZ3u7iI6n8vwBP+NvA2Yxvy+CkM1WtP45YXD+s8XzKTLmCj8nTulGg==", - "path": "microsoft.aspnetcore.localization.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.routing.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N5BnaQNm0uyJjd8LiCvw1Zc9K/dqLwASPuAxZ5jE8dT+LOKgYgbVhDsh0PJhlpKud6TzFV/puBM/C+gRujHYyw==", - "path": "microsoft.aspnetcore.middlewareanalysis/2.0.3", - "hashPath": "microsoft.aspnetcore.middlewareanalysis.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rxXXcZBuC+Rh3pydAWYkxwcCYwYWVnkjwvjktazeFUmL5ZtIMT/hBzYqjSXVZ9bL75oAoqzfGwVRSgS6vMxxqg==", - "path": "microsoft.aspnetcore.mvc/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LhFvnz+5IqtsqzOWbn5xiotQt+N7QHyDTGCQojkffLXkQsvBhmIPVXsbbxZdxqpC+pc6tGfBikZBa18GyIgDsA==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G75WaWewde+h2hvTeIroVd3E5lNv8uFA2pCbs6/qPZxfM6Y6mbp+EIoKT+so8DM8mre0XqgaQ6DcQKPZ+tM0vA==", - "path": "microsoft.aspnetcore.mvc.apiexplorer/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.apiexplorer.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pwk3+4yqIfvdk2Wcwsh+jfu767zL81OPk/BCSkN+3wcoWIUnLQ0eZ0xIyTSee/pHVSY8b2saLxyfvXFHZOM/iA==", - "path": "microsoft.aspnetcore.mvc.core/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.core.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YAlGx5tfnnqvGAkWO8hWjt7QqmP253BpWoVlPbRqQsptdcxQjc8NFvsJAChZTj3UoKw84s360ekyD7JeAMsewA==", - "path": "microsoft.aspnetcore.mvc.cors/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.cors.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LzObWJm7oV8/uClKfvup7D5Lks6815r8/0u6Carp0Wru9eltBzba1NVUMr2yNBO+unWvTAuhwUVtSYt2Q8qMYw==", - "path": "microsoft.aspnetcore.mvc.dataannotations/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.dataannotations.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ooCvSWVm1nDSQSK9C30AxM0N0QQj2wDol0tHHWVujkXishiMlSvxpdaXbH4rgp4V1r/P+izFUdkU1gjeF/allw==", - "path": "microsoft.aspnetcore.mvc.formatters.json/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.json.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VtsO5L2sY3QiMI3/P7nOCvVgFD6Nz3qM89nzHJVO6+r86tAmgt8WEliC50TgHOPVYyI89AeI0ty1GDRjAizX8Q==", - "path": "microsoft.aspnetcore.mvc.formatters.xml/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.xml.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8Okxt6j9UlaXlJcCGfhKZfYi/C8K3cRZN34qna8o3ewWQjSRkXFHMSqQq1bqxP+Ed7RpKyTqTHFeJUiVQDfnKw==", - "path": "microsoft.aspnetcore.mvc.localization/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.localization.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ze6pfvyUmvSHyy5uenq1MyDfzypWbD7Ta4ztnS3TP/IL13zy5PC2ceWbAq6L11i9kGHyz/NYfIruLDggPkqYng==", - "path": "microsoft.aspnetcore.mvc.razor/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bhfnv7F4bbydJRElzaFTA0UyiX3s5TrImLNxKomBlh2DkOOpFsOZlfT8Vz+yltO9ASI5cwfRwiGe4Q2iTdaQqw==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Uz2Zexiq9+Dt6zKxpOCic9c+e4NOSWwBQ7OhKI6Ur7vbSYq8dzYC5+W3KC9jMPuQyTdAKQkzYazorXNmiMc7fQ==", - "path": "microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.viewcompilation.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+xmSjFy+TQY+hGvJsywwFv5uEGnNPT6nrSS7U1OuPJ7HOLqgPPGKQ/txygU8vU9g5EY1l4OCKjOpY6Vpg+L9cw==", - "path": "microsoft.aspnetcore.mvc.razorpages/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razorpages.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSZiSTzkcxlWDEcvcp//FNK4onTrwz4YPJ7Pbrmpd9IQ0qR2kvtcuRKRuCIg0JvkHv+swBYeiAX1/I2h9EyHcw==", - "path": "microsoft.aspnetcore.mvc.taghelpers/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.taghelpers.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ktaVPHRxfcnYtLGtiL+0mXilvW07nY5Zn/q6MQaC1KGx1wClsf38bvtgS5nxnzEiUSq/iywNXVdwiJOsWHs7WQ==", - "path": "microsoft.aspnetcore.mvc.viewfeatures/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.viewfeatures.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nA8CLhX5g/JXnAME25LwxYt36lj2jiXnJGlaaml6p9nvQIAOtI/LFgWH+kH0bzvkgWWVXAZRVBPA6iNZhVdf5A==", - "path": "microsoft.aspnetcore.nodeservices/2.0.4", - "hashPath": "microsoft.aspnetcore.nodeservices.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y3fADeAu6xO9oGKrhMsZjJoc7cuLvEBEAYg+cIRUtnFnwxnLRRBJXWPjYAmaaIJg92x+CucV7NW2rlABhjD8Hw==", - "path": "microsoft.aspnetcore.owin/2.0.3", - "hashPath": "microsoft.aspnetcore.owin.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nq/ZtZ2uquXsBpVdHQSd7khIDXULx9SekqHDsB79sAztqtw8yqHd5T5Y9vHeVobYn5b4hBAjxxOXrYvfERqlyw==", - "path": "microsoft.aspnetcore.razor/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4G4vvEhq7aMGst0K4MymuQQ2dou4dWnYYirh2dZZJ+f4GizwoQSl4xgUxpKmqxiLRKxK3Kvrs91/SQIlmkineA==", - "path": "microsoft.aspnetcore.razor.language/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.language.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4yHqlI5uuJPp5PzXEnEn8wbAcR32L02/1FSOWs6mEOOHfemf9iz5MJvohYqPKRmeGwgYTWDPCEl34EE0qwzAcQ==", - "path": "microsoft.aspnetcore.razor.runtime/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.runtime.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T4kUdRY2sLBhdBGnJ0McFrG+VLyke8WipK4LZTTPQD0BF77QTbg1RUWpYoRXI+flOKWE6zl4966AhIM7ylh+0w==", - "path": "microsoft.aspnetcore.responsecaching/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9x3V/sVfaUEBsHgqtIQMTJW5x1NZAJLkIbh/QkNoTd6bh2ufyL5Xz/s//6rh5kpXUsKTF9XNEl0YWLb17iDFkw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BeJCYDfrWJbTOnM08FT3BZ735GmZaEgDk61zQ+Q5ZL+hz37A5x5/tU1WLNQmGtSpaIwQpyaSOuBXjuP9Uv6eZA==", - "path": "microsoft.aspnetcore.responsecompression/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecompression.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iqNYKrn93LNLYOGz8NLf8f2Fa05GE1HvVCofC2G/QUhemp7W5RtOz19gF5Hiuvqou74UNFtepdljOWw5jzUs6A==", - "path": "microsoft.aspnetcore.rewrite/2.0.3", - "hashPath": "microsoft.aspnetcore.rewrite.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ogF4PLCimff9OmSdoGSBdGudGhX0EUEnLjUOLERlfNSAa9Rcwj1bHU+5r2bbyQNkIJ6pVlipYB92D9PntfhzA==", - "path": "microsoft.aspnetcore.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-10prhOi+zfeVk/caTP/o2y0Gc7wKg5b3R2KnV5fZ5sWfPbBjCaso7+VYz25trjTms4z+9CgVp2uftYA18R9wqw==", - "path": "microsoft.aspnetcore.routing.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNVLbmknxbeVpyT0XJgsFCS7pNWZTgU6yzIjRTVDrbM0Z3vpWoRSl+OkcXLPp5Ben3BHQLPLWdToJYGwYyTGog==", - "path": "microsoft.aspnetcore.server.httpsys/2.0.4", - "hashPath": "microsoft.aspnetcore.server.httpsys.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8+mVpigrvK9wMWZInlof2T6F9ptzocLncENQMr2GmMGCRDlcY+Ff5W1MGbg9V04ZLZNiomGUI8RkRjN4lReF2w==", - "path": "microsoft.aspnetcore.server.iisintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.server.iisintegration.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/ktWQIcp1GRf3HPShj+2F+Dl+q7xtMsANsb9zOnpGNKSpB5z2n07cKHzXf+8iXHRLyTFbIidx2L8CMoaeQ0pfQ==", - "path": "microsoft.aspnetcore.server.kestrel/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TnhdRwj2KGophlLQPcRco1keTtHUAuRtZ74xUB7RAjoRelPysJlCNsH/IbIJnFNvYW0tszkjSc7DCkRex4Z/EA==", - "path": "microsoft.aspnetcore.server.kestrel.core/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+wcxyn8GFGtsJbwIhnb23fTBBsJZBZV2bN5vb5m8FRrdGM9gGhE3P4rt/oAONCGAQJAMDyfyxKUJfL07gjjYlg==", - "path": "microsoft.aspnetcore.server.kestrel.https/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RXB7hERQ1mKtyIjKzlGYXDT0BMBwclg2VsBetD2nqjxb3xXauQEvFM0x6Gp48ELSzmX+lBNWlH7sN8fNNckzAg==", - "path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FBwRXcAe/7VUA4DCrpnLN8ONtl6BC37SLBXVnqjQ44ofDjKHY24I8geMqAAZ8o7qTMLKbrgJyenjUiIHwVhW0g==", - "path": "microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.libuv.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WYInv0iEmYuxsp/xstow6u+lO/zAt6hHlbEPJI29TYKKPx38vGUXL7XASgWz99cBZiEhyotZhoz8gCW8mrERMg==", - "path": "microsoft.aspnetcore.session/2.0.3", - "hashPath": "microsoft.aspnetcore.session.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RTCzyMd3xGhDjMZFZqm/KJz0VrKN+zRFb49c5yE1nW2WVt6voygKbdXbIAGxAc0eU9AX9WZhHEpkh+rNHZ2gpQ==", - "path": "microsoft.aspnetcore.spaservices/2.0.4", - "hashPath": "microsoft.aspnetcore.spaservices.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h9VzkMCKm6c9TX2iwvUCDLdYUX85clBduhoVqwYZBtnzYAaRnjeCSYBM/EsfbNCarJitcaN+sa17u6voeVllTg==", - "path": "microsoft.aspnetcore.staticfiles/2.0.3", - "hashPath": "microsoft.aspnetcore.staticfiles.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7ZPgr/VfKJ1s0zcdlAAppi1YhnWHzMq0pYoq7Qngxy9fIk255TWh4l+7XOtDkoBV9cl3fSsyrU5T8o4w8uIl3g==", - "path": "microsoft.aspnetcore.websockets/2.0.3", - "hashPath": "microsoft.aspnetcore.websockets.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rjUxqCYVkzWyUWgTwye4DHItEKRTY6U2kJ0FgbuvDbkcleBjpgm1mUMvfqcjl/R0GrtrpnNMaKvhMBAHbj0t0g==", - "path": "microsoft.aspnetcore.webutilities/2.0.3", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGATpUW09zOGFLQZ3JXIObJyNlk2dvgNgC7Kh+iDpxGWgKHSgpHMXnGmXUecJa4CNi0HhUENKSnEack1aF/MwQ==", - "path": "microsoft.codeanalysis.common/2.3.1", - "hashPath": "microsoft.codeanalysis.common.2.3.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fvO7Q8FqzmWX8gzzCk4Bf34Ms06bZ6r/A9tUz1ndj3ioitAxSC2QUXbUQOJ4ExzohTtXhczJAFirgs//Nasz6A==", - "path": "microsoft.codeanalysis.csharp/2.3.1", - "hashPath": "microsoft.codeanalysis.csharp.2.3.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pRQxjGEqm/Gr0IU2eUbVmiUezAljtjCZDeLirYjDVqIZwxgPU97WtOojGHNYWVAvdHlYogFQU3OGxDji1Z4gpA==", - "path": "microsoft.codeanalysis.razor/2.0.3", - "hashPath": "microsoft.codeanalysis.razor.2.0.3.nupkg.sha512" - }, - "Microsoft.CSharp/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vvVR/B08YVghQ4jHEloxqw2ZWzEGE1AOA5E0DioUM3ujbXz6FD3AfB/0Jl2ohJPd0nXYGwmPe1En6HTsSriq1A==", - "path": "microsoft.csharp/4.4.0", - "hashPath": "microsoft.csharp.4.4.0.nupkg.sha512" - }, - "Microsoft.Data.Edm/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/d8DxA6MFHroBEn/jW0LMQSIKnsRRibrZtRCLfov2boQfrQ1R1BVgkJ5oIhcQsOm0l4POv+I2ny6RBsclNbOw==", - "path": "microsoft.data.edm/5.8.2", - "hashPath": "microsoft.data.edm.5.8.2.nupkg.sha512" - }, - "Microsoft.Data.OData/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oEIUtXcRiKogF0yZxA+QdgxoBJ34989qL/5xOSrTfxAhzNJV5Hw6DRdWgUCpeXFMoJUQx7ptbHCN+My/LCQfsg==", - "path": "microsoft.data.odata/5.8.2", - "hashPath": "microsoft.data.odata.5.8.2.nupkg.sha512" - }, - "Microsoft.Data.Sqlite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJXCZniFDwHGnRYd9WD3vswQCyIXk0/gsne9TLFWIpy6oK4kAcKD1BTncaHQmVg0pp/YmRBKXVIh4yXSHqbsGQ==", - "path": "microsoft.data.sqlite/2.0.1", - "hashPath": "microsoft.data.sqlite.2.0.1.nupkg.sha512" - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkUOJRJEXnXAxWKhCSFjYKLhuopw+m6ClML4cF1Rt/Ek8bBUW6hn1xAHCZ9KFqkcNOpBS7rQ6nZBaSXU3mgbOQ==", - "path": "microsoft.data.sqlite.core/2.0.1", - "hashPath": "microsoft.data.sqlite.core.2.0.1.nupkg.sha512" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cXgVdJmW3fLwmSxsv0RlTe4BIKs6slVXV5xRvsO4CV4aUeY67GelaujxY/lP5yVlaMjMM22pXKbKtUY9x050Mw==", - "path": "microsoft.dotnet.platformabstractions/2.0.3", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h1qEOSOyYQU4SiPR2bvKHcH3Ik2z3eXlrlAt8WiP8AmtaUEUiEWVE/WUP5i2MvL067TJkMFuRoVOS2YU1VjiPg==", - "path": "microsoft.entityframeworkcore/2.0.3", - "hashPath": "microsoft.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWmbmZg0BhXD3/zuR/w3tCfLyPHpQ52GRPKt80vSmnFOnqaa+/Di7v0zOfPQMmn9gXiZ0hAtx5ywvwRNCTCzBg==", - "path": "microsoft.entityframeworkcore.design/2.0.3", - "hashPath": "microsoft.entityframeworkcore.design.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8uPnfggdaJPB6ZlXotRJQwxVADsgtBd1m/eGb560v8aa4OT9mFPQN9Imqy/B//mcvM8oAHFJf2u/lXde8zclSA==", - "path": "microsoft.entityframeworkcore.inmemory/2.0.3", - "hashPath": "microsoft.entityframeworkcore.inmemory.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fXOrHnoXUzdVc2S+NsdGcT963hbgQ3DdF9e+anB21b36HIQM0ZcLrPyI8fC5lQA9T1sFuKQ/tKvbShzm/0aWWw==", - "path": "microsoft.entityframeworkcore.relational/2.0.3", - "hashPath": "microsoft.entityframeworkcore.relational.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bwi4Zls+xKPOkh/IRNZ4VII7YS/yNZ2LyYnbJQxhqEVM42CozsQQXUlUo/pedog0ZGuFRztQUVgRavCk6Ee+Hg==", - "path": "microsoft.entityframeworkcore.sqlite/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8aw71keGpBNEjnKC6fTLP+Uid2Z4I24bF3zf4AwWFigdwQ0bCsz+RcflDQkLiBqV67f34Sf6f1CLM8bq8aW4fw==", - "path": "microsoft.entityframeworkcore.sqlite.core/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.core.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kbYgPZxFIs3Mlz6AdOA+/RrS28o1ehyoRP2RzbEdG8NkqO2lHbMPTBHFmQAlOVLlb2XBOaj96SMtwjRuRruuSg==", - "path": "microsoft.entityframeworkcore.sqlserver/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlserver.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KOkhbzPTFJa/NEduIdT8o1vOKUZAVvcfyR5rFIKUvFGSSEU2tkmEkJ0ZFxZzpbltD7cj03DlvMlB83RTyYraPg==", - "path": "microsoft.entityframeworkcore.tools/2.0.3", - "hashPath": "microsoft.entityframeworkcore.tools.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X0+dBcQHmOlPz2BOty8mQtku0TCffCIkvqEvLi4iNNubDjY0G1zwFVpBdJb1P0nEMbcfbh3EgBVHf8OJWvq3iw==", - "path": "microsoft.extensions.caching.abstractions/2.0.2", - "hashPath": "microsoft.extensions.caching.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tI8xks60vEmuRiXDwnRBnNWEZG5CeInh2ZyAhBelkxhNM8hDZJDw4tnyCRCeyHFh+oi7dQXMSIij67S3p5SvYg==", - "path": "microsoft.extensions.caching.memory/2.0.2", - "hashPath": "microsoft.extensions.caching.memory.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jbdKO6GKymVT717CBuOB6gzSUEBb+HSA69IqD4z9HEfY4A9kKkHuAowyP3bwH84DxbT5Vsd0xna4/uWwNqDlEw==", - "path": "microsoft.extensions.caching.redis/2.0.2", - "hashPath": "microsoft.extensions.caching.redis.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9f3Q2/eq/4JQx8Q0N6A6TsETf5JFszRHHq/15yalpfkH++ZHVIgI4Mp2QjZP2cc4mRBSOFM/HY0Cd3SzpWNu2g==", - "path": "microsoft.extensions.caching.sqlserver/2.0.2", - "hashPath": "microsoft.extensions.caching.sqlserver.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n5HeFXiEFONntcwVFvEGY5dnB8VRqGD20RrdB9omX6dAAUSIV/sGwGhaLV5neOt/uvhc64VDmKjIjdffC6TX5A==", - "path": "microsoft.extensions.configuration/2.0.2", - "hashPath": "microsoft.extensions.configuration.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IoTZQU9aQOHr9zQbwozyzWq25eFbu/EcUZnPAMum6hh0Nl2RuM7ieziNLk3xk+c2g8YnnmxiA3VEvVaCFYCoTQ==", - "path": "microsoft.extensions.configuration.abstractions/2.0.2", - "hashPath": "microsoft.extensions.configuration.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75PReSfZLRmAF0YZ1m9hQsbwMn5kit7yL+MFzDfbfszH0zDQBvqlu1gQVZJb0yjn5+5Dz9RR6SpkqV9jnpIDVQ==", - "path": "microsoft.extensions.configuration.azurekeyvault/2.0.2", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QO7j0yme7e5D3PJDwtJWLmsmGfDnc9OVMnt2UmXKTekcYKsEpKMUINULfXtMHHLoPymH8BZaqly/vWw97rQoWg==", - "path": "microsoft.extensions.configuration.binder/2.0.2", - "hashPath": "microsoft.extensions.configuration.binder.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DTyBGC28gL/kaMk5F4XsbAHu6kaWFtfJrs77m2MYrQddMFSQUAPysV42i9QyJoVLWZGTps4vA0OB/SwarMpl7A==", - "path": "microsoft.extensions.configuration.commandline/2.0.2", - "hashPath": "microsoft.extensions.configuration.commandline.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NxoOopUxTVrogDtVQC9GF6Gk6f8JwwieArodu4ESVV07bB+jfMLnDwbKE/nWkAAu8ESnmX9s6wcD88kpfaD+zQ==", - "path": "microsoft.extensions.configuration.environmentvariables/2.0.2", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Axc13qp2kYf6VUmUBCMmRCGIc1CmWC5xQ33MD9D8nB9hYZrbjh6IqNj10fHDG1UE+4L24H8fSeYJCMyGfa+VZg==", - "path": "microsoft.extensions.configuration.fileextensions/2.0.2", - "hashPath": "microsoft.extensions.configuration.fileextensions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jA3v2sEDueM/JiuSzy5qlALbOXFWPCtwxqyHMBw1u3cV12zBbtMr1TJYJITUpAt2R37GOl9DUWU/jU/vYY6szg==", - "path": "microsoft.extensions.configuration.ini/2.0.2", - "hashPath": "microsoft.extensions.configuration.ini.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dbx6tQ0uWc/8GoH2HJUaRtPG0X8puyeZIbXatu4I0b+xV23oFv7FdegPRlYrwnuyinqhAD3G2uR1YtJG0BgiNg==", - "path": "microsoft.extensions.configuration.json/2.0.2", - "hashPath": "microsoft.extensions.configuration.json.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q80Y2eeb3370RfaZmCOJnunI64skIihlnR5WjWdSoNYq3p7sbeOPdg6CyiRthOz2jtmPSqxXfd+/UU7L3SuNOQ==", - "path": "microsoft.extensions.configuration.usersecrets/2.0.2", - "hashPath": "microsoft.extensions.configuration.usersecrets.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZxZJJc9+tY8JcuiKEQfzIX8mEpFXGP59jHb1JhmCJEG0Fki9fxmttt5KKD+g1uqVZ7TKxrx25iufQOlpO+IChA==", - "path": "microsoft.extensions.configuration.xml/2.0.2", - "hashPath": "microsoft.extensions.configuration.xml.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wakg18gHYiUL1pcjjyZuYk6OvDpbSw1E7IWxm78TMepsr+gQ8W0tWzuRm0q/9RFblngwPwo15rrgZSUV51W5Iw==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OiNYN/QeZLuYcn4CvYrOmYgODPB1Jpqft+cT4F3Hkq5poj+1DLfbIBftMI/Pn8J7DyHhYeBMLxJUuugjvk/Fuw==", - "path": "microsoft.extensions.dependencymodel/2.0.3", - "hashPath": "microsoft.extensions.dependencymodel.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w8nux+yppIAD3ouzLz3CEtUMj03WIQ9FAmuR6IhrCpQDcoMtajlZIkZLbryJE1jdF1wkewLLM2LpXasfu7HzQw==", - "path": "microsoft.extensions.diagnosticadapter/2.0.1", - "hashPath": "microsoft.extensions.diagnosticadapter.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gzc5yXvwIrKpdti0Ev4jC0inVrGZpI86eLZorMVRqAPXowR8JDRbcHjhmID2EqA4rdhL/IsfD42+4upKpHULDw==", - "path": "microsoft.extensions.fileproviders.abstractions/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bgAUXH3T/Y1R5bCthCiZVzEX4spvNeIHRv6+Jr4BJMxPVSFm/8er7xvywd2NCayv94frKZdDGP3mjAQZenZDxQ==", - "path": "microsoft.extensions.fileproviders.composite/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.composite.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PH1oo04WCbKy42aga6bC4phl1rZfbFsZLuozJN1LGUUZTCnycUAZzCqG6MNRCgRiHg2bPexiQ15708vSwnuBHQ==", - "path": "microsoft.extensions.fileproviders.embedded/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.embedded.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h+6bcXYlGldl7BUhnQKFxL2sMfeg9Gr/AuVexYOCYWmzDsc4iyUoy3NL7i2vkG209wd0ZXf+pZzRDwGPFhmlSw==", - "path": "microsoft.extensions.fileproviders.physical/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.physical.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q7KsG2kjwo2Ps0WdV7MFh64cQS0UHikV8qv4HQrUfWQyxim5vNmLzAbuduarS9QWbhRHTtUanx+ohyAQdumdnw==", - "path": "microsoft.extensions.filesystemglobbing/2.0.1", - "hashPath": "microsoft.extensions.filesystemglobbing.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-r5QYhMYRjY/JbkE1x6kgRDZUJixJ8YngaN4BHy8/EtLxBDL98Je8IrElPHExh6QQPLKu0KYzt+9oLBR0L98i7A==", - "path": "microsoft.extensions.hosting.abstractions/2.0.3", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NNbXkzEah02mdeAz51XJswDNewW1QxubeNY2TZ5bKxI+HbPaViIv6UK3nvl0n4tcEDeG8WysRgIBQo6Us5FBMQ==", - "path": "microsoft.extensions.identity.core/2.0.3", - "hashPath": "microsoft.extensions.identity.core.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUTsBa+VHhLAqV6C46IPQ8rMoi1vKao1ZleSy4DuocZmC/L8yw8qkzNlzYFBIkHrvtEuHQ5NkV9scHOv2j8MbQ==", - "path": "microsoft.extensions.identity.stores/2.0.3", - "hashPath": "microsoft.extensions.identity.stores.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLZaopjCWCT2V7Ado4on0/O97vFfFTLGd6WmZrt3e+L0Y6rDaRLCey35hf0kOrymmGzGqN+aN/Ln1cxuvo0FMw==", - "path": "microsoft.extensions.localization/2.0.3", - "hashPath": "microsoft.extensions.localization.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R+aRSDqwe7o00G3iYwD3jBb+4Gy5HFbZknKXIkVpRAAeL3Wir/ildmBjbMw5yINQFKHh8Ozm8iW4Y1xHq+RGYw==", - "path": "microsoft.extensions.localization.abstractions/2.0.3", - "hashPath": "microsoft.extensions.localization.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OAfe/ju23vgXyqG/E9eDQ8lE5ydMV/IruvHqZ8MRi3T8DTpdL+kDGhDR/zqChnnTcalsZV31bB1OPn75RLHdqQ==", - "path": "microsoft.extensions.logging/2.0.2", - "hashPath": "microsoft.extensions.logging.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1F5GAMGCIuYzL1LouJ08ie+CrTYGzLVd1gfJHWpjXtIfNwzs2PZxsuLYLIAqMTlpiDcoB8PSZHbzU5bMOi+gg==", - "path": "microsoft.extensions.logging.abstractions/2.0.2", - "hashPath": "microsoft.extensions.logging.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fRbDNL/u9DFLz21YnM0idUP/Qyav/5k6VdGp5gyRHgPNyD4Q0ZOBvhlV79hLH3hdujzdKA8GX/DFbUDStI+m+Q==", - "path": "microsoft.extensions.logging.azureappservices/2.0.2", - "hashPath": "microsoft.extensions.logging.azureappservices.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-twYiZLG4Yxmo9rMJbCq2tlmq4vHTnDMrneS5WSsx+TvDXP6K53Yg3ObVp4rRns6Lei/KGhn++rRO2KCgT7aJNA==", - "path": "microsoft.extensions.logging.configuration/2.0.2", - "hashPath": "microsoft.extensions.logging.configuration.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Bfhw152LogpEk7Au9wyomeat68k9ZedcR7CX/IdYuTu34sG5jYgiK4m1Yt089ewOaslYAOgbDIzZI0MPvm8UQ==", - "path": "microsoft.extensions.logging.console/2.0.2", - "hashPath": "microsoft.extensions.logging.console.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vKSQBCU/MASzFZRAIFjEcSBZzoVHsLv8uGLoC2X8DxZsFnhodm2YlrXvH+SltIcbPX/2kp7bGYYVfiIXP+lbPQ==", - "path": "microsoft.extensions.logging.debug/2.0.2", - "hashPath": "microsoft.extensions.logging.debug.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/+v4fyWd9MJ/wcKBvOjDGwdUX7tfnaxVQ/wSxjNlM2CMnTU9Zs9r9BDGm4l6lq/WfNXE6NUwLGCR3hn6GZSF+Q==", - "path": "microsoft.extensions.logging.eventsource/2.0.2", - "hashPath": "microsoft.extensions.logging.eventsource.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6+6XHT9idgZltoSiv2AcnH4Fcd5Ux/IbmBpZfgLqmUm6ojNE8s2fdKCSgR9BlR7XQAQEcewg4s2H1q99pwpPQ==", - "path": "microsoft.extensions.logging.tracesource/2.0.2", - "hashPath": "microsoft.extensions.logging.tracesource.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-drOmgNZCJiNEqFM/TvyqwtogS8wqoWGQCW5KB/CVGKL6VXHw8OOMdaHyspp8HPstP9UDnrnuq+8eaCaAcQg6tA==", - "path": "microsoft.extensions.objectpool/2.0.0", - "hashPath": "microsoft.extensions.objectpool.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OrIk/xmo5rsN4ufV32cjAQgM9uCoe6FaNijFX7Huwdg8T3z5L5r1kMBMwjROvDJZNiNkcfJ6iJi2JhCRi6GTfA==", - "path": "microsoft.extensions.options/2.0.2", - "hashPath": "microsoft.extensions.options.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xJ/KhbYXzTeVr58trRLcKExLsyrU2Y6peBIDWcbu5N/NlFdJvx1ZFZYB8fr2dhFG3Sn0AuvozvRzDEixgZZjKA==", - "path": "microsoft.extensions.options.configurationextensions/2.0.2", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H6ZsQzxYw/6k2DfEQRXdC+vQ6obd6Uba3uGJrnJ2vG4PRXjQZ7seB13JdCfE72abp8E6Fk3gGgDzfJiLZi5ZpQ==", - "path": "microsoft.extensions.platformabstractions/1.1.0", - "hashPath": "microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ukg53qNlqTrK38WA30b5qhw0GD7y3jdI9PHHASjdKyTcBHTevFM2o23tyk3pWCgAV27Bbkm+CPQ2zUe1ZOuYSA==", - "path": "microsoft.extensions.primitives/2.0.0", - "hashPath": "microsoft.extensions.primitives.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1uuxqQ+XMybNuHeyfIsNuoaooyRtViPN4p0yBP74+HcqgB235EnHoS3n6BzcN7P3t0eUV7as2CelrauhWhtZcQ==", - "path": "microsoft.extensions.webencoders/2.0.2", - "hashPath": "microsoft.extensions.webencoders.2.0.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlyzF4FWsn3LXC6rrzw6Yg2nMbGLx+7JS9a6Z8n7jhqPa5cMiNEX01tBUO1v3A9p1mk+gQzHWJheAsSpOLp/ew==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.1", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j7t22EsDOuo0IXqAbp6ijdB1GuaY8cu3YoPNZpymOhUMTVC+wRTV0IHqxL31HacCnJHU/igsqe70fDKZgZu3oA==", - "path": "microsoft.identitymodel.logging/1.1.4", - "hashPath": "microsoft.identitymodel.logging.1.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9aefRN9sL8XZo90Aix88IHHpAvfBl6UOiYpcKHiXbCYE2nB+zA3B8dZdNMOUH4pqXdnpYrHRDQZ2k7A4/CUgTQ==", - "path": "microsoft.identitymodel.protocols/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.2.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LF8JcG9BqGRwVjhu/IebuZQer6TJGDv2uxNnmg2Zkzh/d+MIC1ShsC1U3U7pVaw03SKyXmCgYm+JG0WM0mcOUw==", - "path": "microsoft.identitymodel.protocols.openidconnect/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.2.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SsJbZVPvjSlKFDAQmR2wpL6ZD/vCFlIsf0jxRlBJwyzKXZy3Wi/Xo+fE2MzAerLsJgG1UCdtplRwqDyq1euayw==", - "path": "microsoft.identitymodel.tokens/5.1.4", - "hashPath": "microsoft.identitymodel.tokens.5.1.4.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CWxDFEQp3Qseugtue2hCsvAEVz+OLn39NfZllKXWPOEfY01xLaPlSta1oVGqoTAdakK6A+YibNhMv9lsf6y19Q==", - "path": "microsoft.net.http.headers/2.0.3", - "hashPath": "microsoft.net.http.headers.2.0.3.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jUOHGd7nVB/Zlh+sugV0jiNf2KCdfqAIpAje9V5JXGvmP1b3GKB4Vl2groWo+IUFTtFoRwUZpeYfR42w8Gexw==", - "path": "microsoft.visualstudio.web.browserlink/2.0.3", - "hashPath": "microsoft.visualstudio.web.browserlink.2.0.3.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==", - "path": "microsoft.win32.registry/4.4.0", - "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" - }, - "Newtonsoft.Json/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==", - "path": "newtonsoft.json/10.0.1", - "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==", - "path": "newtonsoft.json.bson/1.0.1", - "hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512" - }, - "Remotion.Linq/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IJn0BqkvwEDpP+2qjvci7n4/a9f7DhKESLWb2/uG4xQh3rTkGTBUz69bI4IivCoKkTFAqjXxYDZw2K/npohjsw==", - "path": "remotion.linq/2.1.1", - "hashPath": "remotion.linq.2.1.1.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "path": "runtime.native.system.net.security/4.3.0", - "hashPath": "runtime.native.system.net.security.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Kw+n4CUhQ8S4YAPmpRUldO8S7c4LU7HHukJF0v5Sfggf8Ia9YVdIh0dYkMvKvS+DTX+OBORSMqPM0CGfAzFtVA==", - "path": "sqlitepclraw.bundle_green/1.1.7", - "hashPath": "sqlitepclraw.bundle_green.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.core/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u9k9ZFkyTU6CVyXWpRuuXOvKi/cy/xt1oGKVSW8aUKcTL4RdH34yFNtVykEeiR68ojIEvmoZfL51h/xx2IQk5g==", - "path": "sqlitepclraw.core/1.1.7", - "hashPath": "sqlitepclraw.core.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRqMd1qLwJ4pzPybj8q95s+wV6jby5F0O/rp0vw3wa2Z2wHxRm0VqxS2Sejlr7Ctz+LxSr8DpNg1l1u6n/PAPA==", - "path": "sqlitepclraw.lib.e_sqlite3.linux/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.linux.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hdZx1DKHbDi4li6abmJ+A29mxY8D6BcM0s8VMT8p4MWEyrj54CZFUm402jTV6OgZCsFGkbRFnuFdBXf4vSDO7g==", - "path": "sqlitepclraw.lib.e_sqlite3.osx/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.osx.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roIdTH4a4iFa08HOwTWnzj2QYBIpSZRYfLSvHjtbH67I4DSWregrd4jkSnoOuwC5GHG08FNahBfEx3HAsVqW+g==", - "path": "sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zdug2wETm6847337EtD8MoCAtOdwM6prEXL/UsJ97Zxvoeyk/gUpdtuFNBxgJzceuty0jymjxm5yur5QajdApg==", - "path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7", - "hashPath": "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.7.nupkg.sha512" - }, - "StackExchange.Redis.StrongName/1.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qrfSB1BnmM17V20A4yvvNA0HNiDgnBd/CcjaeMKMA4qtup1uuBUMyhl20oj31fRVo71E/fXTbmQCuM9ytBJs6w==", - "path": "stackexchange.redis.strongname/1.2.4", - "hashPath": "stackexchange.redis.strongname.1.2.4.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zsFkF1NPnRk41NQ3B/SOhp2zhF+AiCitWALqgEP+jy2fgIyslBLNSZMtBctKnJKqzGgyiye3no7GJrJ0MTHXdg==", - "path": "swashbuckle.aspnetcore/2.4.0", - "hashPath": "swashbuckle.aspnetcore.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO+t8uBCQUDNjgAK5Mg56C5Pj88Z9WHBacm1njuMeDvbpEvFluNg8ocnDNYnwMcg1EcK8S+u+Xijzzf7PtpeXg==", - "path": "swashbuckle.aspnetcore.swagger/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swagger.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDaKa1kLGjVNYHnTtv3BT+yg8fVHf3HRgpY4bjhRcjtJJtCHejPFWUF3DoIDB4c5mmlZoAvqn6iOtQW+Qj4wOg==", - "path": "swashbuckle.aspnetcore.swaggergen/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TwnD/Ibviaxvuemq1YssHruRuEQBoJFuWaONClth6ZSae9YcFyy00bWCjvXJvrlbmIDw3UKZwWQ5f+zGFIjaqw==", - "path": "swashbuckle.aspnetcore.swaggerui/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.2.4.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-71hw5RUJRu5+q/geUY69gpXD8Upd12cH+F3MwpXV2zle7Bqqkrmc1JblOTuvUcgmdnUtQvBlV5e1d6RH+H2lvA==", - "path": "system.collections.immutable/1.4.0", - "hashPath": "system.collections.immutable.1.4.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-29K3DQ+IGU7LBaMjTo7SI7T7X/tsMtLvz1p56LJ556Iu0Dw3pKZw5g8yCYCWMRxrOF0Hr0FU0FwW0o42y2sb3A==", - "path": "system.componentmodel.annotations/4.4.0", - "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.4.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==", - "path": "system.data.sqlclient/4.4.3", - "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==", - "path": "system.diagnostics.diagnosticsource/4.4.1", - "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hLUU1N99aL9uyxiTraBnCKlpUKsbP/+5ygD7cswspH9/+M7fAAL0hRzt2aA4w7VEQlSSiu8j+xWFk3NRcqhfQQ==", - "path": "system.identitymodel.tokens.jwt/5.1.4", - "hashPath": "system.identitymodel.tokens.jwt.5.1.4.nupkg.sha512" - }, - "System.Interactive.Async/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hZccYiIE5RS1/J9Tb/BNtosAGVggdlsJm4Ojdu+gDV0p4AIi+LUfUogMKkRacljQEJd2AG6vYzvcjhQFkqoZmw==", - "path": "system.interactive.async/3.1.1", - "hashPath": "system.interactive.async.3.1.1.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "path": "system.net.nameresolution/4.3.0", - "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", - "path": "system.net.security/4.3.0", - "hashPath": "system.net.security.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==", - "path": "system.reflection.metadata/1.5.0", - "hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "path": "system.runtime.serialization.formatters/4.3.0", - "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==", - "path": "system.security.accesscontrol/4.4.0", - "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/4.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1m+fKVrApgKYMRuE0MF0vGjqy4XqAp1rCtyAzMXhJajMDDytMh/rHk9hp4M7KKk3QQZoWJUvyUY7xcw74w+JiQ==", - "path": "system.security.cryptography.xml/4.4.2", - "hashPath": "system.security.cryptography.xml.4.4.2.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==", - "path": "system.security.principal.windows/4.4.0", - "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512" - }, - "System.Spatial/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0RfZZJ8RlrfjoBPAF6pczX4Nd2kyLM8EX1PCP5Rqs/jOhJBUPYhpXjIsVAYN7kocj9IJ9XoJWAxWgXIDtJY2Ag==", - "path": "system.spatial/5.8.2", - "hashPath": "system.spatial.5.8.2.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l/tYeikqMHX2MD2jzrHDfR9ejrpTTF7wvAEbR51AMvzip1wSJgiURbDik4iv/w7ZgytmTD/hlwpplEhF9bmFNw==", - "path": "system.text.encodings.web/4.4.0", - "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPKfFGbpQsK5Srz2Kq3URgvC90yoOyBE8H1quDA2+MAJ2HAzFmV3biOgPv2Ck3mPAvdKngo3QHi2BNwUQDRVvA==", - "path": "system.threading.tasks.extensions/4.4.0", - "hashPath": "system.threading.tasks.extensions.4.4.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ==", - "path": "system.valuetuple/4.4.0", - "hashPath": "system.valuetuple.4.4.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "WindowsAzure.Storage/8.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W6ZZ0/o7+3Qb77mRAQyLjPudHG3OMeeQ4p9yY13PUdJArmRCx2cLMm5F4tpIjJXxzHC0ew0oK7DMDGILMdfCnw==", - "path": "windowsazure.storage/8.1.4", - "hashPath": "windowsazure.storage.8.1.4.nupkg.sha512" - }, - "Microsoft.NETCore.App/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AvT774nTFgU8cYcGO9j1EMwuayKslxqYTurg32HGpWa2hEYNuW2+XgYVVNcZe6Ndbr84QX6fwaOZfd5n+1m2OA==", - "path": "microsoft.netcore.app/2.1.0", - "hashPath": "microsoft.netcore.app.2.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f/47I60Wg3SrveTvnecCQhCZCAMYlUujWF15EQ/AZTqF/54qeEJjbCIAxKcZI8ToUYzSg6JdfrHggsgjCyCE9Q==", - "path": "microsoft.netcore.dotnetapphost/2.1.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p50yZYKzhH64lmArJgoKjtvsNehECa+/sAuOQzZh5uDNBTbRKxjN8IXP1e517xdVsgrFcSNxSEVDKZIOWVjGcQ==", - "path": "microsoft.netcore.dotnethostpolicy/2.1.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fS9D8a+y55n6mHMbNqgHXaPGkjmpVH9h97OyrBxsCuo3Z8aQaFMJ5xIfmzji2ntUd/3truhMbSgSfIelHOkQpg==", - "path": "microsoft.netcore.dotnethostresolver/2.1.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TT+QCi9LcxGTjBssH7S7n5+8DVcwfG4DYgXX7Dk7+BfZ4oVHj8Q0CbYk9glzAlHLsSt3bYzol+fOdra2iu6GOw==", - "path": "microsoft.netcore.platforms/2.1.0", - "hashPath": "microsoft.netcore.platforms.2.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-etaYwrLZQUS+b3UWTpCnUggd6SQ/ZIkZ5pHnoR7+dIWt/wp2Rv3CvMKOZISsrt7FYCHKwCxfcepuuyEWkQxADg==", - "path": "microsoft.netcore.targets/2.1.0", - "hashPath": "microsoft.netcore.targets.2.1.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.dll b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.dll deleted file mode 100644 index 30a1214..0000000 Binary files a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.pdb b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.pdb deleted file mode 100644 index 55ecfe4..0000000 Binary files a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.pdb and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.runtimeconfig.dev.json b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.runtimeconfig.dev.json deleted file mode 100644 index 8cebf6a..0000000 --- a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.runtimeconfig.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\fashaikh\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\fashaikh\\.nuget\\packages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ] - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.runtimeconfig.json b/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.runtimeconfig.json deleted file mode 100644 index 8646d5a..0000000 --- a/ServerLessLibraryAPI/bin/Debug/netcoreapp2.1/ServerLessLibrary.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.1", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.1.0" - }, - "configProperties": { - "System.GC.Server": true - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.deps.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.deps.json deleted file mode 100644 index d148bf7..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.deps.json +++ /dev/null @@ -1,6710 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "93cae0a5c5fa90064215b39f307d6d2b6299ec3d" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "RELEASE", - "NETCOREAPP", - "NETCOREAPP2_0" - ], - "languageVersion": "", - "platform": "AnyCPU", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": true, - "keyFile": "", - "emitEntryPoint": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v2.0": { - "ServerLessLibrary/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.All": "2.0.8", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.NETCore.App": "2.0.0", - "Swashbuckle.AspNetCore": "2.4.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Linq": "4.3.0" - }, - "runtime": { - "ServerLessLibrary.dll": {} - }, - "compile": { - "ServerLessLibrary.dll": {} - } - }, - "Libuv/1.10.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libuv.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libuv.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-armel/native/libuv.so": { - "rid": "linux-armel", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libuv.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm/native/libuv.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/libuv.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/libuv.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.32153" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "NETStandard.Library": "2.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.1.1.0", - "fileVersion": "2.1.1.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.Extensions.PlatformAbstractions": "1.1.0", - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.4.1.0", - "fileVersion": "2.4.1.1362" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.AspNetCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.All/2.0.8": { - "dependencies": { - "Microsoft.AspNetCore": "2.0.3", - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authentication.Facebook": "2.0.4", - "Microsoft.AspNetCore.Authentication.Google": "2.0.4", - "Microsoft.AspNetCore.Authentication.JwtBearer": "2.0.4", - "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "2.0.4", - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "2.0.4", - "Microsoft.AspNetCore.Authentication.Twitter": "2.0.4", - "Microsoft.AspNetCore.Authorization": "2.0.4", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.AzureAppServices.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.CookiePolicy": "2.0.4", - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.DataProtection.AzureStorage": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Extensions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Localization.Routing": "2.0.3", - "Microsoft.AspNetCore.MiddlewareAnalysis": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4", - "Microsoft.AspNetCore.Owin": "2.0.3", - "Microsoft.AspNetCore.Razor": "2.0.3", - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.ResponseCompression": "2.0.3", - "Microsoft.AspNetCore.Rewrite": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.HttpSys": "2.0.4", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3", - "Microsoft.AspNetCore.Session": "2.0.3", - "Microsoft.AspNetCore.SpaServices": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.AspNetCore.WebSockets": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Data.Sqlite": "2.0.1", - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.EntityFrameworkCore.Design": "2.0.3", - "Microsoft.EntityFrameworkCore.InMemory": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.EntityFrameworkCore.SqlServer": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "Microsoft.EntityFrameworkCore.Tools": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Caching.Redis": "2.0.2", - "Microsoft.Extensions.Caching.SqlServer": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.AzureKeyVault": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Ini": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Configuration.Xml": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3", - "Microsoft.Extensions.Localization": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2", - "Microsoft.Extensions.Logging.EventSource": "2.0.2", - "Microsoft.Extensions.Logging.TraceSource": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2", - "Microsoft.Extensions.Primitives": "2.0.0", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.VisualStudio.Web.BrowserLink": "2.0.3" - } - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authorization": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "WindowsAzure.Storage": "8.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {} - } - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.Extensions.DependencyModel": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.Extensions.Localization": "2.0.3", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Localization": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4" - } - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Newtonsoft.Json.Bson": "1.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": {} - } - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": {} - } - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Threading.Tasks.Extensions": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "dependencies": { - "Libuv": "1.10.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": {} - } - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {} - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.4.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.4.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.4.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.4.0": {}, - "Microsoft.Data.Edm/5.8.2": { - "runtime": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": {} - } - }, - "Microsoft.Data.OData/5.8.2": { - "dependencies": { - "Microsoft.Data.Edm": "5.8.2", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": {} - } - }, - "Microsoft.Data.Sqlite/2.0.1": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.2", - "Remotion.Linq": "2.1.1", - "System.Collections.Immutable": "1.4.0", - "System.ComponentModel.Annotations": "4.4.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Interactive.Async": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Design": "2.0.3" - } - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "StackExchange.Redis.StrongName": "1.2.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": {} - } - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": {} - } - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Json": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": {} - } - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": {} - } - }, - "Microsoft.Extensions.Localization/2.0.3": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "System.ValueTuple": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": {} - } - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Reflection.TypeExtensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.21115" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "dependencies": { - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "1.1.4.0", - "fileVersion": "1.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "dependencies": { - "System.Collections.Specialized": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.IdentityModel.Tokens.Jwt": "5.1.4", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "2.1.4", - "System.Dynamic.Runtime": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "1.1.4", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.AccessControl": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} - } - }, - "Newtonsoft.Json/10.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "System.Collections": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.1.20720" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.1.20722" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {} - } - }, - "Remotion.Linq/2.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Linq.Queryable": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Remotion.Linq.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.1.30000" - } - }, - "compile": { - "lib/netstandard1.0/Remotion.Linq.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.linux": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.osx": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.v110_xp": "1.1.7", - "SQLitePCLRaw.provider.e_sqlite3.netstandard11": "1.1.7" - }, - "runtime": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - }, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {}, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {} - } - }, - "SQLitePCLRaw.core/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": {} - } - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "runtimeTargets": { - "runtimes/linux-x64/native/libe_sqlite3.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "rid": "linux-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "runtimeTargets": { - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "runtimeTargets": { - "runtimes/win7-x64/native/e_sqlite3.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/e_sqlite3.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {} - } - }, - "StackExchange.Redis.StrongName/1.2.4": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Linq": "4.3.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": { - "assemblyVersion": "1.2.4.0", - "fileVersion": "1.2.4.0" - } - }, - "compile": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": {} - } - }, - "Swashbuckle.AspNetCore/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerGen": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerUI": "2.4.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Xml.XPath": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.4.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.4.0": {}, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/4.4.0": {}, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.SqlClient/4.4.3": { - "dependencies": { - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Text.Encoding.CodePages": "4.4.0", - "runtime.native.System.Data.SqlClient.sni": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Data.SqlClient.dll": { - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - }, - "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "compile": { - "ref/netstandard2.0/System.Data.SqlClient.dll": {} - } - }, - "System.Diagnostics.Contracts/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.4.1": {}, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.1.4" - }, - "runtime": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.Interactive.Async/3.1.1": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.3/System.Interactive.Async.dll": { - "assemblyVersion": "3.0.3000.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/netstandard1.3/System.Interactive.Async.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Buffers": "4.4.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.NameResolution/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Numerics.Vectors/4.4.0": {}, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.5.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Xml/4.4.2": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26418.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Cryptography.Xml.dll": {} - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} - } - }, - "System.Spatial/5.8.2": { - "runtime": { - "lib/netstandard1.1/System.Spatial.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/System.Spatial.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "compile": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.4.0": {}, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.4.0": {}, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.4.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "WindowsAzure.Storage/8.1.4": { - "dependencies": { - "Microsoft.Data.OData": "5.8.2", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": { - "assemblyVersion": "8.1.4.0", - "fileVersion": "8.1.4.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": {} - } - }, - "Microsoft.NETCore.App/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0" - }, - "compile": { - "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.0/System.AppContext.dll": {}, - "ref/netcoreapp2.0/System.Buffers.dll": {}, - "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.0/System.Collections.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.dll": {}, - "ref/netcoreapp2.0/System.Configuration.dll": {}, - "ref/netcoreapp2.0/System.Console.dll": {}, - "ref/netcoreapp2.0/System.Core.dll": {}, - "ref/netcoreapp2.0/System.Data.Common.dll": {}, - "ref/netcoreapp2.0/System.Data.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Drawing.dll": {}, - "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Globalization.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.0/System.IO.dll": {}, - "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.0/System.Linq.dll": {}, - "ref/netcoreapp2.0/System.Net.Http.dll": {}, - "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.0/System.Net.Mail.dll": {}, - "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.0/System.Net.Ping.dll": {}, - "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Net.Requests.dll": {}, - "ref/netcoreapp2.0/System.Net.Security.dll": {}, - "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.0/System.Net.dll": {}, - "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.0/System.Numerics.dll": {}, - "ref/netcoreapp2.0/System.ObjectModel.dll": {}, - "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.dll": {}, - "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Security.Claims.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.0/System.Security.Principal.dll": {}, - "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.0/System.Security.dll": {}, - "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.0/System.Threading.dll": {}, - "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.0/System.Transactions.dll": {}, - "ref/netcoreapp2.0/System.ValueTuple.dll": {}, - "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.0/System.Web.dll": {}, - "ref/netcoreapp2.0/System.Windows.dll": {}, - "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.0/System.Xml.dll": {}, - "ref/netcoreapp2.0/System.dll": {}, - "ref/netcoreapp2.0/WindowsBase.dll": {}, - "ref/netcoreapp2.0/mscorlib.dll": {}, - "ref/netcoreapp2.0/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "compileOnly": true - }, - "NETStandard.Library/2.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "compileOnly": true - } - } - }, - "libraries": { - "ServerLessLibrary/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Libuv/1.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==", - "path": "libuv/1.10.0", - "hashPath": "libuv.1.10.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dX/zu3Psz9oM3ErU64xfOHuSxOwMxN6q5RabSkeYbX42Yn6dR/kDToqjs+txCRjrfHUxyYjfeJHu+MbCfvAsg==", - "path": "microsoft.applicationinsights/2.4.0", - "hashPath": "microsoft.applicationinsights.2.4.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kiGmzl9Cav34dF7AHVMoJxdJJQEeLB8KZGNwX1LjImG9iem5hGk4DkHpW7/m9Nh3DrL8IKSL3mqQo+IPqWfMRQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.1.1", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RWxdX90MY6tNF8S5lwRvJcHiBMIWwVLCxd4TGIEl3X0yAKaolY2vs4zTCvyCIVkEAMs1aInTgWkYwOjzYvAHWw==", - "path": "microsoft.applicationinsights.dependencycollector/2.4.1", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.4.1.nupkg.sha512" - }, - "Microsoft.AspNetCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ewoUaFoSuYIrS3TQqUkDvkFb2gVdXiUadtqAghsHkkaw3tvvrPj472KgfwmEYdWJZnmDaxOOFOzyQIU4/n/vew==", - "path": "microsoft.aspnetcore/2.0.3", - "hashPath": "microsoft.aspnetcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.All/2.0.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gWVS0txQ/JSpIHS2Wlxjr9L0TlOShy1v+QFOM1tMJoYEdVsw2a0yvP7Mi++vsn1VL9dmMeGaUsVpWTb4M00e5Q==", - "path": "microsoft.aspnetcore.all/2.0.8", - "hashPath": "microsoft.aspnetcore.all.2.0.8.nupkg.sha512" - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k//CUbcwjy8j2Wj08sW0puax6AW9WA2a2d+U0MjYdfmHO+Ux6PtRAxBHIED8hXubzVXy4NYTu5ngYa3dqNoJtA==", - "path": "microsoft.aspnetcore.antiforgery/2.0.3", - "hashPath": "microsoft.aspnetcore.antiforgery.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OU63ZlYdzXKmQ62npj4H0Pic6pmnJiGXjSN22Di6n2mZ9zQhk08eZcQVjLpOqUVM0VGUGPhIuZqqZsJBX164OA==", - "path": "microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cilHHmPQ7F3cytigokA0rbzzdbO/QP+j8JPQ67Zl1wQcgAgmXZ4LDb1yBH4Oqx+QjMJo/G1QAdtkMIlUe4uzcw==", - "path": "microsoft.aspnetcore.authentication/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qhJVdxVCKwxz3BHjdDKon+AC2WIWZaDmVs7ldz4TAJaJRu0+Gf+YAbhXGVdDCFc8vZP0wqdIwfu9dBH5uJ+zeA==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FaLTpTSqsey+r8rYsDi+/gkuwd7cWDNh3KBrdyol5Wx4sunzOb7FnNL6XjekjyJ7vxTm9ORuiUy6y6VjXWzcdw==", - "path": "microsoft.aspnetcore.authentication.cookies/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R85tVhpcij6nCnOXxIeLViV+Sij0BSV4uG/8/Xr85SlZ5NFkA0s3ZOtV45KqNtVp5XCM4ps59xdF3umHlqwuqw==", - "path": "microsoft.aspnetcore.authentication.core/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.core.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f5Q5gh79jOhEUJ71jkQx3O1VyVqYMBqZESHHogrl9dI4v/V3ExllMJfhCxV/YCSjrIShX/E4GISKnikI+Beovg==", - "path": "microsoft.aspnetcore.authentication.facebook/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.facebook.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-akb0eQHWXKEGb/A6v7pmdEoi9rlrubInW3R4a5r0xsaNwFgpntnDEbNKD/x8XSgxsxR7gNgNGNLPYlRbibKrmg==", - "path": "microsoft.aspnetcore.authentication.google/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.google.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rozb3c/hoCZWADTGzZatCAxloUfW60HyVU++MArRS8k374dEkT6IkiboJYYfLYX5FhBwPhvNDzwoGEk+Aogwfg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaev2Mg61Cugi3j8ty0XRLpw0FJrwOUfTbuJTUZNBouCNgA3K/eB3NEaYCZM7uw4WtKPWVCMi44Y1ZYpXhWIbQ==", - "path": "microsoft.aspnetcore.authentication.microsoftaccount/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.microsoftaccount.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NAWMDm9Y7/MvoJiaOtlC1AA3x6ELC+5iiqcBWBduKGMZnL/XFtaJw93NVbNjCkE9V0F/carJ3jMNOSnnJ+2t8g==", - "path": "microsoft.aspnetcore.authentication.oauth/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.oauth.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMm4pEZ+bTfWng2XaU9tnFasdZRWSDxtnH4id8MHL4bxmJW2kzXa9yQjbeHSUDTWDfN0DYIiMoamOD20kGcJ2A==", - "path": "microsoft.aspnetcore.authentication.openidconnect/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.openidconnect.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MEhMyEso4anakbRuSEfJ7mdsRS01bqwQLQ+BNwJIhN3jLieqZCq4TKQZNsvVoo9Uqf2Fc7Q9RmfTcYlIDOhpjQ==", - "path": "microsoft.aspnetcore.authentication.twitter/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.twitter.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/0zE4z3+r1cPD9Ji5ItFUtinOLPVGKSSRTaNxVom5lkUlmy21JvtbCqstKfYwwWhU2ltgesZwhfBR7TZ8Zfx9w==", - "path": "microsoft.aspnetcore.authorization/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PqnQ6t7Ps2fGP7fsqS6+vYSmotU90j29bOb0TSUwYsHp4LgbJwEZfOyjGraJRJ3G+29vgBXgRtMfi+qfXdOH1Q==", - "path": "microsoft.aspnetcore.authorization.policy/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LX0g9/vHRpKjSsu5MFVly0taGhCLE9StmGkmUqy5TnwJMdUxuhWfU4Yrz7JN8VaKax43wrw8w0YJwBhymzB2og==", - "path": "microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservices.hostingstartup.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zGE76JQsbdPmMAflYylEGxUjo6eEPNUaicTiyXPtbwUs6C0q5esOvNZ09hZInM6smWS+Socyn0+vXLwdajGpw==", - "path": "microsoft.aspnetcore.azureappservicesintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservicesintegration.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wPt/kp76OfVyQK3mhEkvwnN5ReBi8uKXLXpRIbV/4D63dHXDmruOQ2pZ0FcS+5ZU4Wp1QtUGErsB65bfly788g==", - "path": "microsoft.aspnetcore.cookiepolicy/2.0.4", - "hashPath": "microsoft.aspnetcore.cookiepolicy.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KVOmidntHIJBM/KNWgOlaiGOAlvE1boMsxUOWY5NC+K2GFanPjrlzJGBHr3EPpqaURHVefdfkhKE4pldsSVzoA==", - "path": "microsoft.aspnetcore.cors/2.0.3", - "hashPath": "microsoft.aspnetcore.cors.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A3QOjsnTBowhVXV52DWD178wo8HncWzQZJc2s5BcOY4TA55x1y4Wz+/heQdds/tKGjob7c9UEzxlU7vfcpAHyw==", - "path": "microsoft.aspnetcore.cryptography.internal/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uXzpsMrPJeUWpCfSbGeNmzsFiG+1aj8EHs+t5AP1ABQuyU9CcePzdPczDq1VU647nNJrG0S0aYYvi+YvschCdg==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRf+QxBSu+Tb0Fj+LIZHcORxDX4eZSmrZm0q6X7Z+3dV2IYYn7GLgNei4lO/SGECRpp4B7hRfTkK5FEH+DDopA==", - "path": "microsoft.aspnetcore.dataprotection/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nWBROwWtuuG3wOJTggozV0cE/wsRxwY4Cf9TB9igLQUatIGDsNZDxL0NXcuvZPIlpuxKuSDSFEjvKg/nFyOr5g==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CssOzEk+Uzr/wmGy4mnjM41yKzC9NXPcZ26rdk6YZjpserQYFtDReWfn/gmbRvyKh4Hns8OTJaN/FecwMl8UHQ==", - "path": "microsoft.aspnetcore.dataprotection.azurestorage/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.azurestorage.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-24eM2igXaU3x3DHbYTp2spTl1B1twxj87tlN05lWDyptU0e+qyRC3acVzjQzENa+9KDxPdBiHhKST+0ma/g3Dw==", - "path": "microsoft.aspnetcore.dataprotection.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fotyI5wkoB4PfM7/UrdMTG2cL+7RQoq4SRXD+rXyDW/04H9SQsS0LrYNcC9ov60x7CblwK0PwoJ7crrsh2yVmw==", - "path": "microsoft.aspnetcore.diagnostics/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WTA+YiB904BcXRplDCy0n6HgIZyM+kXT86uuG7naZWzQvqe2sO1oO9EPbXmQpCKHQddnNcIqUYZQAyqDFtFc/A==", - "path": "microsoft.aspnetcore.diagnostics.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cv4en05ND1cm05UccDyn5nZTUn0pER7ExRTTJjvxysZSBPcx8LNyFTiOb7HokUZTkERR9yLs4S1uKU7IlOvoEQ==", - "path": "microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/lWuLlMGAAdZAlf4Kmcf6xDMDXHpoW2ZimCNjJZVQR45MlQQrBgxMnceNReTBtBgPvj14/loHeUWVGJeCm3i5g==", - "path": "microsoft.aspnetcore.hosting/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gsJ8XtLjGF3FF02UJ1uRXhwHGxP+JoJtqqGxfPTCYDeixSqQf4NNSqUPbXB987lpZciLyCkDB9cyyVTKubJl3w==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zRcioMNMAcwUkfJ36rPUvuzRyFa+Ph4HcQ6MFE7xX1ky84xV3ta732zXYAu8QbEVXFeFsSIu+YfZhGw47kiivA==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Coy0K88+73feU+df6wliW/wNkQ19McWxS9W+8wvwzHs8v5F1UU/3MXtnSNpOsdw6BxXR6u86i17fg4Tt0CPCRA==", - "path": "microsoft.aspnetcore.html.abstractions/2.0.2", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3UcMCyoBzKignSS58meI2Od5E/qAMutZBs7TpXbqgUOJeSR0YGjhOFmzC8VrP8chUUjSmbpb4oiXivB0VkTuNg==", - "path": "microsoft.aspnetcore.http/2.0.3", - "hashPath": "microsoft.aspnetcore.http.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-68K27sUVMTaroqw40uV6tVZDmg5aVjBE9c+1tZIYbb9Zd193sTOOpnS+5vipA46OaGUv47mzSwa8h+wn0rGDQA==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d1EUE+aOT2dhpyciM/In1sNADd0eXo8Xq0L5W4+rJoo1oS3/mEoj0il0dfCmBxtvfPwx8AEfBymw07izpzXmqQ==", - "path": "microsoft.aspnetcore.http.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/aQjeLghQofUYDIbOv+D/QOQi4+AqEnqWK9ZUrHftsKe6h4NaDYH1hajwJz4a+lgkQh3OuhLxZnJNZBVpb+AHQ==", - "path": "microsoft.aspnetcore.http.features/2.0.3", - "hashPath": "microsoft.aspnetcore.http.features.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gd6lp3WiDIELMs+VISyIkdee8key2J0CwQ3r5gRFs2of+gt+jmWvftGIVaqFaMwOeF+3uldH1kLpBrMa7kMGDQ==", - "path": "microsoft.aspnetcore.httpoverrides/2.0.3", - "hashPath": "microsoft.aspnetcore.httpoverrides.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EjOC8tZnA90yO+TgIJFc16oBGwYErNhJg+ft3utAuAFvC+VQTaVQw6bTD6eGUWb0uHNxkZH0gJlR9QufrqSheQ==", - "path": "microsoft.aspnetcore.identity/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLMdytdUpFWwvOdSTfgH3vwpNIlo7Xf7J6X41bLVnZWfgU+DDfcMibaq7qLh7Ni7iydAx30ouNJhOMb6ucj30g==", - "path": "microsoft.aspnetcore.identity.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-US78cfi7nrPTXeONgcSWbgrUBLs1Aca4kCJTieWXDLg0G0gwmdfPbd6S3c5TdJRQdA69K3UhPAs9r9ZAMjIFAA==", - "path": "microsoft.aspnetcore.jsonpatch/2.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IIVz30aVAgc7+WlivPSZKuD0C+KsvDla8JCcpc7LmOlGVBjYNkxOXI3Qptn2V0jF2qVdW8FAEVaz32p4MbGNbw==", - "path": "microsoft.aspnetcore.localization/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LTSZWXXGSQq5KNM4PVYw2pOi9lt56ondMZ3u7iI6n8vwBP+NvA2Yxvy+CkM1WtP45YXD+s8XzKTLmCj8nTulGg==", - "path": "microsoft.aspnetcore.localization.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.routing.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N5BnaQNm0uyJjd8LiCvw1Zc9K/dqLwASPuAxZ5jE8dT+LOKgYgbVhDsh0PJhlpKud6TzFV/puBM/C+gRujHYyw==", - "path": "microsoft.aspnetcore.middlewareanalysis/2.0.3", - "hashPath": "microsoft.aspnetcore.middlewareanalysis.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rxXXcZBuC+Rh3pydAWYkxwcCYwYWVnkjwvjktazeFUmL5ZtIMT/hBzYqjSXVZ9bL75oAoqzfGwVRSgS6vMxxqg==", - "path": "microsoft.aspnetcore.mvc/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LhFvnz+5IqtsqzOWbn5xiotQt+N7QHyDTGCQojkffLXkQsvBhmIPVXsbbxZdxqpC+pc6tGfBikZBa18GyIgDsA==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G75WaWewde+h2hvTeIroVd3E5lNv8uFA2pCbs6/qPZxfM6Y6mbp+EIoKT+so8DM8mre0XqgaQ6DcQKPZ+tM0vA==", - "path": "microsoft.aspnetcore.mvc.apiexplorer/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.apiexplorer.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pwk3+4yqIfvdk2Wcwsh+jfu767zL81OPk/BCSkN+3wcoWIUnLQ0eZ0xIyTSee/pHVSY8b2saLxyfvXFHZOM/iA==", - "path": "microsoft.aspnetcore.mvc.core/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.core.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YAlGx5tfnnqvGAkWO8hWjt7QqmP253BpWoVlPbRqQsptdcxQjc8NFvsJAChZTj3UoKw84s360ekyD7JeAMsewA==", - "path": "microsoft.aspnetcore.mvc.cors/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.cors.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LzObWJm7oV8/uClKfvup7D5Lks6815r8/0u6Carp0Wru9eltBzba1NVUMr2yNBO+unWvTAuhwUVtSYt2Q8qMYw==", - "path": "microsoft.aspnetcore.mvc.dataannotations/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.dataannotations.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ooCvSWVm1nDSQSK9C30AxM0N0QQj2wDol0tHHWVujkXishiMlSvxpdaXbH4rgp4V1r/P+izFUdkU1gjeF/allw==", - "path": "microsoft.aspnetcore.mvc.formatters.json/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.json.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VtsO5L2sY3QiMI3/P7nOCvVgFD6Nz3qM89nzHJVO6+r86tAmgt8WEliC50TgHOPVYyI89AeI0ty1GDRjAizX8Q==", - "path": "microsoft.aspnetcore.mvc.formatters.xml/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.xml.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8Okxt6j9UlaXlJcCGfhKZfYi/C8K3cRZN34qna8o3ewWQjSRkXFHMSqQq1bqxP+Ed7RpKyTqTHFeJUiVQDfnKw==", - "path": "microsoft.aspnetcore.mvc.localization/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.localization.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ze6pfvyUmvSHyy5uenq1MyDfzypWbD7Ta4ztnS3TP/IL13zy5PC2ceWbAq6L11i9kGHyz/NYfIruLDggPkqYng==", - "path": "microsoft.aspnetcore.mvc.razor/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bhfnv7F4bbydJRElzaFTA0UyiX3s5TrImLNxKomBlh2DkOOpFsOZlfT8Vz+yltO9ASI5cwfRwiGe4Q2iTdaQqw==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Uz2Zexiq9+Dt6zKxpOCic9c+e4NOSWwBQ7OhKI6Ur7vbSYq8dzYC5+W3KC9jMPuQyTdAKQkzYazorXNmiMc7fQ==", - "path": "microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.viewcompilation.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+xmSjFy+TQY+hGvJsywwFv5uEGnNPT6nrSS7U1OuPJ7HOLqgPPGKQ/txygU8vU9g5EY1l4OCKjOpY6Vpg+L9cw==", - "path": "microsoft.aspnetcore.mvc.razorpages/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razorpages.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSZiSTzkcxlWDEcvcp//FNK4onTrwz4YPJ7Pbrmpd9IQ0qR2kvtcuRKRuCIg0JvkHv+swBYeiAX1/I2h9EyHcw==", - "path": "microsoft.aspnetcore.mvc.taghelpers/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.taghelpers.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ktaVPHRxfcnYtLGtiL+0mXilvW07nY5Zn/q6MQaC1KGx1wClsf38bvtgS5nxnzEiUSq/iywNXVdwiJOsWHs7WQ==", - "path": "microsoft.aspnetcore.mvc.viewfeatures/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.viewfeatures.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nA8CLhX5g/JXnAME25LwxYt36lj2jiXnJGlaaml6p9nvQIAOtI/LFgWH+kH0bzvkgWWVXAZRVBPA6iNZhVdf5A==", - "path": "microsoft.aspnetcore.nodeservices/2.0.4", - "hashPath": "microsoft.aspnetcore.nodeservices.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y3fADeAu6xO9oGKrhMsZjJoc7cuLvEBEAYg+cIRUtnFnwxnLRRBJXWPjYAmaaIJg92x+CucV7NW2rlABhjD8Hw==", - "path": "microsoft.aspnetcore.owin/2.0.3", - "hashPath": "microsoft.aspnetcore.owin.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nq/ZtZ2uquXsBpVdHQSd7khIDXULx9SekqHDsB79sAztqtw8yqHd5T5Y9vHeVobYn5b4hBAjxxOXrYvfERqlyw==", - "path": "microsoft.aspnetcore.razor/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4G4vvEhq7aMGst0K4MymuQQ2dou4dWnYYirh2dZZJ+f4GizwoQSl4xgUxpKmqxiLRKxK3Kvrs91/SQIlmkineA==", - "path": "microsoft.aspnetcore.razor.language/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.language.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4yHqlI5uuJPp5PzXEnEn8wbAcR32L02/1FSOWs6mEOOHfemf9iz5MJvohYqPKRmeGwgYTWDPCEl34EE0qwzAcQ==", - "path": "microsoft.aspnetcore.razor.runtime/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.runtime.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T4kUdRY2sLBhdBGnJ0McFrG+VLyke8WipK4LZTTPQD0BF77QTbg1RUWpYoRXI+flOKWE6zl4966AhIM7ylh+0w==", - "path": "microsoft.aspnetcore.responsecaching/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9x3V/sVfaUEBsHgqtIQMTJW5x1NZAJLkIbh/QkNoTd6bh2ufyL5Xz/s//6rh5kpXUsKTF9XNEl0YWLb17iDFkw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BeJCYDfrWJbTOnM08FT3BZ735GmZaEgDk61zQ+Q5ZL+hz37A5x5/tU1WLNQmGtSpaIwQpyaSOuBXjuP9Uv6eZA==", - "path": "microsoft.aspnetcore.responsecompression/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecompression.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iqNYKrn93LNLYOGz8NLf8f2Fa05GE1HvVCofC2G/QUhemp7W5RtOz19gF5Hiuvqou74UNFtepdljOWw5jzUs6A==", - "path": "microsoft.aspnetcore.rewrite/2.0.3", - "hashPath": "microsoft.aspnetcore.rewrite.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ogF4PLCimff9OmSdoGSBdGudGhX0EUEnLjUOLERlfNSAa9Rcwj1bHU+5r2bbyQNkIJ6pVlipYB92D9PntfhzA==", - "path": "microsoft.aspnetcore.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-10prhOi+zfeVk/caTP/o2y0Gc7wKg5b3R2KnV5fZ5sWfPbBjCaso7+VYz25trjTms4z+9CgVp2uftYA18R9wqw==", - "path": "microsoft.aspnetcore.routing.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNVLbmknxbeVpyT0XJgsFCS7pNWZTgU6yzIjRTVDrbM0Z3vpWoRSl+OkcXLPp5Ben3BHQLPLWdToJYGwYyTGog==", - "path": "microsoft.aspnetcore.server.httpsys/2.0.4", - "hashPath": "microsoft.aspnetcore.server.httpsys.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8+mVpigrvK9wMWZInlof2T6F9ptzocLncENQMr2GmMGCRDlcY+Ff5W1MGbg9V04ZLZNiomGUI8RkRjN4lReF2w==", - "path": "microsoft.aspnetcore.server.iisintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.server.iisintegration.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/ktWQIcp1GRf3HPShj+2F+Dl+q7xtMsANsb9zOnpGNKSpB5z2n07cKHzXf+8iXHRLyTFbIidx2L8CMoaeQ0pfQ==", - "path": "microsoft.aspnetcore.server.kestrel/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TnhdRwj2KGophlLQPcRco1keTtHUAuRtZ74xUB7RAjoRelPysJlCNsH/IbIJnFNvYW0tszkjSc7DCkRex4Z/EA==", - "path": "microsoft.aspnetcore.server.kestrel.core/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+wcxyn8GFGtsJbwIhnb23fTBBsJZBZV2bN5vb5m8FRrdGM9gGhE3P4rt/oAONCGAQJAMDyfyxKUJfL07gjjYlg==", - "path": "microsoft.aspnetcore.server.kestrel.https/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RXB7hERQ1mKtyIjKzlGYXDT0BMBwclg2VsBetD2nqjxb3xXauQEvFM0x6Gp48ELSzmX+lBNWlH7sN8fNNckzAg==", - "path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FBwRXcAe/7VUA4DCrpnLN8ONtl6BC37SLBXVnqjQ44ofDjKHY24I8geMqAAZ8o7qTMLKbrgJyenjUiIHwVhW0g==", - "path": "microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.libuv.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WYInv0iEmYuxsp/xstow6u+lO/zAt6hHlbEPJI29TYKKPx38vGUXL7XASgWz99cBZiEhyotZhoz8gCW8mrERMg==", - "path": "microsoft.aspnetcore.session/2.0.3", - "hashPath": "microsoft.aspnetcore.session.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RTCzyMd3xGhDjMZFZqm/KJz0VrKN+zRFb49c5yE1nW2WVt6voygKbdXbIAGxAc0eU9AX9WZhHEpkh+rNHZ2gpQ==", - "path": "microsoft.aspnetcore.spaservices/2.0.4", - "hashPath": "microsoft.aspnetcore.spaservices.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h9VzkMCKm6c9TX2iwvUCDLdYUX85clBduhoVqwYZBtnzYAaRnjeCSYBM/EsfbNCarJitcaN+sa17u6voeVllTg==", - "path": "microsoft.aspnetcore.staticfiles/2.0.3", - "hashPath": "microsoft.aspnetcore.staticfiles.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7ZPgr/VfKJ1s0zcdlAAppi1YhnWHzMq0pYoq7Qngxy9fIk255TWh4l+7XOtDkoBV9cl3fSsyrU5T8o4w8uIl3g==", - "path": "microsoft.aspnetcore.websockets/2.0.3", - "hashPath": "microsoft.aspnetcore.websockets.2.0.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rjUxqCYVkzWyUWgTwye4DHItEKRTY6U2kJ0FgbuvDbkcleBjpgm1mUMvfqcjl/R0GrtrpnNMaKvhMBAHbj0t0g==", - "path": "microsoft.aspnetcore.webutilities/2.0.3", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.3.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGATpUW09zOGFLQZ3JXIObJyNlk2dvgNgC7Kh+iDpxGWgKHSgpHMXnGmXUecJa4CNi0HhUENKSnEack1aF/MwQ==", - "path": "microsoft.codeanalysis.common/2.3.1", - "hashPath": "microsoft.codeanalysis.common.2.3.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fvO7Q8FqzmWX8gzzCk4Bf34Ms06bZ6r/A9tUz1ndj3ioitAxSC2QUXbUQOJ4ExzohTtXhczJAFirgs//Nasz6A==", - "path": "microsoft.codeanalysis.csharp/2.3.1", - "hashPath": "microsoft.codeanalysis.csharp.2.3.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pRQxjGEqm/Gr0IU2eUbVmiUezAljtjCZDeLirYjDVqIZwxgPU97WtOojGHNYWVAvdHlYogFQU3OGxDji1Z4gpA==", - "path": "microsoft.codeanalysis.razor/2.0.3", - "hashPath": "microsoft.codeanalysis.razor.2.0.3.nupkg.sha512" - }, - "Microsoft.CSharp/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vvVR/B08YVghQ4jHEloxqw2ZWzEGE1AOA5E0DioUM3ujbXz6FD3AfB/0Jl2ohJPd0nXYGwmPe1En6HTsSriq1A==", - "path": "microsoft.csharp/4.4.0", - "hashPath": "microsoft.csharp.4.4.0.nupkg.sha512" - }, - "Microsoft.Data.Edm/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/d8DxA6MFHroBEn/jW0LMQSIKnsRRibrZtRCLfov2boQfrQ1R1BVgkJ5oIhcQsOm0l4POv+I2ny6RBsclNbOw==", - "path": "microsoft.data.edm/5.8.2", - "hashPath": "microsoft.data.edm.5.8.2.nupkg.sha512" - }, - "Microsoft.Data.OData/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oEIUtXcRiKogF0yZxA+QdgxoBJ34989qL/5xOSrTfxAhzNJV5Hw6DRdWgUCpeXFMoJUQx7ptbHCN+My/LCQfsg==", - "path": "microsoft.data.odata/5.8.2", - "hashPath": "microsoft.data.odata.5.8.2.nupkg.sha512" - }, - "Microsoft.Data.Sqlite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJXCZniFDwHGnRYd9WD3vswQCyIXk0/gsne9TLFWIpy6oK4kAcKD1BTncaHQmVg0pp/YmRBKXVIh4yXSHqbsGQ==", - "path": "microsoft.data.sqlite/2.0.1", - "hashPath": "microsoft.data.sqlite.2.0.1.nupkg.sha512" - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkUOJRJEXnXAxWKhCSFjYKLhuopw+m6ClML4cF1Rt/Ek8bBUW6hn1xAHCZ9KFqkcNOpBS7rQ6nZBaSXU3mgbOQ==", - "path": "microsoft.data.sqlite.core/2.0.1", - "hashPath": "microsoft.data.sqlite.core.2.0.1.nupkg.sha512" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cXgVdJmW3fLwmSxsv0RlTe4BIKs6slVXV5xRvsO4CV4aUeY67GelaujxY/lP5yVlaMjMM22pXKbKtUY9x050Mw==", - "path": "microsoft.dotnet.platformabstractions/2.0.3", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h1qEOSOyYQU4SiPR2bvKHcH3Ik2z3eXlrlAt8WiP8AmtaUEUiEWVE/WUP5i2MvL067TJkMFuRoVOS2YU1VjiPg==", - "path": "microsoft.entityframeworkcore/2.0.3", - "hashPath": "microsoft.entityframeworkcore.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWmbmZg0BhXD3/zuR/w3tCfLyPHpQ52GRPKt80vSmnFOnqaa+/Di7v0zOfPQMmn9gXiZ0hAtx5ywvwRNCTCzBg==", - "path": "microsoft.entityframeworkcore.design/2.0.3", - "hashPath": "microsoft.entityframeworkcore.design.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8uPnfggdaJPB6ZlXotRJQwxVADsgtBd1m/eGb560v8aa4OT9mFPQN9Imqy/B//mcvM8oAHFJf2u/lXde8zclSA==", - "path": "microsoft.entityframeworkcore.inmemory/2.0.3", - "hashPath": "microsoft.entityframeworkcore.inmemory.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fXOrHnoXUzdVc2S+NsdGcT963hbgQ3DdF9e+anB21b36HIQM0ZcLrPyI8fC5lQA9T1sFuKQ/tKvbShzm/0aWWw==", - "path": "microsoft.entityframeworkcore.relational/2.0.3", - "hashPath": "microsoft.entityframeworkcore.relational.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bwi4Zls+xKPOkh/IRNZ4VII7YS/yNZ2LyYnbJQxhqEVM42CozsQQXUlUo/pedog0ZGuFRztQUVgRavCk6Ee+Hg==", - "path": "microsoft.entityframeworkcore.sqlite/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8aw71keGpBNEjnKC6fTLP+Uid2Z4I24bF3zf4AwWFigdwQ0bCsz+RcflDQkLiBqV67f34Sf6f1CLM8bq8aW4fw==", - "path": "microsoft.entityframeworkcore.sqlite.core/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.core.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kbYgPZxFIs3Mlz6AdOA+/RrS28o1ehyoRP2RzbEdG8NkqO2lHbMPTBHFmQAlOVLlb2XBOaj96SMtwjRuRruuSg==", - "path": "microsoft.entityframeworkcore.sqlserver/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlserver.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KOkhbzPTFJa/NEduIdT8o1vOKUZAVvcfyR5rFIKUvFGSSEU2tkmEkJ0ZFxZzpbltD7cj03DlvMlB83RTyYraPg==", - "path": "microsoft.entityframeworkcore.tools/2.0.3", - "hashPath": "microsoft.entityframeworkcore.tools.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X0+dBcQHmOlPz2BOty8mQtku0TCffCIkvqEvLi4iNNubDjY0G1zwFVpBdJb1P0nEMbcfbh3EgBVHf8OJWvq3iw==", - "path": "microsoft.extensions.caching.abstractions/2.0.2", - "hashPath": "microsoft.extensions.caching.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tI8xks60vEmuRiXDwnRBnNWEZG5CeInh2ZyAhBelkxhNM8hDZJDw4tnyCRCeyHFh+oi7dQXMSIij67S3p5SvYg==", - "path": "microsoft.extensions.caching.memory/2.0.2", - "hashPath": "microsoft.extensions.caching.memory.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jbdKO6GKymVT717CBuOB6gzSUEBb+HSA69IqD4z9HEfY4A9kKkHuAowyP3bwH84DxbT5Vsd0xna4/uWwNqDlEw==", - "path": "microsoft.extensions.caching.redis/2.0.2", - "hashPath": "microsoft.extensions.caching.redis.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9f3Q2/eq/4JQx8Q0N6A6TsETf5JFszRHHq/15yalpfkH++ZHVIgI4Mp2QjZP2cc4mRBSOFM/HY0Cd3SzpWNu2g==", - "path": "microsoft.extensions.caching.sqlserver/2.0.2", - "hashPath": "microsoft.extensions.caching.sqlserver.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n5HeFXiEFONntcwVFvEGY5dnB8VRqGD20RrdB9omX6dAAUSIV/sGwGhaLV5neOt/uvhc64VDmKjIjdffC6TX5A==", - "path": "microsoft.extensions.configuration/2.0.2", - "hashPath": "microsoft.extensions.configuration.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IoTZQU9aQOHr9zQbwozyzWq25eFbu/EcUZnPAMum6hh0Nl2RuM7ieziNLk3xk+c2g8YnnmxiA3VEvVaCFYCoTQ==", - "path": "microsoft.extensions.configuration.abstractions/2.0.2", - "hashPath": "microsoft.extensions.configuration.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75PReSfZLRmAF0YZ1m9hQsbwMn5kit7yL+MFzDfbfszH0zDQBvqlu1gQVZJb0yjn5+5Dz9RR6SpkqV9jnpIDVQ==", - "path": "microsoft.extensions.configuration.azurekeyvault/2.0.2", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QO7j0yme7e5D3PJDwtJWLmsmGfDnc9OVMnt2UmXKTekcYKsEpKMUINULfXtMHHLoPymH8BZaqly/vWw97rQoWg==", - "path": "microsoft.extensions.configuration.binder/2.0.2", - "hashPath": "microsoft.extensions.configuration.binder.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DTyBGC28gL/kaMk5F4XsbAHu6kaWFtfJrs77m2MYrQddMFSQUAPysV42i9QyJoVLWZGTps4vA0OB/SwarMpl7A==", - "path": "microsoft.extensions.configuration.commandline/2.0.2", - "hashPath": "microsoft.extensions.configuration.commandline.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NxoOopUxTVrogDtVQC9GF6Gk6f8JwwieArodu4ESVV07bB+jfMLnDwbKE/nWkAAu8ESnmX9s6wcD88kpfaD+zQ==", - "path": "microsoft.extensions.configuration.environmentvariables/2.0.2", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Axc13qp2kYf6VUmUBCMmRCGIc1CmWC5xQ33MD9D8nB9hYZrbjh6IqNj10fHDG1UE+4L24H8fSeYJCMyGfa+VZg==", - "path": "microsoft.extensions.configuration.fileextensions/2.0.2", - "hashPath": "microsoft.extensions.configuration.fileextensions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jA3v2sEDueM/JiuSzy5qlALbOXFWPCtwxqyHMBw1u3cV12zBbtMr1TJYJITUpAt2R37GOl9DUWU/jU/vYY6szg==", - "path": "microsoft.extensions.configuration.ini/2.0.2", - "hashPath": "microsoft.extensions.configuration.ini.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dbx6tQ0uWc/8GoH2HJUaRtPG0X8puyeZIbXatu4I0b+xV23oFv7FdegPRlYrwnuyinqhAD3G2uR1YtJG0BgiNg==", - "path": "microsoft.extensions.configuration.json/2.0.2", - "hashPath": "microsoft.extensions.configuration.json.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q80Y2eeb3370RfaZmCOJnunI64skIihlnR5WjWdSoNYq3p7sbeOPdg6CyiRthOz2jtmPSqxXfd+/UU7L3SuNOQ==", - "path": "microsoft.extensions.configuration.usersecrets/2.0.2", - "hashPath": "microsoft.extensions.configuration.usersecrets.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZxZJJc9+tY8JcuiKEQfzIX8mEpFXGP59jHb1JhmCJEG0Fki9fxmttt5KKD+g1uqVZ7TKxrx25iufQOlpO+IChA==", - "path": "microsoft.extensions.configuration.xml/2.0.2", - "hashPath": "microsoft.extensions.configuration.xml.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wakg18gHYiUL1pcjjyZuYk6OvDpbSw1E7IWxm78TMepsr+gQ8W0tWzuRm0q/9RFblngwPwo15rrgZSUV51W5Iw==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OiNYN/QeZLuYcn4CvYrOmYgODPB1Jpqft+cT4F3Hkq5poj+1DLfbIBftMI/Pn8J7DyHhYeBMLxJUuugjvk/Fuw==", - "path": "microsoft.extensions.dependencymodel/2.0.3", - "hashPath": "microsoft.extensions.dependencymodel.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w8nux+yppIAD3ouzLz3CEtUMj03WIQ9FAmuR6IhrCpQDcoMtajlZIkZLbryJE1jdF1wkewLLM2LpXasfu7HzQw==", - "path": "microsoft.extensions.diagnosticadapter/2.0.1", - "hashPath": "microsoft.extensions.diagnosticadapter.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gzc5yXvwIrKpdti0Ev4jC0inVrGZpI86eLZorMVRqAPXowR8JDRbcHjhmID2EqA4rdhL/IsfD42+4upKpHULDw==", - "path": "microsoft.extensions.fileproviders.abstractions/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bgAUXH3T/Y1R5bCthCiZVzEX4spvNeIHRv6+Jr4BJMxPVSFm/8er7xvywd2NCayv94frKZdDGP3mjAQZenZDxQ==", - "path": "microsoft.extensions.fileproviders.composite/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.composite.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PH1oo04WCbKy42aga6bC4phl1rZfbFsZLuozJN1LGUUZTCnycUAZzCqG6MNRCgRiHg2bPexiQ15708vSwnuBHQ==", - "path": "microsoft.extensions.fileproviders.embedded/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.embedded.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h+6bcXYlGldl7BUhnQKFxL2sMfeg9Gr/AuVexYOCYWmzDsc4iyUoy3NL7i2vkG209wd0ZXf+pZzRDwGPFhmlSw==", - "path": "microsoft.extensions.fileproviders.physical/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.physical.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q7KsG2kjwo2Ps0WdV7MFh64cQS0UHikV8qv4HQrUfWQyxim5vNmLzAbuduarS9QWbhRHTtUanx+ohyAQdumdnw==", - "path": "microsoft.extensions.filesystemglobbing/2.0.1", - "hashPath": "microsoft.extensions.filesystemglobbing.2.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-r5QYhMYRjY/JbkE1x6kgRDZUJixJ8YngaN4BHy8/EtLxBDL98Je8IrElPHExh6QQPLKu0KYzt+9oLBR0L98i7A==", - "path": "microsoft.extensions.hosting.abstractions/2.0.3", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NNbXkzEah02mdeAz51XJswDNewW1QxubeNY2TZ5bKxI+HbPaViIv6UK3nvl0n4tcEDeG8WysRgIBQo6Us5FBMQ==", - "path": "microsoft.extensions.identity.core/2.0.3", - "hashPath": "microsoft.extensions.identity.core.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUTsBa+VHhLAqV6C46IPQ8rMoi1vKao1ZleSy4DuocZmC/L8yw8qkzNlzYFBIkHrvtEuHQ5NkV9scHOv2j8MbQ==", - "path": "microsoft.extensions.identity.stores/2.0.3", - "hashPath": "microsoft.extensions.identity.stores.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLZaopjCWCT2V7Ado4on0/O97vFfFTLGd6WmZrt3e+L0Y6rDaRLCey35hf0kOrymmGzGqN+aN/Ln1cxuvo0FMw==", - "path": "microsoft.extensions.localization/2.0.3", - "hashPath": "microsoft.extensions.localization.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R+aRSDqwe7o00G3iYwD3jBb+4Gy5HFbZknKXIkVpRAAeL3Wir/ildmBjbMw5yINQFKHh8Ozm8iW4Y1xHq+RGYw==", - "path": "microsoft.extensions.localization.abstractions/2.0.3", - "hashPath": "microsoft.extensions.localization.abstractions.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OAfe/ju23vgXyqG/E9eDQ8lE5ydMV/IruvHqZ8MRi3T8DTpdL+kDGhDR/zqChnnTcalsZV31bB1OPn75RLHdqQ==", - "path": "microsoft.extensions.logging/2.0.2", - "hashPath": "microsoft.extensions.logging.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1F5GAMGCIuYzL1LouJ08ie+CrTYGzLVd1gfJHWpjXtIfNwzs2PZxsuLYLIAqMTlpiDcoB8PSZHbzU5bMOi+gg==", - "path": "microsoft.extensions.logging.abstractions/2.0.2", - "hashPath": "microsoft.extensions.logging.abstractions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fRbDNL/u9DFLz21YnM0idUP/Qyav/5k6VdGp5gyRHgPNyD4Q0ZOBvhlV79hLH3hdujzdKA8GX/DFbUDStI+m+Q==", - "path": "microsoft.extensions.logging.azureappservices/2.0.2", - "hashPath": "microsoft.extensions.logging.azureappservices.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-twYiZLG4Yxmo9rMJbCq2tlmq4vHTnDMrneS5WSsx+TvDXP6K53Yg3ObVp4rRns6Lei/KGhn++rRO2KCgT7aJNA==", - "path": "microsoft.extensions.logging.configuration/2.0.2", - "hashPath": "microsoft.extensions.logging.configuration.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Bfhw152LogpEk7Au9wyomeat68k9ZedcR7CX/IdYuTu34sG5jYgiK4m1Yt089ewOaslYAOgbDIzZI0MPvm8UQ==", - "path": "microsoft.extensions.logging.console/2.0.2", - "hashPath": "microsoft.extensions.logging.console.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vKSQBCU/MASzFZRAIFjEcSBZzoVHsLv8uGLoC2X8DxZsFnhodm2YlrXvH+SltIcbPX/2kp7bGYYVfiIXP+lbPQ==", - "path": "microsoft.extensions.logging.debug/2.0.2", - "hashPath": "microsoft.extensions.logging.debug.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/+v4fyWd9MJ/wcKBvOjDGwdUX7tfnaxVQ/wSxjNlM2CMnTU9Zs9r9BDGm4l6lq/WfNXE6NUwLGCR3hn6GZSF+Q==", - "path": "microsoft.extensions.logging.eventsource/2.0.2", - "hashPath": "microsoft.extensions.logging.eventsource.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6+6XHT9idgZltoSiv2AcnH4Fcd5Ux/IbmBpZfgLqmUm6ojNE8s2fdKCSgR9BlR7XQAQEcewg4s2H1q99pwpPQ==", - "path": "microsoft.extensions.logging.tracesource/2.0.2", - "hashPath": "microsoft.extensions.logging.tracesource.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-drOmgNZCJiNEqFM/TvyqwtogS8wqoWGQCW5KB/CVGKL6VXHw8OOMdaHyspp8HPstP9UDnrnuq+8eaCaAcQg6tA==", - "path": "microsoft.extensions.objectpool/2.0.0", - "hashPath": "microsoft.extensions.objectpool.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OrIk/xmo5rsN4ufV32cjAQgM9uCoe6FaNijFX7Huwdg8T3z5L5r1kMBMwjROvDJZNiNkcfJ6iJi2JhCRi6GTfA==", - "path": "microsoft.extensions.options/2.0.2", - "hashPath": "microsoft.extensions.options.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xJ/KhbYXzTeVr58trRLcKExLsyrU2Y6peBIDWcbu5N/NlFdJvx1ZFZYB8fr2dhFG3Sn0AuvozvRzDEixgZZjKA==", - "path": "microsoft.extensions.options.configurationextensions/2.0.2", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H6ZsQzxYw/6k2DfEQRXdC+vQ6obd6Uba3uGJrnJ2vG4PRXjQZ7seB13JdCfE72abp8E6Fk3gGgDzfJiLZi5ZpQ==", - "path": "microsoft.extensions.platformabstractions/1.1.0", - "hashPath": "microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ukg53qNlqTrK38WA30b5qhw0GD7y3jdI9PHHASjdKyTcBHTevFM2o23tyk3pWCgAV27Bbkm+CPQ2zUe1ZOuYSA==", - "path": "microsoft.extensions.primitives/2.0.0", - "hashPath": "microsoft.extensions.primitives.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1uuxqQ+XMybNuHeyfIsNuoaooyRtViPN4p0yBP74+HcqgB235EnHoS3n6BzcN7P3t0eUV7as2CelrauhWhtZcQ==", - "path": "microsoft.extensions.webencoders/2.0.2", - "hashPath": "microsoft.extensions.webencoders.2.0.2.nupkg.sha512" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlyzF4FWsn3LXC6rrzw6Yg2nMbGLx+7JS9a6Z8n7jhqPa5cMiNEX01tBUO1v3A9p1mk+gQzHWJheAsSpOLp/ew==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.1", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j7t22EsDOuo0IXqAbp6ijdB1GuaY8cu3YoPNZpymOhUMTVC+wRTV0IHqxL31HacCnJHU/igsqe70fDKZgZu3oA==", - "path": "microsoft.identitymodel.logging/1.1.4", - "hashPath": "microsoft.identitymodel.logging.1.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9aefRN9sL8XZo90Aix88IHHpAvfBl6UOiYpcKHiXbCYE2nB+zA3B8dZdNMOUH4pqXdnpYrHRDQZ2k7A4/CUgTQ==", - "path": "microsoft.identitymodel.protocols/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.2.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LF8JcG9BqGRwVjhu/IebuZQer6TJGDv2uxNnmg2Zkzh/d+MIC1ShsC1U3U7pVaw03SKyXmCgYm+JG0WM0mcOUw==", - "path": "microsoft.identitymodel.protocols.openidconnect/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.2.1.4.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SsJbZVPvjSlKFDAQmR2wpL6ZD/vCFlIsf0jxRlBJwyzKXZy3Wi/Xo+fE2MzAerLsJgG1UCdtplRwqDyq1euayw==", - "path": "microsoft.identitymodel.tokens/5.1.4", - "hashPath": "microsoft.identitymodel.tokens.5.1.4.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CWxDFEQp3Qseugtue2hCsvAEVz+OLn39NfZllKXWPOEfY01xLaPlSta1oVGqoTAdakK6A+YibNhMv9lsf6y19Q==", - "path": "microsoft.net.http.headers/2.0.3", - "hashPath": "microsoft.net.http.headers.2.0.3.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512" - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jUOHGd7nVB/Zlh+sugV0jiNf2KCdfqAIpAje9V5JXGvmP1b3GKB4Vl2groWo+IUFTtFoRwUZpeYfR42w8Gexw==", - "path": "microsoft.visualstudio.web.browserlink/2.0.3", - "hashPath": "microsoft.visualstudio.web.browserlink.2.0.3.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==", - "path": "microsoft.win32.registry/4.4.0", - "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" - }, - "Newtonsoft.Json/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==", - "path": "newtonsoft.json/10.0.1", - "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==", - "path": "newtonsoft.json.bson/1.0.1", - "hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512" - }, - "Remotion.Linq/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IJn0BqkvwEDpP+2qjvci7n4/a9f7DhKESLWb2/uG4xQh3rTkGTBUz69bI4IivCoKkTFAqjXxYDZw2K/npohjsw==", - "path": "remotion.linq/2.1.1", - "hashPath": "remotion.linq.2.1.1.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "path": "runtime.native.system.net.security/4.3.0", - "hashPath": "runtime.native.system.net.security.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Kw+n4CUhQ8S4YAPmpRUldO8S7c4LU7HHukJF0v5Sfggf8Ia9YVdIh0dYkMvKvS+DTX+OBORSMqPM0CGfAzFtVA==", - "path": "sqlitepclraw.bundle_green/1.1.7", - "hashPath": "sqlitepclraw.bundle_green.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.core/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u9k9ZFkyTU6CVyXWpRuuXOvKi/cy/xt1oGKVSW8aUKcTL4RdH34yFNtVykEeiR68ojIEvmoZfL51h/xx2IQk5g==", - "path": "sqlitepclraw.core/1.1.7", - "hashPath": "sqlitepclraw.core.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRqMd1qLwJ4pzPybj8q95s+wV6jby5F0O/rp0vw3wa2Z2wHxRm0VqxS2Sejlr7Ctz+LxSr8DpNg1l1u6n/PAPA==", - "path": "sqlitepclraw.lib.e_sqlite3.linux/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.linux.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hdZx1DKHbDi4li6abmJ+A29mxY8D6BcM0s8VMT8p4MWEyrj54CZFUm402jTV6OgZCsFGkbRFnuFdBXf4vSDO7g==", - "path": "sqlitepclraw.lib.e_sqlite3.osx/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.osx.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roIdTH4a4iFa08HOwTWnzj2QYBIpSZRYfLSvHjtbH67I4DSWregrd4jkSnoOuwC5GHG08FNahBfEx3HAsVqW+g==", - "path": "sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.7.nupkg.sha512" - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zdug2wETm6847337EtD8MoCAtOdwM6prEXL/UsJ97Zxvoeyk/gUpdtuFNBxgJzceuty0jymjxm5yur5QajdApg==", - "path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7", - "hashPath": "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.7.nupkg.sha512" - }, - "StackExchange.Redis.StrongName/1.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qrfSB1BnmM17V20A4yvvNA0HNiDgnBd/CcjaeMKMA4qtup1uuBUMyhl20oj31fRVo71E/fXTbmQCuM9ytBJs6w==", - "path": "stackexchange.redis.strongname/1.2.4", - "hashPath": "stackexchange.redis.strongname.1.2.4.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zsFkF1NPnRk41NQ3B/SOhp2zhF+AiCitWALqgEP+jy2fgIyslBLNSZMtBctKnJKqzGgyiye3no7GJrJ0MTHXdg==", - "path": "swashbuckle.aspnetcore/2.4.0", - "hashPath": "swashbuckle.aspnetcore.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO+t8uBCQUDNjgAK5Mg56C5Pj88Z9WHBacm1njuMeDvbpEvFluNg8ocnDNYnwMcg1EcK8S+u+Xijzzf7PtpeXg==", - "path": "swashbuckle.aspnetcore.swagger/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swagger.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDaKa1kLGjVNYHnTtv3BT+yg8fVHf3HRgpY4bjhRcjtJJtCHejPFWUF3DoIDB4c5mmlZoAvqn6iOtQW+Qj4wOg==", - "path": "swashbuckle.aspnetcore.swaggergen/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TwnD/Ibviaxvuemq1YssHruRuEQBoJFuWaONClth6ZSae9YcFyy00bWCjvXJvrlbmIDw3UKZwWQ5f+zGFIjaqw==", - "path": "swashbuckle.aspnetcore.swaggerui/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.2.4.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-71hw5RUJRu5+q/geUY69gpXD8Upd12cH+F3MwpXV2zle7Bqqkrmc1JblOTuvUcgmdnUtQvBlV5e1d6RH+H2lvA==", - "path": "system.collections.immutable/1.4.0", - "hashPath": "system.collections.immutable.1.4.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-29K3DQ+IGU7LBaMjTo7SI7T7X/tsMtLvz1p56LJ556Iu0Dw3pKZw5g8yCYCWMRxrOF0Hr0FU0FwW0o42y2sb3A==", - "path": "system.componentmodel.annotations/4.4.0", - "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.4.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==", - "path": "system.data.sqlclient/4.4.3", - "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==", - "path": "system.diagnostics.diagnosticsource/4.4.1", - "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hLUU1N99aL9uyxiTraBnCKlpUKsbP/+5ygD7cswspH9/+M7fAAL0hRzt2aA4w7VEQlSSiu8j+xWFk3NRcqhfQQ==", - "path": "system.identitymodel.tokens.jwt/5.1.4", - "hashPath": "system.identitymodel.tokens.jwt.5.1.4.nupkg.sha512" - }, - "System.Interactive.Async/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hZccYiIE5RS1/J9Tb/BNtosAGVggdlsJm4Ojdu+gDV0p4AIi+LUfUogMKkRacljQEJd2AG6vYzvcjhQFkqoZmw==", - "path": "system.interactive.async/3.1.1", - "hashPath": "system.interactive.async.3.1.1.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "path": "system.net.nameresolution/4.3.0", - "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", - "path": "system.net.security/4.3.0", - "hashPath": "system.net.security.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==", - "path": "system.reflection.metadata/1.5.0", - "hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "path": "system.runtime.serialization.formatters/4.3.0", - "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==", - "path": "system.security.accesscontrol/4.4.0", - "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/4.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1m+fKVrApgKYMRuE0MF0vGjqy4XqAp1rCtyAzMXhJajMDDytMh/rHk9hp4M7KKk3QQZoWJUvyUY7xcw74w+JiQ==", - "path": "system.security.cryptography.xml/4.4.2", - "hashPath": "system.security.cryptography.xml.4.4.2.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==", - "path": "system.security.principal.windows/4.4.0", - "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512" - }, - "System.Spatial/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0RfZZJ8RlrfjoBPAF6pczX4Nd2kyLM8EX1PCP5Rqs/jOhJBUPYhpXjIsVAYN7kocj9IJ9XoJWAxWgXIDtJY2Ag==", - "path": "system.spatial/5.8.2", - "hashPath": "system.spatial.5.8.2.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l/tYeikqMHX2MD2jzrHDfR9ejrpTTF7wvAEbR51AMvzip1wSJgiURbDik4iv/w7ZgytmTD/hlwpplEhF9bmFNw==", - "path": "system.text.encodings.web/4.4.0", - "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPKfFGbpQsK5Srz2Kq3URgvC90yoOyBE8H1quDA2+MAJ2HAzFmV3biOgPv2Ck3mPAvdKngo3QHi2BNwUQDRVvA==", - "path": "system.threading.tasks.extensions/4.4.0", - "hashPath": "system.threading.tasks.extensions.4.4.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ==", - "path": "system.valuetuple/4.4.0", - "hashPath": "system.valuetuple.4.4.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "WindowsAzure.Storage/8.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W6ZZ0/o7+3Qb77mRAQyLjPudHG3OMeeQ4p9yY13PUdJArmRCx2cLMm5F4tpIjJXxzHC0ew0oK7DMDGILMdfCnw==", - "path": "windowsazure.storage/8.1.4", - "hashPath": "windowsazure.storage.8.1.4.nupkg.sha512" - }, - "Microsoft.NETCore.App/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", - "path": "microsoft.netcore.app/2.0.0", - "hashPath": "microsoft.netcore.app.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", - "path": "microsoft.netcore.dotnetapphost/2.0.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", - "path": "microsoft.netcore.dotnethostpolicy/2.0.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", - "path": "microsoft.netcore.dotnethostresolver/2.0.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", - "path": "netstandard.library/2.0.0", - "hashPath": "netstandard.library.2.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.dll deleted file mode 100644 index 0f90df0..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.pdb b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.pdb deleted file mode 100644 index 1900cfe..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.pdb and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.runtimeconfig.dev.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.runtimeconfig.dev.json deleted file mode 100644 index 8cebf6a..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.runtimeconfig.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\fashaikh\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\fashaikh\\.nuget\\packages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ] - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.runtimeconfig.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.runtimeconfig.json deleted file mode 100644 index a4f15ca..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibrary.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - }, - "configProperties": { - "System.GC.Server": true - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.deps.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.deps.json index de8093b..40ee3fc 100644 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.deps.json +++ b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.0", - "signature": "93cae0a5c5fa90064215b39f307d6d2b6299ec3d" + "signature": "e1927740d4634a2019807e116af94c2df3788a91" }, "compilationOptions": { "defines": [ @@ -22,13 +22,14 @@ }, "targets": { ".NETCoreApp,Version=v2.0": { - "ServerLessLibraryAPI/1.0.0": { + "ServerlessLibraryAPI/1.0.0": { "dependencies": { "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", "Microsoft.AspNetCore.All": "2.0.8", "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", "Microsoft.AspNetCore.Mvc": "2.0.4", "Microsoft.AspNetCore.Mvc.Core": "2.0.4", + "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.4", "Microsoft.AspNetCore.StaticFiles": "2.0.3", "Microsoft.Extensions.Caching.Memory": "2.0.2", "Microsoft.Extensions.Configuration": "2.0.2", @@ -40,10 +41,10 @@ "System.Linq": "4.3.0" }, "runtime": { - "ServerLessLibraryAPI.dll": {} + "ServerlessLibraryAPI.dll": {} }, "compile": { - "ServerLessLibraryAPI.dll": {} + "ServerlessLibraryAPI.dll": {} } }, "Libuv/1.10.0": { @@ -157,7 +158,7 @@ "Microsoft.AspNetCore.Routing": "2.0.3", "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", + "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.4", "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", @@ -253,9 +254,9 @@ "Microsoft.AspNetCore.Server.HttpSys": "2.0.4", "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", + "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.4", + "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.4", + "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.4", "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3", "Microsoft.AspNetCore.Session": "2.0.3", "Microsoft.AspNetCore.SpaServices": "2.0.4", @@ -1457,7 +1458,7 @@ "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { "dependencies": { "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", + "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.4", "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3" }, "runtime": { @@ -1470,10 +1471,10 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": {} } }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { + "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.4": { "dependencies": { "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", + "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.4", "Microsoft.AspNetCore.WebUtilities": "2.0.3", "Microsoft.Extensions.Logging.Abstractions": "2.0.2", "Microsoft.Extensions.Options": "2.0.2", @@ -1482,30 +1483,30 @@ }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" + "assemblyVersion": "2.0.4.0", + "fileVersion": "2.0.4.18184" } }, "compile": { "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} } }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { + "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.4": { "dependencies": { "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3" + "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.4" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" + "assemblyVersion": "2.0.4.0", + "fileVersion": "2.0.4.18184" } }, "compile": { "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {} } }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { + "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.4": { "dependencies": { "Microsoft.AspNetCore.Http.Features": "2.0.3", "System.Buffers": "4.4.0", @@ -1513,8 +1514,8 @@ }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" + "assemblyVersion": "2.0.4.0", + "fileVersion": "2.0.4.18184" } }, "compile": { @@ -1525,7 +1526,7 @@ "dependencies": { "Libuv": "1.10.0", "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", + "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.4", "Microsoft.Extensions.Logging.Abstractions": "2.0.2", "Microsoft.Extensions.Options": "2.0.2" }, @@ -4615,7 +4616,7 @@ } }, "libraries": { - "ServerLessLibraryAPI/1.0.0": { + "ServerlessLibraryAPI/1.0.0": { "type": "project", "serviceable": false, "sha512": "" @@ -5166,26 +5167,26 @@ "path": "microsoft.aspnetcore.server.kestrel/2.0.3", "hashPath": "microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512" }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { + "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.4": { "type": "package", "serviceable": true, - "sha512": "sha512-TnhdRwj2KGophlLQPcRco1keTtHUAuRtZ74xUB7RAjoRelPysJlCNsH/IbIJnFNvYW0tszkjSc7DCkRex4Z/EA==", - "path": "microsoft.aspnetcore.server.kestrel.core/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512" + "sha512": "sha512-p0zhVcrL+kLojfHbocGtKS1iEYJ6U6TCtPuY5qCf0OqZoTFQHNWyvIH7bVPDW53VgBhQAO/fRrVEzyNhbq41hA==", + "path": "microsoft.aspnetcore.server.kestrel.core/2.0.4", + "hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.4.nupkg.sha512" }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { + "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.4": { "type": "package", "serviceable": true, - "sha512": "sha512-+wcxyn8GFGtsJbwIhnb23fTBBsJZBZV2bN5vb5m8FRrdGM9gGhE3P4rt/oAONCGAQJAMDyfyxKUJfL07gjjYlg==", - "path": "microsoft.aspnetcore.server.kestrel.https/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512" + "sha512": "sha512-t8MGeNbnoZtwVSXcVEFtoPSqP5FXQ4154DqZxzbSIPEW3p/upY582pvYFbOri6nFKCaWmmWKf/am2sGqJIPx0A==", + "path": "microsoft.aspnetcore.server.kestrel.https/2.0.4", + "hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.4.nupkg.sha512" }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { + "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.4": { "type": "package", "serviceable": true, - "sha512": "sha512-RXB7hERQ1mKtyIjKzlGYXDT0BMBwclg2VsBetD2nqjxb3xXauQEvFM0x6Gp48ELSzmX+lBNWlH7sN8fNNckzAg==", - "path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512" + "sha512": "sha512-C1RrqyT8TuPZDQSNAWVl2BukMEa73AfxMNP8o9JCz1kSN6ebAHXV6ewh3pMP5jGXjDnJw+hiHdRXHS5+ctLEKw==", + "path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.4", + "hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.4.nupkg.sha512" }, "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { "type": "package", diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.dll index 7bf853d..bbe44f7 100644 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.dll and b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.dll differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.pdb b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.pdb index 81abef8..e799d40 100644 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.pdb and b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/ServerLessLibraryAPI.pdb differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Connected Services/Application Insights/ConnectedService.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Connected Services/Application Insights/ConnectedService.json deleted file mode 100644 index 144ca60..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Connected Services/Application Insights/ConnectedService.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ProviderId": "Microsoft.ApplicationInsights.ConnectedService.ConnectedServiceProvider", - "Version": "8.11.10402.2", - "GettingStartedDocument": { - "Uri": "https://go.microsoft.com/fwlink/?LinkID=798432" - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100644 index 6689c18..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Https.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Https.dll deleted file mode 100644 index 753e720..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Https.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll deleted file mode 100644 index ff13c03..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.PrecompiledViews.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.PrecompiledViews.dll deleted file mode 100644 index c895fca..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.PrecompiledViews.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.PrecompiledViews.pdb b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.PrecompiledViews.pdb deleted file mode 100644 index 9b5dd2c..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.PrecompiledViews.pdb and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.deps.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.deps.json deleted file mode 100644 index a888cdb..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.deps.json +++ /dev/null @@ -1,6884 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "93cae0a5c5fa90064215b39f307d6d2b6299ec3d" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "RELEASE", - "NETCOREAPP", - "NETCOREAPP2_0" - ], - "languageVersion": "", - "platform": "AnyCPU", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": true, - "keyFile": "", - "emitEntryPoint": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v2.0": { - "ServerLessLibrary/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.All": "2.0.8", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.NETCore.App": "2.0.0", - "Swashbuckle.AspNetCore": "2.4.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Linq": "4.3.0" - }, - "runtime": { - "ServerLessLibrary.dll": {} - }, - "compile": { - "ServerLessLibrary.dll": {} - } - }, - "Libuv/1.10.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libuv.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libuv.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-armel/native/libuv.so": { - "rid": "linux-armel", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libuv.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm/native/libuv.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/libuv.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/libuv.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.32153" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "NETStandard.Library": "2.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.1.1.0", - "fileVersion": "2.1.1.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.Extensions.PlatformAbstractions": "1.1.0", - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.4.1.0", - "fileVersion": "2.4.1.1362" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.AspNetCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.All/2.0.8": { - "dependencies": { - "Microsoft.AspNetCore": "2.0.3", - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authentication.Facebook": "2.0.4", - "Microsoft.AspNetCore.Authentication.Google": "2.0.4", - "Microsoft.AspNetCore.Authentication.JwtBearer": "2.0.4", - "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "2.0.4", - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "2.0.4", - "Microsoft.AspNetCore.Authentication.Twitter": "2.0.4", - "Microsoft.AspNetCore.Authorization": "2.0.4", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.AzureAppServices.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.CookiePolicy": "2.0.4", - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.DataProtection.AzureStorage": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Extensions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Localization.Routing": "2.0.3", - "Microsoft.AspNetCore.MiddlewareAnalysis": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4", - "Microsoft.AspNetCore.Owin": "2.0.3", - "Microsoft.AspNetCore.Razor": "2.0.3", - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.ResponseCompression": "2.0.3", - "Microsoft.AspNetCore.Rewrite": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.HttpSys": "2.0.4", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3", - "Microsoft.AspNetCore.Session": "2.0.3", - "Microsoft.AspNetCore.SpaServices": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.AspNetCore.WebSockets": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Data.Sqlite": "2.0.1", - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.EntityFrameworkCore.Design": "2.0.3", - "Microsoft.EntityFrameworkCore.InMemory": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.EntityFrameworkCore.SqlServer": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "Microsoft.EntityFrameworkCore.Tools": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Caching.Redis": "2.0.2", - "Microsoft.Extensions.Caching.SqlServer": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.AzureKeyVault": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Ini": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Configuration.Xml": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3", - "Microsoft.Extensions.Localization": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2", - "Microsoft.Extensions.Logging.EventSource": "2.0.2", - "Microsoft.Extensions.Logging.TraceSource": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2", - "Microsoft.Extensions.Primitives": "2.0.0", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.VisualStudio.Web.BrowserLink": "2.0.3" - } - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authorization": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "WindowsAzure.Storage": "8.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {} - } - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.Extensions.DependencyModel": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.Extensions.Localization": "2.0.3", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Localization": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4" - } - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Newtonsoft.Json.Bson": "1.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": {} - } - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": {} - } - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Threading.Tasks.Extensions": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "dependencies": { - "Libuv": "1.10.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": {} - } - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {} - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.4.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.4.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.4.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.4.0": {}, - "Microsoft.Data.Edm/5.8.2": { - "runtime": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": {} - } - }, - "Microsoft.Data.OData/5.8.2": { - "dependencies": { - "Microsoft.Data.Edm": "5.8.2", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": {} - } - }, - "Microsoft.Data.Sqlite/2.0.1": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.2", - "Remotion.Linq": "2.1.1", - "System.Collections.Immutable": "1.4.0", - "System.ComponentModel.Annotations": "4.4.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Interactive.Async": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Design": "2.0.3" - } - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "StackExchange.Redis.StrongName": "1.2.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": {} - } - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": {} - } - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Json": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": {} - } - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": {} - } - }, - "Microsoft.Extensions.Localization/2.0.3": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "System.ValueTuple": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": {} - } - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Reflection.TypeExtensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.21115" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "dependencies": { - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "1.1.4.0", - "fileVersion": "1.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "dependencies": { - "System.Collections.Specialized": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.IdentityModel.Tokens.Jwt": "5.1.4", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "2.1.4", - "System.Dynamic.Runtime": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "1.1.4", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.AccessControl": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} - } - }, - "Newtonsoft.Json/10.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "System.Collections": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.1.20720" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.1.20722" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {} - } - }, - "Remotion.Linq/2.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Linq.Queryable": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Remotion.Linq.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.1.30000" - } - }, - "compile": { - "lib/netstandard1.0/Remotion.Linq.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.linux": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.osx": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.v110_xp": "1.1.7", - "SQLitePCLRaw.provider.e_sqlite3.netstandard11": "1.1.7" - }, - "runtime": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - }, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {}, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {} - } - }, - "SQLitePCLRaw.core/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": {} - } - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "runtimeTargets": { - "runtimes/linux-x64/native/libe_sqlite3.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "rid": "linux-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "runtimeTargets": { - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "runtimeTargets": { - "runtimes/win7-x64/native/e_sqlite3.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/e_sqlite3.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {} - } - }, - "StackExchange.Redis.StrongName/1.2.4": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Linq": "4.3.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": { - "assemblyVersion": "1.2.4.0", - "fileVersion": "1.2.4.0" - } - }, - "compile": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": {} - } - }, - "Swashbuckle.AspNetCore/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerGen": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerUI": "2.4.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Xml.XPath": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.4.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.4.0": {}, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/4.4.0": {}, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.SqlClient/4.4.3": { - "dependencies": { - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Text.Encoding.CodePages": "4.4.0", - "runtime.native.System.Data.SqlClient.sni": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Data.SqlClient.dll": { - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - }, - "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "compile": { - "ref/netstandard2.0/System.Data.SqlClient.dll": {} - } - }, - "System.Diagnostics.Contracts/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.4.1": {}, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.1.4" - }, - "runtime": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.Interactive.Async/3.1.1": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.3/System.Interactive.Async.dll": { - "assemblyVersion": "3.0.3000.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/netstandard1.3/System.Interactive.Async.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Buffers": "4.4.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.NameResolution/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Numerics.Vectors/4.4.0": {}, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.5.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Xml/4.4.2": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26418.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Cryptography.Xml.dll": {} - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} - } - }, - "System.Spatial/5.8.2": { - "runtime": { - "lib/netstandard1.1/System.Spatial.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/System.Spatial.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "compile": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.4.0": {}, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.4.0": {}, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.4.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "WindowsAzure.Storage/8.1.4": { - "dependencies": { - "Microsoft.Data.OData": "5.8.2", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": { - "assemblyVersion": "8.1.4.0", - "fileVersion": "8.1.4.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": {} - } - }, - "Microsoft.NETCore.App/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0" - }, - "compile": { - "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.0/System.AppContext.dll": {}, - "ref/netcoreapp2.0/System.Buffers.dll": {}, - "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.0/System.Collections.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.dll": {}, - "ref/netcoreapp2.0/System.Configuration.dll": {}, - "ref/netcoreapp2.0/System.Console.dll": {}, - "ref/netcoreapp2.0/System.Core.dll": {}, - "ref/netcoreapp2.0/System.Data.Common.dll": {}, - "ref/netcoreapp2.0/System.Data.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Drawing.dll": {}, - "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Globalization.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.0/System.IO.dll": {}, - "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.0/System.Linq.dll": {}, - "ref/netcoreapp2.0/System.Net.Http.dll": {}, - "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.0/System.Net.Mail.dll": {}, - "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.0/System.Net.Ping.dll": {}, - "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Net.Requests.dll": {}, - "ref/netcoreapp2.0/System.Net.Security.dll": {}, - "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.0/System.Net.dll": {}, - "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.0/System.Numerics.dll": {}, - "ref/netcoreapp2.0/System.ObjectModel.dll": {}, - "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.dll": {}, - "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Security.Claims.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.0/System.Security.Principal.dll": {}, - "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.0/System.Security.dll": {}, - "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.0/System.Threading.dll": {}, - "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.0/System.Transactions.dll": {}, - "ref/netcoreapp2.0/System.ValueTuple.dll": {}, - "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.0/System.Web.dll": {}, - "ref/netcoreapp2.0/System.Windows.dll": {}, - "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.0/System.Xml.dll": {}, - "ref/netcoreapp2.0/System.dll": {}, - "ref/netcoreapp2.0/WindowsBase.dll": {}, - "ref/netcoreapp2.0/mscorlib.dll": {}, - "ref/netcoreapp2.0/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "compileOnly": true - }, - "NETStandard.Library/2.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "compileOnly": true - } - } - }, - "libraries": { - "ServerLessLibrary/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Libuv/1.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==", - "path": "libuv/1.10.0", - "hashPath": "libuv.1.10.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.ApplicationInsights/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dX/zu3Psz9oM3ErU64xfOHuSxOwMxN6q5RabSkeYbX42Yn6dR/kDToqjs+txCRjrfHUxyYjfeJHu+MbCfvAsg==", - "path": "microsoft.applicationinsights/2.4.0", - "hashPath": "microsoft.applicationinsights.2.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kiGmzl9Cav34dF7AHVMoJxdJJQEeLB8KZGNwX1LjImG9iem5hGk4DkHpW7/m9Nh3DrL8IKSL3mqQo+IPqWfMRQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.1.1", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.1.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RWxdX90MY6tNF8S5lwRvJcHiBMIWwVLCxd4TGIEl3X0yAKaolY2vs4zTCvyCIVkEAMs1aInTgWkYwOjzYvAHWw==", - "path": "microsoft.applicationinsights.dependencycollector/2.4.1", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.4.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.AspNetCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ewoUaFoSuYIrS3TQqUkDvkFb2gVdXiUadtqAghsHkkaw3tvvrPj472KgfwmEYdWJZnmDaxOOFOzyQIU4/n/vew==", - "path": "microsoft.aspnetcore/2.0.3", - "hashPath": "microsoft.aspnetcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.All/2.0.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gWVS0txQ/JSpIHS2Wlxjr9L0TlOShy1v+QFOM1tMJoYEdVsw2a0yvP7Mi++vsn1VL9dmMeGaUsVpWTb4M00e5Q==", - "path": "microsoft.aspnetcore.all/2.0.8", - "hashPath": "microsoft.aspnetcore.all.2.0.8.nupkg.sha512" - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k//CUbcwjy8j2Wj08sW0puax6AW9WA2a2d+U0MjYdfmHO+Ux6PtRAxBHIED8hXubzVXy4NYTu5ngYa3dqNoJtA==", - "path": "microsoft.aspnetcore.antiforgery/2.0.3", - "hashPath": "microsoft.aspnetcore.antiforgery.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OU63ZlYdzXKmQ62npj4H0Pic6pmnJiGXjSN22Di6n2mZ9zQhk08eZcQVjLpOqUVM0VGUGPhIuZqqZsJBX164OA==", - "path": "microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cilHHmPQ7F3cytigokA0rbzzdbO/QP+j8JPQ67Zl1wQcgAgmXZ4LDb1yBH4Oqx+QjMJo/G1QAdtkMIlUe4uzcw==", - "path": "microsoft.aspnetcore.authentication/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qhJVdxVCKwxz3BHjdDKon+AC2WIWZaDmVs7ldz4TAJaJRu0+Gf+YAbhXGVdDCFc8vZP0wqdIwfu9dBH5uJ+zeA==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FaLTpTSqsey+r8rYsDi+/gkuwd7cWDNh3KBrdyol5Wx4sunzOb7FnNL6XjekjyJ7vxTm9ORuiUy6y6VjXWzcdw==", - "path": "microsoft.aspnetcore.authentication.cookies/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R85tVhpcij6nCnOXxIeLViV+Sij0BSV4uG/8/Xr85SlZ5NFkA0s3ZOtV45KqNtVp5XCM4ps59xdF3umHlqwuqw==", - "path": "microsoft.aspnetcore.authentication.core/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f5Q5gh79jOhEUJ71jkQx3O1VyVqYMBqZESHHogrl9dI4v/V3ExllMJfhCxV/YCSjrIShX/E4GISKnikI+Beovg==", - "path": "microsoft.aspnetcore.authentication.facebook/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.facebook.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-akb0eQHWXKEGb/A6v7pmdEoi9rlrubInW3R4a5r0xsaNwFgpntnDEbNKD/x8XSgxsxR7gNgNGNLPYlRbibKrmg==", - "path": "microsoft.aspnetcore.authentication.google/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.google.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rozb3c/hoCZWADTGzZatCAxloUfW60HyVU++MArRS8k374dEkT6IkiboJYYfLYX5FhBwPhvNDzwoGEk+Aogwfg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaev2Mg61Cugi3j8ty0XRLpw0FJrwOUfTbuJTUZNBouCNgA3K/eB3NEaYCZM7uw4WtKPWVCMi44Y1ZYpXhWIbQ==", - "path": "microsoft.aspnetcore.authentication.microsoftaccount/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.microsoftaccount.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NAWMDm9Y7/MvoJiaOtlC1AA3x6ELC+5iiqcBWBduKGMZnL/XFtaJw93NVbNjCkE9V0F/carJ3jMNOSnnJ+2t8g==", - "path": "microsoft.aspnetcore.authentication.oauth/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.oauth.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMm4pEZ+bTfWng2XaU9tnFasdZRWSDxtnH4id8MHL4bxmJW2kzXa9yQjbeHSUDTWDfN0DYIiMoamOD20kGcJ2A==", - "path": "microsoft.aspnetcore.authentication.openidconnect/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.openidconnect.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MEhMyEso4anakbRuSEfJ7mdsRS01bqwQLQ+BNwJIhN3jLieqZCq4TKQZNsvVoo9Uqf2Fc7Q9RmfTcYlIDOhpjQ==", - "path": "microsoft.aspnetcore.authentication.twitter/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.twitter.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/0zE4z3+r1cPD9Ji5ItFUtinOLPVGKSSRTaNxVom5lkUlmy21JvtbCqstKfYwwWhU2ltgesZwhfBR7TZ8Zfx9w==", - "path": "microsoft.aspnetcore.authorization/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PqnQ6t7Ps2fGP7fsqS6+vYSmotU90j29bOb0TSUwYsHp4LgbJwEZfOyjGraJRJ3G+29vgBXgRtMfi+qfXdOH1Q==", - "path": "microsoft.aspnetcore.authorization.policy/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LX0g9/vHRpKjSsu5MFVly0taGhCLE9StmGkmUqy5TnwJMdUxuhWfU4Yrz7JN8VaKax43wrw8w0YJwBhymzB2og==", - "path": "microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservices.hostingstartup.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zGE76JQsbdPmMAflYylEGxUjo6eEPNUaicTiyXPtbwUs6C0q5esOvNZ09hZInM6smWS+Socyn0+vXLwdajGpw==", - "path": "microsoft.aspnetcore.azureappservicesintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservicesintegration.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wPt/kp76OfVyQK3mhEkvwnN5ReBi8uKXLXpRIbV/4D63dHXDmruOQ2pZ0FcS+5ZU4Wp1QtUGErsB65bfly788g==", - "path": "microsoft.aspnetcore.cookiepolicy/2.0.4", - "hashPath": "microsoft.aspnetcore.cookiepolicy.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KVOmidntHIJBM/KNWgOlaiGOAlvE1boMsxUOWY5NC+K2GFanPjrlzJGBHr3EPpqaURHVefdfkhKE4pldsSVzoA==", - "path": "microsoft.aspnetcore.cors/2.0.3", - "hashPath": "microsoft.aspnetcore.cors.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A3QOjsnTBowhVXV52DWD178wo8HncWzQZJc2s5BcOY4TA55x1y4Wz+/heQdds/tKGjob7c9UEzxlU7vfcpAHyw==", - "path": "microsoft.aspnetcore.cryptography.internal/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uXzpsMrPJeUWpCfSbGeNmzsFiG+1aj8EHs+t5AP1ABQuyU9CcePzdPczDq1VU647nNJrG0S0aYYvi+YvschCdg==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRf+QxBSu+Tb0Fj+LIZHcORxDX4eZSmrZm0q6X7Z+3dV2IYYn7GLgNei4lO/SGECRpp4B7hRfTkK5FEH+DDopA==", - "path": "microsoft.aspnetcore.dataprotection/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nWBROwWtuuG3wOJTggozV0cE/wsRxwY4Cf9TB9igLQUatIGDsNZDxL0NXcuvZPIlpuxKuSDSFEjvKg/nFyOr5g==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CssOzEk+Uzr/wmGy4mnjM41yKzC9NXPcZ26rdk6YZjpserQYFtDReWfn/gmbRvyKh4Hns8OTJaN/FecwMl8UHQ==", - "path": "microsoft.aspnetcore.dataprotection.azurestorage/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.azurestorage.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-24eM2igXaU3x3DHbYTp2spTl1B1twxj87tlN05lWDyptU0e+qyRC3acVzjQzENa+9KDxPdBiHhKST+0ma/g3Dw==", - "path": "microsoft.aspnetcore.dataprotection.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.extensions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fotyI5wkoB4PfM7/UrdMTG2cL+7RQoq4SRXD+rXyDW/04H9SQsS0LrYNcC9ov60x7CblwK0PwoJ7crrsh2yVmw==", - "path": "microsoft.aspnetcore.diagnostics/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WTA+YiB904BcXRplDCy0n6HgIZyM+kXT86uuG7naZWzQvqe2sO1oO9EPbXmQpCKHQddnNcIqUYZQAyqDFtFc/A==", - "path": "microsoft.aspnetcore.diagnostics.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cv4en05ND1cm05UccDyn5nZTUn0pER7ExRTTJjvxysZSBPcx8LNyFTiOb7HokUZTkERR9yLs4S1uKU7IlOvoEQ==", - "path": "microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.entityframeworkcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/lWuLlMGAAdZAlf4Kmcf6xDMDXHpoW2ZimCNjJZVQR45MlQQrBgxMnceNReTBtBgPvj14/loHeUWVGJeCm3i5g==", - "path": "microsoft.aspnetcore.hosting/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gsJ8XtLjGF3FF02UJ1uRXhwHGxP+JoJtqqGxfPTCYDeixSqQf4NNSqUPbXB987lpZciLyCkDB9cyyVTKubJl3w==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zRcioMNMAcwUkfJ36rPUvuzRyFa+Ph4HcQ6MFE7xX1ky84xV3ta732zXYAu8QbEVXFeFsSIu+YfZhGw47kiivA==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Coy0K88+73feU+df6wliW/wNkQ19McWxS9W+8wvwzHs8v5F1UU/3MXtnSNpOsdw6BxXR6u86i17fg4Tt0CPCRA==", - "path": "microsoft.aspnetcore.html.abstractions/2.0.2", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3UcMCyoBzKignSS58meI2Od5E/qAMutZBs7TpXbqgUOJeSR0YGjhOFmzC8VrP8chUUjSmbpb4oiXivB0VkTuNg==", - "path": "microsoft.aspnetcore.http/2.0.3", - "hashPath": "microsoft.aspnetcore.http.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-68K27sUVMTaroqw40uV6tVZDmg5aVjBE9c+1tZIYbb9Zd193sTOOpnS+5vipA46OaGUv47mzSwa8h+wn0rGDQA==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d1EUE+aOT2dhpyciM/In1sNADd0eXo8Xq0L5W4+rJoo1oS3/mEoj0il0dfCmBxtvfPwx8AEfBymw07izpzXmqQ==", - "path": "microsoft.aspnetcore.http.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/aQjeLghQofUYDIbOv+D/QOQi4+AqEnqWK9ZUrHftsKe6h4NaDYH1hajwJz4a+lgkQh3OuhLxZnJNZBVpb+AHQ==", - "path": "microsoft.aspnetcore.http.features/2.0.3", - "hashPath": "microsoft.aspnetcore.http.features.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gd6lp3WiDIELMs+VISyIkdee8key2J0CwQ3r5gRFs2of+gt+jmWvftGIVaqFaMwOeF+3uldH1kLpBrMa7kMGDQ==", - "path": "microsoft.aspnetcore.httpoverrides/2.0.3", - "hashPath": "microsoft.aspnetcore.httpoverrides.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EjOC8tZnA90yO+TgIJFc16oBGwYErNhJg+ft3utAuAFvC+VQTaVQw6bTD6eGUWb0uHNxkZH0gJlR9QufrqSheQ==", - "path": "microsoft.aspnetcore.identity/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLMdytdUpFWwvOdSTfgH3vwpNIlo7Xf7J6X41bLVnZWfgU+DDfcMibaq7qLh7Ni7iydAx30ouNJhOMb6ucj30g==", - "path": "microsoft.aspnetcore.identity.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-US78cfi7nrPTXeONgcSWbgrUBLs1Aca4kCJTieWXDLg0G0gwmdfPbd6S3c5TdJRQdA69K3UhPAs9r9ZAMjIFAA==", - "path": "microsoft.aspnetcore.jsonpatch/2.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IIVz30aVAgc7+WlivPSZKuD0C+KsvDla8JCcpc7LmOlGVBjYNkxOXI3Qptn2V0jF2qVdW8FAEVaz32p4MbGNbw==", - "path": "microsoft.aspnetcore.localization/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LTSZWXXGSQq5KNM4PVYw2pOi9lt56ondMZ3u7iI6n8vwBP+NvA2Yxvy+CkM1WtP45YXD+s8XzKTLmCj8nTulGg==", - "path": "microsoft.aspnetcore.localization.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.routing.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N5BnaQNm0uyJjd8LiCvw1Zc9K/dqLwASPuAxZ5jE8dT+LOKgYgbVhDsh0PJhlpKud6TzFV/puBM/C+gRujHYyw==", - "path": "microsoft.aspnetcore.middlewareanalysis/2.0.3", - "hashPath": "microsoft.aspnetcore.middlewareanalysis.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rxXXcZBuC+Rh3pydAWYkxwcCYwYWVnkjwvjktazeFUmL5ZtIMT/hBzYqjSXVZ9bL75oAoqzfGwVRSgS6vMxxqg==", - "path": "microsoft.aspnetcore.mvc/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LhFvnz+5IqtsqzOWbn5xiotQt+N7QHyDTGCQojkffLXkQsvBhmIPVXsbbxZdxqpC+pc6tGfBikZBa18GyIgDsA==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G75WaWewde+h2hvTeIroVd3E5lNv8uFA2pCbs6/qPZxfM6Y6mbp+EIoKT+so8DM8mre0XqgaQ6DcQKPZ+tM0vA==", - "path": "microsoft.aspnetcore.mvc.apiexplorer/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.apiexplorer.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pwk3+4yqIfvdk2Wcwsh+jfu767zL81OPk/BCSkN+3wcoWIUnLQ0eZ0xIyTSee/pHVSY8b2saLxyfvXFHZOM/iA==", - "path": "microsoft.aspnetcore.mvc.core/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.core.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YAlGx5tfnnqvGAkWO8hWjt7QqmP253BpWoVlPbRqQsptdcxQjc8NFvsJAChZTj3UoKw84s360ekyD7JeAMsewA==", - "path": "microsoft.aspnetcore.mvc.cors/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.cors.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LzObWJm7oV8/uClKfvup7D5Lks6815r8/0u6Carp0Wru9eltBzba1NVUMr2yNBO+unWvTAuhwUVtSYt2Q8qMYw==", - "path": "microsoft.aspnetcore.mvc.dataannotations/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.dataannotations.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ooCvSWVm1nDSQSK9C30AxM0N0QQj2wDol0tHHWVujkXishiMlSvxpdaXbH4rgp4V1r/P+izFUdkU1gjeF/allw==", - "path": "microsoft.aspnetcore.mvc.formatters.json/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.json.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VtsO5L2sY3QiMI3/P7nOCvVgFD6Nz3qM89nzHJVO6+r86tAmgt8WEliC50TgHOPVYyI89AeI0ty1GDRjAizX8Q==", - "path": "microsoft.aspnetcore.mvc.formatters.xml/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.xml.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8Okxt6j9UlaXlJcCGfhKZfYi/C8K3cRZN34qna8o3ewWQjSRkXFHMSqQq1bqxP+Ed7RpKyTqTHFeJUiVQDfnKw==", - "path": "microsoft.aspnetcore.mvc.localization/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.localization.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ze6pfvyUmvSHyy5uenq1MyDfzypWbD7Ta4ztnS3TP/IL13zy5PC2ceWbAq6L11i9kGHyz/NYfIruLDggPkqYng==", - "path": "microsoft.aspnetcore.mvc.razor/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bhfnv7F4bbydJRElzaFTA0UyiX3s5TrImLNxKomBlh2DkOOpFsOZlfT8Vz+yltO9ASI5cwfRwiGe4Q2iTdaQqw==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Uz2Zexiq9+Dt6zKxpOCic9c+e4NOSWwBQ7OhKI6Ur7vbSYq8dzYC5+W3KC9jMPuQyTdAKQkzYazorXNmiMc7fQ==", - "path": "microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.viewcompilation.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+xmSjFy+TQY+hGvJsywwFv5uEGnNPT6nrSS7U1OuPJ7HOLqgPPGKQ/txygU8vU9g5EY1l4OCKjOpY6Vpg+L9cw==", - "path": "microsoft.aspnetcore.mvc.razorpages/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razorpages.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSZiSTzkcxlWDEcvcp//FNK4onTrwz4YPJ7Pbrmpd9IQ0qR2kvtcuRKRuCIg0JvkHv+swBYeiAX1/I2h9EyHcw==", - "path": "microsoft.aspnetcore.mvc.taghelpers/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.taghelpers.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ktaVPHRxfcnYtLGtiL+0mXilvW07nY5Zn/q6MQaC1KGx1wClsf38bvtgS5nxnzEiUSq/iywNXVdwiJOsWHs7WQ==", - "path": "microsoft.aspnetcore.mvc.viewfeatures/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.viewfeatures.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nA8CLhX5g/JXnAME25LwxYt36lj2jiXnJGlaaml6p9nvQIAOtI/LFgWH+kH0bzvkgWWVXAZRVBPA6iNZhVdf5A==", - "path": "microsoft.aspnetcore.nodeservices/2.0.4", - "hashPath": "microsoft.aspnetcore.nodeservices.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y3fADeAu6xO9oGKrhMsZjJoc7cuLvEBEAYg+cIRUtnFnwxnLRRBJXWPjYAmaaIJg92x+CucV7NW2rlABhjD8Hw==", - "path": "microsoft.aspnetcore.owin/2.0.3", - "hashPath": "microsoft.aspnetcore.owin.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nq/ZtZ2uquXsBpVdHQSd7khIDXULx9SekqHDsB79sAztqtw8yqHd5T5Y9vHeVobYn5b4hBAjxxOXrYvfERqlyw==", - "path": "microsoft.aspnetcore.razor/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4G4vvEhq7aMGst0K4MymuQQ2dou4dWnYYirh2dZZJ+f4GizwoQSl4xgUxpKmqxiLRKxK3Kvrs91/SQIlmkineA==", - "path": "microsoft.aspnetcore.razor.language/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.language.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4yHqlI5uuJPp5PzXEnEn8wbAcR32L02/1FSOWs6mEOOHfemf9iz5MJvohYqPKRmeGwgYTWDPCEl34EE0qwzAcQ==", - "path": "microsoft.aspnetcore.razor.runtime/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.runtime.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T4kUdRY2sLBhdBGnJ0McFrG+VLyke8WipK4LZTTPQD0BF77QTbg1RUWpYoRXI+flOKWE6zl4966AhIM7ylh+0w==", - "path": "microsoft.aspnetcore.responsecaching/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9x3V/sVfaUEBsHgqtIQMTJW5x1NZAJLkIbh/QkNoTd6bh2ufyL5Xz/s//6rh5kpXUsKTF9XNEl0YWLb17iDFkw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BeJCYDfrWJbTOnM08FT3BZ735GmZaEgDk61zQ+Q5ZL+hz37A5x5/tU1WLNQmGtSpaIwQpyaSOuBXjuP9Uv6eZA==", - "path": "microsoft.aspnetcore.responsecompression/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecompression.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iqNYKrn93LNLYOGz8NLf8f2Fa05GE1HvVCofC2G/QUhemp7W5RtOz19gF5Hiuvqou74UNFtepdljOWw5jzUs6A==", - "path": "microsoft.aspnetcore.rewrite/2.0.3", - "hashPath": "microsoft.aspnetcore.rewrite.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ogF4PLCimff9OmSdoGSBdGudGhX0EUEnLjUOLERlfNSAa9Rcwj1bHU+5r2bbyQNkIJ6pVlipYB92D9PntfhzA==", - "path": "microsoft.aspnetcore.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-10prhOi+zfeVk/caTP/o2y0Gc7wKg5b3R2KnV5fZ5sWfPbBjCaso7+VYz25trjTms4z+9CgVp2uftYA18R9wqw==", - "path": "microsoft.aspnetcore.routing.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNVLbmknxbeVpyT0XJgsFCS7pNWZTgU6yzIjRTVDrbM0Z3vpWoRSl+OkcXLPp5Ben3BHQLPLWdToJYGwYyTGog==", - "path": "microsoft.aspnetcore.server.httpsys/2.0.4", - "hashPath": "microsoft.aspnetcore.server.httpsys.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8+mVpigrvK9wMWZInlof2T6F9ptzocLncENQMr2GmMGCRDlcY+Ff5W1MGbg9V04ZLZNiomGUI8RkRjN4lReF2w==", - "path": "microsoft.aspnetcore.server.iisintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.server.iisintegration.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/ktWQIcp1GRf3HPShj+2F+Dl+q7xtMsANsb9zOnpGNKSpB5z2n07cKHzXf+8iXHRLyTFbIidx2L8CMoaeQ0pfQ==", - "path": "microsoft.aspnetcore.server.kestrel/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TnhdRwj2KGophlLQPcRco1keTtHUAuRtZ74xUB7RAjoRelPysJlCNsH/IbIJnFNvYW0tszkjSc7DCkRex4Z/EA==", - "path": "microsoft.aspnetcore.server.kestrel.core/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+wcxyn8GFGtsJbwIhnb23fTBBsJZBZV2bN5vb5m8FRrdGM9gGhE3P4rt/oAONCGAQJAMDyfyxKUJfL07gjjYlg==", - "path": "microsoft.aspnetcore.server.kestrel.https/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RXB7hERQ1mKtyIjKzlGYXDT0BMBwclg2VsBetD2nqjxb3xXauQEvFM0x6Gp48ELSzmX+lBNWlH7sN8fNNckzAg==", - "path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FBwRXcAe/7VUA4DCrpnLN8ONtl6BC37SLBXVnqjQ44ofDjKHY24I8geMqAAZ8o7qTMLKbrgJyenjUiIHwVhW0g==", - "path": "microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.libuv.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WYInv0iEmYuxsp/xstow6u+lO/zAt6hHlbEPJI29TYKKPx38vGUXL7XASgWz99cBZiEhyotZhoz8gCW8mrERMg==", - "path": "microsoft.aspnetcore.session/2.0.3", - "hashPath": "microsoft.aspnetcore.session.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RTCzyMd3xGhDjMZFZqm/KJz0VrKN+zRFb49c5yE1nW2WVt6voygKbdXbIAGxAc0eU9AX9WZhHEpkh+rNHZ2gpQ==", - "path": "microsoft.aspnetcore.spaservices/2.0.4", - "hashPath": "microsoft.aspnetcore.spaservices.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h9VzkMCKm6c9TX2iwvUCDLdYUX85clBduhoVqwYZBtnzYAaRnjeCSYBM/EsfbNCarJitcaN+sa17u6voeVllTg==", - "path": "microsoft.aspnetcore.staticfiles/2.0.3", - "hashPath": "microsoft.aspnetcore.staticfiles.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7ZPgr/VfKJ1s0zcdlAAppi1YhnWHzMq0pYoq7Qngxy9fIk255TWh4l+7XOtDkoBV9cl3fSsyrU5T8o4w8uIl3g==", - "path": "microsoft.aspnetcore.websockets/2.0.3", - "hashPath": "microsoft.aspnetcore.websockets.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rjUxqCYVkzWyUWgTwye4DHItEKRTY6U2kJ0FgbuvDbkcleBjpgm1mUMvfqcjl/R0GrtrpnNMaKvhMBAHbj0t0g==", - "path": "microsoft.aspnetcore.webutilities/2.0.3", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGATpUW09zOGFLQZ3JXIObJyNlk2dvgNgC7Kh+iDpxGWgKHSgpHMXnGmXUecJa4CNi0HhUENKSnEack1aF/MwQ==", - "path": "microsoft.codeanalysis.common/2.3.1", - "hashPath": "microsoft.codeanalysis.common.2.3.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fvO7Q8FqzmWX8gzzCk4Bf34Ms06bZ6r/A9tUz1ndj3ioitAxSC2QUXbUQOJ4ExzohTtXhczJAFirgs//Nasz6A==", - "path": "microsoft.codeanalysis.csharp/2.3.1", - "hashPath": "microsoft.codeanalysis.csharp.2.3.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pRQxjGEqm/Gr0IU2eUbVmiUezAljtjCZDeLirYjDVqIZwxgPU97WtOojGHNYWVAvdHlYogFQU3OGxDji1Z4gpA==", - "path": "microsoft.codeanalysis.razor/2.0.3", - "hashPath": "microsoft.codeanalysis.razor.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.CSharp/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vvVR/B08YVghQ4jHEloxqw2ZWzEGE1AOA5E0DioUM3ujbXz6FD3AfB/0Jl2ohJPd0nXYGwmPe1En6HTsSriq1A==", - "path": "microsoft.csharp/4.4.0", - "hashPath": "microsoft.csharp.4.4.0.nupkg.sha512" - }, - "Microsoft.Data.Edm/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/d8DxA6MFHroBEn/jW0LMQSIKnsRRibrZtRCLfov2boQfrQ1R1BVgkJ5oIhcQsOm0l4POv+I2ny6RBsclNbOw==", - "path": "microsoft.data.edm/5.8.2", - "hashPath": "microsoft.data.edm.5.8.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Data.OData/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oEIUtXcRiKogF0yZxA+QdgxoBJ34989qL/5xOSrTfxAhzNJV5Hw6DRdWgUCpeXFMoJUQx7ptbHCN+My/LCQfsg==", - "path": "microsoft.data.odata/5.8.2", - "hashPath": "microsoft.data.odata.5.8.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Data.Sqlite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJXCZniFDwHGnRYd9WD3vswQCyIXk0/gsne9TLFWIpy6oK4kAcKD1BTncaHQmVg0pp/YmRBKXVIh4yXSHqbsGQ==", - "path": "microsoft.data.sqlite/2.0.1", - "hashPath": "microsoft.data.sqlite.2.0.1.nupkg.sha512" - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkUOJRJEXnXAxWKhCSFjYKLhuopw+m6ClML4cF1Rt/Ek8bBUW6hn1xAHCZ9KFqkcNOpBS7rQ6nZBaSXU3mgbOQ==", - "path": "microsoft.data.sqlite.core/2.0.1", - "hashPath": "microsoft.data.sqlite.core.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cXgVdJmW3fLwmSxsv0RlTe4BIKs6slVXV5xRvsO4CV4aUeY67GelaujxY/lP5yVlaMjMM22pXKbKtUY9x050Mw==", - "path": "microsoft.dotnet.platformabstractions/2.0.3", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.3.xml" - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h1qEOSOyYQU4SiPR2bvKHcH3Ik2z3eXlrlAt8WiP8AmtaUEUiEWVE/WUP5i2MvL067TJkMFuRoVOS2YU1VjiPg==", - "path": "microsoft.entityframeworkcore/2.0.3", - "hashPath": "microsoft.entityframeworkcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWmbmZg0BhXD3/zuR/w3tCfLyPHpQ52GRPKt80vSmnFOnqaa+/Di7v0zOfPQMmn9gXiZ0hAtx5ywvwRNCTCzBg==", - "path": "microsoft.entityframeworkcore.design/2.0.3", - "hashPath": "microsoft.entityframeworkcore.design.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8uPnfggdaJPB6ZlXotRJQwxVADsgtBd1m/eGb560v8aa4OT9mFPQN9Imqy/B//mcvM8oAHFJf2u/lXde8zclSA==", - "path": "microsoft.entityframeworkcore.inmemory/2.0.3", - "hashPath": "microsoft.entityframeworkcore.inmemory.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fXOrHnoXUzdVc2S+NsdGcT963hbgQ3DdF9e+anB21b36HIQM0ZcLrPyI8fC5lQA9T1sFuKQ/tKvbShzm/0aWWw==", - "path": "microsoft.entityframeworkcore.relational/2.0.3", - "hashPath": "microsoft.entityframeworkcore.relational.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bwi4Zls+xKPOkh/IRNZ4VII7YS/yNZ2LyYnbJQxhqEVM42CozsQQXUlUo/pedog0ZGuFRztQUVgRavCk6Ee+Hg==", - "path": "microsoft.entityframeworkcore.sqlite/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8aw71keGpBNEjnKC6fTLP+Uid2Z4I24bF3zf4AwWFigdwQ0bCsz+RcflDQkLiBqV67f34Sf6f1CLM8bq8aW4fw==", - "path": "microsoft.entityframeworkcore.sqlite.core/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kbYgPZxFIs3Mlz6AdOA+/RrS28o1ehyoRP2RzbEdG8NkqO2lHbMPTBHFmQAlOVLlb2XBOaj96SMtwjRuRruuSg==", - "path": "microsoft.entityframeworkcore.sqlserver/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlserver.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KOkhbzPTFJa/NEduIdT8o1vOKUZAVvcfyR5rFIKUvFGSSEU2tkmEkJ0ZFxZzpbltD7cj03DlvMlB83RTyYraPg==", - "path": "microsoft.entityframeworkcore.tools/2.0.3", - "hashPath": "microsoft.entityframeworkcore.tools.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X0+dBcQHmOlPz2BOty8mQtku0TCffCIkvqEvLi4iNNubDjY0G1zwFVpBdJb1P0nEMbcfbh3EgBVHf8OJWvq3iw==", - "path": "microsoft.extensions.caching.abstractions/2.0.2", - "hashPath": "microsoft.extensions.caching.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tI8xks60vEmuRiXDwnRBnNWEZG5CeInh2ZyAhBelkxhNM8hDZJDw4tnyCRCeyHFh+oi7dQXMSIij67S3p5SvYg==", - "path": "microsoft.extensions.caching.memory/2.0.2", - "hashPath": "microsoft.extensions.caching.memory.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jbdKO6GKymVT717CBuOB6gzSUEBb+HSA69IqD4z9HEfY4A9kKkHuAowyP3bwH84DxbT5Vsd0xna4/uWwNqDlEw==", - "path": "microsoft.extensions.caching.redis/2.0.2", - "hashPath": "microsoft.extensions.caching.redis.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9f3Q2/eq/4JQx8Q0N6A6TsETf5JFszRHHq/15yalpfkH++ZHVIgI4Mp2QjZP2cc4mRBSOFM/HY0Cd3SzpWNu2g==", - "path": "microsoft.extensions.caching.sqlserver/2.0.2", - "hashPath": "microsoft.extensions.caching.sqlserver.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n5HeFXiEFONntcwVFvEGY5dnB8VRqGD20RrdB9omX6dAAUSIV/sGwGhaLV5neOt/uvhc64VDmKjIjdffC6TX5A==", - "path": "microsoft.extensions.configuration/2.0.2", - "hashPath": "microsoft.extensions.configuration.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IoTZQU9aQOHr9zQbwozyzWq25eFbu/EcUZnPAMum6hh0Nl2RuM7ieziNLk3xk+c2g8YnnmxiA3VEvVaCFYCoTQ==", - "path": "microsoft.extensions.configuration.abstractions/2.0.2", - "hashPath": "microsoft.extensions.configuration.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75PReSfZLRmAF0YZ1m9hQsbwMn5kit7yL+MFzDfbfszH0zDQBvqlu1gQVZJb0yjn5+5Dz9RR6SpkqV9jnpIDVQ==", - "path": "microsoft.extensions.configuration.azurekeyvault/2.0.2", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QO7j0yme7e5D3PJDwtJWLmsmGfDnc9OVMnt2UmXKTekcYKsEpKMUINULfXtMHHLoPymH8BZaqly/vWw97rQoWg==", - "path": "microsoft.extensions.configuration.binder/2.0.2", - "hashPath": "microsoft.extensions.configuration.binder.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DTyBGC28gL/kaMk5F4XsbAHu6kaWFtfJrs77m2MYrQddMFSQUAPysV42i9QyJoVLWZGTps4vA0OB/SwarMpl7A==", - "path": "microsoft.extensions.configuration.commandline/2.0.2", - "hashPath": "microsoft.extensions.configuration.commandline.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NxoOopUxTVrogDtVQC9GF6Gk6f8JwwieArodu4ESVV07bB+jfMLnDwbKE/nWkAAu8ESnmX9s6wcD88kpfaD+zQ==", - "path": "microsoft.extensions.configuration.environmentvariables/2.0.2", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Axc13qp2kYf6VUmUBCMmRCGIc1CmWC5xQ33MD9D8nB9hYZrbjh6IqNj10fHDG1UE+4L24H8fSeYJCMyGfa+VZg==", - "path": "microsoft.extensions.configuration.fileextensions/2.0.2", - "hashPath": "microsoft.extensions.configuration.fileextensions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jA3v2sEDueM/JiuSzy5qlALbOXFWPCtwxqyHMBw1u3cV12zBbtMr1TJYJITUpAt2R37GOl9DUWU/jU/vYY6szg==", - "path": "microsoft.extensions.configuration.ini/2.0.2", - "hashPath": "microsoft.extensions.configuration.ini.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dbx6tQ0uWc/8GoH2HJUaRtPG0X8puyeZIbXatu4I0b+xV23oFv7FdegPRlYrwnuyinqhAD3G2uR1YtJG0BgiNg==", - "path": "microsoft.extensions.configuration.json/2.0.2", - "hashPath": "microsoft.extensions.configuration.json.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q80Y2eeb3370RfaZmCOJnunI64skIihlnR5WjWdSoNYq3p7sbeOPdg6CyiRthOz2jtmPSqxXfd+/UU7L3SuNOQ==", - "path": "microsoft.extensions.configuration.usersecrets/2.0.2", - "hashPath": "microsoft.extensions.configuration.usersecrets.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZxZJJc9+tY8JcuiKEQfzIX8mEpFXGP59jHb1JhmCJEG0Fki9fxmttt5KKD+g1uqVZ7TKxrx25iufQOlpO+IChA==", - "path": "microsoft.extensions.configuration.xml/2.0.2", - "hashPath": "microsoft.extensions.configuration.xml.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wakg18gHYiUL1pcjjyZuYk6OvDpbSw1E7IWxm78TMepsr+gQ8W0tWzuRm0q/9RFblngwPwo15rrgZSUV51W5Iw==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OiNYN/QeZLuYcn4CvYrOmYgODPB1Jpqft+cT4F3Hkq5poj+1DLfbIBftMI/Pn8J7DyHhYeBMLxJUuugjvk/Fuw==", - "path": "microsoft.extensions.dependencymodel/2.0.3", - "hashPath": "microsoft.extensions.dependencymodel.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.3.xml" - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w8nux+yppIAD3ouzLz3CEtUMj03WIQ9FAmuR6IhrCpQDcoMtajlZIkZLbryJE1jdF1wkewLLM2LpXasfu7HzQw==", - "path": "microsoft.extensions.diagnosticadapter/2.0.1", - "hashPath": "microsoft.extensions.diagnosticadapter.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gzc5yXvwIrKpdti0Ev4jC0inVrGZpI86eLZorMVRqAPXowR8JDRbcHjhmID2EqA4rdhL/IsfD42+4upKpHULDw==", - "path": "microsoft.extensions.fileproviders.abstractions/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bgAUXH3T/Y1R5bCthCiZVzEX4spvNeIHRv6+Jr4BJMxPVSFm/8er7xvywd2NCayv94frKZdDGP3mjAQZenZDxQ==", - "path": "microsoft.extensions.fileproviders.composite/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.composite.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PH1oo04WCbKy42aga6bC4phl1rZfbFsZLuozJN1LGUUZTCnycUAZzCqG6MNRCgRiHg2bPexiQ15708vSwnuBHQ==", - "path": "microsoft.extensions.fileproviders.embedded/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.embedded.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h+6bcXYlGldl7BUhnQKFxL2sMfeg9Gr/AuVexYOCYWmzDsc4iyUoy3NL7i2vkG209wd0ZXf+pZzRDwGPFhmlSw==", - "path": "microsoft.extensions.fileproviders.physical/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.physical.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q7KsG2kjwo2Ps0WdV7MFh64cQS0UHikV8qv4HQrUfWQyxim5vNmLzAbuduarS9QWbhRHTtUanx+ohyAQdumdnw==", - "path": "microsoft.extensions.filesystemglobbing/2.0.1", - "hashPath": "microsoft.extensions.filesystemglobbing.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-r5QYhMYRjY/JbkE1x6kgRDZUJixJ8YngaN4BHy8/EtLxBDL98Je8IrElPHExh6QQPLKu0KYzt+9oLBR0L98i7A==", - "path": "microsoft.extensions.hosting.abstractions/2.0.3", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NNbXkzEah02mdeAz51XJswDNewW1QxubeNY2TZ5bKxI+HbPaViIv6UK3nvl0n4tcEDeG8WysRgIBQo6Us5FBMQ==", - "path": "microsoft.extensions.identity.core/2.0.3", - "hashPath": "microsoft.extensions.identity.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUTsBa+VHhLAqV6C46IPQ8rMoi1vKao1ZleSy4DuocZmC/L8yw8qkzNlzYFBIkHrvtEuHQ5NkV9scHOv2j8MbQ==", - "path": "microsoft.extensions.identity.stores/2.0.3", - "hashPath": "microsoft.extensions.identity.stores.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLZaopjCWCT2V7Ado4on0/O97vFfFTLGd6WmZrt3e+L0Y6rDaRLCey35hf0kOrymmGzGqN+aN/Ln1cxuvo0FMw==", - "path": "microsoft.extensions.localization/2.0.3", - "hashPath": "microsoft.extensions.localization.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R+aRSDqwe7o00G3iYwD3jBb+4Gy5HFbZknKXIkVpRAAeL3Wir/ildmBjbMw5yINQFKHh8Ozm8iW4Y1xHq+RGYw==", - "path": "microsoft.extensions.localization.abstractions/2.0.3", - "hashPath": "microsoft.extensions.localization.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OAfe/ju23vgXyqG/E9eDQ8lE5ydMV/IruvHqZ8MRi3T8DTpdL+kDGhDR/zqChnnTcalsZV31bB1OPn75RLHdqQ==", - "path": "microsoft.extensions.logging/2.0.2", - "hashPath": "microsoft.extensions.logging.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1F5GAMGCIuYzL1LouJ08ie+CrTYGzLVd1gfJHWpjXtIfNwzs2PZxsuLYLIAqMTlpiDcoB8PSZHbzU5bMOi+gg==", - "path": "microsoft.extensions.logging.abstractions/2.0.2", - "hashPath": "microsoft.extensions.logging.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fRbDNL/u9DFLz21YnM0idUP/Qyav/5k6VdGp5gyRHgPNyD4Q0ZOBvhlV79hLH3hdujzdKA8GX/DFbUDStI+m+Q==", - "path": "microsoft.extensions.logging.azureappservices/2.0.2", - "hashPath": "microsoft.extensions.logging.azureappservices.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-twYiZLG4Yxmo9rMJbCq2tlmq4vHTnDMrneS5WSsx+TvDXP6K53Yg3ObVp4rRns6Lei/KGhn++rRO2KCgT7aJNA==", - "path": "microsoft.extensions.logging.configuration/2.0.2", - "hashPath": "microsoft.extensions.logging.configuration.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Bfhw152LogpEk7Au9wyomeat68k9ZedcR7CX/IdYuTu34sG5jYgiK4m1Yt089ewOaslYAOgbDIzZI0MPvm8UQ==", - "path": "microsoft.extensions.logging.console/2.0.2", - "hashPath": "microsoft.extensions.logging.console.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vKSQBCU/MASzFZRAIFjEcSBZzoVHsLv8uGLoC2X8DxZsFnhodm2YlrXvH+SltIcbPX/2kp7bGYYVfiIXP+lbPQ==", - "path": "microsoft.extensions.logging.debug/2.0.2", - "hashPath": "microsoft.extensions.logging.debug.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/+v4fyWd9MJ/wcKBvOjDGwdUX7tfnaxVQ/wSxjNlM2CMnTU9Zs9r9BDGm4l6lq/WfNXE6NUwLGCR3hn6GZSF+Q==", - "path": "microsoft.extensions.logging.eventsource/2.0.2", - "hashPath": "microsoft.extensions.logging.eventsource.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6+6XHT9idgZltoSiv2AcnH4Fcd5Ux/IbmBpZfgLqmUm6ojNE8s2fdKCSgR9BlR7XQAQEcewg4s2H1q99pwpPQ==", - "path": "microsoft.extensions.logging.tracesource/2.0.2", - "hashPath": "microsoft.extensions.logging.tracesource.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-drOmgNZCJiNEqFM/TvyqwtogS8wqoWGQCW5KB/CVGKL6VXHw8OOMdaHyspp8HPstP9UDnrnuq+8eaCaAcQg6tA==", - "path": "microsoft.extensions.objectpool/2.0.0", - "hashPath": "microsoft.extensions.objectpool.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.Options/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OrIk/xmo5rsN4ufV32cjAQgM9uCoe6FaNijFX7Huwdg8T3z5L5r1kMBMwjROvDJZNiNkcfJ6iJi2JhCRi6GTfA==", - "path": "microsoft.extensions.options/2.0.2", - "hashPath": "microsoft.extensions.options.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xJ/KhbYXzTeVr58trRLcKExLsyrU2Y6peBIDWcbu5N/NlFdJvx1ZFZYB8fr2dhFG3Sn0AuvozvRzDEixgZZjKA==", - "path": "microsoft.extensions.options.configurationextensions/2.0.2", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H6ZsQzxYw/6k2DfEQRXdC+vQ6obd6Uba3uGJrnJ2vG4PRXjQZ7seB13JdCfE72abp8E6Fk3gGgDzfJiLZi5ZpQ==", - "path": "microsoft.extensions.platformabstractions/1.1.0", - "hashPath": "microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ukg53qNlqTrK38WA30b5qhw0GD7y3jdI9PHHASjdKyTcBHTevFM2o23tyk3pWCgAV27Bbkm+CPQ2zUe1ZOuYSA==", - "path": "microsoft.extensions.primitives/2.0.0", - "hashPath": "microsoft.extensions.primitives.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1uuxqQ+XMybNuHeyfIsNuoaooyRtViPN4p0yBP74+HcqgB235EnHoS3n6BzcN7P3t0eUV7as2CelrauhWhtZcQ==", - "path": "microsoft.extensions.webencoders/2.0.2", - "hashPath": "microsoft.extensions.webencoders.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlyzF4FWsn3LXC6rrzw6Yg2nMbGLx+7JS9a6Z8n7jhqPa5cMiNEX01tBUO1v3A9p1mk+gQzHWJheAsSpOLp/ew==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.1", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j7t22EsDOuo0IXqAbp6ijdB1GuaY8cu3YoPNZpymOhUMTVC+wRTV0IHqxL31HacCnJHU/igsqe70fDKZgZu3oA==", - "path": "microsoft.identitymodel.logging/1.1.4", - "hashPath": "microsoft.identitymodel.logging.1.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9aefRN9sL8XZo90Aix88IHHpAvfBl6UOiYpcKHiXbCYE2nB+zA3B8dZdNMOUH4pqXdnpYrHRDQZ2k7A4/CUgTQ==", - "path": "microsoft.identitymodel.protocols/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.2.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LF8JcG9BqGRwVjhu/IebuZQer6TJGDv2uxNnmg2Zkzh/d+MIC1ShsC1U3U7pVaw03SKyXmCgYm+JG0WM0mcOUw==", - "path": "microsoft.identitymodel.protocols.openidconnect/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.2.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SsJbZVPvjSlKFDAQmR2wpL6ZD/vCFlIsf0jxRlBJwyzKXZy3Wi/Xo+fE2MzAerLsJgG1UCdtplRwqDyq1euayw==", - "path": "microsoft.identitymodel.tokens/5.1.4", - "hashPath": "microsoft.identitymodel.tokens.5.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CWxDFEQp3Qseugtue2hCsvAEVz+OLn39NfZllKXWPOEfY01xLaPlSta1oVGqoTAdakK6A+YibNhMv9lsf6y19Q==", - "path": "microsoft.net.http.headers/2.0.3", - "hashPath": "microsoft.net.http.headers.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jUOHGd7nVB/Zlh+sugV0jiNf2KCdfqAIpAje9V5JXGvmP1b3GKB4Vl2groWo+IUFTtFoRwUZpeYfR42w8Gexw==", - "path": "microsoft.visualstudio.web.browserlink/2.0.3", - "hashPath": "microsoft.visualstudio.web.browserlink.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==", - "path": "microsoft.win32.registry/4.4.0", - "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" - }, - "Newtonsoft.Json/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==", - "path": "newtonsoft.json/10.0.1", - "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Newtonsoft.Json.Bson/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==", - "path": "newtonsoft.json.bson/1.0.1", - "hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Remotion.Linq/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IJn0BqkvwEDpP+2qjvci7n4/a9f7DhKESLWb2/uG4xQh3rTkGTBUz69bI4IivCoKkTFAqjXxYDZw2K/npohjsw==", - "path": "remotion.linq/2.1.1", - "hashPath": "remotion.linq.2.1.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "path": "runtime.native.system.net.security/4.3.0", - "hashPath": "runtime.native.system.net.security.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-common.xml;aspnetcore-store-2.0.3.xml" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-win7-x64.xml" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Kw+n4CUhQ8S4YAPmpRUldO8S7c4LU7HHukJF0v5Sfggf8Ia9YVdIh0dYkMvKvS+DTX+OBORSMqPM0CGfAzFtVA==", - "path": "sqlitepclraw.bundle_green/1.1.7", - "hashPath": "sqlitepclraw.bundle_green.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.core/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u9k9ZFkyTU6CVyXWpRuuXOvKi/cy/xt1oGKVSW8aUKcTL4RdH34yFNtVykEeiR68ojIEvmoZfL51h/xx2IQk5g==", - "path": "sqlitepclraw.core/1.1.7", - "hashPath": "sqlitepclraw.core.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRqMd1qLwJ4pzPybj8q95s+wV6jby5F0O/rp0vw3wa2Z2wHxRm0VqxS2Sejlr7Ctz+LxSr8DpNg1l1u6n/PAPA==", - "path": "sqlitepclraw.lib.e_sqlite3.linux/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.linux.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml" - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hdZx1DKHbDi4li6abmJ+A29mxY8D6BcM0s8VMT8p4MWEyrj54CZFUm402jTV6OgZCsFGkbRFnuFdBXf4vSDO7g==", - "path": "sqlitepclraw.lib.e_sqlite3.osx/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.osx.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-osx-x64.xml" - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roIdTH4a4iFa08HOwTWnzj2QYBIpSZRYfLSvHjtbH67I4DSWregrd4jkSnoOuwC5GHG08FNahBfEx3HAsVqW+g==", - "path": "sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zdug2wETm6847337EtD8MoCAtOdwM6prEXL/UsJ97Zxvoeyk/gUpdtuFNBxgJzceuty0jymjxm5yur5QajdApg==", - "path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7", - "hashPath": "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "StackExchange.Redis.StrongName/1.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qrfSB1BnmM17V20A4yvvNA0HNiDgnBd/CcjaeMKMA4qtup1uuBUMyhl20oj31fRVo71E/fXTbmQCuM9ytBJs6w==", - "path": "stackexchange.redis.strongname/1.2.4", - "hashPath": "stackexchange.redis.strongname.1.2.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Swashbuckle.AspNetCore/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zsFkF1NPnRk41NQ3B/SOhp2zhF+AiCitWALqgEP+jy2fgIyslBLNSZMtBctKnJKqzGgyiye3no7GJrJ0MTHXdg==", - "path": "swashbuckle.aspnetcore/2.4.0", - "hashPath": "swashbuckle.aspnetcore.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO+t8uBCQUDNjgAK5Mg56C5Pj88Z9WHBacm1njuMeDvbpEvFluNg8ocnDNYnwMcg1EcK8S+u+Xijzzf7PtpeXg==", - "path": "swashbuckle.aspnetcore.swagger/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swagger.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDaKa1kLGjVNYHnTtv3BT+yg8fVHf3HRgpY4bjhRcjtJJtCHejPFWUF3DoIDB4c5mmlZoAvqn6iOtQW+Qj4wOg==", - "path": "swashbuckle.aspnetcore.swaggergen/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TwnD/Ibviaxvuemq1YssHruRuEQBoJFuWaONClth6ZSae9YcFyy00bWCjvXJvrlbmIDw3UKZwWQ5f+zGFIjaqw==", - "path": "swashbuckle.aspnetcore.swaggerui/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.2.4.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-71hw5RUJRu5+q/geUY69gpXD8Upd12cH+F3MwpXV2zle7Bqqkrmc1JblOTuvUcgmdnUtQvBlV5e1d6RH+H2lvA==", - "path": "system.collections.immutable/1.4.0", - "hashPath": "system.collections.immutable.1.4.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-29K3DQ+IGU7LBaMjTo7SI7T7X/tsMtLvz1p56LJ556Iu0Dw3pKZw5g8yCYCWMRxrOF0Hr0FU0FwW0o42y2sb3A==", - "path": "system.componentmodel.annotations/4.4.0", - "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.4.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==", - "path": "system.data.sqlclient/4.4.3", - "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==", - "path": "system.diagnostics.diagnosticsource/4.4.1", - "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hLUU1N99aL9uyxiTraBnCKlpUKsbP/+5ygD7cswspH9/+M7fAAL0hRzt2aA4w7VEQlSSiu8j+xWFk3NRcqhfQQ==", - "path": "system.identitymodel.tokens.jwt/5.1.4", - "hashPath": "system.identitymodel.tokens.jwt.5.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Interactive.Async/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hZccYiIE5RS1/J9Tb/BNtosAGVggdlsJm4Ojdu+gDV0p4AIi+LUfUogMKkRacljQEJd2AG6vYzvcjhQFkqoZmw==", - "path": "system.interactive.async/3.1.1", - "hashPath": "system.interactive.async.3.1.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "path": "system.net.nameresolution/4.3.0", - "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", - "path": "system.net.security/4.3.0", - "hashPath": "system.net.security.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==", - "path": "system.reflection.metadata/1.5.0", - "hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "path": "system.runtime.serialization.formatters/4.3.0", - "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==", - "path": "system.security.accesscontrol/4.4.0", - "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/4.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1m+fKVrApgKYMRuE0MF0vGjqy4XqAp1rCtyAzMXhJajMDDytMh/rHk9hp4M7KKk3QQZoWJUvyUY7xcw74w+JiQ==", - "path": "system.security.cryptography.xml/4.4.2", - "hashPath": "system.security.cryptography.xml.4.4.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==", - "path": "system.security.principal.windows/4.4.0", - "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512" - }, - "System.Spatial/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0RfZZJ8RlrfjoBPAF6pczX4Nd2kyLM8EX1PCP5Rqs/jOhJBUPYhpXjIsVAYN7kocj9IJ9XoJWAxWgXIDtJY2Ag==", - "path": "system.spatial/5.8.2", - "hashPath": "system.spatial.5.8.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l/tYeikqMHX2MD2jzrHDfR9ejrpTTF7wvAEbR51AMvzip1wSJgiURbDik4iv/w7ZgytmTD/hlwpplEhF9bmFNw==", - "path": "system.text.encodings.web/4.4.0", - "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPKfFGbpQsK5Srz2Kq3URgvC90yoOyBE8H1quDA2+MAJ2HAzFmV3biOgPv2Ck3mPAvdKngo3QHi2BNwUQDRVvA==", - "path": "system.threading.tasks.extensions/4.4.0", - "hashPath": "system.threading.tasks.extensions.4.4.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ==", - "path": "system.valuetuple/4.4.0", - "hashPath": "system.valuetuple.4.4.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "WindowsAzure.Storage/8.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W6ZZ0/o7+3Qb77mRAQyLjPudHG3OMeeQ4p9yY13PUdJArmRCx2cLMm5F4tpIjJXxzHC0ew0oK7DMDGILMdfCnw==", - "path": "windowsazure.storage/8.1.4", - "hashPath": "windowsazure.storage.8.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.NETCore.App/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", - "path": "microsoft.netcore.app/2.0.0", - "hashPath": "microsoft.netcore.app.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", - "path": "microsoft.netcore.dotnetapphost/2.0.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", - "path": "microsoft.netcore.dotnethostpolicy/2.0.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", - "path": "microsoft.netcore.dotnethostresolver/2.0.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", - "path": "netstandard.library/2.0.0", - "hashPath": "netstandard.library.2.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.dll deleted file mode 100644 index 0f90df0..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.pdb b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.pdb deleted file mode 100644 index 1900cfe..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.pdb and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.runtimeconfig.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.runtimeconfig.json deleted file mode 100644 index a4f15ca..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibrary.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - }, - "configProperties": { - "System.GC.Server": true - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.PrecompiledViews.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.PrecompiledViews.dll deleted file mode 100644 index 327aec7..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.PrecompiledViews.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.PrecompiledViews.pdb b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.PrecompiledViews.pdb deleted file mode 100644 index 43792ac..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.PrecompiledViews.pdb and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.deps.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.deps.json deleted file mode 100644 index 7775a7f..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.deps.json +++ /dev/null @@ -1,6884 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "93cae0a5c5fa90064215b39f307d6d2b6299ec3d" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "RELEASE", - "NETCOREAPP", - "NETCOREAPP2_0" - ], - "languageVersion": "", - "platform": "AnyCPU", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": true, - "keyFile": "", - "emitEntryPoint": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v2.0": { - "ServerLessLibraryAPI/1.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.All": "2.0.8", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.NETCore.App": "2.0.0", - "Swashbuckle.AspNetCore": "2.4.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Linq": "4.3.0" - }, - "runtime": { - "ServerLessLibraryAPI.dll": {} - }, - "compile": { - "ServerLessLibraryAPI.dll": {} - } - }, - "Libuv/1.10.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libuv.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libuv.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-armel/native/libuv.so": { - "rid": "linux-armel", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libuv.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libuv.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm/native/libuv.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/libuv.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/libuv.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "Microsoft.ApplicationInsights/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.32153" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "NETStandard.Library": "2.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": { - "assemblyVersion": "2.1.1.0", - "fileVersion": "2.1.1.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.Extensions.PlatformAbstractions": "1.1.0", - "NETStandard.Library": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": { - "assemblyVersion": "2.4.1.0", - "fileVersion": "2.4.1.1362" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.AspNetCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.dll": {} - } - }, - "Microsoft.AspNetCore.All/2.0.8": { - "dependencies": { - "Microsoft.AspNetCore": "2.0.3", - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authentication.Facebook": "2.0.4", - "Microsoft.AspNetCore.Authentication.Google": "2.0.4", - "Microsoft.AspNetCore.Authentication.JwtBearer": "2.0.4", - "Microsoft.AspNetCore.Authentication.MicrosoftAccount": "2.0.4", - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "2.0.4", - "Microsoft.AspNetCore.Authentication.Twitter": "2.0.4", - "Microsoft.AspNetCore.Authorization": "2.0.4", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.AzureAppServices.HostingStartup": "2.0.3", - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.CookiePolicy": "2.0.4", - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.DataProtection.AzureStorage": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Extensions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "2.0.3", - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Localization.Routing": "2.0.3", - "Microsoft.AspNetCore.MiddlewareAnalysis": "2.0.3", - "Microsoft.AspNetCore.Mvc": "2.0.4", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4", - "Microsoft.AspNetCore.Owin": "2.0.3", - "Microsoft.AspNetCore.Razor": "2.0.3", - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.ResponseCompression": "2.0.3", - "Microsoft.AspNetCore.Rewrite": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.HttpSys": "2.0.4", - "Microsoft.AspNetCore.Server.IISIntegration": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3", - "Microsoft.AspNetCore.Session": "2.0.3", - "Microsoft.AspNetCore.SpaServices": "2.0.4", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.AspNetCore.WebSockets": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Data.Sqlite": "2.0.1", - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.EntityFrameworkCore.Design": "2.0.3", - "Microsoft.EntityFrameworkCore.InMemory": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.EntityFrameworkCore.SqlServer": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite": "2.0.3", - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "Microsoft.EntityFrameworkCore.Tools": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Caching.Redis": "2.0.2", - "Microsoft.Extensions.Caching.SqlServer": "2.0.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.AzureKeyVault": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.Configuration.CommandLine": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.Configuration.Ini": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Configuration.UserSecrets": "2.0.2", - "Microsoft.Extensions.Configuration.Xml": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3", - "Microsoft.Extensions.Localization": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Microsoft.Extensions.Logging.Debug": "2.0.2", - "Microsoft.Extensions.Logging.EventSource": "2.0.2", - "Microsoft.Extensions.Logging.TraceSource": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2", - "Microsoft.Extensions.Primitives": "2.0.0", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.VisualStudio.Web.BrowserLink": "2.0.3" - } - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll": {} - } - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.4", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.OAuth": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": {} - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Authorization": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll": {} - } - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.3", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "WindowsAzure.Storage": "8.1.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll": {} - } - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.4", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Identity.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {} - } - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Identity": "2.0.3", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "Microsoft.Extensions.Identity.Stores": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Cors": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.AspNetCore.Mvc.Localization": "2.0.4", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4", - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Authorization.Policy": "2.0.4", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.0.4", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.Extensions.DependencyModel": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Cors": "2.0.3", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.Extensions.Localization": "2.0.3", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "2.0.0", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Localization": "2.0.3", - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Localization": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "2.0.3", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Razor": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileProviders.Composite": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Mvc.RazorPages": "2.0.4" - } - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "2.0.4", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "2.0.3", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "Microsoft.Extensions.WebEncoders": "2.0.2", - "Newtonsoft.Json.Bson": "1.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - } - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Console": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll": {} - } - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.0.2", - "Microsoft.AspNetCore.Razor": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll": {} - } - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll": {} - } - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.Routing.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll": {} - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.Net.Http.Headers": "2.0.3", - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll": {} - } - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.3", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.AspNetCore.HttpOverrides": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.AspNetCore.WebUtilities": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Threading.Tasks.Extensions": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.3", - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "dependencies": { - "Libuv": "1.10.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll": {} - } - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.DataProtection": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Session.dll": {} - } - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.TagHelpers": "2.0.4", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "2.0.4", - "Microsoft.AspNetCore.NodeServices": "2.0.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": { - "assemblyVersion": "2.0.4.0", - "fileVersion": "2.0.4.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll": {} - } - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.WebEncoders": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll": {} - } - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.Options": "2.0.2", - "System.Numerics.Vectors": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.3", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "dependencies": { - "Microsoft.Azure.KeyVault.WebKey": "2.0.7", - "Microsoft.Rest.ClientRuntime": "2.3.8", - "Microsoft.Rest.ClientRuntime.Azure": "3.3.7", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.2.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.dll": {} - } - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Runtime": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.4.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.4.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.4.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.1.61919" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "2.0.3", - "Microsoft.CodeAnalysis.CSharp": "2.3.1", - "Microsoft.CodeAnalysis.Common": "2.3.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.4.0": {}, - "Microsoft.Data.Edm/5.8.2": { - "runtime": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.Edm.dll": {} - } - }, - "Microsoft.Data.OData/5.8.2": { - "dependencies": { - "Microsoft.Data.Edm": "5.8.2", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/Microsoft.Data.OData.dll": {} - } - }, - "Microsoft.Data.Sqlite/2.0.1": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "2.0.2", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.2", - "Remotion.Linq": "2.1.1", - "System.Collections.Immutable": "1.4.0", - "System.ComponentModel.Annotations": "4.4.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Interactive.Async": "3.1.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "Microsoft.EntityFrameworkCore": "2.0.3", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Sqlite.Core": "2.0.3", - "SQLitePCLRaw.bundle_green": "1.1.7" - } - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "dependencies": { - "Microsoft.Data.Sqlite.Core": "2.0.1", - "Microsoft.EntityFrameworkCore.Relational": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "2.0.3", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {} - } - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Design": "2.0.3" - } - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} - } - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "StackExchange.Redis.StrongName": "1.2.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll": {} - } - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.Data.SqlClient": "4.4.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll": {} - } - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "dependencies": { - "Microsoft.Azure.KeyVault": "2.3.2", - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Json": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.2", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.2", - "System.Security.Cryptography.Xml": "4.4.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.3", - "Newtonsoft.Json": "10.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.0" - } - }, - "compile": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.1", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.18051" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": {} - } - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Identity.Core": "2.0.3", - "Microsoft.Extensions.Logging": "2.0.2", - "System.ComponentModel.Annotations": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll": {} - } - }, - "Microsoft.Extensions.Localization/2.0.3": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Localization.Abstractions": "2.0.3", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": {} - } - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2", - "Microsoft.Extensions.Configuration.Json": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Logging.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging.Configuration": "2.0.2", - "System.ValueTuple": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {} - } - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} - } - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll": {} - } - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.2", - "Microsoft.Extensions.Configuration.Binder": "2.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Reflection.TypeExtensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.21115" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.17205" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.2", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": { - "assemblyVersion": "2.0.2.0", - "fileVersion": "2.0.2.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} - } - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Runtime.Serialization.Json": "4.0.2", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - }, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": { - "assemblyVersion": "3.14.1.10", - "fileVersion": "3.14.40629.536" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll": {}, - "lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "dependencies": { - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "1.1.4.0", - "fileVersion": "1.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "dependencies": { - "System.Collections.Specialized": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.IdentityModel.Tokens.Jwt": "5.1.4", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "2.1.4", - "System.Dynamic.Runtime": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "2.1.4.0", - "fileVersion": "2.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "1.1.4", - "Newtonsoft.Json": "10.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.8.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll": {} - } - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "dependencies": { - "Microsoft.Rest.ClientRuntime": "2.3.8", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.3.7.0" - } - }, - "compile": { - "lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll": {} - } - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.3", - "Microsoft.AspNetCore.Http.Extensions": "2.0.3", - "Microsoft.Extensions.FileProviders.Physical": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": { - "assemblyVersion": "2.0.3.0", - "fileVersion": "2.0.3.18114" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.AccessControl": "4.4.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} - } - }, - "Newtonsoft.Json/10.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.4.0", - "System.Collections": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.1.20720" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.1": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.1.20722" - } - }, - "compile": { - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {} - } - }, - "Remotion.Linq/2.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Linq.Queryable": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Remotion.Linq.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.1.30000" - } - }, - "compile": { - "lib/netstandard1.0/Remotion.Linq.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "dependencies": { - "SQLitePCLRaw.core": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.linux": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.osx": "1.1.7", - "SQLitePCLRaw.lib.e_sqlite3.v110_xp": "1.1.7", - "SQLitePCLRaw.provider.e_sqlite3.netstandard11": "1.1.7" - }, - "runtime": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - }, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll": {}, - "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll": {} - } - }, - "SQLitePCLRaw.core/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.core.dll": {} - } - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "runtimeTargets": { - "runtimes/linux-x64/native/libe_sqlite3.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "rid": "linux-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "runtimeTargets": { - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "runtimeTargets": { - "runtimes/win7-x64/native/e_sqlite3.dll": { - "rid": "win7-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win7-x86/native/e_sqlite3.dll": { - "rid": "win7-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "SQLitePCLRaw.core": "1.1.7" - }, - "runtime": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll": {} - } - }, - "StackExchange.Redis.StrongName/1.2.4": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Linq": "4.3.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Threading.Timer": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": { - "assemblyVersion": "1.2.4.0", - "fileVersion": "1.2.4.0" - } - }, - "compile": { - "lib/netstandard1.5/StackExchange.Redis.StrongName.dll": {} - } - }, - "Swashbuckle.AspNetCore/2.4.0": { - "dependencies": { - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerGen": "2.4.0", - "Swashbuckle.AspNetCore.SwaggerUI": "2.4.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.dll": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "2.0.4", - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "2.0.4", - "Microsoft.AspNetCore.Mvc.Core": "2.0.4", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "2.0.4", - "NETStandard.Library": "2.0.0", - "Swashbuckle.AspNetCore.Swagger": "2.4.0", - "System.Xml.XPath": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing": "2.0.3", - "Microsoft.AspNetCore.StaticFiles": "2.0.3", - "Microsoft.Extensions.FileProviders.Embedded": "2.0.1", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "2.4.0.0", - "fileVersion": "2.4.0.0" - } - }, - "compile": { - "lib/netstandard1.6/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.4.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.4.0": {}, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/4.4.0": {}, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.SqlClient/4.4.3": { - "dependencies": { - "Microsoft.Win32.Registry": "4.4.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Text.Encoding.CodePages": "4.4.0", - "runtime.native.System.Data.SqlClient.sni": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Data.SqlClient.dll": { - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - }, - "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.2.0.2", - "fileVersion": "4.6.26212.1" - } - }, - "compile": { - "ref/netstandard2.0/System.Data.SqlClient.dll": {} - } - }, - "System.Diagnostics.Contracts/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.4.1": {}, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.1.4" - }, - "runtime": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.1.4.0", - "fileVersion": "5.1.4.216" - } - }, - "compile": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.Interactive.Async/3.1.1": { - "dependencies": { - "NETStandard.Library": "2.0.0" - }, - "runtime": { - "lib/netstandard1.3/System.Interactive.Async.dll": { - "assemblyVersion": "3.0.3000.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/netstandard1.3/System.Interactive.Async.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Buffers": "4.4.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.NameResolution/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.4.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Numerics.Vectors/4.4.0": {}, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.1.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.5.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.0.2": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.1.1", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Security.Principal.Windows": "4.4.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": {} - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Xml/4.4.2": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26418.2" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Cryptography.Xml.dll": {} - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - }, - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} - } - }, - "System.Spatial/5.8.2": { - "runtime": { - "lib/netstandard1.1/System.Spatial.dll": { - "assemblyVersion": "5.8.1.0", - "fileVersion": "5.8.1.62767" - } - }, - "resources": { - "lib/netstandard1.1/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.1/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.1/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.1/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.1/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.1/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.1/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.1/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.1/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netstandard1.1/System.Spatial.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "compile": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.4.0": {}, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.4.0": {}, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.4.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "WindowsAzure.Storage/8.1.4": { - "dependencies": { - "Microsoft.Data.OData": "5.8.2", - "NETStandard.Library": "2.0.0", - "Newtonsoft.Json": "10.0.1", - "System.Spatial": "5.8.2" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": { - "assemblyVersion": "8.1.4.0", - "fileVersion": "8.1.4.0" - } - }, - "compile": { - "lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll": {} - } - }, - "Microsoft.NETCore.App/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0" - }, - "compile": { - "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.0/System.AppContext.dll": {}, - "ref/netcoreapp2.0/System.Buffers.dll": {}, - "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.0/System.Collections.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.0/System.ComponentModel.dll": {}, - "ref/netcoreapp2.0/System.Configuration.dll": {}, - "ref/netcoreapp2.0/System.Console.dll": {}, - "ref/netcoreapp2.0/System.Core.dll": {}, - "ref/netcoreapp2.0/System.Data.Common.dll": {}, - "ref/netcoreapp2.0/System.Data.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Drawing.dll": {}, - "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Globalization.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.0/System.IO.Compression.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.0/System.IO.dll": {}, - "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.0/System.Linq.dll": {}, - "ref/netcoreapp2.0/System.Net.Http.dll": {}, - "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.0/System.Net.Mail.dll": {}, - "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.0/System.Net.Ping.dll": {}, - "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Net.Requests.dll": {}, - "ref/netcoreapp2.0/System.Net.Security.dll": {}, - "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.0/System.Net.dll": {}, - "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.0/System.Numerics.dll": {}, - "ref/netcoreapp2.0/System.ObjectModel.dll": {}, - "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.0/System.Reflection.dll": {}, - "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Runtime.dll": {}, - "ref/netcoreapp2.0/System.Security.Claims.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.0/System.Security.Principal.dll": {}, - "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.0/System.Security.dll": {}, - "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.0/System.Threading.dll": {}, - "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.0/System.Transactions.dll": {}, - "ref/netcoreapp2.0/System.ValueTuple.dll": {}, - "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.0/System.Web.dll": {}, - "ref/netcoreapp2.0/System.Windows.dll": {}, - "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.0/System.Xml.dll": {}, - "ref/netcoreapp2.0/System.dll": {}, - "ref/netcoreapp2.0/WindowsBase.dll": {}, - "ref/netcoreapp2.0/mscorlib.dll": {}, - "ref/netcoreapp2.0/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.0.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "compileOnly": true - }, - "NETStandard.Library/2.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "compileOnly": true - } - } - }, - "libraries": { - "ServerLessLibraryAPI/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Libuv/1.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==", - "path": "libuv/1.10.0", - "hashPath": "libuv.1.10.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.ApplicationInsights/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dX/zu3Psz9oM3ErU64xfOHuSxOwMxN6q5RabSkeYbX42Yn6dR/kDToqjs+txCRjrfHUxyYjfeJHu+MbCfvAsg==", - "path": "microsoft.applicationinsights/2.4.0", - "hashPath": "microsoft.applicationinsights.2.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kiGmzl9Cav34dF7AHVMoJxdJJQEeLB8KZGNwX1LjImG9iem5hGk4DkHpW7/m9Nh3DrL8IKSL3mqQo+IPqWfMRQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.1.1", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.1.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RWxdX90MY6tNF8S5lwRvJcHiBMIWwVLCxd4TGIEl3X0yAKaolY2vs4zTCvyCIVkEAMs1aInTgWkYwOjzYvAHWw==", - "path": "microsoft.applicationinsights.dependencycollector/2.4.1", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.4.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.AspNetCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ewoUaFoSuYIrS3TQqUkDvkFb2gVdXiUadtqAghsHkkaw3tvvrPj472KgfwmEYdWJZnmDaxOOFOzyQIU4/n/vew==", - "path": "microsoft.aspnetcore/2.0.3", - "hashPath": "microsoft.aspnetcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.All/2.0.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gWVS0txQ/JSpIHS2Wlxjr9L0TlOShy1v+QFOM1tMJoYEdVsw2a0yvP7Mi++vsn1VL9dmMeGaUsVpWTb4M00e5Q==", - "path": "microsoft.aspnetcore.all/2.0.8", - "hashPath": "microsoft.aspnetcore.all.2.0.8.nupkg.sha512" - }, - "Microsoft.AspNetCore.Antiforgery/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k//CUbcwjy8j2Wj08sW0puax6AW9WA2a2d+U0MjYdfmHO+Ux6PtRAxBHIED8hXubzVXy4NYTu5ngYa3dqNoJtA==", - "path": "microsoft.aspnetcore.antiforgery/2.0.3", - "hashPath": "microsoft.aspnetcore.antiforgery.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OU63ZlYdzXKmQ62npj4H0Pic6pmnJiGXjSN22Di6n2mZ9zQhk08eZcQVjLpOqUVM0VGUGPhIuZqqZsJBX164OA==", - "path": "microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cilHHmPQ7F3cytigokA0rbzzdbO/QP+j8JPQ67Zl1wQcgAgmXZ4LDb1yBH4Oqx+QjMJo/G1QAdtkMIlUe4uzcw==", - "path": "microsoft.aspnetcore.authentication/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qhJVdxVCKwxz3BHjdDKon+AC2WIWZaDmVs7ldz4TAJaJRu0+Gf+YAbhXGVdDCFc8vZP0wqdIwfu9dBH5uJ+zeA==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FaLTpTSqsey+r8rYsDi+/gkuwd7cWDNh3KBrdyol5Wx4sunzOb7FnNL6XjekjyJ7vxTm9ORuiUy6y6VjXWzcdw==", - "path": "microsoft.aspnetcore.authentication.cookies/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R85tVhpcij6nCnOXxIeLViV+Sij0BSV4uG/8/Xr85SlZ5NFkA0s3ZOtV45KqNtVp5XCM4ps59xdF3umHlqwuqw==", - "path": "microsoft.aspnetcore.authentication.core/2.0.3", - "hashPath": "microsoft.aspnetcore.authentication.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Facebook/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f5Q5gh79jOhEUJ71jkQx3O1VyVqYMBqZESHHogrl9dI4v/V3ExllMJfhCxV/YCSjrIShX/E4GISKnikI+Beovg==", - "path": "microsoft.aspnetcore.authentication.facebook/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.facebook.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Google/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-akb0eQHWXKEGb/A6v7pmdEoi9rlrubInW3R4a5r0xsaNwFgpntnDEbNKD/x8XSgxsxR7gNgNGNLPYlRbibKrmg==", - "path": "microsoft.aspnetcore.authentication.google/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.google.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rozb3c/hoCZWADTGzZatCAxloUfW60HyVU++MArRS8k374dEkT6IkiboJYYfLYX5FhBwPhvNDzwoGEk+Aogwfg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.MicrosoftAccount/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaev2Mg61Cugi3j8ty0XRLpw0FJrwOUfTbuJTUZNBouCNgA3K/eB3NEaYCZM7uw4WtKPWVCMi44Y1ZYpXhWIbQ==", - "path": "microsoft.aspnetcore.authentication.microsoftaccount/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.microsoftaccount.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.OAuth/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NAWMDm9Y7/MvoJiaOtlC1AA3x6ELC+5iiqcBWBduKGMZnL/XFtaJw93NVbNjCkE9V0F/carJ3jMNOSnnJ+2t8g==", - "path": "microsoft.aspnetcore.authentication.oauth/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.oauth.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cMm4pEZ+bTfWng2XaU9tnFasdZRWSDxtnH4id8MHL4bxmJW2kzXa9yQjbeHSUDTWDfN0DYIiMoamOD20kGcJ2A==", - "path": "microsoft.aspnetcore.authentication.openidconnect/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.openidconnect.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authentication.Twitter/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MEhMyEso4anakbRuSEfJ7mdsRS01bqwQLQ+BNwJIhN3jLieqZCq4TKQZNsvVoo9Uqf2Fc7Q9RmfTcYlIDOhpjQ==", - "path": "microsoft.aspnetcore.authentication.twitter/2.0.4", - "hashPath": "microsoft.aspnetcore.authentication.twitter.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authorization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/0zE4z3+r1cPD9Ji5ItFUtinOLPVGKSSRTaNxVom5lkUlmy21JvtbCqstKfYwwWhU2ltgesZwhfBR7TZ8Zfx9w==", - "path": "microsoft.aspnetcore.authorization/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PqnQ6t7Ps2fGP7fsqS6+vYSmotU90j29bOb0TSUwYsHp4LgbJwEZfOyjGraJRJ3G+29vgBXgRtMfi+qfXdOH1Q==", - "path": "microsoft.aspnetcore.authorization.policy/2.0.4", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LX0g9/vHRpKjSsu5MFVly0taGhCLE9StmGkmUqy5TnwJMdUxuhWfU4Yrz7JN8VaKax43wrw8w0YJwBhymzB2og==", - "path": "microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservices.hostingstartup.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zGE76JQsbdPmMAflYylEGxUjo6eEPNUaicTiyXPtbwUs6C0q5esOvNZ09hZInM6smWS+Socyn0+vXLwdajGpw==", - "path": "microsoft.aspnetcore.azureappservicesintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.azureappservicesintegration.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.CookiePolicy/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wPt/kp76OfVyQK3mhEkvwnN5ReBi8uKXLXpRIbV/4D63dHXDmruOQ2pZ0FcS+5ZU4Wp1QtUGErsB65bfly788g==", - "path": "microsoft.aspnetcore.cookiepolicy/2.0.4", - "hashPath": "microsoft.aspnetcore.cookiepolicy.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Cors/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KVOmidntHIJBM/KNWgOlaiGOAlvE1boMsxUOWY5NC+K2GFanPjrlzJGBHr3EPpqaURHVefdfkhKE4pldsSVzoA==", - "path": "microsoft.aspnetcore.cors/2.0.3", - "hashPath": "microsoft.aspnetcore.cors.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A3QOjsnTBowhVXV52DWD178wo8HncWzQZJc2s5BcOY4TA55x1y4Wz+/heQdds/tKGjob7c9UEzxlU7vfcpAHyw==", - "path": "microsoft.aspnetcore.cryptography.internal/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uXzpsMrPJeUWpCfSbGeNmzsFiG+1aj8EHs+t5AP1ABQuyU9CcePzdPczDq1VU647nNJrG0S0aYYvi+YvschCdg==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.3", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRf+QxBSu+Tb0Fj+LIZHcORxDX4eZSmrZm0q6X7Z+3dV2IYYn7GLgNei4lO/SGECRpp4B7hRfTkK5FEH+DDopA==", - "path": "microsoft.aspnetcore.dataprotection/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nWBROwWtuuG3wOJTggozV0cE/wsRxwY4Cf9TB9igLQUatIGDsNZDxL0NXcuvZPIlpuxKuSDSFEjvKg/nFyOr5g==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection.AzureStorage/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CssOzEk+Uzr/wmGy4mnjM41yKzC9NXPcZ26rdk6YZjpserQYFtDReWfn/gmbRvyKh4Hns8OTJaN/FecwMl8UHQ==", - "path": "microsoft.aspnetcore.dataprotection.azurestorage/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.azurestorage.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-24eM2igXaU3x3DHbYTp2spTl1B1twxj87tlN05lWDyptU0e+qyRC3acVzjQzENa+9KDxPdBiHhKST+0ma/g3Dw==", - "path": "microsoft.aspnetcore.dataprotection.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.dataprotection.extensions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Diagnostics/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fotyI5wkoB4PfM7/UrdMTG2cL+7RQoq4SRXD+rXyDW/04H9SQsS0LrYNcC9ov60x7CblwK0PwoJ7crrsh2yVmw==", - "path": "microsoft.aspnetcore.diagnostics/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WTA+YiB904BcXRplDCy0n6HgIZyM+kXT86uuG7naZWzQvqe2sO1oO9EPbXmQpCKHQddnNcIqUYZQAyqDFtFc/A==", - "path": "microsoft.aspnetcore.diagnostics.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cv4en05ND1cm05UccDyn5nZTUn0pER7ExRTTJjvxysZSBPcx8LNyFTiOb7HokUZTkERR9yLs4S1uKU7IlOvoEQ==", - "path": "microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.diagnostics.entityframeworkcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Hosting/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/lWuLlMGAAdZAlf4Kmcf6xDMDXHpoW2ZimCNjJZVQR45MlQQrBgxMnceNReTBtBgPvj14/loHeUWVGJeCm3i5g==", - "path": "microsoft.aspnetcore.hosting/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gsJ8XtLjGF3FF02UJ1uRXhwHGxP+JoJtqqGxfPTCYDeixSqQf4NNSqUPbXB987lpZciLyCkDB9cyyVTKubJl3w==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zRcioMNMAcwUkfJ36rPUvuzRyFa+Ph4HcQ6MFE7xX1ky84xV3ta732zXYAu8QbEVXFeFsSIu+YfZhGw47kiivA==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Coy0K88+73feU+df6wliW/wNkQ19McWxS9W+8wvwzHs8v5F1UU/3MXtnSNpOsdw6BxXR6u86i17fg4Tt0CPCRA==", - "path": "microsoft.aspnetcore.html.abstractions/2.0.2", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3UcMCyoBzKignSS58meI2Od5E/qAMutZBs7TpXbqgUOJeSR0YGjhOFmzC8VrP8chUUjSmbpb4oiXivB0VkTuNg==", - "path": "microsoft.aspnetcore.http/2.0.3", - "hashPath": "microsoft.aspnetcore.http.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-68K27sUVMTaroqw40uV6tVZDmg5aVjBE9c+1tZIYbb9Zd193sTOOpnS+5vipA46OaGUv47mzSwa8h+wn0rGDQA==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d1EUE+aOT2dhpyciM/In1sNADd0eXo8Xq0L5W4+rJoo1oS3/mEoj0il0dfCmBxtvfPwx8AEfBymw07izpzXmqQ==", - "path": "microsoft.aspnetcore.http.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Http.Features/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/aQjeLghQofUYDIbOv+D/QOQi4+AqEnqWK9ZUrHftsKe6h4NaDYH1hajwJz4a+lgkQh3OuhLxZnJNZBVpb+AHQ==", - "path": "microsoft.aspnetcore.http.features/2.0.3", - "hashPath": "microsoft.aspnetcore.http.features.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.HttpOverrides/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gd6lp3WiDIELMs+VISyIkdee8key2J0CwQ3r5gRFs2of+gt+jmWvftGIVaqFaMwOeF+3uldH1kLpBrMa7kMGDQ==", - "path": "microsoft.aspnetcore.httpoverrides/2.0.3", - "hashPath": "microsoft.aspnetcore.httpoverrides.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Identity/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EjOC8tZnA90yO+TgIJFc16oBGwYErNhJg+ft3utAuAFvC+VQTaVQw6bTD6eGUWb0uHNxkZH0gJlR9QufrqSheQ==", - "path": "microsoft.aspnetcore.identity/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Identity.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLMdytdUpFWwvOdSTfgH3vwpNIlo7Xf7J6X41bLVnZWfgU+DDfcMibaq7qLh7Ni7iydAx30ouNJhOMb6ucj30g==", - "path": "microsoft.aspnetcore.identity.entityframeworkcore/2.0.3", - "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.JsonPatch/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-US78cfi7nrPTXeONgcSWbgrUBLs1Aca4kCJTieWXDLg0G0gwmdfPbd6S3c5TdJRQdA69K3UhPAs9r9ZAMjIFAA==", - "path": "microsoft.aspnetcore.jsonpatch/2.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.AspNetCore.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IIVz30aVAgc7+WlivPSZKuD0C+KsvDla8JCcpc7LmOlGVBjYNkxOXI3Qptn2V0jF2qVdW8FAEVaz32p4MbGNbw==", - "path": "microsoft.aspnetcore.localization/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Localization.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LTSZWXXGSQq5KNM4PVYw2pOi9lt56ondMZ3u7iI6n8vwBP+NvA2Yxvy+CkM1WtP45YXD+s8XzKTLmCj8nTulGg==", - "path": "microsoft.aspnetcore.localization.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.localization.routing.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.MiddlewareAnalysis/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N5BnaQNm0uyJjd8LiCvw1Zc9K/dqLwASPuAxZ5jE8dT+LOKgYgbVhDsh0PJhlpKud6TzFV/puBM/C+gRujHYyw==", - "path": "microsoft.aspnetcore.middlewareanalysis/2.0.3", - "hashPath": "microsoft.aspnetcore.middlewareanalysis.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rxXXcZBuC+Rh3pydAWYkxwcCYwYWVnkjwvjktazeFUmL5ZtIMT/hBzYqjSXVZ9bL75oAoqzfGwVRSgS6vMxxqg==", - "path": "microsoft.aspnetcore.mvc/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LhFvnz+5IqtsqzOWbn5xiotQt+N7QHyDTGCQojkffLXkQsvBhmIPVXsbbxZdxqpC+pc6tGfBikZBa18GyIgDsA==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G75WaWewde+h2hvTeIroVd3E5lNv8uFA2pCbs6/qPZxfM6Y6mbp+EIoKT+so8DM8mre0XqgaQ6DcQKPZ+tM0vA==", - "path": "microsoft.aspnetcore.mvc.apiexplorer/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.apiexplorer.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Core/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pwk3+4yqIfvdk2Wcwsh+jfu767zL81OPk/BCSkN+3wcoWIUnLQ0eZ0xIyTSee/pHVSY8b2saLxyfvXFHZOM/iA==", - "path": "microsoft.aspnetcore.mvc.core/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.core.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Cors/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YAlGx5tfnnqvGAkWO8hWjt7QqmP253BpWoVlPbRqQsptdcxQjc8NFvsJAChZTj3UoKw84s360ekyD7JeAMsewA==", - "path": "microsoft.aspnetcore.mvc.cors/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.cors.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LzObWJm7oV8/uClKfvup7D5Lks6815r8/0u6Carp0Wru9eltBzba1NVUMr2yNBO+unWvTAuhwUVtSYt2Q8qMYw==", - "path": "microsoft.aspnetcore.mvc.dataannotations/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.dataannotations.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ooCvSWVm1nDSQSK9C30AxM0N0QQj2wDol0tHHWVujkXishiMlSvxpdaXbH4rgp4V1r/P+izFUdkU1gjeF/allw==", - "path": "microsoft.aspnetcore.mvc.formatters.json/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.json.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VtsO5L2sY3QiMI3/P7nOCvVgFD6Nz3qM89nzHJVO6+r86tAmgt8WEliC50TgHOPVYyI89AeI0ty1GDRjAizX8Q==", - "path": "microsoft.aspnetcore.mvc.formatters.xml/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.formatters.xml.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Localization/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8Okxt6j9UlaXlJcCGfhKZfYi/C8K3cRZN34qna8o3ewWQjSRkXFHMSqQq1bqxP+Ed7RpKyTqTHFeJUiVQDfnKw==", - "path": "microsoft.aspnetcore.mvc.localization/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.localization.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Razor/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ze6pfvyUmvSHyy5uenq1MyDfzypWbD7Ta4ztnS3TP/IL13zy5PC2ceWbAq6L11i9kGHyz/NYfIruLDggPkqYng==", - "path": "microsoft.aspnetcore.mvc.razor/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bhfnv7F4bbydJRElzaFTA0UyiX3s5TrImLNxKomBlh2DkOOpFsOZlfT8Vz+yltO9ASI5cwfRwiGe4Q2iTdaQqw==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/2.0.3", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Uz2Zexiq9+Dt6zKxpOCic9c+e4NOSWwBQ7OhKI6Ur7vbSYq8dzYC5+W3KC9jMPuQyTdAKQkzYazorXNmiMc7fQ==", - "path": "microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razor.viewcompilation.2.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+xmSjFy+TQY+hGvJsywwFv5uEGnNPT6nrSS7U1OuPJ7HOLqgPPGKQ/txygU8vU9g5EY1l4OCKjOpY6Vpg+L9cw==", - "path": "microsoft.aspnetcore.mvc.razorpages/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.razorpages.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSZiSTzkcxlWDEcvcp//FNK4onTrwz4YPJ7Pbrmpd9IQ0qR2kvtcuRKRuCIg0JvkHv+swBYeiAX1/I2h9EyHcw==", - "path": "microsoft.aspnetcore.mvc.taghelpers/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.taghelpers.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ktaVPHRxfcnYtLGtiL+0mXilvW07nY5Zn/q6MQaC1KGx1wClsf38bvtgS5nxnzEiUSq/iywNXVdwiJOsWHs7WQ==", - "path": "microsoft.aspnetcore.mvc.viewfeatures/2.0.4", - "hashPath": "microsoft.aspnetcore.mvc.viewfeatures.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.NodeServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nA8CLhX5g/JXnAME25LwxYt36lj2jiXnJGlaaml6p9nvQIAOtI/LFgWH+kH0bzvkgWWVXAZRVBPA6iNZhVdf5A==", - "path": "microsoft.aspnetcore.nodeservices/2.0.4", - "hashPath": "microsoft.aspnetcore.nodeservices.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Owin/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y3fADeAu6xO9oGKrhMsZjJoc7cuLvEBEAYg+cIRUtnFnwxnLRRBJXWPjYAmaaIJg92x+CucV7NW2rlABhjD8Hw==", - "path": "microsoft.aspnetcore.owin/2.0.3", - "hashPath": "microsoft.aspnetcore.owin.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nq/ZtZ2uquXsBpVdHQSd7khIDXULx9SekqHDsB79sAztqtw8yqHd5T5Y9vHeVobYn5b4hBAjxxOXrYvfERqlyw==", - "path": "microsoft.aspnetcore.razor/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Razor.Language/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4G4vvEhq7aMGst0K4MymuQQ2dou4dWnYYirh2dZZJ+f4GizwoQSl4xgUxpKmqxiLRKxK3Kvrs91/SQIlmkineA==", - "path": "microsoft.aspnetcore.razor.language/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.language.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4yHqlI5uuJPp5PzXEnEn8wbAcR32L02/1FSOWs6mEOOHfemf9iz5MJvohYqPKRmeGwgYTWDPCEl34EE0qwzAcQ==", - "path": "microsoft.aspnetcore.razor.runtime/2.0.3", - "hashPath": "microsoft.aspnetcore.razor.runtime.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ResponseCaching/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T4kUdRY2sLBhdBGnJ0McFrG+VLyke8WipK4LZTTPQD0BF77QTbg1RUWpYoRXI+flOKWE6zl4966AhIM7ylh+0w==", - "path": "microsoft.aspnetcore.responsecaching/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9x3V/sVfaUEBsHgqtIQMTJW5x1NZAJLkIbh/QkNoTd6bh2ufyL5Xz/s//6rh5kpXUsKTF9XNEl0YWLb17iDFkw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.ResponseCompression/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BeJCYDfrWJbTOnM08FT3BZ735GmZaEgDk61zQ+Q5ZL+hz37A5x5/tU1WLNQmGtSpaIwQpyaSOuBXjuP9Uv6eZA==", - "path": "microsoft.aspnetcore.responsecompression/2.0.3", - "hashPath": "microsoft.aspnetcore.responsecompression.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Rewrite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iqNYKrn93LNLYOGz8NLf8f2Fa05GE1HvVCofC2G/QUhemp7W5RtOz19gF5Hiuvqou74UNFtepdljOWw5jzUs6A==", - "path": "microsoft.aspnetcore.rewrite/2.0.3", - "hashPath": "microsoft.aspnetcore.rewrite.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Routing/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ogF4PLCimff9OmSdoGSBdGudGhX0EUEnLjUOLERlfNSAa9Rcwj1bHU+5r2bbyQNkIJ6pVlipYB92D9PntfhzA==", - "path": "microsoft.aspnetcore.routing/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-10prhOi+zfeVk/caTP/o2y0Gc7wKg5b3R2KnV5fZ5sWfPbBjCaso7+VYz25trjTms4z+9CgVp2uftYA18R9wqw==", - "path": "microsoft.aspnetcore.routing.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.HttpSys/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DNVLbmknxbeVpyT0XJgsFCS7pNWZTgU6yzIjRTVDrbM0Z3vpWoRSl+OkcXLPp5Ben3BHQLPLWdToJYGwYyTGog==", - "path": "microsoft.aspnetcore.server.httpsys/2.0.4", - "hashPath": "microsoft.aspnetcore.server.httpsys.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.IISIntegration/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8+mVpigrvK9wMWZInlof2T6F9ptzocLncENQMr2GmMGCRDlcY+Ff5W1MGbg9V04ZLZNiomGUI8RkRjN4lReF2w==", - "path": "microsoft.aspnetcore.server.iisintegration/2.0.3", - "hashPath": "microsoft.aspnetcore.server.iisintegration.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/ktWQIcp1GRf3HPShj+2F+Dl+q7xtMsANsb9zOnpGNKSpB5z2n07cKHzXf+8iXHRLyTFbIidx2L8CMoaeQ0pfQ==", - "path": "microsoft.aspnetcore.server.kestrel/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TnhdRwj2KGophlLQPcRco1keTtHUAuRtZ74xUB7RAjoRelPysJlCNsH/IbIJnFNvYW0tszkjSc7DCkRex4Z/EA==", - "path": "microsoft.aspnetcore.server.kestrel.core/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+wcxyn8GFGtsJbwIhnb23fTBBsJZBZV2bN5vb5m8FRrdGM9gGhE3P4rt/oAONCGAQJAMDyfyxKUJfL07gjjYlg==", - "path": "microsoft.aspnetcore.server.kestrel.https/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RXB7hERQ1mKtyIjKzlGYXDT0BMBwclg2VsBetD2nqjxb3xXauQEvFM0x6Gp48ELSzmX+lBNWlH7sN8fNNckzAg==", - "path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FBwRXcAe/7VUA4DCrpnLN8ONtl6BC37SLBXVnqjQ44ofDjKHY24I8geMqAAZ8o7qTMLKbrgJyenjUiIHwVhW0g==", - "path": "microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3", - "hashPath": "microsoft.aspnetcore.server.kestrel.transport.libuv.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.Session/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WYInv0iEmYuxsp/xstow6u+lO/zAt6hHlbEPJI29TYKKPx38vGUXL7XASgWz99cBZiEhyotZhoz8gCW8mrERMg==", - "path": "microsoft.aspnetcore.session/2.0.3", - "hashPath": "microsoft.aspnetcore.session.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.SpaServices/2.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RTCzyMd3xGhDjMZFZqm/KJz0VrKN+zRFb49c5yE1nW2WVt6voygKbdXbIAGxAc0eU9AX9WZhHEpkh+rNHZ2gpQ==", - "path": "microsoft.aspnetcore.spaservices/2.0.4", - "hashPath": "microsoft.aspnetcore.spaservices.2.0.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.StaticFiles/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h9VzkMCKm6c9TX2iwvUCDLdYUX85clBduhoVqwYZBtnzYAaRnjeCSYBM/EsfbNCarJitcaN+sa17u6voeVllTg==", - "path": "microsoft.aspnetcore.staticfiles/2.0.3", - "hashPath": "microsoft.aspnetcore.staticfiles.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.WebSockets/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7ZPgr/VfKJ1s0zcdlAAppi1YhnWHzMq0pYoq7Qngxy9fIk255TWh4l+7XOtDkoBV9cl3fSsyrU5T8o4w8uIl3g==", - "path": "microsoft.aspnetcore.websockets/2.0.3", - "hashPath": "microsoft.aspnetcore.websockets.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.AspNetCore.WebUtilities/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rjUxqCYVkzWyUWgTwye4DHItEKRTY6U2kJ0FgbuvDbkcleBjpgm1mUMvfqcjl/R0GrtrpnNMaKvhMBAHbj0t0g==", - "path": "microsoft.aspnetcore.webutilities/2.0.3", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Azure.KeyVault/2.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A82ESUdfLz2wMhYuPxrwf/fA7JVt3IARgeMCG3TsaLtxUxa9RBKX3f0zdnKmvBvJ/u1/5g03OLR26GPekqY5HQ==", - "path": "microsoft.azure.keyvault/2.3.2", - "hashPath": "microsoft.azure.keyvault.2.3.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Azure.KeyVault.WebKey/2.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MVSYao62R9rwl9KF+IsJm+XBLupJj1ma2lfwNeFlSWziXGAopnYK+YkDWqABOqNIV9kpza/MvNBxITzhlJIyIw==", - "path": "microsoft.azure.keyvault.webkey/2.0.7", - "hashPath": "microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nGATpUW09zOGFLQZ3JXIObJyNlk2dvgNgC7Kh+iDpxGWgKHSgpHMXnGmXUecJa4CNi0HhUENKSnEack1aF/MwQ==", - "path": "microsoft.codeanalysis.common/2.3.1", - "hashPath": "microsoft.codeanalysis.common.2.3.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fvO7Q8FqzmWX8gzzCk4Bf34Ms06bZ6r/A9tUz1ndj3ioitAxSC2QUXbUQOJ4ExzohTtXhczJAFirgs//Nasz6A==", - "path": "microsoft.codeanalysis.csharp/2.3.1", - "hashPath": "microsoft.codeanalysis.csharp.2.3.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.CodeAnalysis.Razor/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pRQxjGEqm/Gr0IU2eUbVmiUezAljtjCZDeLirYjDVqIZwxgPU97WtOojGHNYWVAvdHlYogFQU3OGxDji1Z4gpA==", - "path": "microsoft.codeanalysis.razor/2.0.3", - "hashPath": "microsoft.codeanalysis.razor.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.CSharp/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vvVR/B08YVghQ4jHEloxqw2ZWzEGE1AOA5E0DioUM3ujbXz6FD3AfB/0Jl2ohJPd0nXYGwmPe1En6HTsSriq1A==", - "path": "microsoft.csharp/4.4.0", - "hashPath": "microsoft.csharp.4.4.0.nupkg.sha512" - }, - "Microsoft.Data.Edm/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/d8DxA6MFHroBEn/jW0LMQSIKnsRRibrZtRCLfov2boQfrQ1R1BVgkJ5oIhcQsOm0l4POv+I2ny6RBsclNbOw==", - "path": "microsoft.data.edm/5.8.2", - "hashPath": "microsoft.data.edm.5.8.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Data.OData/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oEIUtXcRiKogF0yZxA+QdgxoBJ34989qL/5xOSrTfxAhzNJV5Hw6DRdWgUCpeXFMoJUQx7ptbHCN+My/LCQfsg==", - "path": "microsoft.data.odata/5.8.2", - "hashPath": "microsoft.data.odata.5.8.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Data.Sqlite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJXCZniFDwHGnRYd9WD3vswQCyIXk0/gsne9TLFWIpy6oK4kAcKD1BTncaHQmVg0pp/YmRBKXVIh4yXSHqbsGQ==", - "path": "microsoft.data.sqlite/2.0.1", - "hashPath": "microsoft.data.sqlite.2.0.1.nupkg.sha512" - }, - "Microsoft.Data.Sqlite.Core/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkUOJRJEXnXAxWKhCSFjYKLhuopw+m6ClML4cF1Rt/Ek8bBUW6hn1xAHCZ9KFqkcNOpBS7rQ6nZBaSXU3mgbOQ==", - "path": "microsoft.data.sqlite.core/2.0.1", - "hashPath": "microsoft.data.sqlite.core.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cXgVdJmW3fLwmSxsv0RlTe4BIKs6slVXV5xRvsO4CV4aUeY67GelaujxY/lP5yVlaMjMM22pXKbKtUY9x050Mw==", - "path": "microsoft.dotnet.platformabstractions/2.0.3", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.3.xml" - }, - "Microsoft.EntityFrameworkCore/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h1qEOSOyYQU4SiPR2bvKHcH3Ik2z3eXlrlAt8WiP8AmtaUEUiEWVE/WUP5i2MvL067TJkMFuRoVOS2YU1VjiPg==", - "path": "microsoft.entityframeworkcore/2.0.3", - "hashPath": "microsoft.entityframeworkcore.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Design/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hWmbmZg0BhXD3/zuR/w3tCfLyPHpQ52GRPKt80vSmnFOnqaa+/Di7v0zOfPQMmn9gXiZ0hAtx5ywvwRNCTCzBg==", - "path": "microsoft.entityframeworkcore.design/2.0.3", - "hashPath": "microsoft.entityframeworkcore.design.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.InMemory/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8uPnfggdaJPB6ZlXotRJQwxVADsgtBd1m/eGb560v8aa4OT9mFPQN9Imqy/B//mcvM8oAHFJf2u/lXde8zclSA==", - "path": "microsoft.entityframeworkcore.inmemory/2.0.3", - "hashPath": "microsoft.entityframeworkcore.inmemory.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Relational/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fXOrHnoXUzdVc2S+NsdGcT963hbgQ3DdF9e+anB21b36HIQM0ZcLrPyI8fC5lQA9T1sFuKQ/tKvbShzm/0aWWw==", - "path": "microsoft.entityframeworkcore.relational/2.0.3", - "hashPath": "microsoft.entityframeworkcore.relational.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Sqlite/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bwi4Zls+xKPOkh/IRNZ4VII7YS/yNZ2LyYnbJQxhqEVM42CozsQQXUlUo/pedog0ZGuFRztQUVgRavCk6Ee+Hg==", - "path": "microsoft.entityframeworkcore.sqlite/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.2.0.3.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Sqlite.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8aw71keGpBNEjnKC6fTLP+Uid2Z4I24bF3zf4AwWFigdwQ0bCsz+RcflDQkLiBqV67f34Sf6f1CLM8bq8aW4fw==", - "path": "microsoft.entityframeworkcore.sqlite.core/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlite.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.SqlServer/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kbYgPZxFIs3Mlz6AdOA+/RrS28o1ehyoRP2RzbEdG8NkqO2lHbMPTBHFmQAlOVLlb2XBOaj96SMtwjRuRruuSg==", - "path": "microsoft.entityframeworkcore.sqlserver/2.0.3", - "hashPath": "microsoft.entityframeworkcore.sqlserver.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.EntityFrameworkCore.Tools/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KOkhbzPTFJa/NEduIdT8o1vOKUZAVvcfyR5rFIKUvFGSSEU2tkmEkJ0ZFxZzpbltD7cj03DlvMlB83RTyYraPg==", - "path": "microsoft.entityframeworkcore.tools/2.0.3", - "hashPath": "microsoft.entityframeworkcore.tools.2.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X0+dBcQHmOlPz2BOty8mQtku0TCffCIkvqEvLi4iNNubDjY0G1zwFVpBdJb1P0nEMbcfbh3EgBVHf8OJWvq3iw==", - "path": "microsoft.extensions.caching.abstractions/2.0.2", - "hashPath": "microsoft.extensions.caching.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Caching.Memory/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tI8xks60vEmuRiXDwnRBnNWEZG5CeInh2ZyAhBelkxhNM8hDZJDw4tnyCRCeyHFh+oi7dQXMSIij67S3p5SvYg==", - "path": "microsoft.extensions.caching.memory/2.0.2", - "hashPath": "microsoft.extensions.caching.memory.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Caching.Redis/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jbdKO6GKymVT717CBuOB6gzSUEBb+HSA69IqD4z9HEfY4A9kKkHuAowyP3bwH84DxbT5Vsd0xna4/uWwNqDlEw==", - "path": "microsoft.extensions.caching.redis/2.0.2", - "hashPath": "microsoft.extensions.caching.redis.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Caching.SqlServer/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9f3Q2/eq/4JQx8Q0N6A6TsETf5JFszRHHq/15yalpfkH++ZHVIgI4Mp2QjZP2cc4mRBSOFM/HY0Cd3SzpWNu2g==", - "path": "microsoft.extensions.caching.sqlserver/2.0.2", - "hashPath": "microsoft.extensions.caching.sqlserver.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n5HeFXiEFONntcwVFvEGY5dnB8VRqGD20RrdB9omX6dAAUSIV/sGwGhaLV5neOt/uvhc64VDmKjIjdffC6TX5A==", - "path": "microsoft.extensions.configuration/2.0.2", - "hashPath": "microsoft.extensions.configuration.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IoTZQU9aQOHr9zQbwozyzWq25eFbu/EcUZnPAMum6hh0Nl2RuM7ieziNLk3xk+c2g8YnnmxiA3VEvVaCFYCoTQ==", - "path": "microsoft.extensions.configuration.abstractions/2.0.2", - "hashPath": "microsoft.extensions.configuration.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.AzureKeyVault/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75PReSfZLRmAF0YZ1m9hQsbwMn5kit7yL+MFzDfbfszH0zDQBvqlu1gQVZJb0yjn5+5Dz9RR6SpkqV9jnpIDVQ==", - "path": "microsoft.extensions.configuration.azurekeyvault/2.0.2", - "hashPath": "microsoft.extensions.configuration.azurekeyvault.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QO7j0yme7e5D3PJDwtJWLmsmGfDnc9OVMnt2UmXKTekcYKsEpKMUINULfXtMHHLoPymH8BZaqly/vWw97rQoWg==", - "path": "microsoft.extensions.configuration.binder/2.0.2", - "hashPath": "microsoft.extensions.configuration.binder.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.CommandLine/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DTyBGC28gL/kaMk5F4XsbAHu6kaWFtfJrs77m2MYrQddMFSQUAPysV42i9QyJoVLWZGTps4vA0OB/SwarMpl7A==", - "path": "microsoft.extensions.configuration.commandline/2.0.2", - "hashPath": "microsoft.extensions.configuration.commandline.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NxoOopUxTVrogDtVQC9GF6Gk6f8JwwieArodu4ESVV07bB+jfMLnDwbKE/nWkAAu8ESnmX9s6wcD88kpfaD+zQ==", - "path": "microsoft.extensions.configuration.environmentvariables/2.0.2", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Axc13qp2kYf6VUmUBCMmRCGIc1CmWC5xQ33MD9D8nB9hYZrbjh6IqNj10fHDG1UE+4L24H8fSeYJCMyGfa+VZg==", - "path": "microsoft.extensions.configuration.fileextensions/2.0.2", - "hashPath": "microsoft.extensions.configuration.fileextensions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Ini/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jA3v2sEDueM/JiuSzy5qlALbOXFWPCtwxqyHMBw1u3cV12zBbtMr1TJYJITUpAt2R37GOl9DUWU/jU/vYY6szg==", - "path": "microsoft.extensions.configuration.ini/2.0.2", - "hashPath": "microsoft.extensions.configuration.ini.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Json/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dbx6tQ0uWc/8GoH2HJUaRtPG0X8puyeZIbXatu4I0b+xV23oFv7FdegPRlYrwnuyinqhAD3G2uR1YtJG0BgiNg==", - "path": "microsoft.extensions.configuration.json/2.0.2", - "hashPath": "microsoft.extensions.configuration.json.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.UserSecrets/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q80Y2eeb3370RfaZmCOJnunI64skIihlnR5WjWdSoNYq3p7sbeOPdg6CyiRthOz2jtmPSqxXfd+/UU7L3SuNOQ==", - "path": "microsoft.extensions.configuration.usersecrets/2.0.2", - "hashPath": "microsoft.extensions.configuration.usersecrets.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Configuration.Xml/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZxZJJc9+tY8JcuiKEQfzIX8mEpFXGP59jHb1JhmCJEG0Fki9fxmttt5KKD+g1uqVZ7TKxrx25iufQOlpO+IChA==", - "path": "microsoft.extensions.configuration.xml/2.0.2", - "hashPath": "microsoft.extensions.configuration.xml.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wakg18gHYiUL1pcjjyZuYk6OvDpbSw1E7IWxm78TMepsr+gQ8W0tWzuRm0q/9RFblngwPwo15rrgZSUV51W5Iw==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.DependencyModel/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OiNYN/QeZLuYcn4CvYrOmYgODPB1Jpqft+cT4F3Hkq5poj+1DLfbIBftMI/Pn8J7DyHhYeBMLxJUuugjvk/Fuw==", - "path": "microsoft.extensions.dependencymodel/2.0.3", - "hashPath": "microsoft.extensions.dependencymodel.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.3.xml" - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w8nux+yppIAD3ouzLz3CEtUMj03WIQ9FAmuR6IhrCpQDcoMtajlZIkZLbryJE1jdF1wkewLLM2LpXasfu7HzQw==", - "path": "microsoft.extensions.diagnosticadapter/2.0.1", - "hashPath": "microsoft.extensions.diagnosticadapter.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gzc5yXvwIrKpdti0Ev4jC0inVrGZpI86eLZorMVRqAPXowR8JDRbcHjhmID2EqA4rdhL/IsfD42+4upKpHULDw==", - "path": "microsoft.extensions.fileproviders.abstractions/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Composite/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bgAUXH3T/Y1R5bCthCiZVzEX4spvNeIHRv6+Jr4BJMxPVSFm/8er7xvywd2NCayv94frKZdDGP3mjAQZenZDxQ==", - "path": "microsoft.extensions.fileproviders.composite/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.composite.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Embedded/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PH1oo04WCbKy42aga6bC4phl1rZfbFsZLuozJN1LGUUZTCnycUAZzCqG6MNRCgRiHg2bPexiQ15708vSwnuBHQ==", - "path": "microsoft.extensions.fileproviders.embedded/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.embedded.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h+6bcXYlGldl7BUhnQKFxL2sMfeg9Gr/AuVexYOCYWmzDsc4iyUoy3NL7i2vkG209wd0ZXf+pZzRDwGPFhmlSw==", - "path": "microsoft.extensions.fileproviders.physical/2.0.1", - "hashPath": "microsoft.extensions.fileproviders.physical.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q7KsG2kjwo2Ps0WdV7MFh64cQS0UHikV8qv4HQrUfWQyxim5vNmLzAbuduarS9QWbhRHTtUanx+ohyAQdumdnw==", - "path": "microsoft.extensions.filesystemglobbing/2.0.1", - "hashPath": "microsoft.extensions.filesystemglobbing.2.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-r5QYhMYRjY/JbkE1x6kgRDZUJixJ8YngaN4BHy8/EtLxBDL98Je8IrElPHExh6QQPLKu0KYzt+9oLBR0L98i7A==", - "path": "microsoft.extensions.hosting.abstractions/2.0.3", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Identity.Core/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NNbXkzEah02mdeAz51XJswDNewW1QxubeNY2TZ5bKxI+HbPaViIv6UK3nvl0n4tcEDeG8WysRgIBQo6Us5FBMQ==", - "path": "microsoft.extensions.identity.core/2.0.3", - "hashPath": "microsoft.extensions.identity.core.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Identity.Stores/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUTsBa+VHhLAqV6C46IPQ8rMoi1vKao1ZleSy4DuocZmC/L8yw8qkzNlzYFBIkHrvtEuHQ5NkV9scHOv2j8MbQ==", - "path": "microsoft.extensions.identity.stores/2.0.3", - "hashPath": "microsoft.extensions.identity.stores.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Localization/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLZaopjCWCT2V7Ado4on0/O97vFfFTLGd6WmZrt3e+L0Y6rDaRLCey35hf0kOrymmGzGqN+aN/Ln1cxuvo0FMw==", - "path": "microsoft.extensions.localization/2.0.3", - "hashPath": "microsoft.extensions.localization.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Localization.Abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R+aRSDqwe7o00G3iYwD3jBb+4Gy5HFbZknKXIkVpRAAeL3Wir/ildmBjbMw5yINQFKHh8Ozm8iW4Y1xHq+RGYw==", - "path": "microsoft.extensions.localization.abstractions/2.0.3", - "hashPath": "microsoft.extensions.localization.abstractions.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OAfe/ju23vgXyqG/E9eDQ8lE5ydMV/IruvHqZ8MRi3T8DTpdL+kDGhDR/zqChnnTcalsZV31bB1OPn75RLHdqQ==", - "path": "microsoft.extensions.logging/2.0.2", - "hashPath": "microsoft.extensions.logging.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B1F5GAMGCIuYzL1LouJ08ie+CrTYGzLVd1gfJHWpjXtIfNwzs2PZxsuLYLIAqMTlpiDcoB8PSZHbzU5bMOi+gg==", - "path": "microsoft.extensions.logging.abstractions/2.0.2", - "hashPath": "microsoft.extensions.logging.abstractions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fRbDNL/u9DFLz21YnM0idUP/Qyav/5k6VdGp5gyRHgPNyD4Q0ZOBvhlV79hLH3hdujzdKA8GX/DFbUDStI+m+Q==", - "path": "microsoft.extensions.logging.azureappservices/2.0.2", - "hashPath": "microsoft.extensions.logging.azureappservices.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Configuration/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-twYiZLG4Yxmo9rMJbCq2tlmq4vHTnDMrneS5WSsx+TvDXP6K53Yg3ObVp4rRns6Lei/KGhn++rRO2KCgT7aJNA==", - "path": "microsoft.extensions.logging.configuration/2.0.2", - "hashPath": "microsoft.extensions.logging.configuration.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Console/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6Bfhw152LogpEk7Au9wyomeat68k9ZedcR7CX/IdYuTu34sG5jYgiK4m1Yt089ewOaslYAOgbDIzZI0MPvm8UQ==", - "path": "microsoft.extensions.logging.console/2.0.2", - "hashPath": "microsoft.extensions.logging.console.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.Debug/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vKSQBCU/MASzFZRAIFjEcSBZzoVHsLv8uGLoC2X8DxZsFnhodm2YlrXvH+SltIcbPX/2kp7bGYYVfiIXP+lbPQ==", - "path": "microsoft.extensions.logging.debug/2.0.2", - "hashPath": "microsoft.extensions.logging.debug.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.EventSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/+v4fyWd9MJ/wcKBvOjDGwdUX7tfnaxVQ/wSxjNlM2CMnTU9Zs9r9BDGm4l6lq/WfNXE6NUwLGCR3hn6GZSF+Q==", - "path": "microsoft.extensions.logging.eventsource/2.0.2", - "hashPath": "microsoft.extensions.logging.eventsource.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Logging.TraceSource/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-s6+6XHT9idgZltoSiv2AcnH4Fcd5Ux/IbmBpZfgLqmUm6ojNE8s2fdKCSgR9BlR7XQAQEcewg4s2H1q99pwpPQ==", - "path": "microsoft.extensions.logging.tracesource/2.0.2", - "hashPath": "microsoft.extensions.logging.tracesource.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-drOmgNZCJiNEqFM/TvyqwtogS8wqoWGQCW5KB/CVGKL6VXHw8OOMdaHyspp8HPstP9UDnrnuq+8eaCaAcQg6tA==", - "path": "microsoft.extensions.objectpool/2.0.0", - "hashPath": "microsoft.extensions.objectpool.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.Options/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OrIk/xmo5rsN4ufV32cjAQgM9uCoe6FaNijFX7Huwdg8T3z5L5r1kMBMwjROvDJZNiNkcfJ6iJi2JhCRi6GTfA==", - "path": "microsoft.extensions.options/2.0.2", - "hashPath": "microsoft.extensions.options.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xJ/KhbYXzTeVr58trRLcKExLsyrU2Y6peBIDWcbu5N/NlFdJvx1ZFZYB8fr2dhFG3Sn0AuvozvRzDEixgZZjKA==", - "path": "microsoft.extensions.options.configurationextensions/2.0.2", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H6ZsQzxYw/6k2DfEQRXdC+vQ6obd6Uba3uGJrnJ2vG4PRXjQZ7seB13JdCfE72abp8E6Fk3gGgDzfJiLZi5ZpQ==", - "path": "microsoft.extensions.platformabstractions/1.1.0", - "hashPath": "microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ukg53qNlqTrK38WA30b5qhw0GD7y3jdI9PHHASjdKyTcBHTevFM2o23tyk3pWCgAV27Bbkm+CPQ2zUe1ZOuYSA==", - "path": "microsoft.extensions.primitives/2.0.0", - "hashPath": "microsoft.extensions.primitives.2.0.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Extensions.WebEncoders/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1uuxqQ+XMybNuHeyfIsNuoaooyRtViPN4p0yBP74+HcqgB235EnHoS3n6BzcN7P3t0eUV7as2CelrauhWhtZcQ==", - "path": "microsoft.extensions.webencoders/2.0.2", - "hashPath": "microsoft.extensions.webencoders.2.0.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.IdentityModel.Clients.ActiveDirectory/3.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlyzF4FWsn3LXC6rrzw6Yg2nMbGLx+7JS9a6Z8n7jhqPa5cMiNEX01tBUO1v3A9p1mk+gQzHWJheAsSpOLp/ew==", - "path": "microsoft.identitymodel.clients.activedirectory/3.14.1", - "hashPath": "microsoft.identitymodel.clients.activedirectory.3.14.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Logging/1.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j7t22EsDOuo0IXqAbp6ijdB1GuaY8cu3YoPNZpymOhUMTVC+wRTV0IHqxL31HacCnJHU/igsqe70fDKZgZu3oA==", - "path": "microsoft.identitymodel.logging/1.1.4", - "hashPath": "microsoft.identitymodel.logging.1.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Protocols/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9aefRN9sL8XZo90Aix88IHHpAvfBl6UOiYpcKHiXbCYE2nB+zA3B8dZdNMOUH4pqXdnpYrHRDQZ2k7A4/CUgTQ==", - "path": "microsoft.identitymodel.protocols/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.2.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/2.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LF8JcG9BqGRwVjhu/IebuZQer6TJGDv2uxNnmg2Zkzh/d+MIC1ShsC1U3U7pVaw03SKyXmCgYm+JG0WM0mcOUw==", - "path": "microsoft.identitymodel.protocols.openidconnect/2.1.4", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.2.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.IdentityModel.Tokens/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SsJbZVPvjSlKFDAQmR2wpL6ZD/vCFlIsf0jxRlBJwyzKXZy3Wi/Xo+fE2MzAerLsJgG1UCdtplRwqDyq1euayw==", - "path": "microsoft.identitymodel.tokens/5.1.4", - "hashPath": "microsoft.identitymodel.tokens.5.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Net.Http.Headers/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CWxDFEQp3Qseugtue2hCsvAEVz+OLn39NfZllKXWPOEfY01xLaPlSta1oVGqoTAdakK6A+YibNhMv9lsf6y19Q==", - "path": "microsoft.net.http.headers/2.0.3", - "hashPath": "microsoft.net.http.headers.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Rest.ClientRuntime/2.3.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hj96LBoCwKY2VQKfSCVGGPV1sSumVjuYnrlpBwL4JSTnSK4b6ZxjLtXj8LgmKav8xJ2gps+UN7eI3hHVFKvBFw==", - "path": "microsoft.rest.clientruntime/2.3.8", - "hashPath": "microsoft.rest.clientruntime.2.3.8.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.Rest.ClientRuntime.Azure/3.3.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6u8JIuvrztse4tPOcvNzAJuzGBP0uY+Ijggk8ZYhp0siGEZ1XfZylf1vpNGUicvwcrhhoIgDW73Z1L6QGssr2g==", - "path": "microsoft.rest.clientruntime.azure/3.3.7", - "hashPath": "microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.VisualStudio.Web.BrowserLink/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jUOHGd7nVB/Zlh+sugV0jiNf2KCdfqAIpAje9V5JXGvmP1b3GKB4Vl2groWo+IUFTtFoRwUZpeYfR42w8Gexw==", - "path": "microsoft.visualstudio.web.browserlink/2.0.3", - "hashPath": "microsoft.visualstudio.web.browserlink.2.0.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==", - "path": "microsoft.win32.registry/4.4.0", - "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" - }, - "Newtonsoft.Json/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==", - "path": "newtonsoft.json/10.0.1", - "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Newtonsoft.Json.Bson/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==", - "path": "newtonsoft.json.bson/1.0.1", - "hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Remotion.Linq/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IJn0BqkvwEDpP+2qjvci7n4/a9f7DhKESLWb2/uG4xQh3rTkGTBUz69bI4IivCoKkTFAqjXxYDZw2K/npohjsw==", - "path": "remotion.linq/2.1.1", - "hashPath": "remotion.linq.2.1.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "path": "runtime.native.system.net.security/4.3.0", - "hashPath": "runtime.native.system.net.security.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-common.xml;aspnetcore-store-2.0.3.xml" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-win7-x64.xml" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.bundle_green/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Kw+n4CUhQ8S4YAPmpRUldO8S7c4LU7HHukJF0v5Sfggf8Ia9YVdIh0dYkMvKvS+DTX+OBORSMqPM0CGfAzFtVA==", - "path": "sqlitepclraw.bundle_green/1.1.7", - "hashPath": "sqlitepclraw.bundle_green.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.core/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u9k9ZFkyTU6CVyXWpRuuXOvKi/cy/xt1oGKVSW8aUKcTL4RdH34yFNtVykEeiR68ojIEvmoZfL51h/xx2IQk5g==", - "path": "sqlitepclraw.core/1.1.7", - "hashPath": "sqlitepclraw.core.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.lib.e_sqlite3.linux/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KRqMd1qLwJ4pzPybj8q95s+wV6jby5F0O/rp0vw3wa2Z2wHxRm0VqxS2Sejlr7Ctz+LxSr8DpNg1l1u6n/PAPA==", - "path": "sqlitepclraw.lib.e_sqlite3.linux/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.linux.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml" - }, - "SQLitePCLRaw.lib.e_sqlite3.osx/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hdZx1DKHbDi4li6abmJ+A29mxY8D6BcM0s8VMT8p4MWEyrj54CZFUm402jTV6OgZCsFGkbRFnuFdBXf4vSDO7g==", - "path": "sqlitepclraw.lib.e_sqlite3.osx/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.osx.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-osx-x64.xml" - }, - "SQLitePCLRaw.lib.e_sqlite3.v110_xp/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roIdTH4a4iFa08HOwTWnzj2QYBIpSZRYfLSvHjtbH67I4DSWregrd4jkSnoOuwC5GHG08FNahBfEx3HAsVqW+g==", - "path": "sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7", - "hashPath": "sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "SQLitePCLRaw.provider.e_sqlite3.netstandard11/1.1.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zdug2wETm6847337EtD8MoCAtOdwM6prEXL/UsJ97Zxvoeyk/gUpdtuFNBxgJzceuty0jymjxm5yur5QajdApg==", - "path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7", - "hashPath": "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.7.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "StackExchange.Redis.StrongName/1.2.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qrfSB1BnmM17V20A4yvvNA0HNiDgnBd/CcjaeMKMA4qtup1uuBUMyhl20oj31fRVo71E/fXTbmQCuM9ytBJs6w==", - "path": "stackexchange.redis.strongname/1.2.4", - "hashPath": "stackexchange.redis.strongname.1.2.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Swashbuckle.AspNetCore/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zsFkF1NPnRk41NQ3B/SOhp2zhF+AiCitWALqgEP+jy2fgIyslBLNSZMtBctKnJKqzGgyiye3no7GJrJ0MTHXdg==", - "path": "swashbuckle.aspnetcore/2.4.0", - "hashPath": "swashbuckle.aspnetcore.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gO+t8uBCQUDNjgAK5Mg56C5Pj88Z9WHBacm1njuMeDvbpEvFluNg8ocnDNYnwMcg1EcK8S+u+Xijzzf7PtpeXg==", - "path": "swashbuckle.aspnetcore.swagger/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swagger.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDaKa1kLGjVNYHnTtv3BT+yg8fVHf3HRgpY4bjhRcjtJJtCHejPFWUF3DoIDB4c5mmlZoAvqn6iOtQW+Qj4wOg==", - "path": "swashbuckle.aspnetcore.swaggergen/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggergen.2.4.0.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TwnD/Ibviaxvuemq1YssHruRuEQBoJFuWaONClth6ZSae9YcFyy00bWCjvXJvrlbmIDw3UKZwWQ5f+zGFIjaqw==", - "path": "swashbuckle.aspnetcore.swaggerui/2.4.0", - "hashPath": "swashbuckle.aspnetcore.swaggerui.2.4.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-71hw5RUJRu5+q/geUY69gpXD8Upd12cH+F3MwpXV2zle7Bqqkrmc1JblOTuvUcgmdnUtQvBlV5e1d6RH+H2lvA==", - "path": "system.collections.immutable/1.4.0", - "hashPath": "system.collections.immutable.1.4.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-29K3DQ+IGU7LBaMjTo7SI7T7X/tsMtLvz1p56LJ556Iu0Dw3pKZw5g8yCYCWMRxrOF0Hr0FU0FwW0o42y2sb3A==", - "path": "system.componentmodel.annotations/4.4.0", - "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.4.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==", - "path": "system.data.sqlclient/4.4.3", - "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.6.xml" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==", - "path": "system.diagnostics.diagnosticsource/4.4.1", - "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hLUU1N99aL9uyxiTraBnCKlpUKsbP/+5ygD7cswspH9/+M7fAAL0hRzt2aA4w7VEQlSSiu8j+xWFk3NRcqhfQQ==", - "path": "system.identitymodel.tokens.jwt/5.1.4", - "hashPath": "system.identitymodel.tokens.jwt.5.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Interactive.Async/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hZccYiIE5RS1/J9Tb/BNtosAGVggdlsJm4Ojdu+gDV0p4AIi+LUfUogMKkRacljQEJd2AG6vYzvcjhQFkqoZmw==", - "path": "system.interactive.async/3.1.1", - "hashPath": "system.interactive.async.3.1.1.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "path": "system.net.nameresolution/4.3.0", - "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Security/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", - "path": "system.net.security/4.3.0", - "hashPath": "system.net.security.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", - "path": "system.private.datacontractserialization/4.1.1", - "hashPath": "system.private.datacontractserialization.4.1.1.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==", - "path": "system.reflection.metadata/1.5.0", - "hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "path": "system.runtime.serialization.formatters/4.3.0", - "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", - "path": "system.runtime.serialization.json/4.0.2", - "hashPath": "system.runtime.serialization.json.4.0.2.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==", - "path": "system.security.accesscontrol/4.4.0", - "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/4.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1m+fKVrApgKYMRuE0MF0vGjqy4XqAp1rCtyAzMXhJajMDDytMh/rHk9hp4M7KKk3QQZoWJUvyUY7xcw74w+JiQ==", - "path": "system.security.cryptography.xml/4.4.2", - "hashPath": "system.security.cryptography.xml.4.4.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.8.xml" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==", - "path": "system.security.principal.windows/4.4.0", - "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512" - }, - "System.Spatial/5.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0RfZZJ8RlrfjoBPAF6pczX4Nd2kyLM8EX1PCP5Rqs/jOhJBUPYhpXjIsVAYN7kocj9IJ9XoJWAxWgXIDtJY2Ag==", - "path": "system.spatial/5.8.2", - "hashPath": "system.spatial.5.8.2.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l/tYeikqMHX2MD2jzrHDfR9ejrpTTF7wvAEbR51AMvzip1wSJgiURbDik4iv/w7ZgytmTD/hlwpplEhF9bmFNw==", - "path": "system.text.encodings.web/4.4.0", - "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPKfFGbpQsK5Srz2Kq3URgvC90yoOyBE8H1quDA2+MAJ2HAzFmV3biOgPv2Ck3mPAvdKngo3QHi2BNwUQDRVvA==", - "path": "system.threading.tasks.extensions/4.4.0", - "hashPath": "system.threading.tasks.extensions.4.4.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ==", - "path": "system.valuetuple/4.4.0", - "hashPath": "system.valuetuple.4.4.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", - "path": "system.xml.xmlserializer/4.0.11", - "hashPath": "system.xml.xmlserializer.4.0.11.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "WindowsAzure.Storage/8.1.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W6ZZ0/o7+3Qb77mRAQyLjPudHG3OMeeQ4p9yY13PUdJArmRCx2cLMm5F4tpIjJXxzHC0ew0oK7DMDGILMdfCnw==", - "path": "windowsazure.storage/8.1.4", - "hashPath": "windowsazure.storage.8.1.4.nupkg.sha512", - "runtimeStoreManifestName": "aspnetcore-store-2.0.0-linux-x64.xml;aspnetcore-store-2.0.0-osx-x64.xml;aspnetcore-store-2.0.0-win7-x64.xml;aspnetcore-store-2.0.0-win7-x86.xml" - }, - "Microsoft.NETCore.App/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", - "path": "microsoft.netcore.app/2.0.0", - "hashPath": "microsoft.netcore.app.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", - "path": "microsoft.netcore.dotnetapphost/2.0.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", - "path": "microsoft.netcore.dotnethostpolicy/2.0.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", - "path": "microsoft.netcore.dotnethostresolver/2.0.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", - "path": "netstandard.library/2.0.0", - "hashPath": "netstandard.library.2.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.dll deleted file mode 100644 index 7bf853d..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.pdb b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.pdb deleted file mode 100644 index 81abef8..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.pdb and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.runtimeconfig.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.runtimeconfig.json deleted file mode 100644 index a4f15ca..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/ServerLessLibraryAPI.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - }, - "configProperties": { - "System.GC.Server": true - } - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.Swagger.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100644 index f47e52c..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.SwaggerGen.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100644 index 97a9270..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.SwaggerUI.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100644 index 46d4979..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.dll deleted file mode 100644 index 330ef53..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/Swashbuckle.AspNetCore.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/System.Configuration.ConfigurationManager.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 8f9fd3c..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/System.Security.Cryptography.ProtectedData.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 2c177d4..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/appsettings.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/appsettings.json deleted file mode 100644 index 77e7a31..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/appsettings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ApplicationInsights": { - "InstrumentationKey": "d35b5caf-a276-467c-9ac7-f7f7d84ea171" - } -} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index df95234..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/web.config b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/web.config deleted file mode 100644 index bd290e3..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/web.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.4a4df2ee.css b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.4a4df2ee.css deleted file mode 100644 index 0a274e7..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.4a4df2ee.css +++ /dev/null @@ -1 +0,0 @@ -svg[data-v-eacd7b08]{margin-bottom:-3px;vertical-align:baseline}.st1[data-v-eacd7b08]{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:2}.line-clamp2{-webkit-line-clamp:2}.line-clamp2,.line-clamp4{-webkit-box-orient:vertical;display:-webkit-box}.line-clamp4{-webkit-line-clamp:4}.c-metadata-badge{border:1px solid #ccc;border-radius:3px;float:left}.c-downloads,.c-metadata-badge{color:#555;font-size:11px;margin:0 5px;padding:0 4px;text-transform:uppercase}.c-downloads{float:right}.sample{-ms-flex-direction:column;-ms-flex-pack:justify;-webkit-backface-visibility:hidden;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-pack:justify;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.08);-webkit-transform-origin:10% 50%;backface-visibility:hidden;background-color:#fff;box-shadow:0 6px 6px rgba(0,0,0,.08);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;flex-direction:column;justify-content:space-between;margin-left:1rem;margin-top:1rem;padding-top:.75rem;position:relative;transform-origin:10% 50%;width:100%;z-index:1}@media (min-width:600px){.sample{width:calc(33.33333% - 1rem)}}@media (min-width:600px) and (max-width:799px){.sample{width:calc(50% - 1.1rem)}}.sample-move{-webkit-transition:all .6s ease-in-out 50ms;transition:all .6s ease-in-out 50ms}.sample-enter-active{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.sample-leave-active{-webkit-transition:all .2s ease-in;position:absolute;transition:all .2s ease-in;z-index:0}.sample-enter,.sample-leave-to{opacity:0}.sample-enter{-webkit-transform:scale(.9);transform:scale(.9)}.sample__data{line-height:1.3}.sample__data .repo{font-weight:700;text-transform:uppercase}.sample__label{font-size:.8rem}.sample__info,.sample__rating{text-align:center}.sample__info{padding:0 .75rem}.sample__logo{height:3rem;margin:0 auto;width:3rem}.sample__name{height:2.9rem;margin:2rem .5rem 1rem;overflow:hidden;text-align:center;text-overflow:ellipsis}.sample__desc{height:5.5rem;overflow:hidden;padding:.5rem;text-align:left!important}.sample__details{-ms-flex-pack:justify;-webkit-box-pack:justify;background-color:rgba(197,208,209,.1);border-top:1px solid #dcdfe0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem .75rem}.sample__country:hover{cursor:pointer;text-decoration:underline}strong[data-v-7d578c9a]{margin-top:15px}.sm-item[data-v-7d578c9a]{border:1px solid #ccc;border-radius:4px;color:#555;font-size:13px;padding:.25rem .5rem}.theme-dark .c-search input[type=search][data-v-15dc917a]{background:transparent}.c-search input[type=search][data-v-15dc917a]{border:none;border-bottom:1px solid hsla(0,0%,100%,.3)}li[data-v-15dc917a]{list-style:none outside none}h4[data-v-15dc917a]{font-weight:400}menu[data-v-15dc917a]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding-left:0}.carot[data-v-15dc917a]{color:#81bdec;font-size:12px;width:14px}aside{color:#fff;height:100vh;left:0;padding:125px 1rem;position:fixed;top:0;width:275px}@media (max-width:700px){aside{display:none}}.nav{margin-top:50px}.nav h4{cursor:pointer;margin-right:15px;text-transform:capitalize}.nav__controls{display:-webkit-box;display:-ms-flexbox;display:flex}.nav__label{cursor:pointer;margin-left:1rem;padding:2px;position:relative;text-transform:capitalize;z-index:1}.nav__label:after{-webkit-transform:scale(0);-webkit-transition:-webkit-transform .15s ease-in-out;color:transparent;content:"\D7";display:inline-block;font-weight:400;transform:scale(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out;width:.5rem}.nav__label--clear{-webkit-transform:translate3d(-25%,0,0);-webkit-transition:all 275ms ease-in-out;color:#f68185;opacity:0;pointer-events:none;transform:translate3d(-25%,0,0);transition:all 275ms ease-in-out}.nav__label--filter~.nav__label--clear{-webkit-transform:translateZ(0);opacity:1;pointer-events:auto;transform:translateZ(0)}.nav__label--active:after,.nav__label--filter:after{-webkit-transform:scale(1);transform:scale(1)}.nav__label--active:after{color:#f68185;content:"\D7"}.azurelogo{height:30px;width:175px}.bottomgroup{bottom:-5px;height:85px;position:absolute}.logopadding{padding-top:20px}.dropdown{-webkit-transition:height .35s;height:0;overflow:hidden;position:relative;transition:height .35s}.dropdown-enter,.dropdown-leave-to{opacity:0}.dropdown-enter-to,.dropdown-leave{opacity:1}.dropdown-enter-active,.dropdown-leave-active{-webkit-transition:opacity .2s ease-in-out;position:absolute;transition:opacity .2s ease-in-out;width:100%}.dropdown-enter-active{-webkit-transition-delay:.1s;transition-delay:.1s}.filters{-ms-flex-align:start;-ms-flex-wrap:wrap;-webkit-box-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding:1rem}.filters__item{-webkit-transition:all 275ms;border:1px solid #888;border-radius:6px;cursor:pointer;font-size:.8rem;line-height:1.35;margin-right:.5rem;padding:.25rem .5rem .45rem;text-transform:uppercase;transition:all 275ms}.filters__item:hover{border-color:#3393de}.filters__item--active{background-color:#3393de;border-color:#3393de;color:#fff}.filters__rating{-ms-flex-align:center;-ms-flex-direction:column;-webkit-box-align:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;padding:1.5rem 0;width:100%}.filters__range{color:inherit;margin-top:1rem;width:200px}.filters__range::-webkit-slider-thumb{background-color:currentColor;border-radius:100%;height:.8rem;margin-top:calc(-.4rem + 2px);width:.8rem}.filters__range::-webkit-slider-runnable-track{background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#46d2c4));background-image:linear-gradient(90deg,#fff,#46d2c4);height:4px;width:100%}body{background:#ededed}.content{margin:0 auto;max-width:950px;position:relative}.content__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:1rem;padding-bottom:5rem;padding-right:1rem;position:relative}.scootover{margin-left:280px}@media (max-width:700px){.scootover{margin-left:0}}.m-area-heading{margin-bottom:30px}.msportalfx-svg-c14{fill:#7fba00}.msportalfx-svg-c15{fill:#59b4d9}.msportalfx-svg-c19{fill:#0072c6}.functionslogo{height:40px;width:35px}.logicappslogo{height:48px;width:40px}.header{padding-top:10px}.previewtag{color:grey;font-size:10px;font-style:italic;font-weight:700} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.818d7e39.css b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.818d7e39.css deleted file mode 100644 index a93890e..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.818d7e39.css +++ /dev/null @@ -1 +0,0 @@ -svg[data-v-eacd7b08]{margin-bottom:-3px;vertical-align:baseline}.st1[data-v-eacd7b08]{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:2}.line-clamp2{-webkit-line-clamp:2}.line-clamp2,.line-clamp4{-webkit-box-orient:vertical;display:-webkit-box}.line-clamp4{-webkit-line-clamp:4}.c-metadata-badge{border:1px solid #ccc;border-radius:3px;float:left}.c-downloads,.c-metadata-badge{color:#555;font-size:11px;margin:0 5px;padding:0 4px;text-transform:uppercase}.c-downloads{float:right}.sample{-ms-flex-direction:column;-ms-flex-pack:justify;-webkit-backface-visibility:hidden;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-pack:justify;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.08);-webkit-transform-origin:10% 50%;backface-visibility:hidden;background-color:#fff;box-shadow:0 6px 6px rgba(0,0,0,.08);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;flex-direction:column;justify-content:space-between;margin-left:1rem;margin-top:1rem;padding-top:.75rem;position:relative;transform-origin:10% 50%;width:100%;z-index:1}@media (min-width:600px){.sample{width:calc(33.33333% - 1rem)}}@media (min-width:600px) and (max-width:799px){.sample{width:calc(50% - 1.1rem)}}.sample-move{-webkit-transition:all .6s ease-in-out 50ms;transition:all .6s ease-in-out 50ms}.sample-enter-active{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.sample-leave-active{-webkit-transition:all .2s ease-in;position:absolute;transition:all .2s ease-in;z-index:0}.sample-enter,.sample-leave-to{opacity:0}.sample-enter{-webkit-transform:scale(.9);transform:scale(.9)}.sample__data{line-height:1.3}.sample__data .repo{font-weight:700;text-transform:uppercase}.sample__label{font-size:.8rem}.sample__info,.sample__rating{text-align:center}.sample__info{padding:0 .75rem}.sample__logo{height:3rem;margin:0 auto;width:3rem}.sample__name{height:2.9rem;margin:2rem .5rem 1rem;overflow:hidden;text-align:center;text-overflow:ellipsis}.sample__desc{height:5.5rem;overflow:hidden;padding:.5rem;text-align:left!important}.sample__details{-ms-flex-pack:justify;-webkit-box-pack:justify;background-color:rgba(197,208,209,.1);border-top:1px solid #dcdfe0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem .75rem}.sample__country:hover{cursor:pointer;text-decoration:underline}strong[data-v-125d81ec]{margin-top:15px}.sm-item[data-v-125d81ec]{border:1px solid #ccc;border-radius:4px;color:#555;font-size:13px;padding:.25rem .5rem}.theme-dark .c-search input[type=search][data-v-15dc917a]{background:transparent}.c-search input[type=search][data-v-15dc917a]{border:none;border-bottom:1px solid hsla(0,0%,100%,.3)}li[data-v-15dc917a]{list-style:none outside none}h4[data-v-15dc917a]{font-weight:400}menu[data-v-15dc917a]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding-left:0}.carot[data-v-15dc917a]{color:#81bdec;font-size:12px;width:14px}aside{color:#fff;height:100vh;left:0;padding:125px 1rem;position:fixed;top:0;width:275px}@media (max-width:700px){aside{display:none}}.nav{margin-top:50px}.nav h4{cursor:pointer;margin-right:15px;text-transform:capitalize}.nav__controls{display:-webkit-box;display:-ms-flexbox;display:flex}.nav__label{cursor:pointer;margin-left:1rem;padding:2px;position:relative;text-transform:capitalize;z-index:1}.nav__label:after{-webkit-transform:scale(0);-webkit-transition:-webkit-transform .15s ease-in-out;color:transparent;content:"\D7";display:inline-block;font-weight:400;transform:scale(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out;width:.5rem}.nav__label--clear{-webkit-transform:translate3d(-25%,0,0);-webkit-transition:all 275ms ease-in-out;color:#f68185;opacity:0;pointer-events:none;transform:translate3d(-25%,0,0);transition:all 275ms ease-in-out}.nav__label--filter~.nav__label--clear{-webkit-transform:translateZ(0);opacity:1;pointer-events:auto;transform:translateZ(0)}.nav__label--active:after,.nav__label--filter:after{-webkit-transform:scale(1);transform:scale(1)}.nav__label--active:after{color:#f68185;content:"\D7"}.azurelogo{height:30px;width:175px}.bottomgroup{bottom:-5px;height:85px;position:absolute}.logopadding{padding-top:20px}.dropdown{-webkit-transition:height .35s;height:0;overflow:hidden;position:relative;transition:height .35s}.dropdown-enter,.dropdown-leave-to{opacity:0}.dropdown-enter-to,.dropdown-leave{opacity:1}.dropdown-enter-active,.dropdown-leave-active{-webkit-transition:opacity .2s ease-in-out;position:absolute;transition:opacity .2s ease-in-out;width:100%}.dropdown-enter-active{-webkit-transition-delay:.1s;transition-delay:.1s}.filters{-ms-flex-align:start;-ms-flex-wrap:wrap;-webkit-box-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding:1rem}.filters__item{-webkit-transition:all 275ms;border:1px solid #888;border-radius:6px;cursor:pointer;font-size:.8rem;line-height:1.35;margin-right:.5rem;padding:.25rem .5rem .45rem;text-transform:uppercase;transition:all 275ms}.filters__item:hover{border-color:#3393de}.filters__item--active{background-color:#3393de;border-color:#3393de;color:#fff}.filters__rating{-ms-flex-align:center;-ms-flex-direction:column;-webkit-box-align:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;padding:1.5rem 0;width:100%}.filters__range{color:inherit;margin-top:1rem;width:200px}.filters__range::-webkit-slider-thumb{background-color:currentColor;border-radius:100%;height:.8rem;margin-top:calc(-.4rem + 2px);width:.8rem}.filters__range::-webkit-slider-runnable-track{background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#46d2c4));background-image:linear-gradient(90deg,#fff,#46d2c4);height:4px;width:100%}body{background:#ededed}.content{margin:0 auto;max-width:950px;position:relative}.content__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:1rem;padding-bottom:5rem;padding-right:1rem;position:relative}.scootover{margin-left:280px}@media (max-width:700px){.scootover{margin-left:0}}.m-area-heading{margin-bottom:30px}.msportalfx-svg-c14{fill:#7fba00}.msportalfx-svg-c15{fill:#59b4d9}.msportalfx-svg-c19{fill:#0072c6}.functionslogo{height:40px;width:35px}.logicappslogo{height:48px;width:40px}.header{padding-top:10px}.previewtag{color:grey;font-size:10px;font-style:italic;font-weight:700} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.a06a8fb9.css b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.a06a8fb9.css deleted file mode 100644 index b40d789..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/css/app.a06a8fb9.css +++ /dev/null @@ -1 +0,0 @@ -svg[data-v-531a8b99]{margin-bottom:-3px;vertical-align:baseline}.st1[data-v-531a8b99]{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:2}.c-metadata-badge{border:1px solid #ccc;border-radius:3px;color:#555;float:right;font-size:11px;margin:0 5px;padding:0 4px;text-transform:uppercase}.sample{-ms-flex-direction:column;-ms-flex-pack:justify;-webkit-backface-visibility:hidden;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-pack:justify;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.08);-webkit-transform-origin:10% 50%;backface-visibility:hidden;background-color:#fff;box-shadow:0 6px 6px rgba(0,0,0,.08);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;flex-direction:column;justify-content:space-between;margin-left:1rem;margin-top:1rem;padding-top:.75rem;position:relative;transform-origin:10% 50%;width:100%;z-index:1}@media (min-width:600px){.sample{width:calc(33.33333% - 1rem)}}@media (min-width:600px) and (max-width:799px){.sample{width:calc(50% - 1.1rem)}}.sample-move{-webkit-transition:all .6s ease-in-out 50ms;transition:all .6s ease-in-out 50ms}.sample-enter-active{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.sample-leave-active{-webkit-transition:all .2s ease-in;position:absolute;transition:all .2s ease-in;z-index:0}.sample-enter,.sample-leave-to{opacity:0}.sample-enter{-webkit-transform:scale(.9);transform:scale(.9)}.sample__data{line-height:1.3}.sample__data .repo{font-weight:700;text-transform:uppercase}.sample__label{font-size:.8rem}.sample__info,.sample__rating{text-align:center}.sample__info{padding:0 .75rem}.sample__logo{height:3rem;margin:0 auto;width:3rem}.sample__name{height:2.5rem;margin:2rem .5rem 1rem;text-align:center}.sample__desc{height:5.5rem;overflow:hidden;padding:.5rem;text-align:left!important;text-align:center}.sample__details{-ms-flex-pack:justify;-webkit-box-pack:justify;background-color:rgba(197,208,209,.1);border-top:1px solid #dcdfe0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem .75rem}.sample__country:hover{cursor:pointer;text-decoration:underline}strong[data-v-5642ecfe]{margin-top:15px}.sm-item[data-v-5642ecfe]{border:1px solid #ccc;border-radius:4px;color:#555;font-size:13px;padding:.25rem .5rem}.theme-dark .c-search input[type=search][data-v-57458003]{background:transparent}.c-search input[type=search][data-v-57458003]{border:none;border-bottom:1px solid hsla(0,0%,100%,.3)}li[data-v-57458003]{list-style:none outside none}h4[data-v-57458003]{font-weight:400}menu[data-v-57458003]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding-left:0}.carot[data-v-57458003]{color:#81bdec;font-size:12px;width:14px}aside{color:#fff;height:100vh;left:0;padding:125px 1rem;position:fixed;top:0;width:275px}@media (max-width:700px){aside{display:none}}.nav{margin-top:50px}.nav h4{cursor:pointer;margin-right:15px;text-transform:capitalize}.nav__controls{display:-webkit-box;display:-ms-flexbox;display:flex}.nav__label{cursor:pointer;margin-left:1rem;padding:2px;position:relative;text-transform:capitalize;z-index:1}.nav__label:after{-webkit-transform:scale(0);-webkit-transition:-webkit-transform .15s ease-in-out;color:transparent;content:"\D7";display:inline-block;font-weight:400;transform:scale(0);transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out;width:.5rem}.nav__label--clear{-webkit-transform:translate3d(-25%,0,0);-webkit-transition:all 275ms ease-in-out;color:#f68185;opacity:0;pointer-events:none;transform:translate3d(-25%,0,0);transition:all 275ms ease-in-out}.nav__label--filter~.nav__label--clear{-webkit-transform:translateZ(0);opacity:1;pointer-events:auto;transform:translateZ(0)}.nav__label--active:after,.nav__label--filter:after{-webkit-transform:scale(1);transform:scale(1)}.nav__label--active:after{color:#f68185;content:"\D7"}.dropdown{-webkit-transition:height .35s;height:0;overflow:hidden;position:relative;transition:height .35s}.dropdown-enter,.dropdown-leave-to{opacity:0}.dropdown-enter-to,.dropdown-leave{opacity:1}.dropdown-enter-active,.dropdown-leave-active{-webkit-transition:opacity .2s ease-in-out;position:absolute;transition:opacity .2s ease-in-out;width:100%}.dropdown-enter-active{-webkit-transition-delay:.1s;transition-delay:.1s}.filters{-ms-flex-align:start;-ms-flex-wrap:wrap;-webkit-box-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding:1rem}.filters__item{-webkit-transition:all 275ms;border:1px solid #888;border-radius:6px;cursor:pointer;font-size:.8rem;line-height:1.35;margin-right:.5rem;padding:.25rem .5rem .45rem;text-transform:uppercase;transition:all 275ms}.filters__item:hover{border-color:#3393de}.filters__item--active{background-color:#3393de;border-color:#3393de;color:#fff}.filters__rating{-ms-flex-align:center;-ms-flex-direction:column;-webkit-box-align:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;padding:1.5rem 0;width:100%}.filters__range{color:inherit;margin-top:1rem;width:200px}.filters__range::-webkit-slider-thumb{background-color:currentColor;border-radius:100%;height:.8rem;margin-top:calc(-.4rem + 2px);width:.8rem}.filters__range::-webkit-slider-runnable-track{background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#46d2c4));background-image:linear-gradient(90deg,#fff,#46d2c4);height:4px;width:100%}body{background:#ededed}.content{margin:0 auto;max-width:950px;position:relative}.content__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-top:1rem;padding-bottom:5rem;padding-right:1rem;position:relative}.scootover{margin-left:280px}@media (max-width:700px){.scootover{margin-left:0}}.m-area-heading{margin-bottom:30px} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/favicon.ico b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/favicon.ico deleted file mode 100644 index c7b9a43..0000000 Binary files a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/favicon.ico and /dev/null differ diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/index.html b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/index.html deleted file mode 100644 index a5c9b6c..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/index.html +++ /dev/null @@ -1 +0,0 @@ -Functions SamplesSkip to main content
\ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/items.json b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/items.json deleted file mode 100644 index e18c2d2..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/items.json +++ /dev/null @@ -1,386 +0,0 @@ -[ - { - "title": "OpenALPR License Plate Reader", - "template": "https://raw.githubusercontent.com/anthonychu/azure-functions-openalpr/master/azuredeploy.json", - "repository": "https://github.com/anthonychu/azure-functions-openalpr", - "description": "App for reading license plate info from a photo.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Stripe Payment Service", - "template": "https://raw.githubusercontent.com/toolboc/stripe-function/master/azuredeploy.json", - "repository": "https://github.com/toolboc/stripe-function", - "description": "Allows for incorporating Stripe payment functionality as a callable web service.", - "language": "javascript", - "type": "functionapp", - "blog": "http://pjdecarlo.com/2017/06/super-cheap-subscription-and-payment-services-with-stripe-on-microsoft-azure-using-serverless-code-via-azure-functions-node-js.html", - "authortype": "Microsoft" - }, - { - "title": "LIFX Light Bulb color changer", - "template": "https://raw.githubusercontent.com/jefking/weather-bulb/master/azuredeploy.json", - "repository": "https://github.com/burkeholland/weather-bulb", - "description": "Timers that set the color of an LIFX bulb based on the outside temperature.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "CosmoDB", - "template": "https://raw.githubusercontent.com/nastassiar/crudfunctions/master/azure-deploy.json", - "repository": "https://github.com/nastassiar/crudfunctions", - "description": "An HTTP API for CRUD operations against CosmosDB. (So boring, why would you write it yourself?!!)", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "What to Bring", - "template": "https://raw.githubusercontent.com/ricardodsanchez/WhatToBring/master/azuredeploy.json", - "repository": "https://github.com/ricardodsanchez/WhatToBring", - "description": "Returns a list of what items you should bring when traveling to certain cities.", - "language": "javascript", - "type": "functionapp", - "blog": "https://ricardodsanchez.com/what-can-you-do-with-azure-functions-heres-one-example/", - "authortype": "Community" - }, - { - "title": "Tug of War", - "template": "https://raw.githubusercontent.com/joescars/TugOfWar-FunctionsDemo/master/azuredeploy.json", - "repository": "https://github.com/joescars/TugOfWar-FunctionsDemo", - "description": "This simple demo game is used to teach basic concepts around building Azure Functions with node.js.", - "blog": "https://aka.ms/aztugofwar", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Purolator Package Tracker", - "template": "https://raw.githubusercontent.com/akos-sebestyen/purolator-tracker/master/azuredeploy.json", - "repository": "https://github.com/akos-sebestyen/purolator-tracker", - "description": "App for tracking Purolator shipments.", - "language": "javascript", - "type": "functionapp", - "authortype": "Community" - }, - { - "title": "Raffle", - "template": "https://raw.githubusercontent.com/anthonychu/azure-functions-raffle/master/azuredeploy.portal.json", - "repository": "https://github.com/anthonychu/azure-functions-raffle", - "description": "A simple raffle application.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Cognitive Services: Smart Thumbnails", - "template": "https://raw.githubusercontent.com/jefking/fn-smart-thumbnail/master/azuredeploy.json", - "repository": "https://github.com/jefking/fn-smart-thumbnail", - "description": "Test your own images in bulk against Microsoft Cognitive Services: Smart Thumbnail API.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Cognitive Services: Computer Vision", - "template": "https://raw.githubusercontent.com/jefking/fn-computer-vision/master/azuredeploy.json", - "repository": "https://github.com/jefking/fn-computer-vision", - "description": "Test your own images in bulk against Microsoft Cognitive Services: Computer Vision API.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Cognitive Services: OCR", - "template": "https://raw.githubusercontent.com/nastassiar/CognitiveServicesOCRFunction/master/azuredeploy.json", - "repository": "https://github.com/nastassiar/RecognizeTextFunction", - "description": "Test your own images in bulk against Microsoft Cognitive Services: OCR.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "HTTP: Generate SAS Token", - "template": "https://raw.githubusercontent.com/Azure-Samples/functions-node-sas-token/master/azuredeploy.json", - "repository": "https://github.com/Azure-Samples/functions-node-sas-token", - "description": "This is a sample HTTP trigger Azure Function that returns a SAS token for Azure Storage for the specified container, blob, and permissions.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Blob: PDF Extraction to Search", - "template": "https://raw.githubusercontent.com/m-gagne/PDF2AzSearch/master/azuredeploy.json", - "repository": "https://github.com/m-gagne/PDF2AzSearch", - "description": "This Azure Function binds to an Azure Storage container to process PDF files, extract metadata (using Regular Expressions), stores the result in DocumentDB (extracted text + captured metadata) which can then be used by Azure Search", - "language": "javascript", - "type": "functionapp", - "authortype": "Community" - }, - { - "title": "HTTP: Entity to SQL", - "template": "https://raw.githubusercontent.com/AzureBytes/functionsstorsql/master/deploy/azuredeploy.json", - "repository": "https://github.com/AzureBytes/functionsstorsql/tree/master/src/WebToDatabase", - "description": "Stores a queue message in SQL Database; uses Entity Framework.", - "language": "csharp", - "type": "functionapp", - "authortype": "Community" - }, - { - "title": "Blob: Image Resize", - "template": "https://raw.githubusercontent.com/jefking/fl-image-resize/master/azuredeploy.json", - "repository": "https://github.com/jefking/fl-image-resize", - "description": "The easiest way to resize images stored in Blob Storage (on Azure); uses ImageProcessor.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Slack: User Change Alerts", - "template": "https://raw.githubusercontent.com/anthonychu/slack-user-change-alerts/master/azuredeploy.portal.json", - "repository": "https://github.com/anthonychu/slack-user-change-alerts/tree/master/src/SlackUserChangeAlerts.Function", - "description": "Sends a Slackbot notification to specified users or channels when users are added or removed from Slack.", - "language": "csharp", - "blog": "https://github.com/cfe84/slack-users-change-alerts", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "EventHub: Closed Loop for IoT Hub", - "template": "https://raw.githubusercontent.com/khilscher/AzureFunctions/master/ClosedLoopFunction/deploy/azuredeploy.json", - "repository": "https://github.com/khilscher/AzureFunctions", - "description": "The Closed-Loop function binds to the Event Hub compatible name of an IoT Hub. Each message into the IoT Hub will trigger the function. The sample function reads the JSON message payload, deserializes it, adds the two integer values (DataPoint1 and DataPoint2), and sends the sum back to the device, via IoT Hub, using a C2D message.", - "addTemplate": "https://raw.githubusercontent.com/fashaikh/AzureFunctions/master/ClosedLoopFunction/deploy/addfunction.json", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "HTTP: Static Web Server", - "template": "https://raw.githubusercontent.com/anthonychu/azure-functions-static-file-server/master/azuredeploy.portal.json", - "repository": "https://github.com/anthonychu/azure-functions-static-file-server", - "description": "Serves a static website from a www root with a default index.html page.", - "blog": "http://anthonychu.ca/post/azure-functions-static-file-server", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Blob: Static Web Server", - "template": "https://raw.githubusercontent.com/jefking/fl-default-static/master/azuredeploy.json", - "repository": "https://github.com/jefking/fl-default-static", - "description": "Defaults page (index.htm) for containers. No need for compute on top of raw storage; if you are running static sites.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Blob: Static Server with CDN", - "template": "https://raw.githubusercontent.com/jefking/fl-default-static/master/azuredeploy.cdn.json", - "repository": "https://github.com/jefking/fl-default-static", - "description": "Defaults page (index.htm) for containers. No need for compute on top of raw storage; if you are running static sites. This deployment contains a CDN layered 'over top' of the function.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "On-demand calculation of Azure consumption cost", - "template": "https://raw.githubusercontent.com/Azure-Samples/consumption-cost-node/master/azuredeploy.json", - "repository": "https://github.com/Azure-Samples/consumption-cost-node", - "description": "This sample demonstrates how to use the Azure billing commerce APIs to find consumption cost per subscription and resource-groups.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "SQL Stored Procedure on a schedule", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-sql-proc/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sql-proc", - "description": "This template allows you to create a Logic App that will run a SQL stored procedure on schedule. Any arguments for the procedure can be put into the body section of the template.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Send email with Logic app", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-sendgrid/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sendgrid", - "description": "This template allows you to create a Logic app that sends an email. You can add an additional triggers or actions to customize it to your needs.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Copy FTP files to Blob", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-ftp-to-blob/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-ftp-to-blob", - "description": "This template allows you to create a Logic app that listens to a folder on an FTP server and will copy it to an Azure Blob container. You can add an additional triggers or actions to customize it to your needs.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "HTTP: to Storage Queue", - "template": "https://raw.githubusercontent.com/jefking/fn-http-queue-s/master/azuredeploy.json", - "repository": "https://github.com/jefking/fn-http-queue-s", - "description": "Posted messages get added to Azure Storage Queue.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "HTTP: to Service Bus Queue", - "template": "https://raw.githubusercontent.com/jefking/fn-http-queue-sb/master/azuredeploy.json", - "repository": "https://github.com/jefking/fn-http-queue-sb", - "description": "Posted messages get added to Azure Service Bus Queue.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "HTTP: to Service Bus Topic", - "template": "https://raw.githubusercontent.com/jefking/fn-http-topic/master/azuredeploy.json", - "repository": "https://github.com/jefking/fn-http-topic", - "description": "Posted messages get added to Azure Service Bus Topic.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Webhook: to Service Bus Queue", - "template": "https://raw.githubusercontent.com/jefking/fn-webhook-queue/master/azuredeploy.json", - "repository": "https://github.com/jefking/fn-webhook-queue", - "description": "Posted Body gets added to Azure Service Bus Queue.", - "language": "javascript", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Reddit Poller", - "template": "https://raw.githubusercontent.com/jefking/RedditPoller/master/azuredeploy.json", - "repository": "https://github.com/isaac2004/RedditPoller", - "description": "Scheduled email notifications of Reddit Posts", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Media Services: Integrating Azure Media Services", - "template": "https://raw.githubusercontent.com/jefking/media-services-dotnet-functions-integration/master/azuredeploy.json", - "repository": "https://github.com/Azure-Samples/media-services-dotnet-functions-integration", - "description": "Sample for use with Azure Media Services. Ingest from Azure Blobs, encode and output to Azure Blobs, monitor encoding progress, and use WebHooks or Queues to hook into the workflow.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "CoderCards: trading card generator", - "template": "https://raw.githubusercontent.com/Azure-Samples/functions-dotnet-codercards/master/AzureDeploy/azuredeploy.json", - "repository": "https://github.com/Azure-Samples/functions-dotnet-codercards", - "description": "CoderCards is a geek trading card generator. It uses Microsoft Cognitive Services to detect the predominant emotion in a face, which is used to choose a card back.", - "language": "csharp", - "type": "functionapp", - "authortype": "Microsoft" - }, - { - "title": "Call an Azure Function from a Logic App", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-and-function-app/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-and-function-app", - "description": "This template creates a Serverless app in Azure with Logic Apps and Functions. The Logic App triggers on an HTTP POST, calls the Azure Function, and returns the response.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Create a Logic App", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-create/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-create", - "description": "Create a Logic App from a template", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "XSLT with parameters", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-xslt-with-params/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-xslt-with-params", - "description": "This template creates a request-response Logic App which performs XSLT based transformation. The XSLT map takes primitives (integer, string etc.) as input parameters as uses them during XML transformation.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "VETER Pipeline", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-veter-pipeline/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-veter-pipeline", - "description": "This template creates a VETER pipeline using Logic Apps.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Webhook with transform capabilities", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-transform-function/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-transform-function", - "description": "This template creates a webhook based C# azure function with transform capabilites to use in logic apps integration scenarios.", - "language": "csharp", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Call an API protected by AAD", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-custom-api/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-custom-api", - "description": "Call into your own custom API that can run your own code.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "B2B Disaster Recovery replication", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-b2b-disaster-recovery-replication/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-b2b-disaster-recovery-replication", - "description": "This template demonstrates B2B Disaster Recovery replication using Logic Apps.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "AS2 Send Receive", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-as2-send-receive/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-as2-send-receive", - "description": "This template demonstrates AS2 Send Receive using Logic Apps.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Adds item to queue when alert fires", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-alert-to-queue-with-logic-app/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-queue-with-logic-app", - "description": "Add the alert payload you pass to an Azure Storage queue that you specify.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Posts on Slack when alert fires", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-alert-to-slack-with-logic-app/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-slack-with-logic-app", - "description": "When the Alert is triggered, it will post a message to a slack channel that you specify", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - }, - { - "title": "Send SMS when alert fires", - "template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-alert-to-text-message-with-logic-app/azuredeploy.json", - "repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-text-message-with-logic-app", - "description": "When the Alert is triggered, it will send you a text message with the details of the alert.", - "language": "na", - "type": "logicapp", - "authortype": "Microsoft" - } -] diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.3306e4e1.js b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.3306e4e1.js deleted file mode 100644 index 71ccb51..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.3306e4e1.js +++ /dev/null @@ -1,2 +0,0 @@ -(function(t){function e(e){for(var r,i,l=e[0],c=e[1],o=e[2],f=0,p=[];f0&&(t=t.filter(function(t){return t.language===String(e.language)})),e.type&&e.type.length>0&&(t=t.filter(function(t){return t.type===String(e.type)})),t}},created:function(){var t=this;fetch("https://serverlesslibrarytest.azurewebsites.net/api/Library").then(function(t){return t.json()}).then(function(e){t.samples=e,e.forEach(function(e){var n=e.language,r=e.type;t.$set(t.filters.language,n,!1),t.$set(t.filters.type,r,!1)})})}},k=j,F=(n("XAuw"),Object(p["a"])(k,s,a,!1,null,null,null)),E=F.exports;r["a"].config.productionTip=!1,new r["a"]({render:function(t){return t(E)}}).$mount("#app")},XAuw:function(t,e,n){"use strict";var r=n("EG/1"),s=n.n(r);s.a},nKcf:function(t,e,n){"use strict";var r=n("Qrme"),s=n.n(r);s.a},oCzr:function(t,e,n){"use strict";var r=n("sjva"),s=n.n(r);s.a},pT2w:function(t,e,n){},sjva:function(t,e,n){}}); -//# sourceMappingURL=app.3306e4e1.js.map \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.3306e4e1.js.map b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.3306e4e1.js.map deleted file mode 100644 index f08912e..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.3306e4e1.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/components/AppItem.vue?99b1","webpack:///./src/components/AppIcon.vue?3ad3","webpack:///./src/components/AppItem.vue?3e96","webpack:///./src/App.vue?2ec7","webpack:///./src/components/AppItem.vue?a0f5","webpack:///./src/components/AppIcon.vue?b1e5","webpack:///src/components/AppIcon.vue","webpack:///./src/components/AppIcon.vue?4ff8","webpack:///./src/components/AppIcon.vue","webpack:///src/components/AppItem.vue","webpack:///./src/components/AppItem.vue?9073","webpack:///./src/components/AppItem.vue","webpack:///./src/components/AppSidebar.vue?1566","webpack:///src/components/AppSidebar.vue","webpack:///./src/components/AppSidebar.vue?09f0","webpack:///./src/components/AppSidebar.vue","webpack:///src/App.vue","webpack:///./src/App.vue?a7d1","webpack:///./src/App.vue","webpack:///./src/main.js","webpack:///./src/App.vue?04fa","webpack:///./src/components/AppSidebar.vue?1a48","webpack:///./src/components/AppSidebar.vue?a1b6"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","0","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","window","oldJsonpFunction","slice","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppItem_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppIcon_vue_vue_type_style_index_0_id_531a8b99_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppItem_vue_vue_type_style_index_1_id_5642ecfe_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default","Appvue_type_template_id_2ddc150e_render","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","samples","filters","on","updateFilters","$event","updatedFilters","id","_m","list","staticRenderFns","data-grid","_v","AppItemvue_type_template_id_5642ecfe_scoped_true_render","tag","_l","item","title","aria-label","_s","description","class","f-highlight","language","f-accent","f-lowlight","staticStyle","text-transform","type","href","repository","AppItemvue_type_template_id_5642ecfe_scoped_true_staticRenderFns","AppIconvue_type_template_id_531a8b99_scoped_true_render","xmlns","xmlns:xlink","viewBox","width","height","AppIconvue_type_template_id_531a8b99_scoped_true_staticRenderFns","AppIconvue_type_script_lang_js_","props","Number","default","components_AppIconvue_type_script_lang_js_","component","componentNormalizer","AppIcon","AppItemvue_type_script_lang_js_","components","required","components_AppItemvue_type_script_lang_js_","AppItem_component","AppItem","AppSidebarvue_type_template_id_57458003_scoped_true_render","autocomplete","submit","preventDefault","capturetext","directives","rawName","expression","role","placeholder","domProps","input","target","composing","searchtext","activeFilters","filtertext","_e","active","menu","nav__label--active","nav__label--filter","click","setMenu","clearAllFilters","style","options","filter","menus","ref","refInFor","option","filters__item--active","setFilter","AppSidebarvue_type_template_id_57458003_scoped_true_staticRenderFns","AppSidebarvue_type_script_lang_js_","dropdown","activeText","computed","activeMenu","_this","keys","reduce","$$","set","_this$filters","methods","console","log","_this2","setTimeout","clearFilter","except","_this3","forEach","_this4","tab","watch","index","from","_this5","$nextTick","$refs","concat","clientHeight","$emit","components_AppSidebarvue_type_script_lang_js_","AppSidebar_component","AppSidebar","Appvue_type_script_lang_js_","temp","x","RegExp","el","match","String","created","fetch","then","response","json","_ref","$set","src_Appvue_type_script_lang_js_","App_component","App","vue_runtime_esm","config","productionTip","render","h","$mount","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppSidebar_vue_vue_type_style_index_0_id_57458003_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppSidebar_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0___default"],"mappings":"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","file":"js/app.3306e4e1.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t0: 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([0,1]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=style&index=0&id=531a8b99&scoped=true&lang=css&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=style&index=0&id=531a8b99&scoped=true&lang=css&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=1&id=5642ecfe&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=1&id=5642ecfe&lang=scss&scoped=true&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"scootover\"},[_c('app-sidebar',{attrs:{\"samples\":_vm.samples,\"filters\":_vm.filters},on:{\"updateFilters\":function($event){_vm.updatedFilters = $event}}}),_c('main',{staticClass:\"content\",attrs:{\"id\":\"mainContent\"}},[_vm._m(0),_c('AppItem',{attrs:{\"samples\":_vm.list}})],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"m-area-heading\",attrs:{\"data-grid\":\"col-12\"}},[_c('h2',{staticClass:\"c-heading\"},[_vm._v(\"⚡️ Azure Functions Explorer ️\")]),_c('p',[_vm._v(\"An open source set of common use cases for Azure Functions & Logic Apps that are ready to deploy!\")])])}]\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition-group',{staticClass:\"content__list\",attrs:{\"name\":\"sample\",\"tag\":\"ul\"}},_vm._l((_vm.samples),function(item){return _c('li',{key:item.title,staticClass:\"sample\"},[_c('div',{staticClass:\"sample__info\"},[_c('span',{staticClass:\"c-metadata-badge\",attrs:{\"aria-label\":\"Microsoft Approved\"}},[_vm._v(\"Approved\")]),_c('h3',{staticClass:\"sample__name\"},[_vm._v(_vm._s(item.title))]),_c('p',{staticClass:\"sample__desc\"},[_vm._v(_vm._s(item.description))]),_c('strong',{staticClass:\"c-badge f-small\",class:{\n 'f-highlight' : item.language === 'javascript',\n 'f-accent' : item.language === 'csharp',\n 'f-lowlight' : item.language === 'na'\n },staticStyle:{\"text-transform\":\"uppercase\"}},[_vm._v(\"\\n \"+_vm._s(item.language)+\"\\n \")])]),_c('ul',{staticClass:\"sample__details\"},[_c('li',{staticClass:\"sample__data sm-item\"},[_vm._v(\"\\n \"+_vm._s(item.type)+\"\\n \")]),_c('li',{staticClass:\"sample__data\"},[_c('a',{staticClass:\"repo\",attrs:{\"href\":item.repository}},[_c('span',[_vm._v(\"Repo \"),_c('app-icon')],1)])])])])}))}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink\",\"viewBox\":\"0 0 48 48\",\"width\":_vm.width,\"height\":_vm.width}},[_c('path',{staticClass:\"st1\",attrs:{\"d\":\"M35.8,12v19c0,0.6-0.4,1-1,1s-1-0.4-1-1V14.4L14,34.2c-0.2,0.2-0.5,0.3-0.7,0.3s-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4 L32.3,13H15.8c-0.6,0-1-0.4-1-1s0.4-1,1-1h19c0.1,0,0.3,0,0.4,0.1c0.2,0.1,0.4,0.3,0.5,0.5C35.7,11.7,35.8,11.9,35.8,12z\"}})])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppIcon.vue?vue&type=template&id=531a8b99&scoped=true&\"\nimport script from \"./AppIcon.vue?vue&type=script&lang=js&\"\nexport * from \"./AppIcon.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppIcon.vue?vue&type=style&index=0&id=531a8b99&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"531a8b99\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppItem.vue?vue&type=template&id=5642ecfe&scoped=true&\"\nimport script from \"./AppItem.vue?vue&type=script&lang=js&\"\nexport * from \"./AppItem.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppItem.vue?vue&type=style&index=0&lang=scss&\"\nimport style1 from \"./AppItem.vue?vue&type=style&index=1&id=5642ecfe&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"5642ecfe\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',{staticClass:\"theme-dark\"},[_c('h4',[_vm._v(\"Find a function from a keyword\")]),_c('form',{staticClass:\"c-search\",attrs:{\"autocomplete\":\"off\",\"name\":\"form1\"},on:{\"submit\":function($event){$event.preventDefault();return _vm.capturetext($event)}}},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.searchtext),expression:\"searchtext\"}],attrs:{\"aria-label\":\"Enter your search\",\"type\":\"search\",\"name\":\"search-field\",\"role\":\"searchbox\",\"placeholder\":\"Search\"},domProps:{\"value\":(_vm.searchtext)},on:{\"input\":function($event){if($event.target.composing){ return; }_vm.searchtext=$event.target.value}}}),_vm._m(0)]),(_vm.activeText)?_c('p',[_vm._v(_vm._s(_vm.activeFilters.filtertext))]):_vm._e(),_c('nav',{staticClass:\"nav\"},[_c('menu',[_vm._l((_vm.menus),function(active,menu){return _c('h4',{key:menu,class:{\n 'nav__label--active' : active,\n 'nav__label--filter': _vm.activeFilters[menu].length\n },on:{\"click\":function($event){_vm.setMenu(menu, active)}}},[_vm._v(\"\\n \"+_vm._s(menu)+\" \"),(!active)?_c('span',{staticClass:\"carot\"},[_vm._v(\"▼\")]):_vm._e()])}),_c('li',{staticClass:\"nav__label nav__label--clear\",on:{\"click\":_vm.clearAllFilters}},[_vm._v(\"Clear all\")])],2)]),_c('transition-group',{staticClass:\"dropdown\",style:(_vm.dropdown),attrs:{\"name\":\"dropdown\",\"tag\":\"section\"}},_vm._l((_vm.filters),function(options,filter){return _c('menu',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.menus[filter]),expression:\"menus[filter]\"}],key:filter,ref:\"menu\",refInFor:true,staticClass:\"filters\"},_vm._l((options),function(active,option){return _c('li',{key:option,staticClass:\"filters__item\",class:{ 'filters__item--active': active },on:{\"click\":function($event){_vm.setFilter(filter, option)}}},[_vm._v(\"\\n \"+_vm._s(option)+\"\\n \")])}))}))],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',{staticClass:\"c-glyph\",attrs:{\"name\":\"search-button\"}},[_c('span',{staticClass:\"x-screen-reader\"},[_vm._v(\"Search\")])])}]\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppSidebar.vue?vue&type=template&id=57458003&scoped=true&\"\nimport script from \"./AppSidebar.vue?vue&type=script&lang=js&\"\nexport * from \"./AppSidebar.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppSidebar.vue?vue&type=style&index=0&id=57458003&lang=scss&scoped=true&\"\nimport style1 from \"./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"57458003\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=2ddc150e&\"\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import Vue from 'vue'\r\nimport App from './App.vue'\r\n\r\nVue.config.productionTip = false\r\n\r\nnew Vue({\r\n render: h => h(App)\r\n}).$mount('#app')\r\n","import mod from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=0&id=57458003&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=0&id=57458003&lang=scss&scoped=true&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=1&lang=scss&\""],"sourceRoot":""} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.883eda31.js b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.883eda31.js deleted file mode 100644 index 7d9ee20..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.883eda31.js +++ /dev/null @@ -1,2 +0,0 @@ -(function(t){function e(e){for(var s,l,i=e[0],c=e[1],o=e[2],p=0,f=[];p0&&(t=t.filter(function(t){return t.language===String(e.language)})),e.type&&e.type.length>0&&(t=t.filter(function(t){return t.type===String(e.type)})),t=t.sort(function(t,e){return e.totaldownloads-t.totaldownloads}),t}},created:function(){var t=this;fetch("https://www.serverlesslibrary.net/api/Library").then(function(t){return t.json()}).then(function(e){t.samples=e,e.forEach(function(e){var a=e.language,s=e.type;t.$set(t.filters.language,a,!1),t.$set(t.filters.type,s,!1)})})}},M=V,k=(a("XAuw"),Object(f["a"])(M,r,n,!1,null,null,null)),L=k.exports;s["a"].config.productionTip=!1,new s["a"]({render:function(t){return t(L)}}).$mount("#app")},XAuw:function(t,e,a){"use strict";var s=a("EG/1"),r=a.n(s);r.a},ZrrQ:function(t,e,a){"use strict";var s=a("wlF/"),r=a.n(s);r.a},oCzr:function(t,e,a){"use strict";var s=a("sjva"),r=a.n(s);r.a},sjva:function(t,e,a){},"wlF/":function(t,e,a){},yjGr:function(t,e,a){},zw5c:function(t,e,a){"use strict";var s=a("yjGr"),r=a.n(s);r.a}}); -//# sourceMappingURL=app.883eda31.js.map \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.883eda31.js.map b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.883eda31.js.map deleted file mode 100644 index f53979e..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.883eda31.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/components/AppItem.vue?99b1","webpack:///./src/components/AppSidebar.vue?ba9b","webpack:///./src/App.vue?4cfe","webpack:///./src/components/AppItem.vue?5438","webpack:///./src/components/AppIcon.vue?fe96","webpack:///src/components/AppIcon.vue","webpack:///./src/components/AppIcon.vue?4ff8","webpack:///./src/components/AppIcon.vue","webpack:///src/components/AppItem.vue","webpack:///./src/components/AppItem.vue?9073","webpack:///./src/components/AppItem.vue","webpack:///./src/components/AppSidebar.vue?4b7c","webpack:///src/components/AppSidebar.vue","webpack:///./src/components/AppSidebar.vue?09f0","webpack:///./src/components/AppSidebar.vue","webpack:///src/App.vue","webpack:///./src/App.vue?a7d1","webpack:///./src/App.vue","webpack:///./src/main.js","webpack:///./src/App.vue?04fa","webpack:///./src/components/AppItem.vue?926c","webpack:///./src/components/AppSidebar.vue?a1b6","webpack:///./src/components/AppIcon.vue?4b17"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","0","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","window","oldJsonpFunction","slice","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppItem_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppSidebar_vue_vue_type_style_index_0_id_15dc917a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default","Appvue_type_template_id_3653079d_render","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","samples","filters","on","updateFilters","$event","updatedFilters","id","data-grid","version","xmlns","xmlns:xlink","x","y","viewBox","enable-background","xml:space","fill","points","opacity","_v","_m","list","staticRenderFns","AppItemvue_type_template_id_7d578c9a_scoped_true_render","tag","_l","item","title","authortypedesc","_s","authortype","totaldownloads","description","class","f-highlight","language","f-accent","f-lowlight","staticStyle","text-transform","type","href","repository","target","contextmenu","outboundRepoClick","template","click","dblclick","AppItemvue_type_template_id_7d578c9a_scoped_true_staticRenderFns","AppIconvue_type_template_id_eacd7b08_scoped_true_render","width","height","AppIconvue_type_template_id_eacd7b08_scoped_true_staticRenderFns","AppIconvue_type_script_lang_js_","props","Number","default","components_AppIconvue_type_script_lang_js_","component","componentNormalizer","AppIcon","AppItemvue_type_script_lang_js_","components","required","methods","repo","fetch","method","body","headers","Content-Type","then","response","catch","err","console","error","message","components_AppItemvue_type_script_lang_js_","AppItem_component","AppItem","AppSidebarvue_type_template_id_15dc917a_scoped_true_render","autocomplete","submit","preventDefault","capturetext","directives","rawName","expression","aria-label","role","placeholder","domProps","input","composing","searchtext","activeFilters","filtertext","_e","active","menu","nav__label--active","nav__label--filter","setMenu","clearAllFilters","style","options","filter","menus","ref","refInFor","option","filters__item--active","setFilter","display","visibility","fill-rule","clip-rule","transform","aria-hidden","xlink:href","AppSidebarvue_type_template_id_15dc917a_scoped_true_staticRenderFns","AppSidebarvue_type_script_lang_js_","dropdown","activeText","computed","activeMenu","_this","keys","reduce","$$","set","_this$filters","_this2","setTimeout","clearFilter","except","_this3","forEach","_this4","tab","watch","index","from","_this5","$nextTick","$refs","concat","clientHeight","$emit","components_AppSidebarvue_type_script_lang_js_","AppSidebar_component","AppSidebar","Appvue_type_script_lang_js_","temp","RegExp","el","match","String","sort","a","b","created","json","_ref","$set","src_Appvue_type_script_lang_js_","App_component","App","vue_runtime_esm","config","productionTip","render","h","$mount","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppItem_vue_vue_type_style_index_1_id_7d578c9a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppSidebar_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppIcon_vue_vue_type_style_index_0_id_eacd7b08_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default"],"mappings":"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","file":"js/app.883eda31.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t0: 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([0,1]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=0&id=15dc917a&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=0&id=15dc917a&lang=scss&scoped=true&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"scootover\"},[_c('app-sidebar',{attrs:{\"samples\":_vm.samples,\"filters\":_vm.filters},on:{\"updateFilters\":function($event){_vm.updatedFilters = $event}}}),_c('main',{staticClass:\"content\",attrs:{\"id\":\"mainContent\"}},[_c('div',{staticClass:\"m-area-heading header\",attrs:{\"data-grid\":\"col-12\"}},[_c('h2',{staticClass:\"c-heading\"},[_c('svg',{staticClass:\"functionslogo\",attrs:{\"version\":\"1.1\",\"id\":\"Layer_1\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink\",\"x\":\"0px\",\"y\":\"0px\",\"viewBox\":\"0 -10 64 54\",\"enable-background\":\"new 0 -10 64 54\",\"xml:space\":\"preserve\"}},[_c('g',[_c('path',{attrs:{\"fill\":\"#3999C6\",\"d\":\"M63.6,32.4c0.6-0.6,0.5-1.7,0-2.3L60.5,27L46.7,13.6c-0.6-0.6-1.5-0.6-2.2,0l0,0c-0.6,0.6-0.8,1.7,0,2.3\\n\\t\\tL59,30.1c0.6,0.6,0.6,1.7,0,2.3L44.2,47.1c-0.6,0.6-0.6,1.7,0,2.3l0,0c0.6,0.6,1.7,0.5,2.2,0l13.7-13.6c0,0,0,0,0.1-0.1L63.6,32.4z\\n\\t\\t\"}}),_c('path',{attrs:{\"fill\":\"#3999C6\",\"d\":\"M0.4,32.4c-0.6-0.6-0.5-1.7,0-2.3L3.5,27l13.8-13.4c0.6-0.6,1.5-0.6,2.2,0l0,0c0.6,0.6,0.8,1.7,0,2.3\\n\\t\\tL5.3,30.1c-0.6,0.6-0.6,1.7,0,2.3l14.5,14.7c0.6,0.6,0.6,1.7,0,2.3l0,0c-0.6,0.6-1.7,0.5-2.2,0L3.6,36c0,0,0,0-0.1-0.1L0.4,32.4z\"}}),_c('polygon',{attrs:{\"fill\":\"#FCD116\",\"points\":\"47.6,2.5 28.1,2.5 17.6,32.1 30.4,32.2 20.4,61.5 48,22.4 34.6,22.4 \\t\"}}),_c('polygon',{attrs:{\"opacity\":\"0.3\",\"fill\":\"#FF8C00\",\"enable-background\":\"new \",\"points\":\"34.6,22.4 47.6,2.5 37.4,2.5 26.6,27.1 39.4,27.2 \\n\\t\\t20.4,61.5 48,22.4 \\t\"}})])]),_vm._v(\" Azure Serverless Community Library \"),_c('svg',{staticClass:\"logicappslogo\",attrs:{\"id\":\"FxSymbol0-03c\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 -12 50 51.8\"}},[_c('g',[_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M26 21.3v-5h-2.5v5c0 .9-.8 1.7-2.1 2.1l-3.4.7c-2.3.7-3.9 2.5-3.9 4.5v5.7h2.5v-5.7c0-.9.8-1.7 2.1-2.1l3.4-.8c2.3-.6 3.9-2.4 3.9-4.4z\"}}),_c('path',{staticClass:\"msportalfx-svg-c14\",attrs:{\"d\":\"M19.6 36.9v-4.6c0-1.1-.9-2-2-2H13c-1.1 0-2 .9-2 2v4.6c0 1.1.9 2 2 2h4.6c1.1 0 2-.9 2-2z\"}}),_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M23.2 21.3v-5h2.5v5c0 .9.8 1.7 2.1 2.1l4.2.9c2.3.7 3.9 2.5 3.9 4.5v5.7h-2.5v-5.7c0-.9-.8-1.7-2.1-2.1l-4.2-.9c-2.3-.7-3.9-2.5-3.9-4.5z\"}}),_c('path',{staticClass:\"msportalfx-svg-c14\",attrs:{\"d\":\"M30.4 37.1v-4.6c0-1.1.9-2 2-2H37c1.1 0 2 .9 2 2v4.6c0 1.1-.9 2-2 2h-4.6c-1.1 0-2-.9-2-2z\"}}),_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M23.2 16.3H26v4.8h-2.8z\"}}),_c('path',{staticClass:\"msportalfx-svg-c19\",attrs:{\"d\":\"M26.5 11.7v3.7h-3.7v-3.7h3.7m.8-2.8H22c-1.1 0-2 .9-2 2v5.3c0 1.1.9 2 2 2h5.3c1.1 0 2-.9 2-2v-5.3c0-1.1-.9-2-2-2z\"}}),_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M7.9 44.4c-2.1 0-3.6-.4-4.5-1.1-.9-.8-1.3-2.1-1.3-4V28.9c0-1.7-.7-2.6-2.1-2.6v-2.6c1.4 0 2.1-.9 2.1-2.7V10.8c0-1.9.4-3.3 1.3-4.1s2.4-1.1 4.5-1.1v2.6c-1.5 0-2.3.8-2.3 2.5v10c0 2.3-.7 3.7-2.2 4.3 1.4.6 2.2 2 2.2 4.3v9.9c0 .9.2 1.6.5 2 .4.4.9.6 1.7.6l.1 2.6c-.1 0 0 0 0 0zM42.1 5.6c2.1 0 3.6.4 4.5 1.1.9.8 1.3 2.1 1.3 4v10.4c0 1.7.7 2.6 2.1 2.6v2.6c-1.4 0-2.1.9-2.1 2.7v10.1c0 1.9-.4 3.3-1.3 4.1-.9.8-2.4 1.2-4.5 1.2v-2.6c1.5 0 2.3-.8 2.3-2.5v-10c0-2.3.7-3.7 2.2-4.3-1.4-.6-2.2-2-2.2-4.3v-9.9c0-.9-.2-1.6-.5-2-.4-.4-.9-.6-1.7-.6l-.1-2.6z\"}})])]),_vm._m(0)]),_c('p',[_vm._v(\"An open source set of common use cases for Azure Functions & Logic Apps that are ready to deploy!\")])]),_c('AppItem',{attrs:{\"samples\":_vm.list}})],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('sup',[_c('sup',{staticClass:\"previewtag\"},[_vm._v(\" (PREVIEW)\")])])}]\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition-group',{staticClass:\"content__list\",attrs:{\"name\":\"sample\",\"tag\":\"ul\"}},_vm._l((_vm.samples),function(item){return _c('li',{key:item.title,staticClass:\"sample\"},[_c('div',{staticClass:\"sample__info\"},[_c('span',{staticClass:\"c-metadata-badge\",attrs:{\"title\":item.authortypedesc}},[_vm._v(\"\\n \"+_vm._s(item.authortype))]),_c('span',{staticClass:\"c-downloads\",attrs:{\"title\":\"Total Downloads\"}},[_vm._v(_vm._s(item.totaldownloads))]),_c('h3',{staticClass:\"sample__name line-clamp2\",attrs:{\"title\":item.title}},[_vm._v(_vm._s(item.title))]),_c('p',{staticClass:\"sample__desc line-clamp4\",attrs:{\"title\":item.description}},[_vm._v(_vm._s(item.description))]),_c('strong',{staticClass:\"c-badge f-small\",class:{\n 'f-highlight' : item.language === 'javascript',\n 'f-accent' : item.language === 'csharp',\n 'f-lowlight' : item.language === 'na'\n },staticStyle:{\"text-transform\":\"uppercase\"}},[_vm._v(\"\\n \"+_vm._s(item.language)+\"\\n \")])]),_c('ul',{staticClass:\"sample__details\"},[_c('li',{staticClass:\"sample__data sm-item\"},[_vm._v(\"\\n \"+_vm._s(item.type)+\"\\n \")]),_c('li',{staticClass:\"sample__data\"},[_c('a',{staticClass:\"repo\",attrs:{\"href\":item.repository,\"target\":\"_blank\"},on:{\"contextmenu\":function($event){_vm.outboundRepoClick(item.template)},\"click\":function($event){_vm.outboundRepoClick(item.template)},\"dblclick\":function($event){_vm.outboundRepoClick(item.template)}}},[_c('span',[_vm._v(\"Repo \"),_c('app-icon')],1)])])])])}))}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink\",\"viewBox\":\"0 0 48 48\",\"width\":_vm.width,\"height\":_vm.width}},[_c('path',{staticClass:\"st1\",attrs:{\"d\":\"M35.8,12v19c0,0.6-0.4,1-1,1s-1-0.4-1-1V14.4L14,34.2c-0.2,0.2-0.5,0.3-0.7,0.3s-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4 L32.3,13H15.8c-0.6,0-1-0.4-1-1s0.4-1,1-1h19c0.1,0,0.3,0,0.4,0.1c0.2,0.1,0.4,0.3,0.5,0.5C35.7,11.7,35.8,11.9,35.8,12z\"}})])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppIcon.vue?vue&type=template&id=eacd7b08&scoped=true&\"\nimport script from \"./AppIcon.vue?vue&type=script&lang=js&\"\nexport * from \"./AppIcon.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppIcon.vue?vue&type=style&index=0&id=eacd7b08&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"eacd7b08\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppItem.vue?vue&type=template&id=7d578c9a&scoped=true&\"\nimport script from \"./AppItem.vue?vue&type=script&lang=js&\"\nexport * from \"./AppItem.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppItem.vue?vue&type=style&index=0&lang=scss&\"\nimport style1 from \"./AppItem.vue?vue&type=style&index=1&id=7d578c9a&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7d578c9a\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',{staticClass:\"theme-dark\"},[_c('h4',[_vm._v(\"Find a function from a keyword\")]),_c('form',{staticClass:\"c-search\",attrs:{\"autocomplete\":\"off\",\"name\":\"form1\"},on:{\"submit\":function($event){$event.preventDefault();return _vm.capturetext($event)}}},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.searchtext),expression:\"searchtext\"}],attrs:{\"aria-label\":\"Enter your search\",\"type\":\"search\",\"name\":\"search-field\",\"role\":\"searchbox\",\"placeholder\":\"Search\"},domProps:{\"value\":(_vm.searchtext)},on:{\"input\":function($event){if($event.target.composing){ return; }_vm.searchtext=$event.target.value}}}),_vm._m(0)]),(_vm.activeText)?_c('p',[_vm._v(_vm._s(_vm.activeFilters.filtertext))]):_vm._e(),_c('nav',{staticClass:\"nav\"},[_c('menu',[_vm._l((_vm.menus),function(active,menu){return _c('h4',{key:menu,class:{\n 'nav__label--active' : active,\n 'nav__label--filter': _vm.activeFilters[menu].length\n },on:{\"click\":function($event){_vm.setMenu(menu, active)}}},[_vm._v(\"\\n \"+_vm._s(menu)+\" \"),(!active)?_c('span',{staticClass:\"carot\"},[_vm._v(\"▼\")]):_vm._e()])}),_c('li',{staticClass:\"nav__label nav__label--clear\",on:{\"click\":_vm.clearAllFilters}},[_vm._v(\"Clear all\")])],2)]),_c('transition-group',{staticClass:\"dropdown\",style:(_vm.dropdown),attrs:{\"name\":\"dropdown\",\"tag\":\"section\"}},_vm._l((_vm.filters),function(options,filter){return _c('menu',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.menus[filter]),expression:\"menus[filter]\"}],key:filter,ref:\"menu\",refInFor:true,staticClass:\"filters\"},_vm._l((options),function(active,option){return _c('li',{key:option,staticClass:\"filters__item\",class:{ 'filters__item--active': active },on:{\"click\":function($event){_vm.setFilter(filter, option)}}},[_vm._v(\"\\n \"+_vm._s(option)+\"\\n \")])}))})),_c('div',{staticClass:\"bottomgroup\",attrs:{\"name\":\"branding\"}},[_c('div',[_c('a',{attrs:{\"href\":\"https://github.com/Azure/ServerlessLibrary\",\"target\":\"_blank\",\"title\":\"How to Contribute\"}},[_c('strong',{staticClass:\"c-badge f-small f-highlight\",staticStyle:{\"text-transform\":\"uppercase\"}},[_c('span',[_vm._v(\"How to Contribute \"),_c('app-icon')],1)])])]),_c('div',{staticClass:\"logopadding\"},[_c('a',{attrs:{\"href\":\"https://azure.microsoft.com/\",\"target\":\"_blank\",\"title\":\"Microsoft Azure\"}},[_c('svg',{staticStyle:{\"display\":\"none\",\"visibility\":\"hidden\"}},[_c('defs',[_c('symbol',{attrs:{\"id\":\"svg-msazure-logo\",\"viewBox\":\"0 0 506 72\"}},[_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M20.244 8.014L13.857 26.209H26.811L20.455 8.014H20.244ZM24.702 0L40.97 43.201H32.716L28.89 32.476H11.869L8.194 43.201H0L16.267 0H24.702Z\",\"transform\":\"translate(350.999 14.3985)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M1.145 0H25.878V2.923L9.64 25.186H25.968V30.97H0V27.505L15.997 5.784H1.145V0Z\",\"transform\":\"translate(394.539 26.6293)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M27.806 0V30.97H20.455V26.902H20.335C19.371 28.309 18.08 29.408 16.464 30.201C14.847 30.994 13.035 31.392 11.027 31.392C7.431 31.392 4.695 30.372 2.817 28.333C0.939 26.295 0 23.127 0 18.829V0H7.381V17.955C7.381 20.566 7.898 22.529 8.933 23.845C9.967 25.16 11.528 25.818 13.618 25.818C15.686 25.818 17.342 25.09 18.588 23.634C19.833 22.178 20.455 20.274 20.455 17.925V0H27.806Z\",\"transform\":\"translate(424.786 26.6293)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M15.274 0C15.856 0 16.378 0.04 16.84 0.12C17.302 0.201 17.694 0.301 18.015 0.422V7.803C17.633 7.521 17.076 7.256 16.343 7.004C15.61 6.753 14.721 6.628 13.677 6.628C11.889 6.628 10.378 7.381 9.143 8.887C7.908 10.394 7.291 12.713 7.291 15.846V31.481H0V0.512H7.291V5.393H7.411C8.074 3.705 9.078 2.385 10.423 1.431C11.769 0.478 13.385 0 15.274 0Z\",\"transform\":\"translate(458.27 26.1176)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M21.238 12.983C21.238 10.573 20.68 8.736 19.566 7.47C18.451 6.205 16.88 5.573 14.851 5.573C13.104 5.573 11.538 6.201 10.152 7.456C8.76601 8.711 7.84201 10.553 7.38101 12.983H21.238ZM25.908 23.798V29.794C24.703 30.557 23.126 31.174 21.177 31.646C19.229 32.118 17.151 32.354 14.942 32.354C10.221 32.354 6.551 30.959 3.93 28.167C1.31 25.376 0 21.489 0 16.508C0 11.709 1.4 7.756 4.202 4.654C7.004 1.55 10.553 0 14.851 0C19.13 0 22.458 1.309 24.838 3.93C27.217 6.551 28.408 10.171 28.408 14.791V18.316H7.2C7.52 21.429 8.52 23.602 10.197 24.837C11.874 26.073 14.038 26.69 16.689 26.69C18.436 26.69 20.103 26.424 21.69 25.892C23.276 25.36 24.682 24.662 25.908 23.798Z\",\"transform\":\"translate(476.741 25.9979)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M229.35 21.39H218.492V46.394H211.112V21.39H205.93V15.425H211.112V11.117C211.112 7.863 212.17 5.197 214.29 3.119C216.408 1.039 219.124 0 222.438 0C223.322 0 224.105 0.045 224.788 0.136C225.471 0.227 226.074 0.362 226.596 0.542V6.839C226.354 6.699 225.933 6.528 225.33 6.327C224.728 6.126 224.035 6.026 223.252 6.026C221.725 6.026 220.551 6.502 219.727 7.456C218.903 8.411 218.492 9.822 218.492 11.689V15.425H229.35V8.465L236.67 6.237V15.425H244.052V21.39H236.67V35.879C236.67 37.788 237.017 39.134 237.71 39.916C238.403 40.7 239.492 41.091 240.978 41.091C241.4 41.091 241.907 40.992 242.5 40.79C243.092 40.59 243.609 40.349 244.052 40.068V46.092C243.589 46.354 242.821 46.594 241.746 46.816C240.672 47.036 239.613 47.147 238.568 47.147C235.495 47.147 233.191 46.329 231.655 44.692C230.118 43.055 229.35 40.59 229.35 37.295V21.39ZM180.943 31.12C180.943 34.354 181.676 36.824 183.142 38.532C184.607 40.239 186.706 41.091 189.438 41.091C192.089 41.091 194.108 40.239 195.493 38.532C196.879 36.824 197.572 34.293 197.572 30.939C197.572 27.606 196.854 25.09 195.418 23.393C193.982 21.696 191.968 20.848 189.378 20.848C186.706 20.848 184.633 21.736 183.157 23.514C181.68 25.29 180.943 27.827 180.943 31.12ZM173.351 31.361C173.351 26.24 174.797 22.183 177.689 19.19C180.581 16.198 184.598 14.702 189.739 14.702C194.579 14.702 198.36 16.143 201.082 19.025C203.803 21.908 205.163 25.798 205.163 30.699C205.163 35.72 203.717 39.716 200.826 42.688C197.933 45.661 193.997 47.147 189.016 47.147C184.216 47.147 180.405 45.737 177.584 42.914C174.762 40.093 173.351 36.242 173.351 31.361ZM156.933 23.559C156.933 24.603 157.265 25.421 157.928 26.014C158.59 26.606 160.056 27.354 162.326 28.258C165.238 29.423 167.282 30.734 168.456 32.19C169.631 33.646 170.219 35.408 170.219 37.477C170.219 40.389 169.099 42.729 166.86 44.495C164.62 46.264 161.593 47.147 157.777 47.147C156.492 47.147 155.07 46.992 153.514 46.68C151.957 46.369 150.637 45.972 149.552 45.49V38.321C150.878 39.244 152.304 39.977 153.83 40.519C155.357 41.062 156.742 41.333 157.988 41.333C159.634 41.333 160.85 41.102 161.633 40.64C162.416 40.178 162.808 39.405 162.808 38.321C162.808 37.316 162.401 36.467 161.588 35.775C160.775 35.081 159.233 34.283 156.963 33.379C154.272 32.255 152.365 30.99 151.24 29.584C150.115 28.178 149.552 26.391 149.552 24.221C149.552 21.43 150.662 19.135 152.881 17.337C155.1 15.54 157.978 14.642 161.513 14.642C162.597 14.642 163.812 14.762 165.158 15.002C166.503 15.244 167.628 15.556 168.532 15.937V22.866C167.568 22.223 166.443 21.671 165.158 21.208C163.872 20.746 162.597 20.516 161.332 20.516C159.946 20.516 158.866 20.787 158.093 21.329C157.32 21.871 156.933 22.615 156.933 23.559ZM121.868 31.12C121.868 34.354 122.6 36.824 124.067 38.532C125.533 40.239 127.632 41.091 130.363 41.091C133.015 41.091 135.033 40.239 136.418 38.532C137.804 36.824 138.497 34.293 138.497 30.939C138.497 27.606 137.779 25.09 136.343 23.393C134.907 21.696 132.893 20.848 130.303 20.848C127.632 20.848 125.558 21.736 124.082 23.514C122.605 25.29 121.868 27.827 121.868 31.12ZM114.276 31.361C114.276 26.24 115.722 22.183 118.614 19.19C121.506 16.198 125.523 14.702 130.664 14.702C135.505 14.702 139.285 16.143 142.007 19.025C144.728 21.908 146.089 25.798 146.089 30.699C146.089 35.72 144.642 39.716 141.751 42.688C138.859 45.661 134.922 47.147 129.941 47.147C125.141 47.147 121.33 45.737 118.509 42.914C115.687 40.093 114.276 36.242 114.276 31.361ZM111.14 14.912C111.722 14.912 112.245 14.953 112.706 15.034C113.168 15.114 113.56 15.213 113.882 15.334V22.715C113.5 22.434 112.942 22.168 112.21 21.917C111.476 21.665 110.587 21.54 109.544 21.54C107.756 21.54 106.245 22.293 105.01 23.799C103.775 25.306 103.157 27.625 103.157 30.758V46.394H95.866V15.425H103.157V20.305H103.277C103.94 18.618 104.944 17.298 106.29 16.343C107.635 15.39 109.252 14.912 111.14 14.912ZM83.184 41.091C84.268 41.091 85.463 40.841 86.768 40.339C88.074 39.836 89.279 39.174 90.384 38.35V45.128C89.219 45.791 87.898 46.293 86.422 46.634C84.947 46.976 83.324 47.147 81.557 47.147C76.997 47.147 73.292 45.706 70.441 42.824C67.588 39.942 66.163 36.262 66.163 31.784C66.163 26.802 67.619 22.701 70.531 19.476C73.443 16.253 77.57 14.642 82.913 14.642C84.279 14.642 85.659 14.818 87.055 15.169C88.451 15.52 89.56 15.926 90.384 16.388V23.378C89.259 22.554 88.109 21.917 86.934 21.464C85.76 21.013 84.559 20.787 83.334 20.787C80.462 20.787 78.143 21.721 76.375 23.589C74.608 25.456 73.724 27.977 73.724 31.15C73.724 34.283 74.572 36.724 76.27 38.471C77.967 40.218 80.272 41.091 83.184 41.091ZM53.781 46.394H61.071V15.425H53.781V46.394ZM53.028 6.478C53.028 5.273 53.465 4.263 54.339 3.45C55.212 2.636 56.251 2.23 57.456 2.23C58.741 2.23 59.807 2.647 60.65 3.48C61.494 4.313 61.915 5.313 61.915 6.478C61.915 7.662 61.483 8.657 60.62 9.459C59.756 10.263 58.702 10.664 57.456 10.664C56.211 10.664 55.162 10.258 54.309 9.445C53.454 8.631 53.028 7.642 53.028 6.478ZM46.755 3.194V46.394H39.254V12.533H39.133L25.727 46.394H20.757L7.019 12.533H6.929V46.394H0V3.194H10.755L23.167 35.217H23.347L36.452 3.194H46.755Z\",\"transform\":\"translate(93.5977 11.2052)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(0.00499725 0.00601196)\",\"fill\":\"#F25022\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(37.779)\",\"fill\":\"#7FBA00\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(0 37.779)\",\"fill\":\"#00A4EF\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(37.779 37.779)\",\"fill\":\"#FFB900\"}})])])]),_c('svg',{staticClass:\"azurelogo\",attrs:{\"aria-hidden\":\"true\",\"role\":\"presentation\"}},[_c('use',{attrs:{\"xlink:href\":\"#svg-msazure-logo\"}})])])])])],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',{staticClass:\"c-glyph\",attrs:{\"name\":\"search-button\"}},[_c('span',{staticClass:\"x-screen-reader\"},[_vm._v(\"Search\")])])}]\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppSidebar.vue?vue&type=template&id=15dc917a&scoped=true&\"\nimport script from \"./AppSidebar.vue?vue&type=script&lang=js&\"\nexport * from \"./AppSidebar.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppSidebar.vue?vue&type=style&index=0&id=15dc917a&lang=scss&scoped=true&\"\nimport style1 from \"./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"15dc917a\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=3653079d&\"\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import Vue from 'vue'\r\nimport App from './App.vue'\r\n\r\nVue.config.productionTip = false\r\n\r\nnew Vue({\r\n render: h => h(App)\r\n}).$mount('#app')\r\n","import mod from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=1&id=7d578c9a&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=1&id=7d578c9a&lang=scss&scoped=true&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=style&index=0&id=eacd7b08&scoped=true&lang=css&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=style&index=0&id=eacd7b08&scoped=true&lang=css&\""],"sourceRoot":""} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.d5234464.js b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.d5234464.js deleted file mode 100644 index e01d544..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.d5234464.js +++ /dev/null @@ -1,2 +0,0 @@ -(function(t){function e(e){for(var s,l,i=e[0],c=e[1],o=e[2],p=0,f=[];p0&&(t=t.filter(function(t){return t.language===String(e.language)})),e.type&&e.type.length>0&&(t=t.filter(function(t){return t.type===String(e.type)})),t=t.sort(function(t,e){return e.totaldownloads-t.totaldownloads}),t}},created:function(){var t=this;fetch("https://www.serverlesslibrary.net/api/Library").then(function(t){return t.json()}).then(function(e){t.samples=e,e.forEach(function(e){var a=e.language,s=e.type;t.$set(t.filters.language,a,!1),t.$set(t.filters.type,s,!1)})})}},M=V,k=(a("XAuw"),Object(f["a"])(M,r,n,!1,null,null,null)),L=k.exports;s["a"].config.productionTip=!1,new s["a"]({render:function(t){return t(L)}}).$mount("#app")},XAuw:function(t,e,a){"use strict";var s=a("EG/1"),r=a.n(s);r.a},bTd1:function(t,e,a){},oCzr:function(t,e,a){"use strict";var s=a("sjva"),r=a.n(s);r.a},sjva:function(t,e,a){},yjGr:function(t,e,a){},zw5c:function(t,e,a){"use strict";var s=a("yjGr"),r=a.n(s);r.a}}); -//# sourceMappingURL=app.d5234464.js.map \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.d5234464.js.map b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.d5234464.js.map deleted file mode 100644 index 2189301..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/app.d5234464.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/components/AppItem.vue?99b1","webpack:///./src/components/AppSidebar.vue?ba9b","webpack:///./src/components/AppItem.vue?fd2d","webpack:///./src/App.vue?4cfe","webpack:///./src/components/AppItem.vue?d3d0","webpack:///./src/components/AppIcon.vue?fe96","webpack:///src/components/AppIcon.vue","webpack:///./src/components/AppIcon.vue?4ff8","webpack:///./src/components/AppIcon.vue","webpack:///src/components/AppItem.vue","webpack:///./src/components/AppItem.vue?9073","webpack:///./src/components/AppItem.vue","webpack:///./src/components/AppSidebar.vue?4b7c","webpack:///src/components/AppSidebar.vue","webpack:///./src/components/AppSidebar.vue?09f0","webpack:///./src/components/AppSidebar.vue","webpack:///src/App.vue","webpack:///./src/App.vue?a7d1","webpack:///./src/App.vue","webpack:///./src/main.js","webpack:///./src/App.vue?04fa","webpack:///./src/components/AppSidebar.vue?a1b6","webpack:///./src/components/AppIcon.vue?4b17"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","0","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","window","oldJsonpFunction","slice","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppItem_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppSidebar_vue_vue_type_style_index_0_id_15dc917a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppItem_vue_vue_type_style_index_1_id_125d81ec_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default","Appvue_type_template_id_3653079d_render","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","samples","filters","on","updateFilters","$event","updatedFilters","id","data-grid","version","xmlns","xmlns:xlink","x","y","viewBox","enable-background","xml:space","fill","points","opacity","_v","_m","list","staticRenderFns","AppItemvue_type_template_id_125d81ec_scoped_true_render","tag","_l","item","title","authortypedesc","_s","authortype","totaldownloads","description","class","f-highlight","language","f-accent","f-lowlight","staticStyle","text-transform","type","href","repository","target","contextmenu","outboundRepoClick","template","click","dblclick","AppItemvue_type_template_id_125d81ec_scoped_true_staticRenderFns","AppIconvue_type_template_id_eacd7b08_scoped_true_render","width","height","AppIconvue_type_template_id_eacd7b08_scoped_true_staticRenderFns","AppIconvue_type_script_lang_js_","props","Number","default","components_AppIconvue_type_script_lang_js_","component","componentNormalizer","AppIcon","AppItemvue_type_script_lang_js_","components","required","methods","repo","fetch","method","body","headers","Content-Type","then","response","catch","err","console","error","message","components_AppItemvue_type_script_lang_js_","AppItem_component","AppItem","AppSidebarvue_type_template_id_15dc917a_scoped_true_render","autocomplete","submit","preventDefault","capturetext","directives","rawName","expression","aria-label","role","placeholder","domProps","input","composing","searchtext","activeFilters","filtertext","_e","active","menu","nav__label--active","nav__label--filter","setMenu","clearAllFilters","style","options","filter","menus","ref","refInFor","option","filters__item--active","setFilter","display","visibility","fill-rule","clip-rule","transform","aria-hidden","xlink:href","AppSidebarvue_type_template_id_15dc917a_scoped_true_staticRenderFns","AppSidebarvue_type_script_lang_js_","dropdown","activeText","computed","activeMenu","_this","keys","reduce","$$","set","_this$filters","_this2","setTimeout","clearFilter","except","_this3","forEach","_this4","tab","watch","index","from","_this5","$nextTick","$refs","concat","clientHeight","$emit","components_AppSidebarvue_type_script_lang_js_","AppSidebar_component","AppSidebar","Appvue_type_script_lang_js_","temp","RegExp","el","match","String","sort","a","b","created","json","_ref","$set","src_Appvue_type_script_lang_js_","App_component","App","vue_runtime_esm","config","productionTip","render","h","$mount","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppSidebar_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AppIcon_vue_vue_type_style_index_0_id_eacd7b08_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default"],"mappings":"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","file":"js/app.d5234464.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t0: 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([0,1]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=0&id=15dc917a&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=0&id=15dc917a&lang=scss&scoped=true&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=1&id=125d81ec&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=style&index=1&id=125d81ec&lang=scss&scoped=true&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"scootover\"},[_c('app-sidebar',{attrs:{\"samples\":_vm.samples,\"filters\":_vm.filters},on:{\"updateFilters\":function($event){_vm.updatedFilters = $event}}}),_c('main',{staticClass:\"content\",attrs:{\"id\":\"mainContent\"}},[_c('div',{staticClass:\"m-area-heading header\",attrs:{\"data-grid\":\"col-12\"}},[_c('h2',{staticClass:\"c-heading\"},[_c('svg',{staticClass:\"functionslogo\",attrs:{\"version\":\"1.1\",\"id\":\"Layer_1\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink\",\"x\":\"0px\",\"y\":\"0px\",\"viewBox\":\"0 -10 64 54\",\"enable-background\":\"new 0 -10 64 54\",\"xml:space\":\"preserve\"}},[_c('g',[_c('path',{attrs:{\"fill\":\"#3999C6\",\"d\":\"M63.6,32.4c0.6-0.6,0.5-1.7,0-2.3L60.5,27L46.7,13.6c-0.6-0.6-1.5-0.6-2.2,0l0,0c-0.6,0.6-0.8,1.7,0,2.3\\n\\t\\tL59,30.1c0.6,0.6,0.6,1.7,0,2.3L44.2,47.1c-0.6,0.6-0.6,1.7,0,2.3l0,0c0.6,0.6,1.7,0.5,2.2,0l13.7-13.6c0,0,0,0,0.1-0.1L63.6,32.4z\\n\\t\\t\"}}),_c('path',{attrs:{\"fill\":\"#3999C6\",\"d\":\"M0.4,32.4c-0.6-0.6-0.5-1.7,0-2.3L3.5,27l13.8-13.4c0.6-0.6,1.5-0.6,2.2,0l0,0c0.6,0.6,0.8,1.7,0,2.3\\n\\t\\tL5.3,30.1c-0.6,0.6-0.6,1.7,0,2.3l14.5,14.7c0.6,0.6,0.6,1.7,0,2.3l0,0c-0.6,0.6-1.7,0.5-2.2,0L3.6,36c0,0,0,0-0.1-0.1L0.4,32.4z\"}}),_c('polygon',{attrs:{\"fill\":\"#FCD116\",\"points\":\"47.6,2.5 28.1,2.5 17.6,32.1 30.4,32.2 20.4,61.5 48,22.4 34.6,22.4 \\t\"}}),_c('polygon',{attrs:{\"opacity\":\"0.3\",\"fill\":\"#FF8C00\",\"enable-background\":\"new \",\"points\":\"34.6,22.4 47.6,2.5 37.4,2.5 26.6,27.1 39.4,27.2 \\n\\t\\t20.4,61.5 48,22.4 \\t\"}})])]),_vm._v(\" Azure Serverless Community Library \"),_c('svg',{staticClass:\"logicappslogo\",attrs:{\"id\":\"FxSymbol0-03c\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 -12 50 51.8\"}},[_c('g',[_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M26 21.3v-5h-2.5v5c0 .9-.8 1.7-2.1 2.1l-3.4.7c-2.3.7-3.9 2.5-3.9 4.5v5.7h2.5v-5.7c0-.9.8-1.7 2.1-2.1l3.4-.8c2.3-.6 3.9-2.4 3.9-4.4z\"}}),_c('path',{staticClass:\"msportalfx-svg-c14\",attrs:{\"d\":\"M19.6 36.9v-4.6c0-1.1-.9-2-2-2H13c-1.1 0-2 .9-2 2v4.6c0 1.1.9 2 2 2h4.6c1.1 0 2-.9 2-2z\"}}),_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M23.2 21.3v-5h2.5v5c0 .9.8 1.7 2.1 2.1l4.2.9c2.3.7 3.9 2.5 3.9 4.5v5.7h-2.5v-5.7c0-.9-.8-1.7-2.1-2.1l-4.2-.9c-2.3-.7-3.9-2.5-3.9-4.5z\"}}),_c('path',{staticClass:\"msportalfx-svg-c14\",attrs:{\"d\":\"M30.4 37.1v-4.6c0-1.1.9-2 2-2H37c1.1 0 2 .9 2 2v4.6c0 1.1-.9 2-2 2h-4.6c-1.1 0-2-.9-2-2z\"}}),_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M23.2 16.3H26v4.8h-2.8z\"}}),_c('path',{staticClass:\"msportalfx-svg-c19\",attrs:{\"d\":\"M26.5 11.7v3.7h-3.7v-3.7h3.7m.8-2.8H22c-1.1 0-2 .9-2 2v5.3c0 1.1.9 2 2 2h5.3c1.1 0 2-.9 2-2v-5.3c0-1.1-.9-2-2-2z\"}}),_c('path',{staticClass:\"msportalfx-svg-c15\",attrs:{\"d\":\"M7.9 44.4c-2.1 0-3.6-.4-4.5-1.1-.9-.8-1.3-2.1-1.3-4V28.9c0-1.7-.7-2.6-2.1-2.6v-2.6c1.4 0 2.1-.9 2.1-2.7V10.8c0-1.9.4-3.3 1.3-4.1s2.4-1.1 4.5-1.1v2.6c-1.5 0-2.3.8-2.3 2.5v10c0 2.3-.7 3.7-2.2 4.3 1.4.6 2.2 2 2.2 4.3v9.9c0 .9.2 1.6.5 2 .4.4.9.6 1.7.6l.1 2.6c-.1 0 0 0 0 0zM42.1 5.6c2.1 0 3.6.4 4.5 1.1.9.8 1.3 2.1 1.3 4v10.4c0 1.7.7 2.6 2.1 2.6v2.6c-1.4 0-2.1.9-2.1 2.7v10.1c0 1.9-.4 3.3-1.3 4.1-.9.8-2.4 1.2-4.5 1.2v-2.6c1.5 0 2.3-.8 2.3-2.5v-10c0-2.3.7-3.7 2.2-4.3-1.4-.6-2.2-2-2.2-4.3v-9.9c0-.9-.2-1.6-.5-2-.4-.4-.9-.6-1.7-.6l-.1-2.6z\"}})])]),_vm._m(0)]),_c('p',[_vm._v(\"An open source set of common use cases for Azure Functions & Logic Apps that are ready to deploy!\")])]),_c('AppItem',{attrs:{\"samples\":_vm.list}})],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('sup',[_c('sup',{staticClass:\"previewtag\"},[_vm._v(\" (PREVIEW)\")])])}]\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition-group',{staticClass:\"content__list\",attrs:{\"name\":\"sample\",\"tag\":\"ul\"}},_vm._l((_vm.samples),function(item){return _c('li',{key:item.title,staticClass:\"sample\"},[_c('div',{staticClass:\"sample__info\"},[_c('div',{staticClass:\"c-metadata-badge\",attrs:{\"title\":item.authortypedesc}},[_vm._v(\"\\n \"+_vm._s(item.authortype))]),_c('span',{staticClass:\"c-downloads\",attrs:{\"title\":\"Total Downloads\"}},[_vm._v(_vm._s(item.totaldownloads))]),_c('h3',{staticClass:\"sample__name line-clamp2\",attrs:{\"title\":item.title}},[_vm._v(_vm._s(item.title))]),_c('p',{staticClass:\"sample__desc line-clamp4\",attrs:{\"title\":item.description}},[_vm._v(_vm._s(item.description))]),_c('strong',{staticClass:\"c-badge f-small\",class:{\n 'f-highlight' : item.language === 'javascript',\n 'f-accent' : item.language === 'csharp',\n 'f-lowlight' : item.language === 'na'\n },staticStyle:{\"text-transform\":\"uppercase\"}},[_vm._v(\"\\n \"+_vm._s(item.language)+\"\\n \")])]),_c('ul',{staticClass:\"sample__details\"},[_c('li',{staticClass:\"sample__data sm-item\"},[_vm._v(\"\\n \"+_vm._s(item.type)+\"\\n \")]),_c('li',{staticClass:\"sample__data\"},[_c('a',{staticClass:\"repo\",attrs:{\"href\":item.repository,\"target\":\"_blank\"},on:{\"contextmenu\":function($event){_vm.outboundRepoClick(item.template)},\"click\":function($event){_vm.outboundRepoClick(item.template)},\"dblclick\":function($event){_vm.outboundRepoClick(item.template)}}},[_c('span',[_vm._v(\"Repo \"),_c('app-icon')],1)])])])])}))}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink\",\"viewBox\":\"0 0 48 48\",\"width\":_vm.width,\"height\":_vm.width}},[_c('path',{staticClass:\"st1\",attrs:{\"d\":\"M35.8,12v19c0,0.6-0.4,1-1,1s-1-0.4-1-1V14.4L14,34.2c-0.2,0.2-0.5,0.3-0.7,0.3s-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4 L32.3,13H15.8c-0.6,0-1-0.4-1-1s0.4-1,1-1h19c0.1,0,0.3,0,0.4,0.1c0.2,0.1,0.4,0.3,0.5,0.5C35.7,11.7,35.8,11.9,35.8,12z\"}})])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppIcon.vue?vue&type=template&id=eacd7b08&scoped=true&\"\nimport script from \"./AppIcon.vue?vue&type=script&lang=js&\"\nexport * from \"./AppIcon.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppIcon.vue?vue&type=style&index=0&id=eacd7b08&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"eacd7b08\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppItem.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppItem.vue?vue&type=template&id=125d81ec&scoped=true&\"\nimport script from \"./AppItem.vue?vue&type=script&lang=js&\"\nexport * from \"./AppItem.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppItem.vue?vue&type=style&index=0&lang=scss&\"\nimport style1 from \"./AppItem.vue?vue&type=style&index=1&id=125d81ec&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"125d81ec\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',{staticClass:\"theme-dark\"},[_c('h4',[_vm._v(\"Find a function from a keyword\")]),_c('form',{staticClass:\"c-search\",attrs:{\"autocomplete\":\"off\",\"name\":\"form1\"},on:{\"submit\":function($event){$event.preventDefault();return _vm.capturetext($event)}}},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.searchtext),expression:\"searchtext\"}],attrs:{\"aria-label\":\"Enter your search\",\"type\":\"search\",\"name\":\"search-field\",\"role\":\"searchbox\",\"placeholder\":\"Search\"},domProps:{\"value\":(_vm.searchtext)},on:{\"input\":function($event){if($event.target.composing){ return; }_vm.searchtext=$event.target.value}}}),_vm._m(0)]),(_vm.activeText)?_c('p',[_vm._v(_vm._s(_vm.activeFilters.filtertext))]):_vm._e(),_c('nav',{staticClass:\"nav\"},[_c('menu',[_vm._l((_vm.menus),function(active,menu){return _c('h4',{key:menu,class:{\n 'nav__label--active' : active,\n 'nav__label--filter': _vm.activeFilters[menu].length\n },on:{\"click\":function($event){_vm.setMenu(menu, active)}}},[_vm._v(\"\\n \"+_vm._s(menu)+\" \"),(!active)?_c('span',{staticClass:\"carot\"},[_vm._v(\"▼\")]):_vm._e()])}),_c('li',{staticClass:\"nav__label nav__label--clear\",on:{\"click\":_vm.clearAllFilters}},[_vm._v(\"Clear all\")])],2)]),_c('transition-group',{staticClass:\"dropdown\",style:(_vm.dropdown),attrs:{\"name\":\"dropdown\",\"tag\":\"section\"}},_vm._l((_vm.filters),function(options,filter){return _c('menu',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.menus[filter]),expression:\"menus[filter]\"}],key:filter,ref:\"menu\",refInFor:true,staticClass:\"filters\"},_vm._l((options),function(active,option){return _c('li',{key:option,staticClass:\"filters__item\",class:{ 'filters__item--active': active },on:{\"click\":function($event){_vm.setFilter(filter, option)}}},[_vm._v(\"\\n \"+_vm._s(option)+\"\\n \")])}))})),_c('div',{staticClass:\"bottomgroup\",attrs:{\"name\":\"branding\"}},[_c('div',[_c('a',{attrs:{\"href\":\"https://github.com/Azure/ServerlessLibrary\",\"target\":\"_blank\",\"title\":\"How to Contribute\"}},[_c('strong',{staticClass:\"c-badge f-small f-highlight\",staticStyle:{\"text-transform\":\"uppercase\"}},[_c('span',[_vm._v(\"How to Contribute \"),_c('app-icon')],1)])])]),_c('div',{staticClass:\"logopadding\"},[_c('a',{attrs:{\"href\":\"https://azure.microsoft.com/\",\"target\":\"_blank\",\"title\":\"Microsoft Azure\"}},[_c('svg',{staticStyle:{\"display\":\"none\",\"visibility\":\"hidden\"}},[_c('defs',[_c('symbol',{attrs:{\"id\":\"svg-msazure-logo\",\"viewBox\":\"0 0 506 72\"}},[_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M20.244 8.014L13.857 26.209H26.811L20.455 8.014H20.244ZM24.702 0L40.97 43.201H32.716L28.89 32.476H11.869L8.194 43.201H0L16.267 0H24.702Z\",\"transform\":\"translate(350.999 14.3985)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M1.145 0H25.878V2.923L9.64 25.186H25.968V30.97H0V27.505L15.997 5.784H1.145V0Z\",\"transform\":\"translate(394.539 26.6293)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M27.806 0V30.97H20.455V26.902H20.335C19.371 28.309 18.08 29.408 16.464 30.201C14.847 30.994 13.035 31.392 11.027 31.392C7.431 31.392 4.695 30.372 2.817 28.333C0.939 26.295 0 23.127 0 18.829V0H7.381V17.955C7.381 20.566 7.898 22.529 8.933 23.845C9.967 25.16 11.528 25.818 13.618 25.818C15.686 25.818 17.342 25.09 18.588 23.634C19.833 22.178 20.455 20.274 20.455 17.925V0H27.806Z\",\"transform\":\"translate(424.786 26.6293)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M15.274 0C15.856 0 16.378 0.04 16.84 0.12C17.302 0.201 17.694 0.301 18.015 0.422V7.803C17.633 7.521 17.076 7.256 16.343 7.004C15.61 6.753 14.721 6.628 13.677 6.628C11.889 6.628 10.378 7.381 9.143 8.887C7.908 10.394 7.291 12.713 7.291 15.846V31.481H0V0.512H7.291V5.393H7.411C8.074 3.705 9.078 2.385 10.423 1.431C11.769 0.478 13.385 0 15.274 0Z\",\"transform\":\"translate(458.27 26.1176)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M21.238 12.983C21.238 10.573 20.68 8.736 19.566 7.47C18.451 6.205 16.88 5.573 14.851 5.573C13.104 5.573 11.538 6.201 10.152 7.456C8.76601 8.711 7.84201 10.553 7.38101 12.983H21.238ZM25.908 23.798V29.794C24.703 30.557 23.126 31.174 21.177 31.646C19.229 32.118 17.151 32.354 14.942 32.354C10.221 32.354 6.551 30.959 3.93 28.167C1.31 25.376 0 21.489 0 16.508C0 11.709 1.4 7.756 4.202 4.654C7.004 1.55 10.553 0 14.851 0C19.13 0 22.458 1.309 24.838 3.93C27.217 6.551 28.408 10.171 28.408 14.791V18.316H7.2C7.52 21.429 8.52 23.602 10.197 24.837C11.874 26.073 14.038 26.69 16.689 26.69C18.436 26.69 20.103 26.424 21.69 25.892C23.276 25.36 24.682 24.662 25.908 23.798Z\",\"transform\":\"translate(476.741 25.9979)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M229.35 21.39H218.492V46.394H211.112V21.39H205.93V15.425H211.112V11.117C211.112 7.863 212.17 5.197 214.29 3.119C216.408 1.039 219.124 0 222.438 0C223.322 0 224.105 0.045 224.788 0.136C225.471 0.227 226.074 0.362 226.596 0.542V6.839C226.354 6.699 225.933 6.528 225.33 6.327C224.728 6.126 224.035 6.026 223.252 6.026C221.725 6.026 220.551 6.502 219.727 7.456C218.903 8.411 218.492 9.822 218.492 11.689V15.425H229.35V8.465L236.67 6.237V15.425H244.052V21.39H236.67V35.879C236.67 37.788 237.017 39.134 237.71 39.916C238.403 40.7 239.492 41.091 240.978 41.091C241.4 41.091 241.907 40.992 242.5 40.79C243.092 40.59 243.609 40.349 244.052 40.068V46.092C243.589 46.354 242.821 46.594 241.746 46.816C240.672 47.036 239.613 47.147 238.568 47.147C235.495 47.147 233.191 46.329 231.655 44.692C230.118 43.055 229.35 40.59 229.35 37.295V21.39ZM180.943 31.12C180.943 34.354 181.676 36.824 183.142 38.532C184.607 40.239 186.706 41.091 189.438 41.091C192.089 41.091 194.108 40.239 195.493 38.532C196.879 36.824 197.572 34.293 197.572 30.939C197.572 27.606 196.854 25.09 195.418 23.393C193.982 21.696 191.968 20.848 189.378 20.848C186.706 20.848 184.633 21.736 183.157 23.514C181.68 25.29 180.943 27.827 180.943 31.12ZM173.351 31.361C173.351 26.24 174.797 22.183 177.689 19.19C180.581 16.198 184.598 14.702 189.739 14.702C194.579 14.702 198.36 16.143 201.082 19.025C203.803 21.908 205.163 25.798 205.163 30.699C205.163 35.72 203.717 39.716 200.826 42.688C197.933 45.661 193.997 47.147 189.016 47.147C184.216 47.147 180.405 45.737 177.584 42.914C174.762 40.093 173.351 36.242 173.351 31.361ZM156.933 23.559C156.933 24.603 157.265 25.421 157.928 26.014C158.59 26.606 160.056 27.354 162.326 28.258C165.238 29.423 167.282 30.734 168.456 32.19C169.631 33.646 170.219 35.408 170.219 37.477C170.219 40.389 169.099 42.729 166.86 44.495C164.62 46.264 161.593 47.147 157.777 47.147C156.492 47.147 155.07 46.992 153.514 46.68C151.957 46.369 150.637 45.972 149.552 45.49V38.321C150.878 39.244 152.304 39.977 153.83 40.519C155.357 41.062 156.742 41.333 157.988 41.333C159.634 41.333 160.85 41.102 161.633 40.64C162.416 40.178 162.808 39.405 162.808 38.321C162.808 37.316 162.401 36.467 161.588 35.775C160.775 35.081 159.233 34.283 156.963 33.379C154.272 32.255 152.365 30.99 151.24 29.584C150.115 28.178 149.552 26.391 149.552 24.221C149.552 21.43 150.662 19.135 152.881 17.337C155.1 15.54 157.978 14.642 161.513 14.642C162.597 14.642 163.812 14.762 165.158 15.002C166.503 15.244 167.628 15.556 168.532 15.937V22.866C167.568 22.223 166.443 21.671 165.158 21.208C163.872 20.746 162.597 20.516 161.332 20.516C159.946 20.516 158.866 20.787 158.093 21.329C157.32 21.871 156.933 22.615 156.933 23.559ZM121.868 31.12C121.868 34.354 122.6 36.824 124.067 38.532C125.533 40.239 127.632 41.091 130.363 41.091C133.015 41.091 135.033 40.239 136.418 38.532C137.804 36.824 138.497 34.293 138.497 30.939C138.497 27.606 137.779 25.09 136.343 23.393C134.907 21.696 132.893 20.848 130.303 20.848C127.632 20.848 125.558 21.736 124.082 23.514C122.605 25.29 121.868 27.827 121.868 31.12ZM114.276 31.361C114.276 26.24 115.722 22.183 118.614 19.19C121.506 16.198 125.523 14.702 130.664 14.702C135.505 14.702 139.285 16.143 142.007 19.025C144.728 21.908 146.089 25.798 146.089 30.699C146.089 35.72 144.642 39.716 141.751 42.688C138.859 45.661 134.922 47.147 129.941 47.147C125.141 47.147 121.33 45.737 118.509 42.914C115.687 40.093 114.276 36.242 114.276 31.361ZM111.14 14.912C111.722 14.912 112.245 14.953 112.706 15.034C113.168 15.114 113.56 15.213 113.882 15.334V22.715C113.5 22.434 112.942 22.168 112.21 21.917C111.476 21.665 110.587 21.54 109.544 21.54C107.756 21.54 106.245 22.293 105.01 23.799C103.775 25.306 103.157 27.625 103.157 30.758V46.394H95.866V15.425H103.157V20.305H103.277C103.94 18.618 104.944 17.298 106.29 16.343C107.635 15.39 109.252 14.912 111.14 14.912ZM83.184 41.091C84.268 41.091 85.463 40.841 86.768 40.339C88.074 39.836 89.279 39.174 90.384 38.35V45.128C89.219 45.791 87.898 46.293 86.422 46.634C84.947 46.976 83.324 47.147 81.557 47.147C76.997 47.147 73.292 45.706 70.441 42.824C67.588 39.942 66.163 36.262 66.163 31.784C66.163 26.802 67.619 22.701 70.531 19.476C73.443 16.253 77.57 14.642 82.913 14.642C84.279 14.642 85.659 14.818 87.055 15.169C88.451 15.52 89.56 15.926 90.384 16.388V23.378C89.259 22.554 88.109 21.917 86.934 21.464C85.76 21.013 84.559 20.787 83.334 20.787C80.462 20.787 78.143 21.721 76.375 23.589C74.608 25.456 73.724 27.977 73.724 31.15C73.724 34.283 74.572 36.724 76.27 38.471C77.967 40.218 80.272 41.091 83.184 41.091ZM53.781 46.394H61.071V15.425H53.781V46.394ZM53.028 6.478C53.028 5.273 53.465 4.263 54.339 3.45C55.212 2.636 56.251 2.23 57.456 2.23C58.741 2.23 59.807 2.647 60.65 3.48C61.494 4.313 61.915 5.313 61.915 6.478C61.915 7.662 61.483 8.657 60.62 9.459C59.756 10.263 58.702 10.664 57.456 10.664C56.211 10.664 55.162 10.258 54.309 9.445C53.454 8.631 53.028 7.642 53.028 6.478ZM46.755 3.194V46.394H39.254V12.533H39.133L25.727 46.394H20.757L7.019 12.533H6.929V46.394H0V3.194H10.755L23.167 35.217H23.347L36.452 3.194H46.755Z\",\"transform\":\"translate(93.5977 11.2052)\",\"fill\":\"white\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(0.00499725 0.00601196)\",\"fill\":\"#F25022\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(37.779)\",\"fill\":\"#7FBA00\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(0 37.779)\",\"fill\":\"#00A4EF\"}}),_c('path',{attrs:{\"fill-rule\":\"evenodd\",\"clip-rule\":\"evenodd\",\"d\":\"M0 34.219H34.219V0H0V34.219Z\",\"transform\":\"translate(37.779 37.779)\",\"fill\":\"#FFB900\"}})])])]),_c('svg',{staticClass:\"azurelogo\",attrs:{\"aria-hidden\":\"true\",\"role\":\"presentation\"}},[_c('use',{attrs:{\"xlink:href\":\"#svg-msazure-logo\"}})])])])])],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',{staticClass:\"c-glyph\",attrs:{\"name\":\"search-button\"}},[_c('span',{staticClass:\"x-screen-reader\"},[_vm._v(\"Search\")])])}]\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AppSidebar.vue?vue&type=template&id=15dc917a&scoped=true&\"\nimport script from \"./AppSidebar.vue?vue&type=script&lang=js&\"\nexport * from \"./AppSidebar.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppSidebar.vue?vue&type=style&index=0&id=15dc917a&lang=scss&scoped=true&\"\nimport style1 from \"./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"15dc917a\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=3653079d&\"\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import Vue from 'vue'\r\nimport App from './App.vue'\r\n\r\nVue.config.productionTip = false\r\n\r\nnew Vue({\r\n render: h => h(App)\r\n}).$mount('#app')\r\n","import mod from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppSidebar.vue?vue&type=style&index=1&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=style&index=0&id=eacd7b08&scoped=true&lang=css&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppIcon.vue?vue&type=style&index=0&id=eacd7b08&scoped=true&lang=css&\""],"sourceRoot":""} \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/chunk-vendors.43ba5fe6.js b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/chunk-vendors.43ba5fe6.js deleted file mode 100644 index 9926cb8..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/chunk-vendors.43ba5fe6.js +++ /dev/null @@ -1,8 +0,0 @@ -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([[1],{"+rLv":function(t,e,n){var r=n("dyZX").document;t.exports=r&&r.documentElement},"/e88":function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},"0/R4":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"1TsA":function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},"2OiF":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},"3Lyj":function(t,e,n){var r=n("KroJ");t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},"4R4u":function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},"69bn":function(t,e,n){var r=n("y3w9"),o=n("2OiF"),i=n("K0xU")("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||void 0==(n=r(a)[i])?e:o(n)}},"9gX7":function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},Afnz:function(t,e,n){"use strict";var r=n("LQAc"),o=n("XKFU"),i=n("KroJ"),a=n("Mukb"),s=n("hPIQ"),c=n("QaDb"),u=n("fyDq"),f=n("OP3Y"),l=n("K0xU")("iterator"),p=!([].keys&&"next"in[].keys()),d="@@iterator",v="keys",h="values",y=function(){return this};t.exports=function(t,e,n,m,g,_,b){c(n,e,m);var w,x,A,C=function(t){if(!p&&t in S)return S[t];switch(t){case v:return function(){return new n(this,t)};case h:return function(){return new n(this,t)}}return function(){return new n(this,t)}},O=e+" Iterator",k=g==h,$=!1,S=t.prototype,E=S[l]||S[d]||g&&S[g],j=E||C(g),T=g?k?C("entries"):j:void 0,I="Array"==e&&S.entries||E;if(I&&(A=f(I.call(new t)),A!==Object.prototype&&A.next&&(u(A,O,!0),r||"function"==typeof A[l]||a(A,l,y))),k&&E&&E.name!==h&&($=!0,j=function(){return E.call(this)}),r&&!b||!p&&!$&&S[l]||a(S,l,j),s[e]=j,s[O]=y,g)if(w={values:k?j:C(h),keys:_?j:C(v),entries:T},b)for(x in w)x in S||i(S,x,w[x]);else o(o.P+o.F*(p||$),e,w);return w}},"C/va":function(t,e,n){"use strict";var r=n("y3w9");t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},DVgA:function(t,e,n){var r=n("zhAb"),o=n("4R4u");t.exports=Object.keys||function(t){return r(t,o)}},EemH:function(t,e,n){var r=n("UqcF"),o=n("RjD/"),i=n("aCFj"),a=n("apmT"),s=n("aagx"),c=n("xpql"),u=Object.getOwnPropertyDescriptor;e.f=n("nh4g")?u:function(t,e){if(t=i(t),e=a(e,!0),c)try{return u(t,e)}catch(t){}if(s(t,e))return o(!r.f.call(t,e),t[e])}},FJW5:function(t,e,n){var r=n("hswa"),o=n("y3w9"),i=n("DVgA");t.exports=n("nh4g")?Object.defineProperties:function(t,e){o(t);var n,a=i(e),s=a.length,c=0;while(s>c)r.f(t,n=a[c++],e[n]);return t}},GZEu:function(t,e,n){var r,o,i,a=n("m0Pp"),s=n("MfQN"),c=n("+rLv"),u=n("Iw71"),f=n("dyZX"),l=f.process,p=f.setImmediate,d=f.clearImmediate,v=f.MessageChannel,h=f.Dispatch,y=0,m={},g="onreadystatechange",_=function(){var t=+this;if(m.hasOwnProperty(t)){var e=m[t];delete m[t],e()}},b=function(t){_.call(t.data)};p&&d||(p=function(t){var e=[],n=1;while(arguments.length>n)e.push(arguments[n++]);return m[++y]=function(){s("function"==typeof t?t:Function(t),e)},r(y),y},d=function(t){delete m[t]},"process"==n("LZWt")(l)?r=function(t){l.nextTick(a(_,t,1))}:h&&h.now?r=function(t){h.now(a(_,t,1))}:v?(o=new v,i=o.port2,o.port1.onmessage=b,r=a(i.postMessage,i,1)):f.addEventListener&&"function"==typeof postMessage&&!f.importScripts?(r=function(t){f.postMessage(t+"","*")},f.addEventListener("message",b,!1)):r=g in u("script")?function(t){c.appendChild(u("script"))[g]=function(){c.removeChild(this),_.call(t)}}:function(t){setTimeout(a(_,t,1),0)}),t.exports={set:p,clear:d}},H6hf:function(t,e,n){var r=n("y3w9");t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){var i=t["return"];throw void 0!==i&&r(i.call(t)),e}}},"I8a+":function(t,e,n){var r=n("LZWt"),o=n("K0xU")("toStringTag"),i="Arguments"==r(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=a(e=Object(t),o))?n:i?r(e):"Object"==(s=r(e))&&"function"==typeof e.callee?"Arguments":s}},"IU+Z":function(t,e,n){"use strict";var r=n("Mukb"),o=n("KroJ"),i=n("eeVq"),a=n("vhPU"),s=n("K0xU");t.exports=function(t,e,n){var c=s(t),u=n(a,c,""[t]),f=u[0],l=u[1];i(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(o(String.prototype,t,f),r(RegExp.prototype,c,2==e?function(t,e){return l.call(t,this,e)}:function(t){return l.call(t,this)}))}},Iw71:function(t,e,n){var r=n("0/R4"),o=n("dyZX").document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},"J+6e":function(t,e,n){var r=n("I8a+"),o=n("K0xU")("iterator"),i=n("hPIQ");t.exports=n("g3g5").getIteratorMethod=function(t){if(void 0!=t)return t[o]||t["@@iterator"]||i[r(t)]}},K0xU:function(t,e,n){var r=n("VTer")("wks"),o=n("ylqs"),i=n("dyZX").Symbol,a="function"==typeof i,s=t.exports=function(t){return r[t]||(r[t]=a&&i[t]||(a?i:o)("Symbol."+t))};s.store=r},"KHd+":function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,s){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):o&&(c=s?function(){o.call(this,this.$root.$options.shadowRoot)}:o),c)if(u.functional){u._injectStyles=c;var f=u.render;u.render=function(t,e){return c.call(e),f(t,e)}}else{var l=u.beforeCreate;u.beforeCreate=l?[].concat(l,c):[c]}return{exports:t,options:u}}n.d(e,"a",function(){return r})},KroJ:function(t,e,n){var r=n("dyZX"),o=n("Mukb"),i=n("aagx"),a=n("ylqs")("src"),s="toString",c=Function[s],u=(""+c).split(s);n("g3g5").inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,s){var c="function"==typeof n;c&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(c&&(i(n,a)||o(n,a,t[e]?""+t[e]:u.join(String(e)))),t===r?t[e]=n:s?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,s,function(){return"function"==typeof this&&this[a]||c.call(this)})},Kuth:function(t,e,n){var r=n("y3w9"),o=n("FJW5"),i=n("4R4u"),a=n("YTvA")("IE_PROTO"),s=function(){},c="prototype",u=function(){var t,e=n("Iw71")("iframe"),r=i.length,o="<",a=">";e.style.display="none",n("+rLv").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(o+"script"+a+"document.F=Object"+o+"/script"+a),t.close(),u=t.F;while(r--)delete u[c][i[r]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[c]=r(t),n=new s,s[c]=null,n[a]=t):n=u(),void 0===e?n:o(n,e)}},Kw5r:function(t,e,n){"use strict";(function(t){ -/*! - * Vue.js v2.5.16 - * (c) 2014-2018 Evan You - * Released under the MIT License. - */ -var n=Object.freeze({});function r(t){return void 0===t||null===t}function o(t){return void 0!==t&&null!==t}function i(t){return!0===t}function a(t){return!1===t}function s(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function c(t){return null!==t&&"object"===typeof t}var u=Object.prototype.toString;function f(t){return"[object Object]"===u.call(t)}function l(t){return"[object RegExp]"===u.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return null==t?"":"object"===typeof t?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function h(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var g=Object.prototype.hasOwnProperty;function _(t,e){return g.call(t,e)}function b(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}var w=/-(\w)/g,x=b(function(t){return t.replace(w,function(t,e){return e?e.toUpperCase():""})}),A=b(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),C=/\B([A-Z])/g,O=b(function(t){return t.replace(C,"-$1").toLowerCase()});function k(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function $(t,e){return t.bind(e)}var S=Function.prototype.bind?$:k;function E(t,e){e=e||0;var n=t.length-e,r=new Array(n);while(n--)r[n]=t[n+e];return r}function j(t,e){for(var n in e)t[n]=e[n];return t}function T(t){for(var e={},n=0;n0,tt=J&&J.indexOf("edge/")>0,et=(J&&J.indexOf("android"),J&&/iphone|ipad|ipod|ios/.test(J)||"ios"===G),nt=(J&&/chrome\/\d+/.test(J),{}.watch),rt=!1;if(B)try{var ot={};Object.defineProperty(ot,"passive",{get:function(){rt=!0}}),window.addEventListener("test-passive",null,ot)}catch(t){}var it=function(){return void 0===H&&(H=!B&&!W&&"undefined"!==typeof t&&"server"===t["process"].env.VUE_ENV),H},at=B&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function st(t){return"function"===typeof t&&/native code/.test(t.toString())}var ct,ut="undefined"!==typeof Symbol&&st(Symbol)&&"undefined"!==typeof Reflect&&st(Reflect.ownKeys);ct="undefined"!==typeof Set&&st(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ft=I,lt=0,pt=function(){this.id=lt++,this.subs=[]};pt.prototype.addSub=function(t){this.subs.push(t)},pt.prototype.removeSub=function(t){m(this.subs,t)},pt.prototype.depend=function(){pt.target&&pt.target.addDep(this)},pt.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e-1)if(i&&!_(o,"default"))a=!1;else if(""===a||a===O(t)){var c=Gt(String,o.type);(c<0||s0&&(a=Ce(a,(e||"")+"_"+n),Ae(a[0])&&Ae(u)&&(f[c]=_t(u.text+a[0].text),a.shift()),f.push.apply(f,a)):s(a)?Ae(u)?f[c]=_t(u.text+a):""!==a&&f.push(_t(a)):Ae(a)&&Ae(u)?f[c]=_t(u.text+a.text):(i(t._isVList)&&o(a.tag)&&r(a.key)&&o(e)&&(a.key="__vlist"+e+"_"+n+"__"),f.push(a)));return f}function Oe(t,e){return(t.__esModule||ut&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function ke(t,e,n,r,o){var i=gt();return i.asyncFactory=t,i.asyncMeta={data:e,context:n,children:r,tag:o},i}function $e(t,e,n){if(i(t.error)&&o(t.errorComp))return t.errorComp;if(o(t.resolved))return t.resolved;if(i(t.loading)&&o(t.loadingComp))return t.loadingComp;if(!o(t.contexts)){var a=t.contexts=[n],s=!0,u=function(){for(var t=0,e=a.length;t1?E(n):n;for(var r=E(arguments,1),o=0,i=n.length;oQe&&ze[n].id>t.id)n--;ze.splice(n+1,0,t)}else ze.push(t);Ge||(Ge=!0,fe(tn))}}var an=0,sn=function(t,e,n,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++an,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ct,this.newDepIds=new ct,this.expression="","function"===typeof e?this.getter=e:(this.getter=Z(e),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};sn.prototype.get=function(){var t;vt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Jt(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&pe(t),ht(),this.cleanupDeps()}return t},sn.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},sn.prototype.cleanupDeps=function(){var t=this,e=this.deps.length;while(e--){var n=t.deps[e];t.newDepIds.has(n.id)||n.removeSub(t)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},sn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():on(this)},sn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Jt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},sn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},sn.prototype.depend=function(){var t=this,e=this.deps.length;while(e--)t.deps[e].depend()},sn.prototype.teardown=function(){var t=this;if(this.active){this.vm._isBeingDestroyed||m(this.vm._watchers,this);var e=this.deps.length;while(e--)t.deps[e].removeSub(t);this.active=!1}};var cn={enumerable:!0,configurable:!0,get:I,set:I};function un(t,e,n){cn.get=function(){return this[e][n]},cn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,cn)}function fn(t){t._watchers=[];var e=t.$options;e.props&&ln(t,e.props),e.methods&&gn(t,e.methods),e.data?pn(t):jt(t._data={},!0),e.computed&&hn(t,e.computed),e.watch&&e.watch!==nt&&_n(t,e.watch)}function ln(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[],i=!t.$parent;i||kt(!1);var a=function(i){o.push(i);var a=Ht(i,e,n,t);Tt(r,i,a),i in t||un(t,"_props",i)};for(var s in e)a(s);kt(!0)}function pn(t){var e=t.$options.data;e=t._data="function"===typeof e?dn(e,t):e||{},f(e)||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);while(o--){var i=n[o];0,r&&_(r,i)||K(i)||un(t,"_data",i)}jt(e,!0)}function dn(t,e){vt();try{return t.call(e,e)}catch(t){return Jt(t,e,"data()"),{}}finally{ht()}}var vn={lazy:!0};function hn(t,e){var n=t._computedWatchers=Object.create(null),r=it();for(var o in e){var i=e[o],a="function"===typeof i?i:i.get;0,r||(n[o]=new sn(t,a||I,I,vn)),o in t||yn(t,o,i)}}function yn(t,e,n){var r=!it();"function"===typeof n?(cn.get=r?mn(e):n,cn.set=I):(cn.get=n.get?r&&!1!==n.cache?mn(e):n.get:I,cn.set=n.set?n.set:I),Object.defineProperty(t,e,cn)}function mn(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),pt.target&&e.depend(),e.value}}function gn(t,e){t.$options.props;for(var n in e)t[n]=null==e[n]?I:S(e[n],t)}function _n(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o=0||n.indexOf(t[o])<0)&&r.push(t[o]);return r}return t}function sr(t){this._init(t)}function cr(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=E(arguments,1);return n.unshift(this),"function"===typeof t.install?t.install.apply(t,n):"function"===typeof t&&t.apply(null,n),e.push(t),this}}function ur(t){t.mixin=function(t){return this.options=Xt(this.options,t),this}}function fr(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name;var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=Xt(n.options,t),a["super"]=n,a.options.props&&lr(a),a.options.computed&&pr(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,F.forEach(function(t){a[t]=n[t]}),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=j({},a.options),o[r]=a,a}}function lr(t){var e=t.options.props;for(var n in e)un(t.prototype,"_props",n)}function pr(t){var e=t.options.computed;for(var n in e)yn(t.prototype,n,e[n])}function dr(t){F.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"===typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}function vr(t){return t&&(t.Ctor.options.name||t.tag)}function hr(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!l(t)&&t.test(e)}function yr(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=vr(a.componentOptions);s&&!e(s)&&mr(n,i,r,o)}}}function mr(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,m(n,e)}nr(sr),wn(sr),Le(sr),Ue(sr),tr(sr);var gr=[String,RegExp,Array],_r={name:"keep-alive",abstract:!0,props:{include:gr,exclude:gr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){var t=this;for(var e in t.cache)mr(t.cache,e,t.keys)},mounted:function(){var t=this;this.$watch("include",function(e){yr(t,function(t){return hr(e,t)})}),this.$watch("exclude",function(e){yr(t,function(t){return!hr(e,t)})})},render:function(){var t=this.$slots.default,e=Ee(t),n=e&&e.componentOptions;if(n){var r=vr(n),o=this,i=o.include,a=o.exclude;if(i&&(!r||!hr(i,r))||a&&r&&hr(a,r))return e;var s=this,c=s.cache,u=s.keys,f=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;c[f]?(e.componentInstance=c[f].componentInstance,m(u,f),u.push(f)):(c[f]=e,u.push(f),this.max&&u.length>parseInt(this.max)&&mr(c,u[0],u,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}},br={KeepAlive:_r};function wr(t){var e={get:function(){return V}};Object.defineProperty(t,"config",e),t.util={warn:ft,extend:j,mergeOptions:Xt,defineReactive:Tt},t.set=It,t.delete=Pt,t.nextTick=fe,t.options=Object.create(null),F.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,j(t.options.components,br),cr(t),ur(t),fr(t),dr(t)}wr(sr),Object.defineProperty(sr.prototype,"$isServer",{get:it}),Object.defineProperty(sr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(sr,"FunctionalRenderContext",{value:Dn}),sr.version="2.5.16";var xr=h("style,class"),Ar=h("input,textarea,option,select,progress"),Cr=function(t,e,n){return"value"===n&&Ar(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Or=h("contenteditable,draggable,spellcheck"),kr=h("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),$r="http://www.w3.org/1999/xlink",Sr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Er=function(t){return Sr(t)?t.slice(6,t.length):""},jr=function(t){return null==t||!1===t};function Tr(t){var e=t.data,n=t,r=t;while(o(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(e=Ir(r.data,e));while(o(n=n.parent))n&&n.data&&(e=Ir(e,n.data));return Pr(e.staticClass,e.class)}function Ir(t,e){return{staticClass:Lr(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Pr(t,e){return o(t)||o(e)?Lr(t,Mr(e)):""}function Lr(t,e){return t?e?t+" "+e:t:e||""}function Mr(t){return Array.isArray(t)?Nr(t):c(t)?Dr(t):"string"===typeof t?t:""}function Nr(t){for(var e,n="",r=0,i=t.length;r-1?qr[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:qr[t]=/HTMLUnknownElement/.test(e.toString())}var Zr=h("text,number,password,search,email,tel,url");function Hr(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function zr(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function Br(t,e){return document.createElementNS(Rr[t],e)}function Wr(t){return document.createTextNode(t)}function Gr(t){return document.createComment(t)}function Jr(t,e,n){t.insertBefore(e,n)}function Qr(t,e){t.removeChild(e)}function Yr(t,e){t.appendChild(e)}function to(t){return t.parentNode}function eo(t){return t.nextSibling}function no(t){return t.tagName}function ro(t,e){t.textContent=e}function oo(t,e){t.setAttribute(e,"")}var io=Object.freeze({createElement:zr,createElementNS:Br,createTextNode:Wr,createComment:Gr,insertBefore:Jr,removeChild:Qr,appendChild:Yr,parentNode:to,nextSibling:eo,tagName:no,setTextContent:ro,setStyleScope:oo}),ao={create:function(t,e){so(e)},update:function(t,e){t.data.ref!==e.data.ref&&(so(t,!0),so(e))},destroy:function(t){so(t,!0)}};function so(t,e){var n=t.data.ref;if(o(n)){var r=t.context,i=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?m(a[n],i):a[n]===i&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}var co=new yt("",{},[]),uo=["create","activate","update","remove","destroy"];function fo(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&lo(t,e)||i(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&r(e.asyncFactory.error))}function lo(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,i=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===i||Zr(r)&&Zr(i)}function po(t,e,n){var r,i,a={};for(r=e;r<=n;++r)i=t[r].key,o(i)&&(a[i]=r);return a}function vo(t){var e,n,a={},c=t.modules,u=t.nodeOps;for(e=0;eh?(l=r(n[g+1])?null:n[g+1].elm,A(t,l,n,v,g,i)):v>g&&O(t,e,p,h)}function S(t,e,n,r){for(var i=n;i-1?Oo(t,e,n):kr(e)?jr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Or(e)?t.setAttribute(e,jr(n)||"false"===n?"false":"true"):Sr(e)?jr(n)?t.removeAttributeNS($r,Er(e)):t.setAttributeNS($r,e,n):Oo(t,e,n)}function Oo(t,e,n){if(jr(n))t.removeAttribute(e);else{if(Q&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var ko={create:Ao,update:Ao};function $o(t,e){var n=e.elm,i=e.data,a=t.data;if(!(r(i.staticClass)&&r(i.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var s=Tr(e),c=n._transitionClasses;o(c)&&(s=Lr(s,Mr(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var So,Eo={create:$o,update:$o},jo="__r",To="__c";function Io(t){if(o(t[jo])){var e=Q?"change":"input";t[e]=[].concat(t[jo],t[e]||[]),delete t[jo]}o(t[To])&&(t.change=[].concat(t[To],t.change||[]),delete t[To])}function Po(t,e,n){var r=So;return function o(){var i=t.apply(null,arguments);null!==i&&Mo(e,o,n,r)}}function Lo(t,e,n,r,o){e=ue(e),n&&(e=Po(e,t,r)),So.addEventListener(t,e,rt?{capture:r,passive:o}:r)}function Mo(t,e,n,r){(r||So).removeEventListener(t,e._withTask||e,n)}function No(t,e){if(!r(t.data.on)||!r(e.data.on)){var n=e.data.on||{},o=t.data.on||{};So=e.elm,Io(n),me(n,o,Lo,Mo,e.context),So=void 0}}var Do={create:No,update:No};function Ro(t,e){if(!r(t.data.domProps)||!r(e.data.domProps)){var n,i,a=e.elm,s=t.data.domProps||{},c=e.data.domProps||{};for(n in o(c.__ob__)&&(c=e.data.domProps=j({},c)),s)r(c[n])&&(a[n]="");for(n in c){if(i=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),i===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n){a._value=i;var u=r(i)?"":String(i);Fo(a,u)&&(a.value=u)}else a[n]=i}}}function Fo(t,e){return!t.composing&&("OPTION"===t.tagName||Uo(t,e)||Vo(t,e))}function Uo(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}function Vo(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.lazy)return!1;if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}var Ko={create:Ro,update:Ro},qo=b(function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach(function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}}),e});function Xo(t){var e=Zo(t.style);return t.staticStyle?j(t.staticStyle,e):e}function Zo(t){return Array.isArray(t)?T(t):"string"===typeof t?qo(t):t}function Ho(t,e){var n,r={};if(e){var o=t;while(o.componentInstance)o=o.componentInstance._vnode,o&&o.data&&(n=Xo(o.data))&&j(r,n)}(n=Xo(t.data))&&j(r,n);var i=t;while(i=i.parent)i.data&&(n=Xo(i.data))&&j(r,n);return r}var zo,Bo=/^--/,Wo=/\s*!important$/,Go=function(t,e,n){if(Bo.test(e))t.style.setProperty(e,n);else if(Wo.test(n))t.style.setProperty(e,n.replace(Wo,""),"important");else{var r=Qo(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(/\s+/).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function ni(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function ri(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&j(e,oi(t.name||"v")),j(e,t),e}return"string"===typeof t?oi(t):void 0}}var oi=b(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),ii=B&&!Y,ai="transition",si="animation",ci="transition",ui="transitionend",fi="animation",li="animationend";ii&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ci="WebkitTransition",ui="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(fi="WebkitAnimation",li="webkitAnimationEnd"));var pi=B?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function di(t){pi(function(){pi(t)})}function vi(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),ei(t,e))}function hi(t,e){t._transitionClasses&&m(t._transitionClasses,e),ni(t,e)}function yi(t,e,n){var r=gi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===ai?ui:li,c=0,u=function(){t.removeEventListener(s,f),n()},f=function(e){e.target===t&&++c>=a&&u()};setTimeout(function(){c0&&(n=ai,f=a,l=i.length):e===si?u>0&&(n=si,f=u,l=c.length):(f=Math.max(a,u),n=f>0?a>u?ai:si:null,l=n?n===ai?i.length:c.length:0);var p=n===ai&&mi.test(r[ci+"Property"]);return{type:n,timeout:f,propCount:l,hasTransform:p}}function _i(t,e){while(t.length1}function Oi(t,e){!0!==e.data.show&&wi(e)}var ki=B?{create:Oi,activate:Oi,remove:function(t,e){!0!==t.data.show?xi(t,e):e()}}:{},$i=[ko,Eo,Do,Ko,ti,ki],Si=$i.concat(xo),Ei=vo({nodeOps:io,modules:Si});Y&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&Di(t,"input")});var ji={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?ge(n,"postpatch",function(){ji.componentUpdated(t,e,n)}):Ti(t,e,n.context),t._vOptions=[].map.call(t.options,Li)):("textarea"===n.tag||Zr(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",Mi),t.addEventListener("compositionend",Ni),t.addEventListener("change",Ni),Y&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Ti(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,Li);if(o.some(function(t,e){return!M(t,r[e])})){var i=t.multiple?e.value.some(function(t){return Pi(t,o)}):e.value!==e.oldValue&&Pi(e.value,o);i&&Di(t,"change")}}}};function Ti(t,e,n){Ii(t,e,n),(Q||tt)&&setTimeout(function(){Ii(t,e,n)},0)}function Ii(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,c=t.options.length;s-1,a.selected!==i&&(a.selected=i);else if(M(Li(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Pi(t,e){return e.every(function(e){return!M(e,t)})}function Li(t){return"_value"in t?t._value:t.value}function Mi(t){t.target.composing=!0}function Ni(t){t.target.composing&&(t.target.composing=!1,Di(t.target,"input"))}function Di(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Ri(t){return!t.componentInstance||t.data&&t.data.transition?t:Ri(t.componentInstance._vnode)}var Fi={bind:function(t,e,n){var r=e.value;n=Ri(n);var o=n.data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,wi(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value,o=e.oldValue;if(!r!==!o){n=Ri(n);var i=n.data&&n.data.transition;i?(n.data.show=!0,r?wi(n,function(){t.style.display=t.__vOriginalDisplay}):xi(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}},Ui={model:ji,show:Fi},Vi={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ki(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ki(Ee(e.children)):t}function qi(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[x(i)]=o[i];return e}function Xi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function Zi(t){while(t=t.parent)if(t.data.transition)return!0}function Hi(t,e){return e.key===t.key&&e.tag===t.tag}var zi={name:"transition",props:Vi,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(function(t){return t.tag||Se(t)}),n.length)){0;var r=this.mode;0;var o=n[0];if(Zi(this.$vnode))return o;var i=Ki(o);if(!i)return o;if(this._leaving)return Xi(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:s(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var c=(i.data||(i.data={})).transition=qi(this),u=this._vnode,f=Ki(u);if(i.data.directives&&i.data.directives.some(function(t){return"show"===t.name})&&(i.data.show=!0),f&&f.data&&!Hi(i,f)&&!Se(f)&&(!f.componentInstance||!f.componentInstance._vnode.isComment)){var l=f.data.transition=j({},c);if("out-in"===r)return this._leaving=!0,ge(l,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),Xi(t,o);if("in-out"===r){if(Se(i))return u;var p,d=function(){p()};ge(c,"afterEnter",d),ge(c,"enterCancelled",d),ge(l,"delayLeave",function(t){p=t})}}return o}}},Bi=j({tag:String,moveClass:String},Vi);delete Bi.mode;var Wi={props:Bi,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=qi(this),s=0;sm;)h(y[m++]);l.constructor=u,u.prototype=l,n("KroJ")(r,"RegExp",u)}n("elZq")("RegExp")},QaDb:function(t,e,n){"use strict";var r=n("Kuth"),o=n("RjD/"),i=n("fyDq"),a={};n("Mukb")(a,n("K0xU")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(a,{next:o(1,n)}),i(t,e+" Iterator")}},RW0V:function(t,e,n){var r=n("S/j/"),o=n("DVgA");n("Xtr8")("keys",function(){return function(t){return o(r(t))}})},RYi7:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},"RjD/":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"S/j/":function(t,e,n){var r=n("vhPU");t.exports=function(t){return Object(r(t))}},SRfc:function(t,e,n){n("IU+Z")("match",1,function(t,e,n){return[function(n){"use strict";var r=t(this),o=void 0==n?void 0:n[e];return void 0!==o?o.call(n,r):new RegExp(n)[e](String(r))},n]})},SlkY:function(t,e,n){var r=n("m0Pp"),o=n("H6hf"),i=n("M6Qj"),a=n("y3w9"),s=n("ne8i"),c=n("J+6e"),u={},f={};e=t.exports=function(t,e,n,l,p){var d,v,h,y,m=p?function(){return t}:c(t),g=r(n,l,e?2:1),_=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(i(m)){for(d=s(t.length);d>_;_++)if(y=e?g(a(v=t[_])[0],v[1]):g(t[_]),y===u||y===f)return y}else for(h=m.call(t);!(v=h.next()).done;)if(y=o(h,g,v.value,e),y===u||y===f)return y};e.BREAK=u,e.RETURN=f},UqcF:function(t,e){e.f={}.propertyIsEnumerable},VRzm:function(t,e,n){"use strict";var r,o,i,a,s=n("LQAc"),c=n("dyZX"),u=n("m0Pp"),f=n("I8a+"),l=n("XKFU"),p=n("0/R4"),d=n("2OiF"),v=n("9gX7"),h=n("SlkY"),y=n("69bn"),m=n("GZEu").set,g=n("gHnn")(),_=n("pbhE"),b=n("nICZ"),w=n("ol8x"),x=n("vKrd"),A="Promise",C=c.TypeError,O=c.process,k=O&&O.versions,$=k&&k.v8||"",S=c[A],E="process"==f(O),j=function(){},T=o=_.f,I=!!function(){try{var t=S.resolve(1),e=(t.constructor={})[n("K0xU")("species")]=function(t){t(j,j)};return(E||"function"==typeof PromiseRejectionEvent)&&t.then(j)instanceof e&&0!==$.indexOf("6.6")&&-1===w.indexOf("Chrome/66")}catch(t){}}(),P=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},L=function(t,e){if(!t._n){t._n=!0;var n=t._c;g(function(){var r=t._v,o=1==t._s,i=0,a=function(e){var n,i,a,s=o?e.ok:e.fail,c=e.resolve,u=e.reject,f=e.domain;try{s?(o||(2==t._h&&D(t),t._h=1),!0===s?n=r:(f&&f.enter(),n=s(r),f&&(f.exit(),a=!0)),n===e.promise?u(C("Promise-chain cycle")):(i=P(n))?i.call(n,c,u):c(n)):u(r)}catch(t){f&&!a&&f.exit(),u(t)}};while(n.length>i)a(n[i++]);t._c=[],t._n=!1,e&&!t._h&&M(t)})}},M=function(t){m.call(c,function(){var e,n,r,o=t._v,i=N(t);if(i&&(e=b(function(){E?O.emit("unhandledRejection",o,t):(n=c.onunhandledrejection)?n({promise:t,reason:o}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",o)}),t._h=E||N(t)?2:1),t._a=void 0,i&&e.e)throw e.v})},N=function(t){return 1!==t._h&&0===(t._a||t._c).length},D=function(t){m.call(c,function(){var e;E?O.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},R=function(t){var e=this;e._d||(e._d=!0,e=e._w||e,e._v=t,e._s=2,e._a||(e._a=e._c.slice()),L(e,!0))},F=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw C("Promise can't be resolved itself");(e=P(t))?g(function(){var r={_w:n,_d:!1};try{e.call(t,u(F,r,1),u(R,r,1))}catch(t){R.call(r,t)}}):(n._v=t,n._s=1,L(n,!1))}catch(t){R.call({_w:n,_d:!1},t)}}};I||(S=function(t){v(this,S,A,"_h"),d(t),r.call(this);try{t(u(F,this,1),u(R,this,1))}catch(t){R.call(this,t)}},r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},r.prototype=n("3Lyj")(S.prototype,{then:function(t,e){var n=T(y(this,S));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=E?O.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&L(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r;this.promise=t,this.resolve=u(F,t,1),this.reject=u(R,t,1)},_.f=T=function(t){return t===S||t===a?new i(t):o(t)}),l(l.G+l.W+l.F*!I,{Promise:S}),n("fyDq")(S,A),n("elZq")(A),a=n("g3g5")[A],l(l.S+l.F*!I,A,{reject:function(t){var e=T(this),n=e.reject;return n(t),e.promise}}),l(l.S+l.F*(s||!I),A,{resolve:function(t){return x(s&&this===a?S:this,t)}}),l(l.S+l.F*!(I&&n("XMVh")(function(t){S.all(t)["catch"](j)})),A,{all:function(t){var e=this,n=T(e),r=n.resolve,o=n.reject,i=b(function(){var n=[],i=0,a=1;h(t,!1,function(t){var s=i++,c=!1;n.push(void 0),a++,e.resolve(t).then(function(t){c||(c=!0,n[s]=t,--a||r(n))},o)}),--a||r(n)});return i.e&&o(i.v),n.promise},race:function(t){var e=this,n=T(e),r=n.reject,o=b(function(){h(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return o.e&&r(o.v),n.promise}})},VTer:function(t,e,n){var r=n("g3g5"),o=n("dyZX"),i="__core-js_shared__",a=o[i]||(o[i]={});(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n("LQAc")?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},XKFU:function(t,e,n){var r=n("dyZX"),o=n("g3g5"),i=n("Mukb"),a=n("KroJ"),s=n("m0Pp"),c="prototype",u=function(t,e,n){var f,l,p,d,v=t&u.F,h=t&u.G,y=t&u.S,m=t&u.P,g=t&u.B,_=h?r:y?r[e]||(r[e]={}):(r[e]||{})[c],b=h?o:o[e]||(o[e]={}),w=b[c]||(b[c]={});for(f in h&&(n=e),n)l=!v&&_&&void 0!==_[f],p=(l?_:n)[f],d=g&&l?s(p,r):m&&"function"==typeof p?s(Function.call,p):p,_&&a(_,f,p,t&u.U),b[f]!=p&&i(b,f,d),m&&w[f]!=p&&(w[f]=p)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},XMVh:function(t,e,n){var r=n("K0xU")("iterator"),o=!1;try{var i=[7][r]();i["return"]=function(){o=!0},Array.from(i,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},t(i)}catch(t){}return n}},Xbzi:function(t,e,n){var r=n("0/R4"),o=n("i5dc").set;t.exports=function(t,e,n){var i,a=e.constructor;return a!==n&&"function"==typeof a&&(i=a.prototype)!==n.prototype&&r(i)&&o&&o(t,i),t}},Xtr8:function(t,e,n){var r=n("XKFU"),o=n("g3g5"),i=n("eeVq");t.exports=function(t,e){var n=(o.Object||{})[t]||Object[t],a={};a[t]=e(n),r(r.S+r.F*i(function(){n(1)}),"Object",a)}},YTvA:function(t,e,n){var r=n("VTer")("keys"),o=n("ylqs");t.exports=function(t){return r[t]||(r[t]=o(t))}},Ymqv:function(t,e,n){var r=n("LZWt");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},aCFj:function(t,e,n){var r=n("Ymqv"),o=n("vhPU");t.exports=function(t){return r(o(t))}},aagx:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},apmT:function(t,e,n){var r=n("0/R4");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},"d/Gc":function(t,e,n){var r=n("RYi7"),o=Math.max,i=Math.min;t.exports=function(t,e){return t=r(t),t<0?o(t+e,0):i(t,e)}},dyZX:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},eeVq:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},elZq:function(t,e,n){"use strict";var r=n("dyZX"),o=n("hswa"),i=n("nh4g"),a=n("K0xU")("species");t.exports=function(t){var e=r[t];i&&e&&!e[a]&&o.f(e,a,{configurable:!0,get:function(){return this}})}},fyDq:function(t,e,n){var r=n("hswa").f,o=n("aagx"),i=n("K0xU")("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},g3g5:function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},gHnn:function(t,e,n){var r=n("dyZX"),o=n("GZEu").set,i=r.MutationObserver||r.WebKitMutationObserver,a=r.process,s=r.Promise,c="process"==n("LZWt")(a);t.exports=function(){var t,e,n,u=function(){var r,o;c&&(r=a.domain)&&r.exit();while(t){o=t.fn,t=t.next;try{o()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(c)n=function(){a.nextTick(u)};else if(!i||r.navigator&&r.navigator.standalone)if(s&&s.resolve){var f=s.resolve(void 0);n=function(){f.then(u)}}else n=function(){o.call(r,u)};else{var l=!0,p=document.createTextNode("");new i(u).observe(p,{characterData:!0}),n=function(){p.data=l=!l}}return function(r){var o={fn:r,next:void 0};e&&(e.next=o),t||(t=o,n()),e=o}}},hPIQ:function(t,e){t.exports={}},hswa:function(t,e,n){var r=n("y3w9"),o=n("xpql"),i=n("apmT"),a=Object.defineProperty;e.f=n("nh4g")?Object.defineProperty:function(t,e,n){if(r(t),e=i(e,!0),r(n),o)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},i5dc:function(t,e,n){var r=n("0/R4"),o=n("y3w9"),i=function(t,e){if(o(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{r=n("m0Pp")(Function.call,n("EemH").f(Object.prototype,"__proto__").set,2),r(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return i(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:i}},kJMx:function(t,e,n){var r=n("zhAb"),o=n("4R4u").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},m0Pp:function(t,e,n){var r=n("2OiF");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},nGyu:function(t,e,n){var r=n("K0xU")("unscopables"),o=Array.prototype;void 0==o[r]&&n("Mukb")(o,r,{}),t.exports=function(t){o[r][t]=!0}},nICZ:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},ne8i:function(t,e,n){var r=n("RYi7"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},nh4g:function(t,e,n){t.exports=!n("eeVq")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},ol8x:function(t,e,n){var r=n("dyZX"),o=r.navigator;t.exports=o&&o.userAgent||""},pbhE:function(t,e,n){"use strict";var r=n("2OiF");function o(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)}t.exports.f=function(t){return new o(t)}},qncB:function(t,e,n){var r=n("XKFU"),o=n("vhPU"),i=n("eeVq"),a=n("/e88"),s="["+a+"]",c="​…",u=RegExp("^"+s+s+"*"),f=RegExp(s+s+"*$"),l=function(t,e,n){var o={},s=i(function(){return!!a[t]()||c[t]()!=c}),u=o[t]=s?e(p):a[t];n&&(o[n]=u),r(r.P+r.F*s,"String",o)},p=l.trim=function(t,e){return t=String(o(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(f,"")),t};t.exports=l},quPj:function(t,e,n){var r=n("0/R4"),o=n("LZWt"),i=n("K0xU")("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},rGqo:function(t,e,n){for(var r=n("yt8O"),o=n("DVgA"),i=n("KroJ"),a=n("dyZX"),s=n("Mukb"),c=n("hPIQ"),u=n("K0xU"),f=u("iterator"),l=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},v=o(d),h=0;hf)if(s=c[f++],s!=s)return!0}else for(;u>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}}},xfY5:function(t,e,n){"use strict";var r=n("dyZX"),o=n("aagx"),i=n("LZWt"),a=n("Xbzi"),s=n("apmT"),c=n("eeVq"),u=n("kJMx").f,f=n("EemH").f,l=n("hswa").f,p=n("qncB").trim,d="Number",v=r[d],h=v,y=v.prototype,m=i(n("Kuth")(y))==d,g="trim"in String.prototype,_=function(t){var e=s(t,!1);if("string"==typeof e&&e.length>2){e=g?e.trim():p(e,3);var n,r,o,i=e.charCodeAt(0);if(43===i||45===i){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===i){switch(e.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+e}for(var a,c=e.slice(2),u=0,f=c.length;uo)return NaN;return parseInt(c,r)}}return+e};if(!v(" 0o1")||!v("0b1")||v("+0x1")){v=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof v&&(m?c(function(){y.valueOf.call(n)}):i(n)!=d)?a(new h(_(e)),n,v):_(e)};for(var b,w=n("nh4g")?u(h):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),x=0;w.length>x;x++)o(h,b=w[x])&&!o(v,b)&&l(v,b,f(h,b));v.prototype=y,y.constructor=v,n("KroJ")(r,d,v)}},xpql:function(t,e,n){t.exports=!n("nh4g")&&!n("eeVq")(function(){return 7!=Object.defineProperty(n("Iw71")("div"),"a",{get:function(){return 7}}).a})},y3w9:function(t,e,n){var r=n("0/R4");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},yLpj:function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"===typeof window&&(n=window)}t.exports=n},ylqs:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},yt8O:function(t,e,n){"use strict";var r=n("nGyu"),o=n("1TsA"),i=n("hPIQ"),a=n("aCFj");t.exports=n("Afnz")(Array,"Array",function(t,e){this._t=a(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,o(1)):o(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},zhAb:function(t,e,n){var r=n("aagx"),o=n("aCFj"),i=n("w2a5")(!1),a=n("YTvA")("IE_PROTO");t.exports=function(t,e){var n,s=o(t),c=0,u=[];for(n in s)n!=a&&r(s,n)&&u.push(n);while(e.length>c)r(s,n=e[c++])&&(~i(u,n)||u.push(n));return u}}}]); -//# sourceMappingURL=chunk-vendors.43ba5fe6.js.map \ No newline at end of file diff --git a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/chunk-vendors.43ba5fe6.js.map b/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/chunk-vendors.43ba5fe6.js.map deleted file mode 100644 index e563694..0000000 --- a/ServerLessLibraryAPI/bin/Release/netcoreapp2.0/publish/wwwroot/js/chunk-vendors.43ba5fe6.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///./node_modules/core-js/modules/_html.js","webpack:///./node_modules/core-js/modules/_string-ws.js","webpack:///./node_modules/core-js/modules/_is-object.js","webpack:///./node_modules/core-js/modules/_iter-step.js","webpack:///./node_modules/core-js/modules/_a-function.js","webpack:///./node_modules/core-js/modules/_redefine-all.js","webpack:///./node_modules/core-js/modules/_enum-bug-keys.js","webpack:///./node_modules/core-js/modules/_species-constructor.js","webpack:///./node_modules/core-js/modules/_an-instance.js","webpack:///./node_modules/core-js/modules/_iter-define.js","webpack:///./node_modules/core-js/modules/_flags.js","webpack:///./node_modules/core-js/modules/_object-keys.js","webpack:///./node_modules/core-js/modules/_object-gopd.js","webpack:///./node_modules/core-js/modules/_object-dps.js","webpack:///./node_modules/core-js/modules/_task.js","webpack:///./node_modules/core-js/modules/_iter-call.js","webpack:///./node_modules/core-js/modules/_classof.js","webpack:///./node_modules/core-js/modules/_fix-re-wks.js","webpack:///./node_modules/core-js/modules/_dom-create.js","webpack:///./node_modules/core-js/modules/core.get-iterator-method.js","webpack:///./node_modules/core-js/modules/_wks.js","webpack:///./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack:///./node_modules/core-js/modules/_redefine.js","webpack:///./node_modules/core-js/modules/_object-create.js","webpack:///./node_modules/vue/dist/vue.runtime.esm.js","webpack:///./node_modules/core-js/modules/_library.js","webpack:///./node_modules/core-js/modules/_cof.js","webpack:///./node_modules/core-js/modules/_is-array-iter.js","webpack:///./node_modules/core-js/modules/_invoke.js","webpack:///./node_modules/core-js/modules/_hide.js","webpack:///./node_modules/core-js/modules/_object-gpo.js","webpack:///./node_modules/core-js/modules/es6.regexp.constructor.js","webpack:///./node_modules/core-js/modules/_iter-create.js","webpack:///./node_modules/core-js/modules/es6.object.keys.js","webpack:///./node_modules/core-js/modules/_to-integer.js","webpack:///./node_modules/core-js/modules/_property-desc.js","webpack:///./node_modules/core-js/modules/_to-object.js","webpack:///./node_modules/core-js/modules/es6.regexp.match.js","webpack:///./node_modules/core-js/modules/_for-of.js","webpack:///./node_modules/core-js/modules/_object-pie.js","webpack:///./node_modules/core-js/modules/es6.promise.js","webpack:///./node_modules/core-js/modules/_shared.js","webpack:///./node_modules/core-js/modules/_export.js","webpack:///./node_modules/core-js/modules/_iter-detect.js","webpack:///./node_modules/core-js/modules/_inherit-if-required.js","webpack:///./node_modules/core-js/modules/_object-sap.js","webpack:///./node_modules/core-js/modules/_shared-key.js","webpack:///./node_modules/core-js/modules/_iobject.js","webpack:///./node_modules/core-js/modules/_to-iobject.js","webpack:///./node_modules/core-js/modules/_has.js","webpack:///./node_modules/core-js/modules/_to-primitive.js","webpack:///./node_modules/core-js/modules/_to-absolute-index.js","webpack:///./node_modules/core-js/modules/_global.js","webpack:///./node_modules/core-js/modules/_fails.js","webpack:///./node_modules/core-js/modules/_set-species.js","webpack:///./node_modules/core-js/modules/_set-to-string-tag.js","webpack:///./node_modules/core-js/modules/_core.js","webpack:///./node_modules/core-js/modules/_microtask.js","webpack:///./node_modules/core-js/modules/_iterators.js","webpack:///./node_modules/core-js/modules/_object-dp.js","webpack:///./node_modules/core-js/modules/_set-proto.js","webpack:///./node_modules/core-js/modules/_object-gopn.js","webpack:///./node_modules/core-js/modules/_ctx.js","webpack:///./node_modules/core-js/modules/_add-to-unscopables.js","webpack:///./node_modules/core-js/modules/_perform.js","webpack:///./node_modules/core-js/modules/_to-length.js","webpack:///./node_modules/core-js/modules/_descriptors.js","webpack:///./node_modules/core-js/modules/_user-agent.js","webpack:///./node_modules/core-js/modules/_new-promise-capability.js","webpack:///./node_modules/core-js/modules/_string-trim.js","webpack:///./node_modules/core-js/modules/_is-regexp.js","webpack:///./node_modules/core-js/modules/web.dom.iterable.js","webpack:///./node_modules/core-js/modules/_promise-resolve.js","webpack:///./node_modules/core-js/modules/_defined.js","webpack:///./node_modules/core-js/modules/_array-includes.js","webpack:///./node_modules/core-js/modules/es6.number.constructor.js","webpack:///./node_modules/core-js/modules/_ie8-dom-define.js","webpack:///./node_modules/core-js/modules/_an-object.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/core-js/modules/_uid.js","webpack:///./node_modules/core-js/modules/es6.array.iterator.js","webpack:///./node_modules/core-js/modules/_object-keys-internal.js"],"names":["document","__webpack_require__","module","exports","documentElement","it","done","value","TypeError","redefine","target","src","safe","key","split","anObject","aFunction","SPECIES","O","D","S","C","constructor","undefined","Constructor","name","forbiddenField","LIBRARY","$export","hide","Iterators","$iterCreate","setToStringTag","getPrototypeOf","ITERATOR","BUGGY","keys","FF_ITERATOR","KEYS","VALUES","returnThis","this","Base","NAME","next","DEFAULT","IS_SET","FORCED","methods","IteratorPrototype","getMethod","kind","proto","TAG","DEF_VALUES","VALUES_BUG","prototype","$native","$default","$entries","$anyNative","entries","call","Object","values","P","F","that","result","global","ignoreCase","multiline","unicode","sticky","$keys","enumBugKeys","pIE","createDesc","toIObject","toPrimitive","has","IE8_DOM_DEFINE","gOPD","getOwnPropertyDescriptor","f","e","dP","getKeys","defineProperties","Properties","length","i","defer","channel","port","ctx","invoke","html","cel","process","setTask","setImmediate","clearTask","clearImmediate","MessageChannel","Dispatch","counter","queue","ONREADYSTATECHANGE","run","id","hasOwnProperty","fn","listener","event","data","args","arguments","push","Function","nextTick","now","port2","port1","onmessage","postMessage","addEventListener","importScripts","appendChild","removeChild","setTimeout","set","clear","iterator","ret","cof","ARG","tryGet","T","B","callee","fails","defined","wks","KEY","exec","SYMBOL","fns","strfn","rxfn","String","RegExp","string","arg","isObject","is","createElement","classof","getIteratorMethod","store","uid","Symbol","USE_SYMBOL","$exports","normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","options","_compiled","functional","_scopeId","context","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","concat","d","__webpack_exports__","SRC","TO_STRING","$toString","TPL","inspectSource","val","isFunction","join","dPs","IE_PROTO","Empty","PROTOTYPE","createDict","iframeDocument","iframe","lt","gt","style","display","contentWindow","open","write","close","create","emptyObject","freeze","isUndef","v","isDef","isTrue","isFalse","isPrimitive","obj","_toString","toString","isPlainObject","isRegExp","isValidArrayIndex","n","parseFloat","Math","floor","isFinite","JSON","stringify","toNumber","isNaN","makeMap","str","expectsLowerCase","map","list","toLowerCase","isReservedAttribute","remove","arr","item","index","indexOf","splice","hasOwn","cached","cache","hit","camelizeRE","camelize","replace","_","c","toUpperCase","capitalize","charAt","slice","hyphenateRE","hyphenate","polyfillBind","boundFn","a","l","apply","_length","nativeBind","bind","toArray","start","Array","extend","to","_from","toObject","res","noop","b","no","identity","looseEqual","isObjectA","isObjectB","isArrayA","isArray","isArrayB","every","keysA","keysB","looseIndexOf","once","called","SSR_ATTR","ASSET_TYPES","LIFECYCLE_HOOKS","config","optionMergeStrategies","silent","productionTip","devtools","performance","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","_lifecycleHooks","isReserved","charCodeAt","def","enumerable","defineProperty","writable","configurable","bailRE","parsePath","path","test","segments","_isServer","hasProto","inBrowser","window","inWeex","WXEnvironment","platform","weexPlatform","UA","navigator","userAgent","isIE","isIE9","isEdge","isIOS","nativeWatch","watch","supportsPassive","opts","get","isServerRendering","env","VUE_ENV","__VUE_DEVTOOLS_GLOBAL_HOOK__","isNative","Ctor","_Set","hasSymbol","Reflect","ownKeys","Set","warn","Dep","subs","addSub","sub","removeSub","depend","addDep","notify","update","targetStack","pushTarget","_target","popTarget","pop","VNode","tag","children","text","elm","componentOptions","asyncFactory","ns","fnContext","fnOptions","fnScopeId","componentInstance","raw","isStatic","isRootInsert","isComment","isCloned","isOnce","asyncMeta","isAsyncPlaceholder","prototypeAccessors","child","createEmptyVNode","node","createTextVNode","cloneVNode","vnode","cloned","arrayProto","arrayMethods","methodsToPatch","forEach","method","original","len","inserted","ob","__ob__","observeArray","dep","arrayKeys","getOwnPropertyNames","shouldObserve","toggleObserving","Observer","vmCount","augment","protoAugment","copyAugment","walk","__proto__","observe","asRootData","isExtensible","_isVue","defineReactive","customSetter","shallow","property","getter","setter","childOb","dependArray","newVal","max","del","items","strats","mergeData","from","toVal","fromVal","mergeDataOrFn","parentVal","childVal","vm","instanceData","defaultData","mergeHook","mergeAssets","type","key$1","props","inject","computed","provide","defaultStrat","normalizeProps","normalizeInject","normalized","normalizeDirectives","dirs","directives","mergeOptions","extendsFrom","extends","mixins","mergeField","strat","resolveAsset","warnMissing","assets","camelizedId","PascalCaseId","validateProp","propOptions","propsData","prop","absent","booleanIndex","getTypeIndex","Boolean","stringIndex","getPropDefaultValue","prevShouldObserve","default","_props","getType","match","isSameType","expectedTypes","handleError","err","info","cur","$parent","hooks","errorCaptured","capture","globalHandleError","logError","console","error","microTimerFunc","macroTimerFunc","callbacks","pending","flushCallbacks","copies","useMacroTask","Promise","p","resolve","then","withMacroTask","_withTask","cb","_resolve","seenObjects","traverse","_traverse","seen","isA","isFrozen","depId","normalizeEvent","passive","once$$1","createFnInvoker","invoker","arguments$1","updateListeners","on","oldOn","remove$$1","old","params","mergeVNodeHook","hookKey","oldHook","wrappedHook","merged","extractPropsFromVNodeData","attrs","altKey","checkProp","hash","preserve","simpleNormalizeChildren","normalizeChildren","normalizeArrayChildren","isTextNode","nestedIndex","lastIndex","last","shift","_isVList","ensureCtor","comp","base","__esModule","toStringTag","createAsyncPlaceholder","factory","resolveAsyncComponent","baseCtor","errorComp","resolved","loading","loadingComp","contexts","sync","forceRender","$forceUpdate","reject","reason","component","delay","timeout","getFirstComponentChild","initEvents","_events","_hasHookEvent","listeners","_parentListeners","updateComponentListeners","$once","$on","remove$1","$off","oldListeners","eventsMixin","Vue","hookRE","this$1","cbs","i$1","$emit","resolveSlots","slots","slot","name$1","isWhitespace","resolveScopedSlots","activeInstance","initLifecycle","abstract","$children","$refs","_watcher","_inactive","_directInactive","_isMounted","_isDestroyed","_isBeingDestroyed","lifecycleMixin","_update","hydrating","callHook","prevEl","$el","prevVnode","_vnode","prevActiveInstance","__patch__","_parentElm","_refElm","__vue__","$destroy","teardown","_watchers","_data","mountComponent","el","updateComponent","_render","Watcher","updateChildComponent","parentVnode","renderChildren","hasChildren","_renderChildren","scopedSlots","$scopedSlots","_parentVnode","$attrs","$listeners","propKeys","_propKeys","$slots","isInInactiveTree","activateChildComponent","direct","deactivateChildComponent","handlers","j","activatedChildren","waiting","flushing","resetSchedulerState","flushSchedulerQueue","watcher","sort","activatedQueue","updatedQueue","callActivatedHooks","callUpdatedHooks","emit","queueActivatedComponent","queueWatcher","uid$1","expOrFn","isRenderWatcher","deep","user","lazy","active","dirty","deps","newDeps","depIds","newDepIds","expression","cleanupDeps","tmp","oldValue","evaluate","sharedPropertyDefinition","proxy","sourceKey","initState","initProps","initMethods","initData","initComputed","initWatch","propsOptions","isRoot","loop","getData","computedWatcherOptions","watchers","_computedWatchers","isSSR","userDef","defineComputed","shouldCache","createComputedGetter","handler","createWatcher","$watch","stateMixin","dataDef","propsDef","$set","$delete","immediate","initProvide","_provided","initInjections","resolveInject","filter","provideKey","source","provideDefault","renderList","renderSlot","fallback","bindObject","nodes","scopedSlotFn","slotNodes","_rendered","$createElement","resolveFilter","isKeyNotMatch","expect","actual","checkKeyCodes","eventKeyCode","builtInKeyCode","eventKeyName","builtInKeyName","mappedKeyCode","bindObjectProps","asProp","isSync","domProps","$event","renderStatic","isInFor","_staticTrees","tree","_renderProxy","markStatic","markOnce","markStaticNode","bindObjectListeners","ours","installRenderHelpers","_o","_n","_s","_l","_t","_q","_i","_m","_f","_k","_b","_v","_e","_u","_g","FunctionalRenderContext","contextVm","_original","isCompiled","needNormalization","injections","_c","createFunctionalComponent","mergeProps","renderContext","cloneAndMarkFunctionalResult","vnodes","clone","componentVNodeHooks","init","parentElm","refElm","keepAlive","mountedNode","prepatch","createComponentInstanceForVnode","$mount","oldVnode","insert","destroy","hooksToMerge","createComponent","_base","cid","resolveConstructorOptions","model","transformModel","nativeOn","installComponentHooks","_isComponent","inlineTemplate","callback","SIMPLE_NORMALIZE","ALWAYS_NORMALIZE","normalizationType","alwaysNormalize","_createElement","applyNS","registerDeepBindings","force","class","initRender","parentData","renderMixin","$nextTick","ref","uid$3","initMixin","_init","_uid","initInternalComponent","_self","vnodeComponentOptions","_componentTag","super","superOptions","cachedSuperOptions","modifiedOptions","resolveModifiedOptions","extendOptions","components","modified","latest","extended","sealed","sealedOptions","dedupe","initUse","use","plugin","installedPlugins","_installedPlugins","unshift","install","initMixin$1","mixin","initExtend","Super","SuperId","cachedCtors","_Ctor","Sub","initProps$1","initComputed$1","Comp","initAssetRegisters","definition","getComponentName","matches","pattern","pruneCache","keepAliveInstance","cachedNode","pruneCacheEntry","current","cached$$1","patternTypes","KeepAlive","include","exclude","Number","created","destroyed","mounted","ref$1","parseInt","builtInComponents","initGlobalAPI","configDef","util","delete","version","acceptValue","attr","isEnumeratedAttr","isBooleanAttr","xlinkNS","isXlink","getXlinkProp","isFalsyAttrValue","genClassForVnode","parentNode","childNode","mergeClassData","renderClass","staticClass","dynamicClass","stringifyClass","stringifyArray","stringifyObject","stringified","namespaceMap","svg","math","isHTMLTag","isSVG","unknownElementCache","HTMLUnknownElement","HTMLElement","isTextInputType","query","selected","querySelector","createElement$1","tagName","multiple","setAttribute","createElementNS","namespace","createTextNode","createComment","insertBefore","newNode","referenceNode","nextSibling","setTextContent","textContent","setStyleScope","nodeOps","registerRef","isRemoval","refs","refInFor","emptyNode","sameVnode","sameInputType","typeA","typeB","createKeyToOldIdx","beginIdx","endIdx","createPatchFunction","backend","modules","emptyNodeAt","createRmCb","childElm","removeNode","createElm","insertedVnodeQueue","nested","ownerArray","setScope","createChildren","invokeCreateHooks","isReactivated","initComponent","reactivateComponent","pendingInsert","isPatchable","innerNode","transition","activate","ref$$1","ancestor","addVnodes","startIdx","invokeDestroyHook","removeVnodes","ch","removeAndInvokeRemoveHook","rm","updateChildren","oldCh","newCh","removeOnly","oldKeyToIdx","idxInOld","vnodeToMove","oldStartIdx","newStartIdx","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","canMove","patchVnode","findIdxInOld","end","hydrate","postpatch","invokeInsertHook","initial","isRenderedModule","inVPre","pre","hasChildNodes","innerHTML","childrenMatch","firstChild","fullInvoke","isInitialPatch","isRealElement","nodeType","hasAttribute","removeAttribute","oldElm","parentElm$1","_leaveCb","patchable","i$2","updateDirectives","oldDir","dir","isCreate","isDestroy","oldDirs","normalizeDirectives$1","newDirs","dirsWithInsert","dirsWithPostpatch","callHook$1","componentUpdated","callInsert","emptyModifiers","modifiers","getRawDirName","rawName","baseModules","updateAttrs","inheritAttrs","oldAttrs","setAttr","removeAttributeNS","baseSetAttr","setAttributeNS","__ieph","blocker","stopImmediatePropagation","removeEventListener","updateClass","oldData","cls","transitionClass","_transitionClasses","_prevClass","target$1","klass","RANGE_TOKEN","CHECKBOX_RADIO_TOKEN","normalizeEvents","change","createOnceHandler","onceHandler","remove$2","add$1","updateDOMListeners","events","updateDOMProps","oldProps","childNodes","_value","strCur","shouldUpdateValue","checkVal","composing","isNotInFocusAndDirty","isDirtyWithModifiers","notInFocus","activeElement","_vModifiers","number","trim","parseStyleText","cssText","listDelimiter","propertyDelimiter","normalizeStyleData","normalizeStyleBinding","staticStyle","bindingStyle","getStyle","checkChild","styleData","emptyStyle","cssVarRE","importantRE","setProp","setProperty","normalizedName","normalize","vendorNames","capName","updateStyle","oldStaticStyle","oldStyleBinding","normalizedStyle","oldStyle","newStyle","addClass","classList","getAttribute","removeClass","tar","resolveTransition","css","autoCssTransition","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","hasTransition","TRANSITION","ANIMATION","transitionProp","transitionEndEvent","animationProp","animationEndEvent","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","raf","requestAnimationFrame","nextFrame","addTransitionClass","transitionClasses","removeTransitionClass","whenTransitionEnds","expectedType","getTransitionInfo","propCount","ended","onEnd","transformRE","styles","getComputedStyle","transitionDelays","transitionDurations","transitionTimeout","getTimeout","animationDelays","animationDurations","animationTimeout","hasTransform","delays","durations","toMs","s","enter","toggleDisplay","cancelled","_enterCb","appearClass","appearToClass","appearActiveClass","beforeEnter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","duration","transitionNode","isAppear","startClass","activeClass","toClass","beforeEnterHook","enterHook","afterEnterHook","enterCancelledHook","explicitEnterDuration","expectsCSS","userWantsControl","getHookArgumentsLength","show","pendingNode","_pending","isValidDuration","leave","beforeLeave","afterLeave","leaveCancelled","delayLeave","explicitLeaveDuration","performLeave","invokerFns","_enter","platformModules","patch","vmodel","trigger","directive","binding","_vOptions","setSelected","getValue","onCompositionStart","onCompositionEnd","prevOptions","curOptions","some","o","needReset","hasNoMatchingOption","actuallySetSelected","isMultiple","option","selectedIndex","createEvent","initEvent","dispatchEvent","locateNode","transition$$1","originalDisplay","__vOriginalDisplay","unbind","platformDirectives","transitionProps","mode","getRealChild","compOptions","extractTransitionData","placeholder","rawChild","hasParentTransition","isSameChild","oldChild","Transition","_leaving","oldRawChild","delayedLeave","moveClass","TransitionGroup","prevChildren","rawChildren","transitionData","kept","removed","c$1","pos","getBoundingClientRect","beforeUpdate","updated","hasMove","callPendingCbs","recordPosition","applyTranslation","_reflow","body","offsetHeight","moved","transform","WebkitTransform","transitionDuration","_moveCb","propertyName","_hasMove","cloneNode","newPos","oldPos","dx","left","dy","top","platformComponents","ArrayProto","un","object","ObjectProto","inheritIfRequired","gOPN","$flags","$RegExp","re1","re2","CORRECT_NEW","tiRE","piRE","fiU","descriptor","ceil","bitmap","MATCH","$match","regexp","isArrayIter","toLength","getIterFn","BREAK","RETURN","iterable","step","iterFn","propertyIsEnumerable","Internal","newGenericPromiseCapability","OwnPromiseCapability","Wrapper","anInstance","forOf","speciesConstructor","task","microtask","newPromiseCapabilityModule","perform","promiseResolve","PROMISE","versions","v8","$Promise","isNode","empty","newPromiseCapability","USE_NATIVE","promise","FakePromise","PromiseRejectionEvent","isThenable","isReject","chain","ok","reaction","exited","fail","domain","_h","onHandleUnhandled","exit","onUnhandled","unhandled","isUnhandled","onunhandledrejection","_a","onrejectionhandled","$reject","_d","_w","$resolve","wrapper","executor","onFulfilled","onRejected","catch","G","W","r","capability","$$reject","x","iter","all","remaining","$index","alreadyCalled","race","core","SHARED","copyright","own","out","exp","IS_FORCED","IS_GLOBAL","IS_STATIC","IS_PROTO","IS_BIND","expProto","U","R","SAFE_CLOSING","riter","skipClosing","setPrototypeOf","shared","IObject","valueOf","toInteger","min","self","__g","DESCRIPTORS","stat","__e","macrotask","MutationObserver","WebKitMutationObserver","head","flush","standalone","toggle","characterData","Attributes","check","buggy","hiddenKeys","UNSCOPABLES","PromiseCapability","$$resolve","spaces","space","non","ltrim","rtrim","exporter","ALIAS","FORCE","TYPE","$iterators","TO_STRING_TAG","ArrayValues","DOMIterables","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","collections","explicit","Collection","promiseCapability","toAbsoluteIndex","IS_INCLUDES","$this","fromIndex","$trim","NUMBER","$Number","BROKEN_COF","TRIM","argument","third","radix","maxCode","first","NaN","code","digits","g","eval","px","random","addToUnscopables","iterated","Arguments","arrayIndexOf","names"],"mappings":"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","file":"js/chunk-vendors.43ba5fe6.js","sourcesContent":["var document = require('./_global').document;\nmodule.exports = document && document.documentElement;\n","module.exports = '\\x09\\x0A\\x0B\\x0C\\x0D\\x20\\xA0\\u1680\\u180E\\u2000\\u2001\\u2002\\u2003' +\n '\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","module.exports = function (done, value) {\n return { value: value, done: !!done };\n};\n","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","var redefine = require('./_redefine');\nmodule.exports = function (target, src, safe) {\n for (var key in src) redefine(target, key, src[key], safe);\n return target;\n};\n","// IE 8- don't enum bug keys\nmodule.exports = (\n 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'\n).split(',');\n","// 7.3.20 SpeciesConstructor(O, defaultConstructor)\nvar anObject = require('./_an-object');\nvar aFunction = require('./_a-function');\nvar SPECIES = require('./_wks')('species');\nmodule.exports = function (O, D) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);\n};\n","module.exports = function (it, Constructor, name, forbiddenField) {\n if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {\n throw TypeError(name + ': incorrect invocation!');\n } return it;\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar $iterCreate = require('./_iter-create');\nvar setToStringTag = require('./_set-to-string-tag');\nvar getPrototypeOf = require('./_object-gpo');\nvar ITERATOR = require('./_wks')('iterator');\nvar BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`\nvar FF_ITERATOR = '@@iterator';\nvar KEYS = 'keys';\nvar VALUES = 'values';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {\n $iterCreate(Constructor, NAME, next);\n var getMethod = function (kind) {\n if (!BUGGY && kind in proto) return proto[kind];\n switch (kind) {\n case KEYS: return function keys() { return new Constructor(this, kind); };\n case VALUES: return function values() { return new Constructor(this, kind); };\n } return function entries() { return new Constructor(this, kind); };\n };\n var TAG = NAME + ' Iterator';\n var DEF_VALUES = DEFAULT == VALUES;\n var VALUES_BUG = false;\n var proto = Base.prototype;\n var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];\n var $default = $native || getMethod(DEFAULT);\n var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;\n var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;\n var methods, key, IteratorPrototype;\n // Fix native\n if ($anyNative) {\n IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));\n if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {\n // Set @@toStringTag to native iterators\n setToStringTag(IteratorPrototype, TAG, true);\n // fix for some old engines\n if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);\n }\n }\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEF_VALUES && $native && $native.name !== VALUES) {\n VALUES_BUG = true;\n $default = function values() { return $native.call(this); };\n }\n // Define iterator\n if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {\n hide(proto, ITERATOR, $default);\n }\n // Plug for library\n Iterators[NAME] = $default;\n Iterators[TAG] = returnThis;\n if (DEFAULT) {\n methods = {\n values: DEF_VALUES ? $default : getMethod(VALUES),\n keys: IS_SET ? $default : getMethod(KEYS),\n entries: $entries\n };\n if (FORCED) for (key in methods) {\n if (!(key in proto)) redefine(proto, key, methods[key]);\n } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);\n }\n return methods;\n};\n","'use strict';\n// 21.2.5.3 get RegExp.prototype.flags\nvar anObject = require('./_an-object');\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar $keys = require('./_object-keys-internal');\nvar enumBugKeys = require('./_enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return $keys(O, enumBugKeys);\n};\n","var pIE = require('./_object-pie');\nvar createDesc = require('./_property-desc');\nvar toIObject = require('./_to-iobject');\nvar toPrimitive = require('./_to-primitive');\nvar has = require('./_has');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar gOPD = Object.getOwnPropertyDescriptor;\n\nexports.f = require('./_descriptors') ? gOPD : function getOwnPropertyDescriptor(O, P) {\n O = toIObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return gOPD(O, P);\n } catch (e) { /* empty */ }\n if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);\n};\n","var dP = require('./_object-dp');\nvar anObject = require('./_an-object');\nvar getKeys = require('./_object-keys');\n\nmodule.exports = require('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = getKeys(Properties);\n var length = keys.length;\n var i = 0;\n var P;\n while (length > i) dP.f(O, P = keys[i++], Properties[P]);\n return O;\n};\n","var ctx = require('./_ctx');\nvar invoke = require('./_invoke');\nvar html = require('./_html');\nvar cel = require('./_dom-create');\nvar global = require('./_global');\nvar process = global.process;\nvar setTask = global.setImmediate;\nvar clearTask = global.clearImmediate;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\nvar run = function () {\n var id = +this;\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\nvar listener = function (event) {\n run.call(event.data);\n};\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!setTask || !clearTask) {\n setTask = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n invoke(typeof fn == 'function' ? fn : Function(fn), args);\n };\n defer(counter);\n return counter;\n };\n clearTask = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (require('./_cof')(process) == 'process') {\n defer = function (id) {\n process.nextTick(ctx(run, id, 1));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(ctx(run, id, 1));\n };\n // Browsers with MessageChannel, includes WebWorkers\n } else if (MessageChannel) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = ctx(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) {\n defer = function (id) {\n global.postMessage(id + '', '*');\n };\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in cel('script')) {\n defer = function (id) {\n html.appendChild(cel('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run.call(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(ctx(run, id, 1), 0);\n };\n }\n}\nmodule.exports = {\n set: setTask,\n clear: clearTask\n};\n","// call something on iterator step with safe closing on error\nvar anObject = require('./_an-object');\nmodule.exports = function (iterator, fn, value, entries) {\n try {\n return entries ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (e) {\n var ret = iterator['return'];\n if (ret !== undefined) anObject(ret.call(iterator));\n throw e;\n }\n};\n","// getting tag from 19.1.3.6 Object.prototype.toString()\nvar cof = require('./_cof');\nvar TAG = require('./_wks')('toStringTag');\n// ES3 wrong here\nvar ARG = cof(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (e) { /* empty */ }\n};\n\nmodule.exports = function (it) {\n var O, T, B;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T\n // builtinTag case\n : ARG ? cof(O)\n // ES3 arguments fallback\n : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;\n};\n","'use strict';\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar wks = require('./_wks');\n\nmodule.exports = function (KEY, length, exec) {\n var SYMBOL = wks(KEY);\n var fns = exec(defined, SYMBOL, ''[KEY]);\n var strfn = fns[0];\n var rxfn = fns[1];\n if (fails(function () {\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n })) {\n redefine(String.prototype, KEY, strfn);\n hide(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return rxfn.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return rxfn.call(string, this); }\n );\n }\n};\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","var classof = require('./_classof');\nvar ITERATOR = require('./_wks')('iterator');\nvar Iterators = require('./_iterators');\nmodule.exports = require('./_core').getIteratorMethod = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functioal component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar TO_STRING = 'toString';\nvar $toString = Function[TO_STRING];\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('./_an-object');\nvar dPs = require('./_object-dps');\nvar enumBugKeys = require('./_enum-bug-keys');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar Empty = function () { /* empty */ };\nvar PROTOTYPE = 'prototype';\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = require('./_dom-create')('iframe');\n var i = enumBugKeys.length;\n var lt = '<';\n var gt = '>';\n var iframeDocument;\n iframe.style.display = 'none';\n require('./_html').appendChild(iframe);\n iframe.src = 'javascript:'; // eslint-disable-line no-script-url\n // createDict = iframe.contentWindow.Object;\n // html.removeChild(iframe);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : dPs(result, Properties);\n};\n","/*!\n * Vue.js v2.5.16\n * (c) 2014-2018 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// these helpers produces better vm code in JS engines due to their\n// explicitness and function inlining\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value e.g. [object Object]\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : typeof val === 'object'\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert a input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if a attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether the object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it... e.g.\n * PhantomJS 1.x. Technically we don't need this anymore since native bind is\n * now more performant in most browsers, but removing it would be breaking for\n * code that was able to run in PhantomJS 1.x, so this must be kept for\n * backwards compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/)\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/**\n * Return same value\n */\nvar identity = function (_) { return _; };\n\n/**\n * Generate a static keys string from compiler modules.\n */\n\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured'\n];\n\n/* */\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n})\n\n/* */\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = /[^\\w.$]/;\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\n\nvar supportsPassive = false;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = (function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n return ''\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm || {};\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm) {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.target) {\n Dep.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// the current target watcher being evaluated.\n// this is globally unique because there could be only one\n// watcher being evaluated at any time.\nDep.target = null;\nvar targetStack = [];\n\nfunction pushTarget (_target) {\n if (Dep.target) { targetStack.push(Dep.target); }\n Dep.target = _target;\n}\n\nfunction popTarget () {\n Dep.target = targetStack.pop();\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n vnode.children,\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n var augment = hasProto\n ? protoAugment\n : copyAugment;\n augment(value, arrayMethods, arrayKeys);\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through each property and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment an target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src, keys) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment an target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n if (!getter && arguments.length === 2) {\n val = obj[key];\n }\n var setter = property && property.set;\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.target) {\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n var keys = Object.keys(from);\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (isPlainObject(toVal) && isPlainObject(fromVal)) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n return childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!/^[a-zA-Z][\\w-]*$/.test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'can only contain alphanumeric characters and the hyphen, ' +\n 'and must start with a letter.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def = dirs[key];\n if (typeof def === 'function') {\n dirs[key] = { bind: def, update: def };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n var extendsFrom = child.extends;\n if (extendsFrom) {\n parent = mergeOptions(parent, extendsFrom, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false && isObject(value) && ('@binding' in value))\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n if (!valid) {\n warn(\n \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', ')) +\n \", got \" + (toRawType(value)) + \".\",\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n logError(e, null, 'config.errorHandler');\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n/* globals MessageChannel */\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using both microtasks and (macro) tasks.\n// In < 2.4 we used microtasks everywhere, but there are some scenarios where\n// microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690) or even between bubbling of the same\n// event (#6566). However, using (macro) tasks everywhere also has subtle problems\n// when state is changed right before repaint (e.g. #6813, out-in transitions).\n// Here we use microtask by default, but expose a way to force (macro) task when\n// needed (e.g. in event handlers attached by v-on).\nvar microTimerFunc;\nvar macroTimerFunc;\nvar useMacroTask = false;\n\n// Determine (macro) task defer implementation.\n// Technically setImmediate should be the ideal choice, but it's only available\n// in IE. The only polyfill that consistently queues the callback after all DOM\n// events triggered in the same loop is by using MessageChannel.\n/* istanbul ignore if */\nif (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n macroTimerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else if (typeof MessageChannel !== 'undefined' && (\n isNative(MessageChannel) ||\n // PhantomJS\n MessageChannel.toString() === '[object MessageChannelConstructor]'\n)) {\n var channel = new MessageChannel();\n var port = channel.port2;\n channel.port1.onmessage = flushCallbacks;\n macroTimerFunc = function () {\n port.postMessage(1);\n };\n} else {\n /* istanbul ignore next */\n macroTimerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\n// Determine microtask defer implementation.\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n microTimerFunc = function () {\n p.then(flushCallbacks);\n // in problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n} else {\n // fallback to macro\n microTimerFunc = macroTimerFunc;\n}\n\n/**\n * Wrap a function so that if any code inside triggers state change,\n * the changes are queued using a (macro) task instead of a microtask.\n */\nfunction withMacroTask (fn) {\n return fn._withTask || (fn._withTask = function () {\n useMacroTask = true;\n var res = fn.apply(null, arguments);\n useMacroTask = false;\n return res\n })\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n if (useMacroTask) {\n macroTimerFunc();\n } else {\n microTimerFunc();\n }\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) || key.charAt(0) === '_';\n if (!has && !isAllowed) {\n warnNonPresent(target, key);\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n warnNonPresent(target, key);\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n perf.clearMeasures(name);\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n cloned[i].apply(null, arguments$1);\n }\n } else {\n // return handler return value for single handlers\n return fns.apply(null, arguments)\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n vm\n) {\n var name, def, cur, old, event;\n for (name in on) {\n def = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n /* istanbul ignore if */\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur);\n }\n add(event.name, cur, event.once, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\nfunction mergeVNodeHook (def, hookKey, hook) {\n if (def instanceof VNode) {\n def = def.data.hook || (def.data.hook = {});\n }\n var invoker;\n var oldHook = def[hookKey];\n\n function wrappedHook () {\n hook.apply(this, arguments);\n // important: remove merged hook to ensure it's called only once\n // and prevent memory leak\n remove(invoker.fns, wrappedHook);\n }\n\n if (isUndef(oldHook)) {\n // no existing hook\n invoker = createFnInvoker([wrappedHook]);\n } else {\n /* istanbul ignore if */\n if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n // already a merged invoker\n invoker = oldHook;\n invoker.fns.push(wrappedHook);\n } else {\n // existing plain hook\n invoker = createFnInvoker([oldHook, wrappedHook]);\n }\n }\n\n invoker.merged = true;\n def[hookKey] = invoker;\n}\n\n/* */\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n return\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n return res\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g.