diff --git a/.gitignore b/.gitignore index 8cfd504..593f790 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ src/Our.Umbraco.Honeypot.WebsiteV8/App_Plugins/umbracoforms src/Our.Umbraco.Honeypot.WebsiteV8/Umbraco *.user src/Our.Umbraco.Honeypot.V8/obj +src/Our.Umbraco.Honeypot.V8/bin +src/Our.Umbraco.Honeypot.V8/bin diff --git a/honeypot.svg b/honeypot.svg new file mode 100644 index 0000000..ccef359 --- /dev/null +++ b/honeypot.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon-honeypot.svg b/icon-honeypot.svg new file mode 100644 index 0000000..3ff4026 --- /dev/null +++ b/icon-honeypot.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj b/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj index fe424e2..87118a3 100644 --- a/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj +++ b/src/Our.Umbraco.Honeypot.Core/Our.Umbraco.Honeypot.Core.csproj @@ -1,16 +1,16 @@ - net472;net5.0;net6.0 + net472;net5.0;net6.0;net7.0 Our.Umbraco.Honeypot.Core Björnmamman AB Sverige https://bjornmamman.se/ https://github.com/madsoulswe/Our.Umbraco.Honeypot git - 0.1.0 + 1.0.0 Our.Umbraco.Honeypot.Core - 0.1.0 - 0.1.0 + 1.0.0 + 1.0.0 Björnmamman Björnmamman AB Sweden Our.Umbraco.Honeypot.Core @@ -33,8 +33,7 @@ - - + @@ -43,9 +42,19 @@ + + + + + + + + + + diff --git a/src/Our.Umbraco.Honeypot.V8/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.V8/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html index 5f28270..09b6665 100644 --- a/src/Our.Umbraco.Honeypot.V8/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html +++ b/src/Our.Umbraco.Honeypot.V8/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml b/src/Our.Umbraco.Honeypot.V8/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml index e1fe854..8127355 100644 --- a/src/Our.Umbraco.Honeypot.V8/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml +++ b/src/Our.Umbraco.Honeypot.V8/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml @@ -9,4 +9,15 @@ } @Html.HoneypotTimeField(options) -@Html.HoneypotField(options) \ No newline at end of file + +@{ + try + { + @:@Html.HoneypotField(options) + + } + catch (Exception e) + { + @e.Message + } +} diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/Our.Umbraco.Honeypot.0.1.0.nupkg b/src/Our.Umbraco.Honeypot.V8/bin/Debug/Our.Umbraco.Honeypot.0.1.0.nupkg deleted file mode 100644 index a4f9060..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/Our.Umbraco.Honeypot.0.1.0.nupkg and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/Our.Umbraco.Honeypot.1.0.0.nupkg b/src/Our.Umbraco.Honeypot.V8/bin/Debug/Our.Umbraco.Honeypot.1.0.0.nupkg deleted file mode 100644 index e4a76e5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/Our.Umbraco.Honeypot.1.0.0.nupkg and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/CSharpTest.Net.Collections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/CSharpTest.Net.Collections.dll deleted file mode 100644 index a93fdec..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/CSharpTest.Net.Collections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ClientDependency.Core.Mvc.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ClientDependency.Core.Mvc.dll deleted file mode 100644 index c713c39..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ClientDependency.Core.Mvc.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ClientDependency.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ClientDependency.Core.dll deleted file mode 100644 index 8170ed5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ClientDependency.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/EPPlus.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/EPPlus.dll deleted file mode 100644 index ff31f76..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/EPPlus.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Examine.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Examine.dll deleted file mode 100644 index 4161f61..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Examine.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/HtmlAgilityPack.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/HtmlAgilityPack.dll deleted file mode 100644 index 4a8ffe4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/HtmlAgilityPack.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ICSharpCode.SharpZipLib.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ICSharpCode.SharpZipLib.dll deleted file mode 100644 index fe643eb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ICSharpCode.SharpZipLib.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ImageProcessor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ImageProcessor.dll deleted file mode 100644 index 2aa68dc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/ImageProcessor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/K4os.Compression.LZ4.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/K4os.Compression.LZ4.dll deleted file mode 100644 index ea7a325..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/K4os.Compression.LZ4.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Annotation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Annotation.dll deleted file mode 100644 index 6c87f27..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Annotation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Mvc.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Mvc.dll deleted file mode 100644 index a251fc2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Mvc.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Web.dll deleted file mode 100644 index ee7503f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.WebApi.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.WebApi.dll deleted file mode 100644 index 3836f65..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.WebApi.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.dll deleted file mode 100644 index 50c9105..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/LightInject.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Lucene.Net.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Lucene.Net.dll deleted file mode 100644 index cbf0220..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Lucene.Net.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Markdown.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Markdown.dll deleted file mode 100644 index 4b4a470..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Markdown.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MessagePack.Annotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MessagePack.Annotations.dll deleted file mode 100644 index 16491b3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MessagePack.Annotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MessagePack.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MessagePack.dll deleted file mode 100644 index de15fde..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MessagePack.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.Identity.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.Identity.Core.dll deleted file mode 100644 index 162e29b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.Identity.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.Identity.Owin.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.Identity.Owin.dll deleted file mode 100644 index eb5a3ee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.Identity.Owin.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.SignalR.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.SignalR.Core.dll deleted file mode 100644 index f91022a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNet.SignalR.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authentication.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100644 index 5ca9acd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authentication.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100644 index 484ad0d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authorization.Policy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100644 index d63f6cb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index 83bf39d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index 2fa7ecb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 2692258..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index 326befc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index c817782..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index 3dfb5e0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Features.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index c5f6f86..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index c2c59cf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index f05a157..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Mvc.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index 3536b75..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 6ecc552..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100644 index 9ff80bf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 458cdd3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 66ea171..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.WebUtilities.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index dc1e804..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Bcl.AsyncInterfaces.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100644 index 476f1b1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.DotNet.PlatformAbstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.DotNet.PlatformAbstractions.dll deleted file mode 100644 index b60e8c3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.DotNet.PlatformAbstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index 540e094..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index edda9e2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyInjection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 9ad5397..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index 68f3631..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index bca3315..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100644 index 8f4da6f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Logging.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index 4e8e3f2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.ObjectPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index 5330caf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Options.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Options.dll deleted file mode 100644 index 1310caa..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index f6daaab..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Net.Http.Headers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index 01dec16..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Host.SystemWeb.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Host.SystemWeb.dll deleted file mode 100644 index 5db3b26..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Host.SystemWeb.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.Cookies.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.Cookies.dll deleted file mode 100644 index 2b9b2de..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.Cookies.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.OAuth.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.OAuth.dll deleted file mode 100644 index f916442..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.OAuth.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.dll deleted file mode 100644 index 1da01b0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.dll deleted file mode 100644 index 3cdb803..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Owin.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Web.Infrastructure.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Web.Infrastructure.dll deleted file mode 100644 index 85f1138..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Microsoft.Web.Infrastructure.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MiniProfiler.Shared.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MiniProfiler.Shared.dll deleted file mode 100644 index 9f21ae9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MiniProfiler.Shared.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MiniProfiler.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MiniProfiler.dll deleted file mode 100644 index c230f1b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/MiniProfiler.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/NPoco.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/NPoco.dll deleted file mode 100644 index 7885c35..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/NPoco.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Newtonsoft.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Newtonsoft.Json.dll deleted file mode 100644 index d0aaed9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Newtonsoft.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.Core.dll deleted file mode 100644 index f77f444..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.Core.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.Core.pdb deleted file mode 100644 index d73b17e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.Core.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.V8.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.V8.dll deleted file mode 100644 index a65bf35..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.V8.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.V8.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.V8.pdb deleted file mode 100644 index e7f5e39..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Our.Umbraco.Honeypot.V8.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Owin.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Owin.dll deleted file mode 100644 index ba6e21e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Owin.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Semver.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Semver.dll deleted file mode 100644 index 7861aa1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Semver.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Enrichers.Process.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Enrichers.Process.dll deleted file mode 100644 index 8184236..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Enrichers.Process.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Enrichers.Thread.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Enrichers.Thread.dll deleted file mode 100644 index fdb9680..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Enrichers.Thread.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Filters.Expressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Filters.Expressions.dll deleted file mode 100644 index 750fe8f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Filters.Expressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Formatting.Compact.Reader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Formatting.Compact.Reader.dll deleted file mode 100644 index 2080176..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Formatting.Compact.Reader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Formatting.Compact.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Formatting.Compact.dll deleted file mode 100644 index cd21398..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Formatting.Compact.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Settings.AppSettings.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Settings.AppSettings.dll deleted file mode 100644 index 1be60c0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Settings.AppSettings.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.Async.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.Async.dll deleted file mode 100644 index 04127fb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.Async.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.File.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.File.dll deleted file mode 100644 index b473bf0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.File.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.Map.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.Map.dll deleted file mode 100644 index 210f223..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.Sinks.Map.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.dll deleted file mode 100644 index a262288..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Serilog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Superpower.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Superpower.dll deleted file mode 100644 index 3b433c9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Superpower.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Buffers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Buffers.dll deleted file mode 100644 index f2d83c5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Buffers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Collections.Immutable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Collections.Immutable.dll deleted file mode 100644 index 8bf1e47..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Data.SqlServerCe.Entity.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Data.SqlServerCe.Entity.dll deleted file mode 100644 index 7a8f470..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Data.SqlServerCe.Entity.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Data.SqlServerCe.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Data.SqlServerCe.dll deleted file mode 100644 index 88d7be5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Data.SqlServerCe.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Diagnostics.DiagnosticSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index c35584d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Memory.dll deleted file mode 100644 index 5d19470..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Net.Http.Formatting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Net.Http.Formatting.dll deleted file mode 100644 index 323f210..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Net.Http.Formatting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Numerics.Vectors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Numerics.Vectors.dll deleted file mode 100644 index 0865972..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Runtime.CompilerServices.Unsafe.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index c5ba4e4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Text.Encoding.CodePages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Text.Encoding.CodePages.dll deleted file mode 100644 index f3612f9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Text.Encodings.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Text.Encodings.Web.dll deleted file mode 100644 index d339dcf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Threading.Tasks.Dataflow.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index a6816d4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Threading.Tasks.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index eeec928..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.ValueTuple.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.ValueTuple.dll deleted file mode 100644 index 4ce28fd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.ValueTuple.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Helpers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Helpers.dll deleted file mode 100644 index 0da21c0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Helpers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Http.WebHost.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Http.WebHost.dll deleted file mode 100644 index 40c367b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Http.WebHost.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Http.dll deleted file mode 100644 index 136113c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Mvc.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Mvc.dll deleted file mode 100644 index da94e65..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Mvc.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Razor.dll deleted file mode 100644 index 7fa1f69..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.Deployment.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.Deployment.dll deleted file mode 100644 index 1242f74..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.Deployment.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.Razor.dll deleted file mode 100644 index ab12ee8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.dll deleted file mode 100644 index 2468ea6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/System.Web.WebPages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Core.dll deleted file mode 100644 index 3b3340c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Examine.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Examine.dll deleted file mode 100644 index 05831fd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Examine.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Core.Providers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Core.Providers.dll deleted file mode 100644 index c93d47e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Core.Providers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Core.dll deleted file mode 100644 index 3ffa82c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Web.dll deleted file mode 100644 index 938cfc1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Forms.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Licensing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Licensing.dll deleted file mode 100644 index 1743656..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Licensing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.ModelsBuilder.Embedded.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.ModelsBuilder.Embedded.dll deleted file mode 100644 index 9f25642..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.ModelsBuilder.Embedded.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Web.UI.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Web.UI.dll deleted file mode 100644 index 543f915..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Web.UI.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Web.dll deleted file mode 100644 index 8ba7e06..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Umbraco.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml deleted file mode 100644 index e1fe854..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml +++ /dev/null @@ -1,12 +0,0 @@ -@model Umbraco.Forms.Mvc.Models.FieldViewModel -@using Our.Umbraco.Honeypot.Core -@using Umbraco.Core.Composing -@using Umbraco.Web.Composing - - -@{ - var options = global::Umbraco.Web.Composing.Current.Factory.GetInstance(); -} - -@Html.HoneypotTimeField(options) -@Html.HoneypotField(options) \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest deleted file mode 100644 index 47bd4a0..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest +++ /dev/null @@ -1,6 +0,0 @@ - - - - - Vy8CgQgbu3qH5JHTK0op4kR8114= QTJu3Gttpt8hhCktGelNeXj4Yp8= 1ruqF7/L+m1tqnJVscaOtNRNHIE= - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/Microsoft.VC90.CRT/msvcr90.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/Microsoft.VC90.CRT/msvcr90.dll deleted file mode 100644 index c95e1bf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/Microsoft.VC90.CRT/msvcr90.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceca40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceca40.dll deleted file mode 100644 index 958cd41..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceca40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlcecompact40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlcecompact40.dll deleted file mode 100644 index 8eb0630..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlcecompact40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceer40EN.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceer40EN.dll deleted file mode 100644 index 84d618a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceer40EN.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceme40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceme40.dll deleted file mode 100644 index 6d34142..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceme40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceqp40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceqp40.dll deleted file mode 100644 index 774d7dc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlceqp40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlcese40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlcese40.dll deleted file mode 100644 index ef6e9c9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/amd64/sqlcese40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest deleted file mode 100644 index bbd12cc..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest +++ /dev/null @@ -1,6 +0,0 @@ - - - - - +CXED+6HzJlSphyMNOn27ujadC0= MyKED+9DyS+1XcMeaC0Zlw2vFZ0= EeyDE7og6WoPd2oBhYbMEnpFHhY= - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/Microsoft.VC90.CRT/msvcr90.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/Microsoft.VC90.CRT/msvcr90.dll deleted file mode 100644 index e2e6601..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/Microsoft.VC90.CRT/msvcr90.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceca40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceca40.dll deleted file mode 100644 index 0577caf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceca40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlcecompact40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlcecompact40.dll deleted file mode 100644 index e513352..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlcecompact40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceer40EN.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceer40EN.dll deleted file mode 100644 index bc7eaf5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceer40EN.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceme40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceme40.dll deleted file mode 100644 index f3b3ecb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceme40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceqp40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceqp40.dll deleted file mode 100644 index d5af10a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlceqp40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlcese40.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlcese40.dll deleted file mode 100644 index 7dd8ee4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/x86/sqlcese40.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html deleted file mode 100644 index 5f28270..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.Core.dll deleted file mode 100644 index 264ab2e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.Core.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.Core.pdb deleted file mode 100644 index ee3146d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.Core.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.deps.json b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.deps.json deleted file mode 100644 index a2df2b3..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.deps.json +++ /dev/null @@ -1,7000 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v5.0", - "signature": "" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "DEBUG", - "NET", - "NET5_0", - "NETCOREAPP", - "NET5_0_OR_GREATER", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER", - "NETCOREAPP3_0_OR_GREATER", - "NETCOREAPP3_1_OR_GREATER" - ], - "languageVersion": "9.0", - "platform": "", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": false, - "keyFile": "", - "emitEntryPoint": false, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v5.0": { - "Our.Umbraco.Honeypot/0.1.0": { - "dependencies": { - "Our.Umbraco.Honeypot.Core": "0.1.0", - "Umbraco.Cms.Web.BackOffice": "9.0.0", - "Umbraco.Cms.Web.Website": "9.0.0", - "Umbraco.Forms.Core": "9.0.0", - "Umbraco.Forms.Web": "9.0.0", - "Microsoft.AspNetCore.Antiforgery": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Core.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Authentication": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth": "5.0.0.0", - "Microsoft.AspNetCore.Authorization.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Components.Authorization": "5.0.0.0", - "Microsoft.AspNetCore.Components": "5.0.0.0", - "Microsoft.AspNetCore.Components.Forms": "5.0.0.0", - "Microsoft.AspNetCore.Components.Server": "5.0.0.0", - "Microsoft.AspNetCore.Components.Web": "5.0.0.0", - "Microsoft.AspNetCore.Connections.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.CookiePolicy": "5.0.0.0", - "Microsoft.AspNetCore.Cors": "5.0.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions": "5.0.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.Diagnostics": "5.0.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "5.0.0.0", - "Microsoft.AspNetCore": "5.0.0.0", - "Microsoft.AspNetCore.HostFiltering": "5.0.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Hosting": "5.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common": "5.0.0.0", - "Microsoft.AspNetCore.Http.Connections": "5.0.0.0", - "Microsoft.AspNetCore.Http.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Extensions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Features.Reference": "5.0.0.0", - "Microsoft.AspNetCore.HttpOverrides": "5.0.0.0", - "Microsoft.AspNetCore.HttpsPolicy": "5.0.0.0", - "Microsoft.AspNetCore.Identity": "5.0.0.0", - "Microsoft.AspNetCore.Localization": "5.0.0.0", - "Microsoft.AspNetCore.Localization.Routing": "5.0.0.0", - "Microsoft.AspNetCore.Metadata": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Core.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "5.0.0.0", - "Microsoft.AspNetCore.Mvc": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "5.0.0.0", - "Microsoft.AspNetCore.Razor.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "5.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.ResponseCaching": "5.0.0.0", - "Microsoft.AspNetCore.ResponseCompression": "5.0.0.0", - "Microsoft.AspNetCore.Rewrite": "5.0.0.0", - "Microsoft.AspNetCore.Routing.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Routing.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Server.HttpSys": "5.0.0.0", - "Microsoft.AspNetCore.Server.IIS": "5.0.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "5.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core": "5.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "5.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "5.0.0.0", - "Microsoft.AspNetCore.Session": "5.0.0.0", - "Microsoft.AspNetCore.SignalR.Common": "5.0.0.0", - "Microsoft.AspNetCore.SignalR.Core": "5.0.0.0", - "Microsoft.AspNetCore.SignalR": "5.0.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "5.0.0.0", - "Microsoft.AspNetCore.StaticFiles": "5.0.0.0", - "Microsoft.AspNetCore.WebSockets": "5.0.0.0", - "Microsoft.AspNetCore.WebUtilities.Reference": "5.0.0.0", - "Microsoft.CSharp.Reference": "5.0.0.0", - "Microsoft.Extensions.Caching.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Caching.Memory": "5.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.Binder.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "5.0.0.0", - "Microsoft.Extensions.Configuration.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.Ini": "5.0.0.0", - "Microsoft.Extensions.Configuration.Json.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile": "5.0.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "5.0.0.0", - "Microsoft.Extensions.Configuration.Xml": "5.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Composite.Reference": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Physical.Reference": "5.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing.Reference": "5.0.0.0", - "Microsoft.Extensions.Hosting.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Hosting": "5.0.0.0", - "Microsoft.Extensions.Http.Reference": "5.0.0.0", - "Microsoft.Extensions.Localization.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Localization": "5.0.0.0", - "Microsoft.Extensions.Logging.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Logging.Configuration": "5.0.0.0", - "Microsoft.Extensions.Logging.Console": "5.0.0.0", - "Microsoft.Extensions.Logging.Debug": "5.0.0.0", - "Microsoft.Extensions.Logging.Reference": "5.0.0.0", - "Microsoft.Extensions.Logging.EventLog": "5.0.0.0", - "Microsoft.Extensions.Logging.EventSource": "5.0.0.0", - "Microsoft.Extensions.Logging.TraceSource": "5.0.0.0", - "Microsoft.Extensions.ObjectPool.Reference": "5.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference": "5.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations.Reference": "5.0.0.0", - "Microsoft.Extensions.WebEncoders": "5.0.0.0", - "Microsoft.JSInterop": "5.0.0.0", - "Microsoft.Net.Http.Headers.Reference": "5.0.0.0", - "Microsoft.VisualBasic.Core": "10.0.6.0", - "Microsoft.VisualBasic": "10.0.0.0", - "Microsoft.Win32.Primitives": "5.0.0.0", - "Microsoft.Win32.Registry.Reference": "5.0.0.0", - "mscorlib": "4.0.0.0", - "netstandard": "2.1.0.0", - "System.AppContext": "5.0.0.0", - "System.Buffers.Reference": "5.0.0.0", - "System.Collections.Concurrent.Reference": "5.0.0.0", - "System.Collections.Reference": "5.0.0.0", - "System.Collections.Immutable.Reference": "5.0.0.0", - "System.Collections.NonGeneric": "5.0.0.0", - "System.Collections.Specialized": "5.0.0.0", - "System.ComponentModel.Annotations.Reference": "5.0.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.ComponentModel.Reference": "5.0.0.0", - "System.ComponentModel.EventBasedAsync": "5.0.0.0", - "System.ComponentModel.Primitives.Reference": "5.0.0.0", - "System.ComponentModel.TypeConverter": "5.0.0.0", - "System.Configuration": "4.0.0.0", - "System.Console.Reference": "5.0.0.0", - "System.Core": "4.0.0.0", - "System.Data.Common.Reference": "5.0.0.0", - "System.Data.DataSetExtensions": "4.0.0.0", - "System.Data": "4.0.0.0", - "System.Diagnostics.Contracts": "5.0.0.0", - "System.Diagnostics.Debug.Reference": "5.0.0.0", - "System.Diagnostics.DiagnosticSource.Reference": "5.0.0.0", - "System.Diagnostics.EventLog": "5.0.0.0", - "System.Diagnostics.FileVersionInfo": "5.0.0.0", - "System.Diagnostics.Process": "5.0.0.0", - "System.Diagnostics.StackTrace.Reference": "5.0.0.0", - "System.Diagnostics.TextWriterTraceListener": "5.0.0.0", - "System.Diagnostics.Tools": "5.0.0.0", - "System.Diagnostics.TraceSource": "5.0.0.0", - "System.Diagnostics.Tracing.Reference": "5.0.0.0", - "System": "4.0.0.0", - "System.Drawing": "4.0.0.0", - "System.Drawing.Primitives": "5.0.0.0", - "System.Dynamic.Runtime.Reference": "5.0.0.0", - "System.Formats.Asn1.Reference": "5.0.0.0", - "System.Globalization.Calendars": "5.0.0.0", - "System.Globalization.Reference": "5.0.0.0", - "System.Globalization.Extensions": "5.0.0.0", - "System.IO.Compression.Brotli": "5.0.0.0", - "System.IO.Compression": "5.0.0.0", - "System.IO.Compression.FileSystem": "4.0.0.0", - "System.IO.Compression.ZipFile": "5.0.0.0", - "System.IO.Reference": "5.0.0.0", - "System.IO.FileSystem.Reference": "5.0.0.0", - "System.IO.FileSystem.DriveInfo": "5.0.0.0", - "System.IO.FileSystem.Primitives.Reference": "5.0.0.0", - "System.IO.FileSystem.Watcher": "5.0.0.0", - "System.IO.IsolatedStorage": "5.0.0.0", - "System.IO.MemoryMappedFiles": "5.0.0.0", - "System.IO.Pipelines": "5.0.0.0", - "System.IO.Pipes": "5.0.0.0", - "System.IO.UnmanagedMemoryStream": "5.0.0.0", - "System.Linq.Reference": "5.0.0.0", - "System.Linq.Expressions.Reference": "5.0.0.0", - "System.Linq.Parallel": "5.0.0.0", - "System.Linq.Queryable": "5.0.0.0", - "System.Memory.Reference": "5.0.0.0", - "System.Net": "4.0.0.0", - "System.Net.Http": "5.0.0.0", - "System.Net.Http.Json": "5.0.0.0", - "System.Net.HttpListener": "5.0.0.0", - "System.Net.Mail": "5.0.0.0", - "System.Net.NameResolution": "5.0.0.0", - "System.Net.NetworkInformation": "5.0.0.0", - "System.Net.Ping": "5.0.0.0", - "System.Net.Primitives": "5.0.0.0", - "System.Net.Requests": "5.0.0.0", - "System.Net.Security": "5.0.0.0", - "System.Net.ServicePoint": "5.0.0.0", - "System.Net.Sockets": "5.0.0.0", - "System.Net.WebClient": "5.0.0.0", - "System.Net.WebHeaderCollection": "5.0.0.0", - "System.Net.WebProxy": "5.0.0.0", - "System.Net.WebSockets.Client": "5.0.0.0", - "System.Net.WebSockets": "5.0.0.0", - "System.Numerics": "4.0.0.0", - "System.Numerics.Vectors.Reference": "5.0.0.0", - "System.ObjectModel.Reference": "5.0.0.0", - "System.Reflection.DispatchProxy.Reference": "5.0.0.0", - "System.Reflection.Reference": "5.0.0.0", - "System.Reflection.Emit.Reference": "5.0.0.0", - "System.Reflection.Emit.ILGeneration.Reference": "5.0.0.0", - "System.Reflection.Emit.Lightweight.Reference": "5.0.0.0", - "System.Reflection.Extensions.Reference": "5.0.0.0", - "System.Reflection.Metadata.Reference": "5.0.0.0", - "System.Reflection.Primitives.Reference": "5.0.0.0", - "System.Reflection.TypeExtensions.Reference": "5.0.0.0", - "System.Resources.Reader": "5.0.0.0", - "System.Resources.ResourceManager.Reference": "5.0.0.0", - "System.Resources.Writer": "5.0.0.0", - "System.Runtime.CompilerServices.VisualC": "5.0.0.0", - "System.Runtime.Reference": "5.0.0.0", - "System.Runtime.Extensions.Reference": "5.0.0.0", - "System.Runtime.Handles.Reference": "5.0.0.0", - "System.Runtime.InteropServices.Reference": "5.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation.Reference": "5.0.0.0", - "System.Runtime.Intrinsics": "5.0.0.0", - "System.Runtime.Loader": "5.0.0.0", - "System.Runtime.Numerics": "5.0.0.0", - "System.Runtime.Serialization": "4.0.0.0", - "System.Runtime.Serialization.Formatters": "5.0.0.0", - "System.Runtime.Serialization.Json": "5.0.0.0", - "System.Runtime.Serialization.Primitives.Reference": "5.0.0.0", - "System.Runtime.Serialization.Xml": "5.0.0.0", - "System.Security.AccessControl.Reference": "5.0.0.0", - "System.Security.Claims": "5.0.0.0", - "System.Security.Cryptography.Algorithms": "5.0.0.0", - "System.Security.Cryptography.Cng.Reference": "5.0.0.0", - "System.Security.Cryptography.Csp": "5.0.0.0", - "System.Security.Cryptography.Encoding": "5.0.0.0", - "System.Security.Cryptography.Primitives": "5.0.0.0", - "System.Security.Cryptography.X509Certificates": "5.0.0.0", - "System.Security.Cryptography.Xml.Reference": "5.0.0.0", - "System.Security": "4.0.0.0", - "System.Security.Permissions.Reference": "5.0.0.0", - "System.Security.Principal": "5.0.0.0", - "System.Security.Principal.Windows.Reference": "5.0.0.0", - "System.Security.SecureString": "5.0.0.0", - "System.ServiceModel.Web": "4.0.0.0", - "System.ServiceProcess": "4.0.0.0", - "System.Text.Encoding.CodePages.Reference": "5.0.0.0", - "System.Text.Encoding.Reference": "5.0.0.0", - "System.Text.Encoding.Extensions": "5.0.0.0", - "System.Text.Json.Reference": "5.0.0.0", - "System.Text.RegularExpressions.Reference": "5.0.0.0", - "System.Threading.Channels": "5.0.0.0", - "System.Threading.Reference": "5.0.0.0", - "System.Threading.Overlapped": "5.0.0.0", - "System.Threading.Tasks.Dataflow.Reference": "5.0.0.0", - "System.Threading.Tasks.Reference": "5.0.0.0", - "System.Threading.Tasks.Extensions.Reference": "5.0.0.0", - "System.Threading.Tasks.Parallel.Reference": "5.0.0.0", - "System.Threading.Thread": "5.0.0.0", - "System.Threading.ThreadPool": "5.0.0.0", - "System.Threading.Timer": "5.0.0.0", - "System.Transactions": "4.0.0.0", - "System.Transactions.Local": "5.0.0.0", - "System.ValueTuple": "4.0.3.0", - "System.Web": "4.0.0.0", - "System.Web.HttpUtility": "5.0.0.0", - "System.Windows": "4.0.0.0", - "System.Windows.Extensions.Reference": "5.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "System.Xml.ReaderWriter": "5.0.0.0", - "System.Xml.Serialization": "4.0.0.0", - "System.Xml.XDocument": "5.0.0.0", - "System.Xml.XmlDocument": "5.0.0.0", - "System.Xml.XmlSerializer": "5.0.0.0", - "System.Xml.XPath": "5.0.0.0", - "System.Xml.XPath.XDocument": "5.0.0.0", - "WindowsBase": "4.0.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.dll": {} - } - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "runtime": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": { - "assemblyVersion": "14.906.1403.1083", - "fileVersion": "14.906.1403.1083" - } - }, - "compile": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": {} - } - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "dependencies": { - "DotNet.Glob": "3.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": {} - } - }, - "DotNet.Glob/3.1.0": { - "runtime": { - "lib/netcoreapp2.1/DotNet.Glob.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp2.1/DotNet.Glob.dll": {} - } - }, - "Examine/2.0.0": { - "dependencies": { - "Examine.Core": "2.0.0", - "Examine.Lucene": "2.0.0", - "Microsoft.AspNetCore.DataProtection": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.dll": {} - } - }, - "Examine.Core/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Core.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Core.dll": {} - } - }, - "Examine.Lucene/2.0.0": { - "dependencies": { - "Examine.Core": "2.0.0", - "Lucene.Net.QueryParser": "4.8.0-beta00014", - "Lucene.Net.Replicator": "4.8.0-beta00014", - "System.Threading": "4.3.0", - "System.Threading.AccessControl": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Lucene.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Lucene.dll": {} - } - }, - "HtmlAgilityPack/1.11.36": { - "runtime": { - "lib/netstandard2.0/HtmlAgilityPack.dll": { - "assemblyVersion": "1.11.36.0", - "fileVersion": "1.11.36.0" - } - }, - "compile": { - "lib/netstandard2.0/HtmlAgilityPack.dll": {} - } - }, - "IPNetwork2/2.5.353": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/net5.0/System.Net.IPNetwork.dll": { - "assemblyVersion": "2.5.353.0", - "fileVersion": "2.5.353.0" - } - }, - "compile": { - "lib/net5.0/System.Net.IPNetwork.dll": {} - } - }, - "J2N/2.0.0-beta-0012": { - "runtime": { - "lib/net5.0/J2N.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/net5.0/J2N.dll": {} - } - }, - "K4os.Compression.LZ4/1.2.12": { - "dependencies": { - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net5.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.2.12.0", - "fileVersion": "1.2.12.0" - } - }, - "compile": { - "lib/net5.0/K4os.Compression.LZ4.dll": {} - } - }, - "Lucene.Net/4.8.0-beta00014": { - "dependencies": { - "J2N": "2.0.0-beta-0012", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.dll": {} - } - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Analysis.Common.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Analysis.Common.dll": {} - } - }, - "Lucene.Net.Facet/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net.Join": "4.8.0-beta00014", - "Lucene.Net.Queries": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Facet.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Facet.dll": {} - } - }, - "Lucene.Net.Grouping/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014", - "Lucene.Net.Queries": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Grouping.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Grouping.dll": {} - } - }, - "Lucene.Net.Join/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net.Grouping": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Join.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Join.dll": {} - } - }, - "Lucene.Net.Queries/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Queries.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Queries.dll": {} - } - }, - "Lucene.Net.QueryParser/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net.Analysis.Common": "4.8.0-beta00014", - "Lucene.Net.Queries": "4.8.0-beta00014", - "Lucene.Net.Sandbox": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.QueryParser.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.QueryParser.dll": {} - } - }, - "Lucene.Net.Replicator/4.8.0-beta00014": { - "dependencies": { - "J2N": "2.0.0-beta-0012", - "Lucene.Net": "4.8.0-beta00014", - "Lucene.Net.Facet": "4.8.0-beta00014", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Replicator.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Replicator.dll": {} - } - }, - "Lucene.Net.Sandbox/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Sandbox.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Sandbox.dll": {} - } - }, - "MailKit/2.15.0": { - "dependencies": { - "MimeKit": "2.15.0" - }, - "runtime": { - "lib/net50/MailKit.dll": { - "assemblyVersion": "2.15.0.0", - "fileVersion": "2.15.0.0" - } - }, - "compile": { - "lib/net50/MailKit.dll": {} - } - }, - "Markdown/2.2.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Markdown.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Markdown.dll": {} - } - }, - "MessagePack/2.3.75": { - "dependencies": { - "MessagePack.Annotations": "2.3.75" - }, - "runtime": { - "lib/net5.0/MessagePack.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.75.31876" - } - }, - "compile": { - "lib/net5.0/MessagePack.dll": {} - } - }, - "MessagePack.Annotations/2.3.75": { - "runtime": { - "lib/netstandard2.0/MessagePack.Annotations.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.75.31876" - } - }, - "compile": { - "lib/netstandard2.0/MessagePack.Annotations.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Authorization": "2.2.0" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/5.0.10": { - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "5.0.10" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "5.0.10", - "Microsoft.AspNetCore.DataProtection.Abstractions": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.521.16708" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": { - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.521.16708" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "dependencies": { - "System.Text.Encodings.Web": "5.0.1" - } - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.WebUtilities": "2.2.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "System.Text.Encodings.Web": "5.0.1" - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.JsonPatch/5.0.10": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.2.0", - "Microsoft.AspNetCore.Authorization.Policy": "2.2.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.2.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Routing": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.DependencyModel": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "System.Diagnostics.DiagnosticSource": "4.5.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "5.0.10", - "Newtonsoft.Json": "13.0.1", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.10", - "Microsoft.CodeAnalysis.Razor": "5.0.10" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "5.0.10", - "Microsoft.CodeAnalysis.Razor": "5.0.10", - "Microsoft.Extensions.DependencyModel": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Razor.Language/5.0.10": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "5.0.1" - } - }, - "Microsoft.Build.Tasks.Git/1.0.0": {}, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": {}, - "Microsoft.CodeAnalysis.Common/3.11.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.2", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "3.11.0.0", - "fileVersion": "3.1100.21.40306" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/3.11.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "3.11.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "3.11.0.0", - "fileVersion": "3.1100.21.40306" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.10", - "Microsoft.CodeAnalysis.CSharp": "3.11.0", - "Microsoft.CodeAnalysis.Common": "3.11.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/5.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.821.31504" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Embedded/5.0.10": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {}, - "Microsoft.Extensions.Hosting.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - } - }, - "Microsoft.Extensions.Http/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Identity.Core/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.10", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.Identity.Core.dll": {} - } - }, - "Microsoft.Extensions.Identity.Stores/5.0.10": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "5.0.0", - "Microsoft.Extensions.Identity.Core": "5.0.10", - "Microsoft.Extensions.Logging": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.Identity.Stores.dll": {} - } - }, - "Microsoft.Extensions.Logging/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": {}, - "Microsoft.Extensions.ObjectPool/2.2.0": {}, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.Binder": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.DataAnnotations/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.IO.RecyclableMemoryStream/1.3.5": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll": { - "assemblyVersion": "1.3.5.0", - "fileVersion": "1.3.5.0" - } - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.NETCore.Platforms/5.0.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.SourceLink.Common/1.0.0": {}, - "Microsoft.SourceLink.GitHub/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Microsoft.Win32.Registry/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "MimeKit/2.15.0": { - "dependencies": { - "Portable.BouncyCastle": "1.8.10", - "System.Buffers": "4.5.1", - "System.Reflection.TypeExtensions": "4.4.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Text.Encoding.CodePages": "4.5.1" - }, - "runtime": { - "lib/net50/MimeKit.dll": { - "assemblyVersion": "2.15.0.0", - "fileVersion": "2.15.0.0" - } - }, - "compile": { - "lib/net50/MimeKit.dll": {} - } - }, - "MiniProfiler.AspNetCore/4.2.22": { - "dependencies": { - "MiniProfiler.Shared": "4.2.22", - "System.Text.Json": "4.6.0" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": {} - } - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "dependencies": { - "MiniProfiler.AspNetCore": "4.2.22" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": {} - } - }, - "MiniProfiler.Shared/4.2.22": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Newtonsoft.Json": "13.0.1", - "System.ComponentModel.Primitives": "4.3.0", - "System.Data.Common": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.5.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": {} - } - }, - "NCrontab/3.3.1": { - "runtime": { - "lib/netstandard2.0/NCrontab.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - }, - "compile": { - "lib/netstandard2.0/NCrontab.dll": {} - } - }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {} - } - }, - "NPoco/4.0.2": { - "dependencies": { - "System.Data.SqlClient": "4.8.3", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/NPoco.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.0.2.0" - } - }, - "compile": { - "lib/netstandard2.0/NPoco.dll": {} - } - }, - "NUglify/1.13.12": { - "runtime": { - "lib/netstandard2.0/NUglify.dll": { - "assemblyVersion": "1.13.12.0", - "fileVersion": "1.13.12.0" - } - }, - "compile": { - "lib/netstandard2.0/NUglify.dll": {} - } - }, - "Portable.BouncyCastle/1.8.10": { - "runtime": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": { - "assemblyVersion": "1.8.10.0", - "fileVersion": "1.8.10.1" - } - }, - "compile": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": {} - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.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.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" - } - } - }, - "Serilog/2.10.0": { - "runtime": { - "lib/netstandard2.1/Serilog.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.10.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.dll": {} - } - }, - "Serilog.AspNetCore/4.1.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.Logging": "5.0.0", - "Serilog": "2.10.0", - "Serilog.Extensions.Hosting": "4.1.2", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Settings.Configuration": "3.2.0", - "Serilog.Sinks.Console": "3.1.1", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.AspNetCore.dll": {} - } - }, - "Serilog.Enrichers.Process/2.0.2": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.2.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": {} - } - }, - "Serilog.Enrichers.Thread/3.1.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": {} - } - }, - "Serilog.Extensions.Hosting/4.1.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Serilog": "2.10.0", - "Serilog.Extensions.Logging": "3.0.1" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.1.2.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {} - } - }, - "Serilog.Extensions.Logging/3.0.1": { - "dependencies": { - "Microsoft.Extensions.Logging": "5.0.0", - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.0.1.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Filters.Expressions/2.1.0": { - "dependencies": { - "Serilog": "2.10.0", - "Superpower": "2.3.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Filters.Expressions.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Filters.Expressions.dll": {} - } - }, - "Serilog.Formatting.Compact/1.1.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {} - } - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": { - "assemblyVersion": "1.0.5.0", - "fileVersion": "1.0.5.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": {} - } - }, - "Serilog.Settings.Configuration/3.2.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "5.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "5.0.0", - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "3.2.0.0", - "fileVersion": "3.2.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {} - } - }, - "Serilog.Sinks.Async/1.5.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": { - "assemblyVersion": "1.5.0.0", - "fileVersion": "1.5.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": {} - } - }, - "Serilog.Sinks.Console/3.1.1": { - "dependencies": { - "Serilog": "2.10.0", - "System.Console": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netcoreapp1.1/Serilog.Sinks.Console.dll": { - "assemblyVersion": "3.1.1.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/netcoreapp1.1/Serilog.Sinks.Console.dll": {} - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.Map/1.0.2": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Map.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.2.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.Map.dll": {} - } - }, - "SixLabors.ImageSharp/1.0.3": { - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.3.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {} - } - }, - "SixLabors.ImageSharp.Web/1.0.3": { - "dependencies": { - "Microsoft.IO.RecyclableMemoryStream": "1.3.5", - "SixLabors.ImageSharp": "1.0.3" - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": {} - } - }, - "Smidge/4.0.0": { - "dependencies": { - "Smidge.Core": "4.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.dll": {} - } - }, - "Smidge.Core/4.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "Microsoft.Extensions.FileProviders.Composite": "5.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Core.dll": {} - } - }, - "Smidge.InMemory/4.0.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Smidge.Core": "4.0.0", - "System.Text.Encodings.Web": "5.0.1" - }, - "runtime": { - "lib/net5.0/Smidge.InMemory.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.InMemory.dll": {} - } - }, - "Smidge.Nuglify/4.0.0": { - "dependencies": { - "NUglify": "1.13.12", - "Smidge": "4.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.Nuglify.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Nuglify.dll": {} - } - }, - "Superpower/2.3.0": { - "runtime": { - "lib/netstandard2.0/Superpower.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "2.3.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Superpower.dll": {} - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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/5.0.0": {}, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/5.0.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.Configuration.ConfigurationManager/5.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.Common/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.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Data.SqlClient/4.8.3": { - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.3", - "fileVersion": "4.700.21.41603" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.3", - "fileVersion": "4.700.21.41603" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.3", - "fileVersion": "4.700.21.41603" - } - }, - "compile": { - "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.5.0": {}, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Drawing.Common/5.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - }, - "compile": { - "ref/netcoreapp3.0/System.Drawing.Common.dll": {} - } - }, - "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.4.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Formats.Asn1/5.0.0": {}, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.AccessControl/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "compile": { - "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} - } - }, - "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.7.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.4.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory/4.5.4": {}, - "System.Numerics.Vectors/4.5.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.ServiceModel/4.8.1": { - "dependencies": { - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.DispatchProxy": "4.7.1", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Private.ServiceModel.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.DispatchProxy/4.7.1": {}, - "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.7.0": {}, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/5.0.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.4.0": {}, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/5.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "compile": { - "ref/netstandard2.0/System.Runtime.Caching.dll": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "runtime": { - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Cng/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - }, - "compile": { - "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {} - } - }, - "System.Security.Cryptography.ProtectedData/5.0.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Security.Cryptography.Xml/5.0.0": { - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.ServiceModel.Http/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1" - }, - "runtime": { - "lib/netstandard2.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netstandard2.0/System.ServiceModel.Http.dll": {} - } - }, - "System.ServiceModel.Primitives/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1" - }, - "runtime": { - "lib/netcoreapp2.1/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - }, - "lib/netcoreapp2.1/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netcoreapp2.1/System.ServiceModel.Primitives.dll": {}, - "ref/netcoreapp2.1/System.ServiceModel.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.5.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encodings.Web/5.0.1": { - "runtime": { - "lib/netcoreapp3.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.421.11614" - } - }, - "compile": { - "lib/netcoreapp3.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.Json/4.6.0": {}, - "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.AccessControl/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.AccessControl.dll": { - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Threading.AccessControl.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "compile": { - "ref/netstandard2.0/System.Threading.AccessControl.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/5.0.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "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.Windows.Extensions/5.0.0": { - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "Umbraco.Cms.Core/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "5.0.10", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "5.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "5.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.Core.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.Core.dll": {} - } - }, - "Umbraco.Cms.Examine.Lucene/9.0.0": { - "dependencies": { - "Examine": "2.0.0", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.Examine.Lucene.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.Examine.Lucene.dll": {} - } - }, - "Umbraco.Cms.Infrastructure/9.0.0": { - "dependencies": { - "Examine.Core": "2.0.0", - "HtmlAgilityPack": "1.11.36", - "IPNetwork2": "2.5.353", - "MailKit": "2.15.0", - "Markdown": "2.2.1", - "Microsoft.CSharp": "4.7.0", - "Microsoft.CodeAnalysis.CSharp": "3.11.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.Http": "5.0.0", - "Microsoft.Extensions.Identity.Stores": "5.0.10", - "Microsoft.SourceLink.GitHub": "1.0.0", - "MiniProfiler.Shared": "4.2.22", - "NPoco": "4.0.2", - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.10.0", - "Serilog.Enrichers.Process": "2.0.2", - "Serilog.Enrichers.Thread": "3.1.0", - "Serilog.Extensions.Hosting": "4.1.2", - "Serilog.Filters.Expressions": "2.1.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Formatting.Compact.Reader": "1.0.5", - "Serilog.Settings.Configuration": "3.2.0", - "Serilog.Sinks.Async": "1.5.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.Map": "1.0.2", - "SixLabors.ImageSharp": "1.0.3", - "System.Data.SqlClient": "4.8.3", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Text.Encodings.Web": "5.0.1", - "System.Threading.Tasks.Dataflow": "5.0.0", - "Umbraco.Cms.Core": "9.0.0", - "NCrontab": "3.3.1" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.Infrastructure.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.Infrastructure.dll": {} - } - }, - "Umbraco.Cms.PublishedCache.NuCache/9.0.0": { - "dependencies": { - "CSharpTest.Net.Collections-NetStd2": "14.906.1403.1084", - "K4os.Compression.LZ4": "1.2.12", - "MessagePack": "2.3.75", - "Newtonsoft.Json": "13.0.1", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.PublishedCache.NuCache.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.PublishedCache.NuCache.dll": {} - } - }, - "Umbraco.Cms.Web.BackOffice/9.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog.AspNetCore": "4.1.0", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Examine.Lucene": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0", - "Umbraco.Cms.Web.Common": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Web.BackOffice.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Web.BackOffice.dll": {} - } - }, - "Umbraco.Cms.Web.Common/9.0.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.10", - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "5.0.10", - "MiniProfiler.AspNetCore.Mvc": "4.2.22", - "NETStandard.Library": "2.0.3", - "Serilog.AspNetCore": "4.1.0", - "SixLabors.ImageSharp.Web": "1.0.3", - "Smidge.InMemory": "4.0.0", - "Smidge.Nuglify": "4.0.0", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Examine.Lucene": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0", - "Umbraco.Cms.PublishedCache.NuCache": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Web.Common.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Web.Common.dll": {} - } - }, - "Umbraco.Cms.Web.Website/9.0.0": { - "dependencies": { - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0", - "Umbraco.Cms.Web.Common": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Web.Website.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Web.Website.dll": {} - } - }, - "Umbraco.Forms.Core/9.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "9.0.0", - "Umbraco.Licensing": "4.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Forms.Core.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Forms.Core.dll": {} - } - }, - "Umbraco.Forms.Web/9.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "9.0.0", - "Umbraco.Cms.Web.Website": "9.0.0", - "Umbraco.Forms.Core": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Forms.Web.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Forms.Web.dll": {} - } - }, - "Umbraco.Licensing/4.0.0": { - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.ServiceModel.Http": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1", - "Umbraco.Cms.Web.Common": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Licensing.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Licensing.dll": {} - } - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Core": "2.2.5", - "Microsoft.AspNetCore.Razor": "2.2.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Umbraco.Cms.Core": "9.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.Core.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Cookies/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Cookies.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.OAuth/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.OAuth.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.Policy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Authorization/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Forms/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Forms.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Server/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Server.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Web/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Web.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Connections.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Connections.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.CookiePolicy/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.CookiePolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cors/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Extensions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HostFiltering/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HostFiltering.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections.Common/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpOverrides/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpOverrides.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpsPolicy/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpsPolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Identity/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Identity.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization.Routing/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Metadata/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Metadata.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Cors/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Localization/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Razor/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.RazorPages/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Runtime/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.Runtime.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCompression/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCompression.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Rewrite/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Rewrite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.HttpSys/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.HttpSys.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IIS/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IIS.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IISIntegration/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IISIntegration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Session/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Session.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Common/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Core/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.StaticFiles/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.StaticFiles.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebSockets/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebSockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebUtilities.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CSharp.Reference/5.0.0.0": { - "compile": { - "Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Memory/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Memory.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.CommandLine/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Ini/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Ini.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Json.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.KeyPerFile/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.UserSecrets/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.UserSecrets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Xml/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Http.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Configuration/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Console/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Console.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Debug/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Debug.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventLog/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventLog.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventSource/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.TraceSource/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.TraceSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.ObjectPool.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.ObjectPool.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.WebEncoders/5.0.0.0": { - "compile": { - "Microsoft.Extensions.WebEncoders.dll": {} - }, - "compileOnly": true - }, - "Microsoft.JSInterop/5.0.0.0": { - "compile": { - "Microsoft.JSInterop.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Net.Http.Headers.Reference/5.0.0.0": { - "compile": { - "Microsoft.Net.Http.Headers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Core/10.0.6.0": { - "compile": { - "Microsoft.VisualBasic.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic/10.0.0.0": { - "compile": { - "Microsoft.VisualBasic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives/5.0.0.0": { - "compile": { - "Microsoft.Win32.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry.Reference/5.0.0.0": { - "compile": { - "Microsoft.Win32.Registry.dll": {} - }, - "compileOnly": true - }, - "mscorlib/4.0.0.0": { - "compile": { - "mscorlib.dll": {} - }, - "compileOnly": true - }, - "netstandard/2.1.0.0": { - "compile": { - "netstandard.dll": {} - }, - "compileOnly": true - }, - "System.AppContext/5.0.0.0": { - "compile": { - "System.AppContext.dll": {} - }, - "compileOnly": true - }, - "System.Buffers.Reference/5.0.0.0": { - "compile": { - "System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent.Reference/5.0.0.0": { - "compile": { - "System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Reference/5.0.0.0": { - "compile": { - "System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable.Reference/5.0.0.0": { - "compile": { - "System.Collections.Immutable.dll": {} - }, - "compileOnly": true - }, - "System.Collections.NonGeneric/5.0.0.0": { - "compile": { - "System.Collections.NonGeneric.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Specialized/5.0.0.0": { - "compile": { - "System.Collections.Specialized.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations.Reference/5.0.0.0": { - "compile": { - "System.ComponentModel.Annotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - "System.ComponentModel.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Reference/5.0.0.0": { - "compile": { - "System.ComponentModel.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.EventBasedAsync/5.0.0.0": { - "compile": { - "System.ComponentModel.EventBasedAsync.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Primitives.Reference/5.0.0.0": { - "compile": { - "System.ComponentModel.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.TypeConverter/5.0.0.0": { - "compile": { - "System.ComponentModel.TypeConverter.dll": {} - }, - "compileOnly": true - }, - "System.Configuration/4.0.0.0": { - "compile": { - "System.Configuration.dll": {} - }, - "compileOnly": true - }, - "System.Console.Reference/5.0.0.0": { - "compile": { - "System.Console.dll": {} - }, - "compileOnly": true - }, - "System.Core/4.0.0.0": { - "compile": { - "System.Core.dll": {} - }, - "compileOnly": true - }, - "System.Data.Common.Reference/5.0.0.0": { - "compile": { - "System.Data.Common.dll": {} - }, - "compileOnly": true - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "compile": { - "System.Data.DataSetExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Data/4.0.0.0": { - "compile": { - "System.Data.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Contracts/5.0.0.0": { - "compile": { - "System.Diagnostics.Contracts.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Debug.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.DiagnosticSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.EventLog/5.0.0.0": { - "compile": { - "System.Diagnostics.EventLog.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.FileVersionInfo/5.0.0.0": { - "compile": { - "System.Diagnostics.FileVersionInfo.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Process/5.0.0.0": { - "compile": { - "System.Diagnostics.Process.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.StackTrace.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.StackTrace.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TextWriterTraceListener/5.0.0.0": { - "compile": { - "System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tools/5.0.0.0": { - "compile": { - "System.Diagnostics.Tools.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TraceSource/5.0.0.0": { - "compile": { - "System.Diagnostics.TraceSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.Tracing.dll": {} - }, - "compileOnly": true - }, - "System/4.0.0.0": { - "compile": { - "System.dll": {} - }, - "compileOnly": true - }, - "System.Drawing/4.0.0.0": { - "compile": { - "System.Drawing.dll": {} - }, - "compileOnly": true - }, - "System.Drawing.Primitives/5.0.0.0": { - "compile": { - "System.Drawing.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Dynamic.Runtime.Reference/5.0.0.0": { - "compile": { - "System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Asn1.Reference/5.0.0.0": { - "compile": { - "System.Formats.Asn1.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Calendars/5.0.0.0": { - "compile": { - "System.Globalization.Calendars.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Reference/5.0.0.0": { - "compile": { - "System.Globalization.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Extensions/5.0.0.0": { - "compile": { - "System.Globalization.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Brotli/5.0.0.0": { - "compile": { - "System.IO.Compression.Brotli.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression/5.0.0.0": { - "compile": { - "System.IO.Compression.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "compile": { - "System.IO.Compression.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile/5.0.0.0": { - "compile": { - "System.IO.Compression.ZipFile.dll": {} - }, - "compileOnly": true - }, - "System.IO.Reference/5.0.0.0": { - "compile": { - "System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Reference/5.0.0.0": { - "compile": { - "System.IO.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.DriveInfo/5.0.0.0": { - "compile": { - "System.IO.FileSystem.DriveInfo.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives.Reference/5.0.0.0": { - "compile": { - "System.IO.FileSystem.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher/5.0.0.0": { - "compile": { - "System.IO.FileSystem.Watcher.dll": {} - }, - "compileOnly": true - }, - "System.IO.IsolatedStorage/5.0.0.0": { - "compile": { - "System.IO.IsolatedStorage.dll": {} - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles/5.0.0.0": { - "compile": { - "System.IO.MemoryMappedFiles.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipelines/5.0.0.0": { - "compile": { - "System.IO.Pipelines.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes/5.0.0.0": { - "compile": { - "System.IO.Pipes.dll": {} - }, - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream/5.0.0.0": { - "compile": { - "System.IO.UnmanagedMemoryStream.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Reference/5.0.0.0": { - "compile": { - "System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions.Reference/5.0.0.0": { - "compile": { - "System.Linq.Expressions.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Parallel/5.0.0.0": { - "compile": { - "System.Linq.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Queryable/5.0.0.0": { - "compile": { - "System.Linq.Queryable.dll": {} - }, - "compileOnly": true - }, - "System.Memory.Reference/5.0.0.0": { - "compile": { - "System.Memory.dll": {} - }, - "compileOnly": true - }, - "System.Net/4.0.0.0": { - "compile": { - "System.Net.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http/5.0.0.0": { - "compile": { - "System.Net.Http.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Json/5.0.0.0": { - "compile": { - "System.Net.Http.Json.dll": {} - }, - "compileOnly": true - }, - "System.Net.HttpListener/5.0.0.0": { - "compile": { - "System.Net.HttpListener.dll": {} - }, - "compileOnly": true - }, - "System.Net.Mail/5.0.0.0": { - "compile": { - "System.Net.Mail.dll": {} - }, - "compileOnly": true - }, - "System.Net.NameResolution/5.0.0.0": { - "compile": { - "System.Net.NameResolution.dll": {} - }, - "compileOnly": true - }, - "System.Net.NetworkInformation/5.0.0.0": { - "compile": { - "System.Net.NetworkInformation.dll": {} - }, - "compileOnly": true - }, - "System.Net.Ping/5.0.0.0": { - "compile": { - "System.Net.Ping.dll": {} - }, - "compileOnly": true - }, - "System.Net.Primitives/5.0.0.0": { - "compile": { - "System.Net.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Net.Requests/5.0.0.0": { - "compile": { - "System.Net.Requests.dll": {} - }, - "compileOnly": true - }, - "System.Net.Security/5.0.0.0": { - "compile": { - "System.Net.Security.dll": {} - }, - "compileOnly": true - }, - "System.Net.ServicePoint/5.0.0.0": { - "compile": { - "System.Net.ServicePoint.dll": {} - }, - "compileOnly": true - }, - "System.Net.Sockets/5.0.0.0": { - "compile": { - "System.Net.Sockets.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebClient/5.0.0.0": { - "compile": { - "System.Net.WebClient.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection/5.0.0.0": { - "compile": { - "System.Net.WebHeaderCollection.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebProxy/5.0.0.0": { - "compile": { - "System.Net.WebProxy.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets.Client/5.0.0.0": { - "compile": { - "System.Net.WebSockets.Client.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets/5.0.0.0": { - "compile": { - "System.Net.WebSockets.dll": {} - }, - "compileOnly": true - }, - "System.Numerics/4.0.0.0": { - "compile": { - "System.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Numerics.Vectors.Reference/5.0.0.0": { - "compile": { - "System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel.Reference/5.0.0.0": { - "compile": { - "System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy.Reference/5.0.0.0": { - "compile": { - "System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Reference/5.0.0.0": { - "compile": { - "System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions.Reference/5.0.0.0": { - "compile": { - "System.Reflection.TypeExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Reader/5.0.0.0": { - "compile": { - "System.Resources.Reader.dll": {} - }, - "compileOnly": true - }, - "System.Resources.ResourceManager.Reference/5.0.0.0": { - "compile": { - "System.Resources.ResourceManager.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Writer/5.0.0.0": { - "compile": { - "System.Resources.Writer.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.VisualC/5.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.VisualC.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Reference/5.0.0.0": { - "compile": { - "System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles.Reference/5.0.0.0": { - "compile": { - "System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.Reference/5.0.0.0": { - "compile": { - "System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/5.0.0.0": { - "compile": { - "System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Intrinsics/5.0.0.0": { - "compile": { - "System.Runtime.Intrinsics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Loader/5.0.0.0": { - "compile": { - "System.Runtime.Loader.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Numerics/5.0.0.0": { - "compile": { - "System.Runtime.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization/4.0.0.0": { - "compile": { - "System.Runtime.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Formatters/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Formatters.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Json/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Json.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Primitives.Reference/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Xml/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security.AccessControl.Reference/5.0.0.0": { - "compile": { - "System.Security.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Claims/5.0.0.0": { - "compile": { - "System.Security.Claims.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Algorithms.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng.Reference/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Cng.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Csp.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates/5.0.0.0": { - "compile": { - "System.Security.Cryptography.X509Certificates.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Xml.Reference/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security/4.0.0.0": { - "compile": { - "System.Security.dll": {} - }, - "compileOnly": true - }, - "System.Security.Permissions.Reference/5.0.0.0": { - "compile": { - "System.Security.Permissions.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal/5.0.0.0": { - "compile": { - "System.Security.Principal.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Windows.Reference/5.0.0.0": { - "compile": { - "System.Security.Principal.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Security.SecureString/5.0.0.0": { - "compile": { - "System.Security.SecureString.dll": {} - }, - "compileOnly": true - }, - "System.ServiceModel.Web/4.0.0.0": { - "compile": { - "System.ServiceModel.Web.dll": {} - }, - "compileOnly": true - }, - "System.ServiceProcess/4.0.0.0": { - "compile": { - "System.ServiceProcess.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.CodePages.Reference/5.0.0.0": { - "compile": { - "System.Text.Encoding.CodePages.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Reference/5.0.0.0": { - "compile": { - "System.Text.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions/5.0.0.0": { - "compile": { - "System.Text.Encoding.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Text.Json.Reference/5.0.0.0": { - "compile": { - "System.Text.Json.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions.Reference/5.0.0.0": { - "compile": { - "System.Text.RegularExpressions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Channels/5.0.0.0": { - "compile": { - "System.Threading.Channels.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Reference/5.0.0.0": { - "compile": { - "System.Threading.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Overlapped/5.0.0.0": { - "compile": { - "System.Threading.Overlapped.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Thread/5.0.0.0": { - "compile": { - "System.Threading.Thread.dll": {} - }, - "compileOnly": true - }, - "System.Threading.ThreadPool/5.0.0.0": { - "compile": { - "System.Threading.ThreadPool.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Timer/5.0.0.0": { - "compile": { - "System.Threading.Timer.dll": {} - }, - "compileOnly": true - }, - "System.Transactions/4.0.0.0": { - "compile": { - "System.Transactions.dll": {} - }, - "compileOnly": true - }, - "System.Transactions.Local/5.0.0.0": { - "compile": { - "System.Transactions.Local.dll": {} - }, - "compileOnly": true - }, - "System.ValueTuple/4.0.3.0": { - "compile": { - "System.ValueTuple.dll": {} - }, - "compileOnly": true - }, - "System.Web/4.0.0.0": { - "compile": { - "System.Web.dll": {} - }, - "compileOnly": true - }, - "System.Web.HttpUtility/5.0.0.0": { - "compile": { - "System.Web.HttpUtility.dll": {} - }, - "compileOnly": true - }, - "System.Windows/4.0.0.0": { - "compile": { - "System.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Windows.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Windows.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Xml/4.0.0.0": { - "compile": { - "System.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - "System.Xml.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Xml.ReaderWriter/5.0.0.0": { - "compile": { - "System.Xml.ReaderWriter.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Serialization/4.0.0.0": { - "compile": { - "System.Xml.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XDocument/5.0.0.0": { - "compile": { - "System.Xml.XDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlDocument/5.0.0.0": { - "compile": { - "System.Xml.XmlDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlSerializer/5.0.0.0": { - "compile": { - "System.Xml.XmlSerializer.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath/5.0.0.0": { - "compile": { - "System.Xml.XPath.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath.XDocument/5.0.0.0": { - "compile": { - "System.Xml.XPath.XDocument.dll": {} - }, - "compileOnly": true - }, - "WindowsBase/4.0.0.0": { - "compile": { - "WindowsBase.dll": {} - }, - "compileOnly": true - } - } - }, - "libraries": { - "Our.Umbraco.Honeypot/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g3QSH0PMiO+f2C6Za+uUvcdihnVs5IFbZ2cnKjCYA19l8en3fVe/Jl0qQS2te1xJzEOrY4ccen5/MY/QVoamcQ==", - "path": "csharptest.net.collections-netstd2/14.906.1403.1084", - "hashPath": "csharptest.net.collections-netstd2.14.906.1403.1084.nupkg.sha512" - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Jb10uIvdGdaaOmEGUXeO1ssjp6YuvOuR87B5gLxGORFbroV1j7PDaVfEIgni7vV8KRcyAY5KvuMxgx6ADIEXNw==", - "path": "dazinator.extensions.fileproviders/2.0.0", - "hashPath": "dazinator.extensions.fileproviders.2.0.0.nupkg.sha512" - }, - "DotNet.Glob/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i6x0hDsFWg6Ke2isaNAcHQ9ChxBvTJu2cSmBY+Jtjiv2W4q6y9QlA3JKYuZqJ573TAZmpAn65Qf3sRpjvZ1gmw==", - "path": "dotnet.glob/3.1.0", - "hashPath": "dotnet.glob.3.1.0.nupkg.sha512" - }, - "Examine/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ImeTW/uf7kjK99uxaQzV8A30mZzU9tRYriINsF4wilyttrsluMtMMFeuNQJWvr8TZYxPwDOgfcpWc4wTfD4Ojg==", - "path": "examine/2.0.0", - "hashPath": "examine.2.0.0.nupkg.sha512" - }, - "Examine.Core/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vyZUEB4SKR5jNXFVJdr1ccUMFh9WlTaUQMyaNebf/xtBSoNYptlOTpLGMulQak5ABVKfhng4Y903zgWDdrg9mg==", - "path": "examine.core/2.0.0", - "hashPath": "examine.core.2.0.0.nupkg.sha512" - }, - "Examine.Lucene/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XFOvBXqCfWKopWCco1iX/9bQeWdPHb03FFFCEYEzNv58EqGw2NaV7E9eXW0gmUOpKQ83ZiFUdC8NVICiwMvGLg==", - "path": "examine.lucene/2.0.0", - "hashPath": "examine.lucene.2.0.0.nupkg.sha512" - }, - "HtmlAgilityPack/1.11.36": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dCuPhd6Mcdz0oyaSidPqZZiaKcVaBnIqCQlvgJx7Qr5PJAjSatSIVPmuOwpMjbtR8mqoXyUbWVKxuairGGauJg==", - "path": "htmlagilitypack/1.11.36", - "hashPath": "htmlagilitypack.1.11.36.nupkg.sha512" - }, - "IPNetwork2/2.5.353": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ISuwmWbkJtQcBjByTSm4LqzNJiXIMQjYjPHkaO2ymlm0ssKl25MODnJr7e9dgVBJFlzQlHsZAjrvD6lR3QNjvg==", - "path": "ipnetwork2/2.5.353", - "hashPath": "ipnetwork2.2.5.353.nupkg.sha512" - }, - "J2N/2.0.0-beta-0012": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QwXTVD41IYPmSBInJiGvv5c4X2P60p8B8JPuCMGiKuumw9kUv45jbX56Xx0bgYPWHXQVex3tV+NHHZ7cEidLFg==", - "path": "j2n/2.0.0-beta-0012", - "hashPath": "j2n.2.0.0-beta-0012.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.2.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2wk6ihxE027oJ3OMrEKC8DqAHKxiESxPYGRfsbvNr7cBrwluqDrIsvgW4xIFkR/g79CI/0F6tgUliwbcNMEe9w==", - "path": "k4os.compression.lz4/1.2.12", - "hashPath": "k4os.compression.lz4.1.2.12.nupkg.sha512" - }, - "Lucene.Net/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3iNUYa9X7r90lGFAhaM+tfwoVSw9q5sf503vrxYXtST/+OvzEnnTWiAuLxkH8oyMX8sQFphfsAFYlTn/z4pRSA==", - "path": "lucene.net/4.8.0-beta00014", - "hashPath": "lucene.net.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JKlS1wIAouyqUJhuokBB/+yd6uJRXA+F9xNU7Gpbfji4ZwkR+a+Y3oV7AhhyG6M72z3X/PsYK1qCRdDzya4o+A==", - "path": "lucene.net.analysis.common/4.8.0-beta00014", - "hashPath": "lucene.net.analysis.common.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Facet/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O5lDg0/WVjDyrxo/Ba5/eb5jPcFlJQA1MuUsSaItBFAu0gHA7CimJ7dUwEHvTIVdyAkJeLJ7fuNNVvoxhdTj2A==", - "path": "lucene.net.facet/4.8.0-beta00014", - "hashPath": "lucene.net.facet.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Grouping/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SW1PSChvHuq36LEUv6BQR4NmlqcCwUQUgG54hPsAYEIGOzSdkVtmi90X8LqVqmlaEzvYaJkr45gmF11kvUZs/g==", - "path": "lucene.net.grouping/4.8.0-beta00014", - "hashPath": "lucene.net.grouping.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Join/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQWCHoC5zv14DPvyij8wIgaSttS7vW+8hIZPtO+3eM5DfVz/x3aApJ49f1bMRfHmL8ChcbNn/vT7Xk02EpuGkQ==", - "path": "lucene.net.join/4.8.0-beta00014", - "hashPath": "lucene.net.join.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Queries/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9m8PykPZuDj/sxDFqfUqrCh1zFpXAAS/csxC5oIeaVy464YJSahSMxQppgXDOaDcEHGq5vxYlWEm7NsSHmYMMQ==", - "path": "lucene.net.queries/4.8.0-beta00014", - "hashPath": "lucene.net.queries.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.QueryParser/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jO6XRRBKpLB8QQ8nZvs9l3zHbMNIzMJunh37dR23V9AbbbpZQ5vHRUg086t/QMVLQikWAhqKFDmvDU16IjvPKA==", - "path": "lucene.net.queryparser/4.8.0-beta00014", - "hashPath": "lucene.net.queryparser.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Replicator/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hz9ixwqYbAWS9tHAK8ho/ovnd6+3zWHEFQeYv5xExmNgo17InUHJMYik67hrBMuIzXnX7auu23NHDayfd8J9jQ==", - "path": "lucene.net.replicator/4.8.0-beta00014", - "hashPath": "lucene.net.replicator.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Sandbox/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Mg22EHBi1Ls129ctmh78spPXvwGWNG4PRP+kePs9j3OvkKlXSv1ms4GeR0mcFdQW6Z4Nf6/eg2OZ9eJPlEbFDg==", - "path": "lucene.net.sandbox/4.8.0-beta00014", - "hashPath": "lucene.net.sandbox.4.8.0-beta00014.nupkg.sha512" - }, - "MailKit/2.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ihv6pRmjmBEAP4eXlDeo9srFQF9dVtYP1/jzj3I3BV9tBRk66NLdAF+8jkgUtauMKmns0yBvtfMFiBnNkHKDQ==", - "path": "mailkit/2.15.0", - "hashPath": "mailkit.2.15.0.nupkg.sha512" - }, - "Markdown/2.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==", - "path": "markdown/2.2.1", - "hashPath": "markdown.2.2.1.nupkg.sha512" - }, - "MessagePack/2.3.75": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+b2grPmbMoPFNfHW5B3csTrGDkgbWuWHRuiRS5xtbUwHRivl0tIvAqZpN4Vao/cn/aQJAa8GYpATCN1DklOO3A==", - "path": "messagepack/2.3.75", - "hashPath": "messagepack.2.3.75.nupkg.sha512" - }, - "MessagePack.Annotations/2.3.75": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kJHrbGe6H2ZM/sTAfcPGMmpUciydfDWLyewmwvZNPm0qCq1g3gNgF/6TlU1E0gb64SdccgWmAN/5vywRROM1Xw==", - "path": "messagepack.annotations/2.3.75", - "hashPath": "messagepack.annotations.2.3.75.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VloMLDJMf3n/9ic5lCBOa42IBYJgyB1JhzLsL68Zqg+2bEPWfGBj/xCJy/LrKTArN0coOcZp3wyVTZlx0y9pHQ==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XlVJzJ5wPOYW+Y0J6Q/LVTEyfS4ssLXmt60T0SPP+D8abVhBTl+cgw2gDHlyKYIkcJg7btMVh383NDkMVqD/fg==", - "path": "microsoft.aspnetcore.authentication.core/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.core.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/L0W8H3jMYWyaeA9gBJqS/tSWBegP9aaTM0mjRhxTttBY9z4RVDRYJ2CwPAmAXIuPr3r1sOw+CS8jFVRGHRezQ==", - "path": "microsoft.aspnetcore.authorization/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aJCo6niDRKuNg2uS2WMEmhJTooQUGARhV2ENQ2tO5443zVHUo19MSgrgGo9FIrfD+4yKPF8Q+FF33WkWfPbyKw==", - "path": "microsoft.aspnetcore.authorization.policy/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.Internal/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xqdkq+lsWeVBxGq0bwgQeT1inqdFErG/McEBNqFVw0hnNQKxWaGPuBDFc8JBQC82Qn6+V1utI3lWvFmUMGEc8Q==", - "path": "microsoft.aspnetcore.cryptography.internal/5.0.10", - "hashPath": "microsoft.aspnetcore.cryptography.internal.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iXsPFNrM6cVGx/zCkz88nDP/pUKn/ni13B6JQhLwOoqI+tsA1x6fVfPp0MKnQtx5AZngGzuNMx+AYR1ED9ZVeg==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/5.0.10", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fYCIRLS3Q7eokBwzlcaKQnCBLDFXqjnyJO9lqOX0/V9zvy/JiOfvwKSkm6v5QJuNpXZywb/DnAq5Pdb3woc3MQ==", - "path": "microsoft.aspnetcore.dataprotection/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k1DgnNSBG0lf9P+QDnU+FFeLI4b4hhw4iT+iw29XkcRaCGpcPwq7mLJUtz2Yqq/FRyEwlcteTJmdWEoJb0Fxag==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y4rs5aMEXY8G7wJo5S3EEt6ltqyOTr/qOeZzfn+hw/fuQj5GppGckMY5psGLETo1U9hcT5MmAhaT5xtusM1b5g==", - "path": "microsoft.aspnetcore.html.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YogBSMotWPAS/X5967pZ+yyWPQkThxhmzAwyCHCSSldzYBkW5W5d6oPfBaPqQOnSHYTpSOSOkpZoAce0vwb6+A==", - "path": "microsoft.aspnetcore.http/2.2.0", - "hashPath": "microsoft.aspnetcore.http.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", - "path": "microsoft.aspnetcore.http.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2DgZ9rWrJtuR7RYiew01nGRzuQBDaGHGmK56Rk54vsLLsCdzuFUPqbDTJCS1qJQWTbmbIQ9wGIOjpxA1t0l7/w==", - "path": "microsoft.aspnetcore.http.extensions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==", - "path": "microsoft.aspnetcore.http.features/2.2.0", - "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mWblC4aXXHBwKqBOW1J9hF/TKLOyyiaBucoEiLFVgmAMLKe2yHFygmWD4mgvlLEr68w+BqO9RelGTrczZpImrg==", - "path": "microsoft.aspnetcore.jsonpatch/5.0.10", - "hashPath": "microsoft.aspnetcore.jsonpatch.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ET6uZpfVbGR1NjCuLaLy197cQ3qZUjzl7EG5SL4GfJH/c9KRE89MMBrQegqWsh0w1iRUB/zQaK0anAjxa/pz4g==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/8sr8ixIUD57UFwUntha9bOwex7/AkZfdk1f9oNJG1Ek7p/uuKVa7fuHmYZpQOf35Oxrt+2Ku4WPwMSbNxOuWg==", - "path": "microsoft.aspnetcore.mvc.core/2.2.5", - "hashPath": "microsoft.aspnetcore.mvc.core.2.2.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qAaZsKeOOJ8EfGPCAnnZqAQ7lnkj+UcglYcrxXvGbnThpV10cRHy7BruQYPpO/hEBtIUd6Ncp31LSK6LPQFHqA==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/5.0.10", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cerFq1Dyff2CuSO3XiMYwjkuP/IC5X4L+vjt20+Dq8CSLtVa84+uFcNOcwuR8/ktJg0yIF5JfGz2/TkDQC9JhA==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/5.0.10", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dCh20wneVzFzvazH4RUd3fEiTdKEB5Kv6QKmnO/T8q/hY0FWAq64d/t9OV7+ib4Ozbnv1gtjXbp7ECydehKmcQ==", - "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/5.0.10", - "hashPath": "microsoft.aspnetcore.mvc.razor.runtimecompilation.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V54PIyDCFl8COnTp9gezNHpUNHk7F9UnerGeZy3UfbnwYvfzbo+ipqQmSgeoESH8e0JvKhRTyQyZquW2EPtCmg==", - "path": "microsoft.aspnetcore.razor/2.2.0", - "hashPath": "microsoft.aspnetcore.razor.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Language/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyxE7aIzJ2N1qJ+Apy6olYYsoZyoI2Osai9y8AGeS5e+TLFuhqGaJpMzP38gyTmJUpszobLipmEOxXUfVx8m/Q==", - "path": "microsoft.aspnetcore.razor.language/5.0.10", - "hashPath": "microsoft.aspnetcore.razor.language.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CIHWEKrHzZfFp7t57UXsueiSA/raku56TgRYauV/W1+KAQq6vevz60zjEKaazt3BI76zwMz3B4jGWnCwd8kwQw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jAhDBy0wryOnMhhZTtT9z63gJbvCzFuLm8yC6pHzuVu9ZD1dzg0ltxIwT4cfwuNkIL/TixdKsm3vpVOpG8euWQ==", - "path": "microsoft.aspnetcore.routing/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lRRaPN7jDlUCVCp9i0W+PB0trFaKB0bgMJD7hEJS9Uo4R9MXaMC8X2tJhPLmeVE3SGDdYI4QNKdVmhNvMJGgPQ==", - "path": "microsoft.aspnetcore.routing.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "path": "microsoft.aspnetcore.webutilities/2.2.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.2.0.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==", - "path": "microsoft.build.tasks.git/1.0.0", - "hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", - "path": "microsoft.codeanalysis.analyzers/3.3.2", - "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/3.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FDKSkRRXnaEWMa2ONkLMo0ZAt/uiV1XIXyodwKIgP1AMIKA7JJKXx/OwFVsvkkUT4BeobLwokoxFw70fICahNg==", - "path": "microsoft.codeanalysis.common/3.11.0", - "hashPath": "microsoft.codeanalysis.common.3.11.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/3.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aDRRb7y/sXoJyDqFEQ3Il9jZxyUMHkShzZeCRjQf3SS84n2J0cTEi3TbwVZE9XJvAeMJhGfVVxwOdjYBg6ljmw==", - "path": "microsoft.codeanalysis.csharp/3.11.0", - "hashPath": "microsoft.codeanalysis.csharp.3.11.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Razor/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i3EyTEYcbF+ixwRJtnKaegDy/vaIm4KxN5V93DN/fMPFsZmWNDxawoIkIvSfJ6bm7BkcB+sRWj/uA0l0NiPuWA==", - "path": "microsoft.codeanalysis.razor/5.0.10", - "hashPath": "microsoft.codeanalysis.razor.5.0.10.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==", - "path": "microsoft.extensions.caching.abstractions/5.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==", - "path": "microsoft.extensions.configuration.binder/5.0.0", - "hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/5.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==", - "path": "microsoft.extensions.dependencyinjection/5.0.2", - "hashPath": "microsoft.extensions.dependencyinjection.5.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-umBECCoMC+sOUgm083yFr8SxTobUOcPFH4AXigdO2xJiszCHAnmeDl4qPphJt+oaJ/XIfV1wOjIts2nRnki61Q==", - "path": "microsoft.extensions.dependencymodel/5.0.0", - "hashPath": "microsoft.extensions.dependencymodel.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0IoXXfkgKpYJB1t2lC0jPXAxuaywRNc9y2Mq96ZZNKBthL38vusa2UK73+Bm6Kq/9a5xNHJS6NhsSN+i5TEtkA==", - "path": "microsoft.extensions.fileproviders.composite/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.composite.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Embedded/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zQAy9wnaxNsc6vn7hQ4zRn5k+Aq5lWi9PK2TCs7qY6vCOpJ3mTOxyMdsW9oeJKtRoajXHzneuJyoIA3RB7uDyA==", - "path": "microsoft.extensions.fileproviders.embedded/5.0.10", - "hashPath": "microsoft.extensions.fileproviders.embedded.5.0.10.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbUOCePYBl1UhM+N2zmDSUyJ6cODulbtUd9gEzMFIK3RQDtP/gJsE08oLcBSXH3Q1RAQ0ex7OAB3HeTKB9bXpg==", - "path": "microsoft.extensions.hosting.abstractions/5.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Http/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kT1ijDKZuSUhBtYoC1sXrmVKP7mA08h9Xrsr4VrS/QOtiKCEtUTTd7dd3XI9dwAb46tZSak13q/zdIcr4jqbyg==", - "path": "microsoft.extensions.http/5.0.0", - "hashPath": "microsoft.extensions.http.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Core/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WKl22APvpTy+wIqvUd1Gvp8FOs7nTHCZDMeMNNC6fDVfzVKWQF55vOJXbkw7dU70sC6GewE/zsqmwyJAHXgDJw==", - "path": "microsoft.extensions.identity.core/5.0.10", - "hashPath": "microsoft.extensions.identity.core.5.0.10.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Stores/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fZDlK8G+jzV9ld0jiO2eQ5JQbOmpiND92gX7bP6rcTZ7YJHzIxCw7Hx8+yf4Ex9f6q7v2LJymkmsUz1k7o5nPg==", - "path": "microsoft.extensions.identity.stores/5.0.10", - "hashPath": "microsoft.extensions.identity.stores.5.0.10.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==", - "path": "microsoft.extensions.logging/5.0.0", - "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==", - "path": "microsoft.extensions.logging.abstractions/5.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gA8H7uQOnM5gb+L0uTNjViHYr+hRDqCdfugheGo/MxQnuHzmhhzCBTIPm19qL1z1Xe0NEMabfcOBGv9QghlZ8g==", - "path": "microsoft.extensions.objectpool/2.2.0", - "hashPath": "microsoft.extensions.objectpool.2.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-280RxNJqOeQqq47aJLy5D9LN61CAWeuRA83gPToQ8B9jl9SNdQ5EXjlfvF66zQI5AXMl+C/3hGnbtIEN+X3mqA==", - "path": "microsoft.extensions.options.configurationextensions/5.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.DataAnnotations/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f+A/GyRzXziU/2pTHQI1N/GNSqmHUqa3ewsAMa8tbmQDkTnE1srOzLvCUk3mxcZRH1tnfEO3tzvdrlMSImxR7g==", - "path": "microsoft.extensions.options.dataannotations/5.0.0", - "hashPath": "microsoft.extensions.options.dataannotations.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.IO.RecyclableMemoryStream/1.3.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ra0tg6E90GUtK5Vaksx9cDKtMu8fsLFAyUhcNMhd4vXXGt2CnpE0EQT3mK/R502DwcAZbjG5V7/FMk2RxtxLFg==", - "path": "microsoft.io.recyclablememorystream/1.3.5", - "hashPath": "microsoft.io.recyclablememorystream.1.3.5.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "path": "microsoft.net.http.headers/2.2.0", - "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "path": "microsoft.netcore.platforms/5.0.0", - "hashPath": "microsoft.netcore.platforms.5.0.0.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.SourceLink.Common/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==", - "path": "microsoft.sourcelink.common/1.0.0", - "hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==", - "path": "microsoft.sourcelink.github/1.0.0", - "hashPath": "microsoft.sourcelink.github.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "path": "microsoft.win32.registry/5.0.0", - "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "path": "microsoft.win32.systemevents/5.0.0", - "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512" - }, - "MimeKit/2.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-146As77LbmZezdSJ5W/2ZEQsZyqVSAM8yOjDjvsy6NpLmyqG8lgzmX6ps3P/fKzUN5Ey4hxwnAtH+KLlJW0CsQ==", - "path": "mimekit/2.15.0", - "hashPath": "mimekit.2.15.0.nupkg.sha512" - }, - "MiniProfiler.AspNetCore/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBirB5d4Q0Bgx05Zg4yzXSmOHZQV4ZJhmxU3DGya4FZxNBwjaVHchqEKY0MJW5XLZo8axMAQm4yywgCvUlTymA==", - "path": "miniprofiler.aspnetcore/4.2.22", - "hashPath": "miniprofiler.aspnetcore.4.2.22.nupkg.sha512" - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nzCEaZnh77U9jw+c/qu4CtwYUpHEf+FH1ZMbYKMzIXr8CNNPlypSR6AJEAwjo3bq9TIJIpBMZIaK3inRLUCg4g==", - "path": "miniprofiler.aspnetcore.mvc/4.2.22", - "hashPath": "miniprofiler.aspnetcore.mvc.4.2.22.nupkg.sha512" - }, - "MiniProfiler.Shared/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OOA99Iu7FjFrdYaADcWL78KK9Kq6M+hfnZac5577aSrx0UYOM2apKlhBPKzoPtGPTRtQNKe4RK00u/FmahcU3g==", - "path": "miniprofiler.shared/4.2.22", - "hashPath": "miniprofiler.shared.4.2.22.nupkg.sha512" - }, - "NCrontab/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G3tzcIIgsiyZyVbHNPyn5+adaM9UjeVNgjrRsvXU7wo2sMhpvpQrir29dcjIND53H/fuTdgg9nI3SfFFg7barA==", - "path": "ncrontab/3.3.1", - "hashPath": "ncrontab.3.3.1.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" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "NPoco/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/IvVUgQ0VfqgTjUbuY99IQ9JSJwrK4H9tKgKjliAif+4PbPI04/TvY+uZ3fgo8PYTUSKo+AD8JlvOiFOTBe2hA==", - "path": "npoco/4.0.2", - "hashPath": "npoco.4.0.2.nupkg.sha512" - }, - "NUglify/1.13.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+13YE9UjnXx4+NKP+j1Axiz/QAMtK++ZtG61u9iiR2/WzPzr7EfBDOwj+xHNyTEMS9Emq/mCyWaBGjCABhC0HQ==", - "path": "nuglify/1.13.12", - "hashPath": "nuglify.1.13.12.nupkg.sha512" - }, - "Portable.BouncyCastle/1.8.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XLhjNAwuVB9ynwn11l5K44eyozh8q6gFseTrlnLNttejimglX7+F9+vxh60LPjvA/DAt6fUdS43N3ah8K6eaWg==", - "path": "portable.bouncycastle/1.8.10", - "hashPath": "portable.bouncycastle.1.8.10.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.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.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" - }, - "Serilog/2.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==", - "path": "serilog/2.10.0", - "hashPath": "serilog.2.10.0.nupkg.sha512" - }, - "Serilog.AspNetCore/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qRdEkjX10VJ5Cb3B9q/Q/tv+0ntDxAIA1YbOmmNMlkha1TU0ckK5b73eBYMNNLMAU92ofrzOEuIJEc6Q+Q1Z2A==", - "path": "serilog.aspnetcore/4.1.0", - "hashPath": "serilog.aspnetcore.4.1.0.nupkg.sha512" - }, - "Serilog.Enrichers.Process/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T9EjKKLsL6qC/3eOLUAKEPBLEqPDmt5BLXaQdPMaxJzuex+MeXA8DuAiPboUaftp3kbnCN4ZgZpDvs+Fa7OHuw==", - "path": "serilog.enrichers.process/2.0.2", - "hashPath": "serilog.enrichers.process.2.0.2.nupkg.sha512" - }, - "Serilog.Enrichers.Thread/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-85lWsGRJpRxvKT6j/H67no55SUBsBIvp556TKuBTGhjtoPeq+L7j/sDWbgAtvT0p7u7/phJyX6j35PQ4Vtqw0g==", - "path": "serilog.enrichers.thread/3.1.0", - "hashPath": "serilog.enrichers.thread.3.1.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/4.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nOpvvYgDoepae4FsXnyX4uSYLO+f+v7aRyNpA0pbpxjdkpw3FWZtfQDe2gnUmZGNYMLWnxMRCPJQ455U/dOUbQ==", - "path": "serilog.extensions.hosting/4.1.2", - "hashPath": "serilog.extensions.hosting.4.1.2.nupkg.sha512" - }, - "Serilog.Extensions.Logging/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U0xbGoZuxJRjE3C5vlCfrf9a4xHTmbrCXKmaA14cHAqiT1Qir0rkV7Xss9GpPJR3MRYH19DFUUqZ9hvWeJrzdQ==", - "path": "serilog.extensions.logging/3.0.1", - "hashPath": "serilog.extensions.logging.3.0.1.nupkg.sha512" - }, - "Serilog.Filters.Expressions/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-e0ZaK+NWx6+j71xB5dRXohdreSeHgMJ9mp4giSp83/4UC8VsJWDH+CAT1YVXsyINAR9IQznXllnJ0e5j+BvwzA==", - "path": "serilog.filters.expressions/2.1.0", - "hashPath": "serilog.filters.expressions.2.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==", - "path": "serilog.formatting.compact/1.1.0", - "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PPqEBHc9YMtXBiEAxD4qd5oqsavmr1jzdjKC9ky50Ipf/qnSp2D2l/ZggSxZUW7jfCbJStxgwKYGsH0Bnk4BIw==", - "path": "serilog.formatting.compact.reader/1.0.5", - "hashPath": "serilog.formatting.compact.reader.1.0.5.nupkg.sha512" - }, - "Serilog.Settings.Configuration/3.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yLWXbqMkXdmAUI7L/ru8fSx0Vo0cYlOpQcs0/vi13muZooLUBDYb9VHN+s5J0EGZ5IDzXIZLhybrEILE/2GMsQ==", - "path": "serilog.settings.configuration/3.2.0", - "hashPath": "serilog.settings.configuration.3.2.0.nupkg.sha512" - }, - "Serilog.Sinks.Async/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-csHYIqAwI4Gy9oAhXYRwxGrQEAtBg3Ep7WaCzsnA1cZuBZjVAU0n7hWaJhItjO7hbLHh/9gRVxALCUB4Dv+gZw==", - "path": "serilog.sinks.async/1.5.0", - "hashPath": "serilog.sinks.async.1.5.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-56mI5AqvyF/i/c2451nvV71kq370XOCE4Uu5qiaJ295sOhMb9q3BWwG7mWLOVSnmpWiq0SBT3SXfgRXGNP6vzA==", - "path": "serilog.sinks.console/3.1.1", - "hashPath": "serilog.sinks.console.3.1.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Map/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JbPBAeD5hxUQw8TZg3FlOnqVsSu1269nvqFm5DQ7hc+AmsB+hItl+zMSDphMbPJXjL8KdpMRSWNkGi7zTKRmCA==", - "path": "serilog.sinks.map/1.0.2", - "hashPath": "serilog.sinks.map.1.0.2.nupkg.sha512" - }, - "SixLabors.ImageSharp/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oRmZEITad+0tL22ZfAbLps6doDV+Z0/oH0dtXLpIBwn1sgai3QxxDQPjohHiDeUp/CTzRKVrFFbc4ZITnL2UBg==", - "path": "sixlabors.imagesharp/1.0.3", - "hashPath": "sixlabors.imagesharp.1.0.3.nupkg.sha512" - }, - "SixLabors.ImageSharp.Web/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3EIy20uZz1nI3kidG/+v/9LKYwMWne8E/hFaGAYmjcAE+1Yw68xKfGHk0e25tUXYbuCaVV2XGNMHd3XdSJNOOQ==", - "path": "sixlabors.imagesharp.web/1.0.3", - "hashPath": "sixlabors.imagesharp.web.1.0.3.nupkg.sha512" - }, - "Smidge/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zqvxAJDx5mg2ry95b6iO66tzA9jwG6Earc69cMDvorsieCkzWB1ankEgoSPszQL4VxGe31tXkA/2jAAtk9O8ig==", - "path": "smidge/4.0.0", - "hashPath": "smidge.4.0.0.nupkg.sha512" - }, - "Smidge.Core/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSdBqVYC29rvwaYl+rP8EO8YUYNhvf3PukEHnyirvidUaK3Oqw/NqBPkdlNASah4KjRa5xHU6Qr+E+9mMDiDPg==", - "path": "smidge.core/4.0.0", - "hashPath": "smidge.core.4.0.0.nupkg.sha512" - }, - "Smidge.InMemory/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gBfl0m+koHy14S0+5wk5BZvqkBzxToJBI9Q0oGUuk9M51ZuKDMPCVCH3QkaOFQHTk0LkJHti660aPTeN5FTk4A==", - "path": "smidge.inmemory/4.0.0", - "hashPath": "smidge.inmemory.4.0.0.nupkg.sha512" - }, - "Smidge.Nuglify/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FL7IWeuf4UbbrBcVraFnAvEwYUStzlg/Bha6RDNLakqiHi+6V6qKXp8yVhyGrCkBK4XWxxLc5cGZFBO6eBkBFQ==", - "path": "smidge.nuglify/4.0.0", - "hashPath": "smidge.nuglify.4.0.0.nupkg.sha512" - }, - "Superpower/2.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L7ZLWjec5aPWWebsOKM6+8SdobSFMPJFIS8S8TT46oH2iELA70H95spRMeP1yPH9nDL/o+XYP29DPtVwVdzPeA==", - "path": "superpower/2.3.0", - "hashPath": "superpower.2.3.0.nupkg.sha512" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", - "path": "system.componentmodel.annotations/5.0.0", - "hashPath": "system.componentmodel.annotations.5.0.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.Configuration.ConfigurationManager/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "path": "system.configuration.configurationmanager/5.0.0", - "hashPath": "system.configuration.configurationmanager.5.0.0.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.Common/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", - "path": "system.data.common/4.3.0", - "hashPath": "system.data.common.4.3.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==", - "path": "system.data.sqlclient/4.8.3", - "hashPath": "system.data.sqlclient.4.8.3.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.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIHRELiYDQvsMToML81QFkXEEYXUSUT2F28t1SGrevWqP+epFdw80SyAXIKTXOHrIEXReFOEnEr7XlGiC2GgOg==", - "path": "system.diagnostics.diagnosticsource/4.5.0", - "hashPath": "system.diagnostics.diagnosticsource.4.5.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.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.Drawing.Common/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "path": "system.drawing.common/5.0.0", - "hashPath": "system.drawing.common.5.0.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.Formats.Asn1/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", - "path": "system.formats.asn1/5.0.0", - "hashPath": "system.formats.asn1.5.0.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.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.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.AccessControl/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "path": "system.io.filesystem.accesscontrol/5.0.0", - "hashPath": "system.io.filesystem.accesscontrol.5.0.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.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.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.ServiceModel/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-neXeXhKIlCUBCg5rxKpYnae4vQSiMWjhqeTgsMedHvKKUTsmP98je+G8oPmDdY9uZVruvxqRGjcljn1XYNhC+w==", - "path": "system.private.servicemodel/4.8.1", - "hashPath": "system.private.servicemodel.4.8.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.DispatchProxy/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C1sMLwIG6ILQ2bmOT4gh62V6oJlyF4BlHcVMrOoor49p0Ji2tA8QAoqyMcIhAdH6OHKJ8m7BU+r4LK2CUEOKqw==", - "path": "system.reflection.dispatchproxy/4.7.1", - "hashPath": "system.reflection.dispatchproxy.4.7.1.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.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", - "path": "system.reflection.emit.lightweight/4.7.0", - "hashPath": "system.reflection.emit.lightweight.4.7.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", - "path": "system.reflection.metadata/5.0.0", - "hashPath": "system.reflection.metadata.5.0.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.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkmh/ySlwnXJp/1qYP9uyKkCK1CXR/REFzl7abHcArxBcV91mY2CgrrzSRA5Z/X4MevJWwXsklGRdR3A7K9zbg==", - "path": "system.reflection.typeextensions/4.4.0", - "hashPath": "system.reflection.typeextensions.4.4.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.Caching/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "path": "system.runtime.caching/5.0.0", - "hashPath": "system.runtime.caching.5.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.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.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "path": "system.security.accesscontrol/5.0.0", - "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "path": "system.security.cryptography.cng/5.0.0", - "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "path": "system.security.cryptography.pkcs/5.0.0", - "hashPath": "system.security.cryptography.pkcs.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==", - "path": "system.security.cryptography.protecteddata/5.0.0", - "hashPath": "system.security.cryptography.protecteddata.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "path": "system.security.cryptography.xml/5.0.0", - "hashPath": "system.security.cryptography.xml.5.0.0.nupkg.sha512" - }, - "System.Security.Permissions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "path": "system.security.permissions/5.0.0", - "hashPath": "system.security.permissions.5.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.ServiceModel.Http/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yrfGQJ5joGXnZx3G340KDfgpmOSYzRMHP3zJkcwiV3CP750AEsvesVIXc+PXYFzU7v3JKLEw6GLrH7kPiZJa/g==", - "path": "system.servicemodel.http/4.8.1", - "hashPath": "system.servicemodel.http.4.8.1.nupkg.sha512" - }, - "System.ServiceModel.Primitives/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XjzGCqvWZBHnw2ym8t9PVeTm5Tsp7lSDKEwhDZAU4Jnw+6+zEDu/2ZQYQbRqBR0t/KpfNA4Aya/5aONKJnuyEw==", - "path": "system.servicemodel.primitives/4.8.1", - "hashPath": "system.servicemodel.primitives.4.8.1.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.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "path": "system.text.encoding.codepages/4.5.1", - "hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512" - }, - "System.Text.Encodings.Web/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KmJ+CJXizDofbq6mpqDoRRLcxgOd2z9X3XoFNULSbvbqVRZkFX3istvr+MUjL6Zw1RT+RNdoI4GYidIINtgvqQ==", - "path": "system.text.encodings.web/5.0.1", - "hashPath": "system.text.encodings.web.5.0.1.nupkg.sha512" - }, - "System.Text.Json/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4F8Xe+JIkVoDJ8hDAZ7HqLkjctN/6WItJIzQaifBwClC7wmoLSda/Sv2i6i1kycqDb3hWF4JCVbpAweyOKHEUA==", - "path": "system.text.json/4.6.0", - "hashPath": "system.text.json.4.6.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.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fmzEf1UYrdCzfOIHVJ2cx3v9DHLLLMkUrodpzJGW17N+K+SSmBD8OA/BGmtfN1Ae0Ex3rBjQVufnIi5zKefuQ==", - "path": "system.threading.accesscontrol/4.7.0", - "hashPath": "system.threading.accesscontrol.4.7.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.Dataflow/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NBp0zSAMZp4muDje6XmbDfmkqw9+qsDCHp+YMEtnVgHEjQZ3Q7MzFTTp3eHqpExn4BwMrS7JkUVOTcVchig4Sw==", - "path": "system.threading.tasks.dataflow/5.0.0", - "hashPath": "system.threading.tasks.dataflow.5.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.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.Windows.Extensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "path": "system.windows.extensions/5.0.0", - "hashPath": "system.windows.extensions.5.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Core/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SatCo2CSvLiLHuP35NQx3nf47Z9dVaIUA5f+O6n3QvSPgT6iq5QXnRgqdnxaW/tArIw2oL12TQ5sEERnaKY+iw==", - "path": "umbraco.cms.core/9.0.0", - "hashPath": "umbraco.cms.core.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Examine.Lucene/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0hPy93JBNkFxUW7moQyzPZFMN3BlDeoF7GFivvxrBW6tAuyPAN2ufxv/dnG+/WX8sQwj86sGI3DEwPm9SAFSxQ==", - "path": "umbraco.cms.examine.lucene/9.0.0", - "hashPath": "umbraco.cms.examine.lucene.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Infrastructure/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PuX142PqvEfOcAqVoR4qxn1Cp787qogEMiIXyAyNa6Z4ipQhb1Y+u7PtxwbferszozOBQ3WacVB5W0pi/OTd+Q==", - "path": "umbraco.cms.infrastructure/9.0.0", - "hashPath": "umbraco.cms.infrastructure.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.PublishedCache.NuCache/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PxjfrvaOlutVGbgqtIzaCu+8djqGServhmgHGG6yf/2eYwzB8ioomhORmIydMBJVWxIbmQ3EOqlD3AJA5pVApg==", - "path": "umbraco.cms.publishedcache.nucache/9.0.0", - "hashPath": "umbraco.cms.publishedcache.nucache.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.BackOffice/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WOMMS4+bR5UsPMW1cgHzkBd/3x1oCoquah1DRhyx8C4Cnare2LixQr/uK0r1SYcUZYPgyvVlpS/sSCT8B3Rlew==", - "path": "umbraco.cms.web.backoffice/9.0.0", - "hashPath": "umbraco.cms.web.backoffice.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Common/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cVB01y+wNx/iJPScHKg7MAiX71YVuBwZmpafHeYelcCUFgPRTNrfbPra4yN4vjFu6l/+xp7iBgl7blyGlS+evQ==", - "path": "umbraco.cms.web.common/9.0.0", - "hashPath": "umbraco.cms.web.common.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Website/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-89M1fH/23MvcXU/MrraY8V36AdJg1JvDwDo82u8IFMzzx1WIE1mK3tLLiNmL2Prs5PyOajXqh7INamjK7ytYyg==", - "path": "umbraco.cms.web.website/9.0.0", - "hashPath": "umbraco.cms.web.website.9.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Core/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oYM0b5tCMN4I6nzFegX05AcvZ5veNvy81V/9k8ZQQaSFASXkRri5tnlhVQdLHiEitAmtHMiSe53uyJVgvzEfrw==", - "path": "umbraco.forms.core/9.0.0", - "hashPath": "umbraco.forms.core.9.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Web/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RC1AZZ1C8xoqrtGp7/phlUape7xZ3QXurASBOMsfoz2IIHaWTQMAN04CGabbtA+o13H7v8CqDAnBABx44KllHA==", - "path": "umbraco.forms.web/9.0.0", - "hashPath": "umbraco.forms.web.9.0.0.nupkg.sha512" - }, - "Umbraco.Licensing/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sBuTVyPnwEJ3LdgLN4cGCNrw88Urr+PKPkrzLlVxqd3H6+xmk51bECLwb4/pCFhUTMwBaj48z+H1bbG/V19eog==", - "path": "umbraco.licensing/4.0.0", - "hashPath": "umbraco.licensing.4.0.0.nupkg.sha512" - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Cookies/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.OAuth/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Authorization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Forms/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Server/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Web/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Connections.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.CookiePolicy/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cors/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HostFiltering/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections.Common/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Features.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpOverrides/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpsPolicy/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Identity/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization.Routing/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Metadata/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Cors/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Localization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Razor/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Runtime/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCompression/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Rewrite/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.HttpSys/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IIS/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IISIntegration/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Session/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Common/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Core/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.StaticFiles/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebSockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebUtilities.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Memory/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Binder.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.CommandLine/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Ini/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Json.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.KeyPerFile/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.UserSecrets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Xml/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Http.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Configuration/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Console/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Debug/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventLog/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventSource/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.TraceSource/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.ObjectPool.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.WebEncoders/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.JSInterop/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Net.Http.Headers.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Core/10.0.6.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic/10.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Registry.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "netstandard/2.1.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.AppContext/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Buffers.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.NonGeneric/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Specialized/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Annotations.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.EventBasedAsync/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.TypeConverter/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Configuration/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Console.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.Common.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Contracts/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.EventLog/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.FileVersionInfo/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Process/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.StackTrace.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TextWriterTraceListener/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tools/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TraceSource/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Dynamic.Runtime.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Asn1.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Calendars/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Brotli/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.ZipFile/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.DriveInfo/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Watcher/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.IsolatedStorage/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.MemoryMappedFiles/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipelines/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.UnmanagedMemoryStream/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Parallel/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Queryable/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Memory.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.HttpListener/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Mail/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NameResolution/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NetworkInformation/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Ping/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Requests/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Security/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.ServicePoint/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Sockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebClient/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebHeaderCollection/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebProxy/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets.Client/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ObjectModel.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.DispatchProxy.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.ILGeneration.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.TypeExtensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Reader/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Writer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.VisualC/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Handles.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Intrinsics/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Loader/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Numerics/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Formatters/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Xml/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.AccessControl.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Claims/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Algorithms/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Cng.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Csp/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Encoding/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.X509Certificates/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Xml.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Permissions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Windows.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.SecureString/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceProcess/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.CodePages.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Json.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.RegularExpressions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Channels/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Overlapped/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Dataflow.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Parallel.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Thread/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.ThreadPool/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Timer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions.Local/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ValueTuple/4.0.3.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.HttpUtility/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlDocument/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlSerializer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath.XDocument/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "WindowsBase/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.dll deleted file mode 100644 index d7ccfc4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.pdb deleted file mode 100644 index f449fe8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Our.Umbraco.Honeypot.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3640d9e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100644 index 95feba5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index eb0f66e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100644 index 4388b1a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll deleted file mode 100644 index c3b8741..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index 4ab7de0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100644 index c7cb182..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index 23c3345..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Authorization.dll deleted file mode 100644 index 9ba7d30..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Forms.dll deleted file mode 100644 index 1858250..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Server.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Server.dll deleted file mode 100644 index 3e0ffd8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Web.dll deleted file mode 100644 index b9dba7e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.dll deleted file mode 100644 index 404ff29..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Components.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll deleted file mode 100644 index 8451b07..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.CookiePolicy.dll deleted file mode 100644 index c5ef2ee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 86a281f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll deleted file mode 100644 index a1acfc4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index 7cc72c9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll deleted file mode 100644 index fc19379..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 88ea625..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HostFiltering.dll deleted file mode 100644 index 74e4619..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index e997638..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 00d7e3b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index 292c3d2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index c9dd741..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 3099832..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll deleted file mode 100644 index 0b11391..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Connections.dll deleted file mode 100644 index f4da201..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d3115f2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Features.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 80311d4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index e1c23a0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 3f514e8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll deleted file mode 100644 index bb1513d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Identity.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Identity.dll deleted file mode 100644 index a3d4ed8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Localization.Routing.dll deleted file mode 100644 index 4903e26..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index dcaab6e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Metadata.dll deleted file mode 100644 index cbc3e1b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index 3065fc7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index f1f1244..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index 306a961..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index f73515f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 29eacb2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index feb2359..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll deleted file mode 100644 index 876c284..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index 9c095b0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index acdd9c3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll deleted file mode 100644 index f8958af..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index fc76597..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index e4b5cc8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index c82b594..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index 1ff7ecd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index a523e88..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100644 index c3ece83..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.dll deleted file mode 100644 index 10239cd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCompression.dll deleted file mode 100644 index 827f6c4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Rewrite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Rewrite.dll deleted file mode 100644 index c631952..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index f39ab34..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7e1d44c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll deleted file mode 100644 index 2dfe11a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.IIS.dll deleted file mode 100644 index 71f6f3a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index d5ca61d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100644 index 91fb542..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll deleted file mode 100644 index e6fcfd5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index fa92a50..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Session.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 33fde94..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Common.dll deleted file mode 100644 index 17dd409..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Core.dll deleted file mode 100644 index 87bdfe8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll deleted file mode 100644 index f0b145e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.dll deleted file mode 100644 index eabd2b6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.SignalR.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 739ebb5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.WebSockets.dll deleted file mode 100644 index 2f494c7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index b37667e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.dll deleted file mode 100644 index 7ebd0e8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.AspNetCore.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.CSharp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.CSharp.dll deleted file mode 100644 index 6713fd0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.CSharp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Caching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 9312292..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Caching.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index a7efc9b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index e843ed2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index 678f280..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll deleted file mode 100644 index cfc7595..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index 80c471a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 2435f76..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Ini.dll deleted file mode 100644 index 241baeb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index e340197..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll deleted file mode 100644 index 7ee3adc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100644 index fa91247..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Xml.dll deleted file mode 100644 index 27d2fa7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index c5fe072..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100644 index 6c80e6a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100644 index ff5454b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 5f6bf73..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index 2092a2f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index eae72d3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 8bbca22..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100644 index 79657fd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Hosting.dll deleted file mode 100644 index 41b12b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Http.dll deleted file mode 100644 index f35bdf0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 9f781ee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Localization.dll deleted file mode 100644 index 7d896b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index d76683e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Configuration.dll deleted file mode 100644 index 5300b68..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 229e92f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index cf8a8ce..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.EventLog.dll deleted file mode 100644 index 484e910..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.EventSource.dll deleted file mode 100644 index e4c05d0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.TraceSource.dll deleted file mode 100644 index 3a4232c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.dll deleted file mode 100644 index e7be3ee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.ObjectPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index 7dab05c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index d25d5fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll deleted file mode 100644 index 0baa87e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.WebEncoders.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 37108ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.JSInterop.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.JSInterop.dll deleted file mode 100644 index ce99365..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.JSInterop.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Net.Http.Headers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index f471126..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.VisualBasic.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index 13d1218..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.VisualBasic.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.VisualBasic.dll deleted file mode 100644 index 6ac95a9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Win32.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 9159a8c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Win32.Registry.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Win32.Registry.dll deleted file mode 100644 index dc7124e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.AppContext.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.AppContext.dll deleted file mode 100644 index fda342f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.AppContext.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Buffers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Buffers.dll deleted file mode 100644 index 4270e82..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Buffers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Concurrent.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Concurrent.dll deleted file mode 100644 index 26b9e57..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Concurrent.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Immutable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Immutable.dll deleted file mode 100644 index 76a2767..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.NonGeneric.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.NonGeneric.dll deleted file mode 100644 index 4fb592a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Specialized.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Specialized.dll deleted file mode 100644 index 8a21d0c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.Specialized.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.dll deleted file mode 100644 index 913116c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Collections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.Annotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.Annotations.dll deleted file mode 100644 index f746c49..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index 6f82e70..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.EventBasedAsync.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index a6a53b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.Primitives.dll deleted file mode 100644 index 8129bbb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.TypeConverter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index e880f6e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.dll deleted file mode 100644 index eb7e1d5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ComponentModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Configuration.dll deleted file mode 100644 index 81bbeaa..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Console.dll deleted file mode 100644 index e5d35bf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Core.dll deleted file mode 100644 index 4ab406b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.Common.dll deleted file mode 100644 index c4d30f3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.DataSetExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.DataSetExtensions.dll deleted file mode 100644 index bd0a5ea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.dll deleted file mode 100644 index e66b163..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Data.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Contracts.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Contracts.dll deleted file mode 100644 index 2b0dfef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Debug.dll deleted file mode 100644 index ba061b0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.DiagnosticSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 24ac821..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.EventLog.dll deleted file mode 100644 index 2e7ebd3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.FileVersionInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index e70d639..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Process.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Process.dll deleted file mode 100644 index 979b0ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Process.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.StackTrace.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.StackTrace.dll deleted file mode 100644 index b2fd5e0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index ebe9bea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Tools.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Tools.dll deleted file mode 100644 index 1715a2d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 2eb2ba8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Tracing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Tracing.dll deleted file mode 100644 index f177f55..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Drawing.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Drawing.Primitives.dll deleted file mode 100644 index 726037b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Drawing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Drawing.dll deleted file mode 100644 index b2140b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Drawing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Dynamic.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Dynamic.Runtime.dll deleted file mode 100644 index 6291e55..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Formats.Asn1.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Formats.Asn1.dll deleted file mode 100644 index c34cbc5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Formats.Asn1.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.Calendars.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.Calendars.dll deleted file mode 100644 index 32047ad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.Calendars.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.Extensions.dll deleted file mode 100644 index 8025cef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.dll deleted file mode 100644 index b2da0e2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Globalization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.Brotli.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.Brotli.dll deleted file mode 100644 index fc66a9a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.FileSystem.dll deleted file mode 100644 index 0244455..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.ZipFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 8ad0c3f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.dll deleted file mode 100644 index bed711f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Compression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.DriveInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 0367a79..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index 19bcfb9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.Watcher.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index 4daa6a2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.dll deleted file mode 100644 index 1bc3dd3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.IsolatedStorage.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.IsolatedStorage.dll deleted file mode 100644 index 1f2ef67..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.MemoryMappedFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 9da5ab0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Pipelines.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Pipelines.dll deleted file mode 100644 index f72b038..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Pipelines.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Pipes.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Pipes.dll deleted file mode 100644 index ee4ce63..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.Pipes.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.UnmanagedMemoryStream.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 7617207..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.dll deleted file mode 100644 index 96adeab..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.IO.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Expressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Expressions.dll deleted file mode 100644 index 2b69546..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Expressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Parallel.dll deleted file mode 100644 index f32ab97..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Queryable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Queryable.dll deleted file mode 100644 index 60306e1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.Queryable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.dll deleted file mode 100644 index acf8500..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Memory.dll deleted file mode 100644 index 7e0b0e4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Http.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Http.Json.dll deleted file mode 100644 index 961e989..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Http.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Http.dll deleted file mode 100644 index a0c5ae3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.HttpListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.HttpListener.dll deleted file mode 100644 index 5423fc2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.HttpListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Mail.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Mail.dll deleted file mode 100644 index 87c22c6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Mail.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.NameResolution.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.NameResolution.dll deleted file mode 100644 index 54a5d8c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.NameResolution.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.NetworkInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.NetworkInformation.dll deleted file mode 100644 index 2895286..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Ping.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Ping.dll deleted file mode 100644 index 16ca026..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Ping.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Primitives.dll deleted file mode 100644 index 191e6ef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Requests.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Requests.dll deleted file mode 100644 index 6ad4dc0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Requests.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Security.dll deleted file mode 100644 index ffff9e3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.ServicePoint.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.ServicePoint.dll deleted file mode 100644 index ea36d6a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.ServicePoint.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Sockets.dll deleted file mode 100644 index 0ca7495..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebClient.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebClient.dll deleted file mode 100644 index aaca8d4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebClient.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebHeaderCollection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebHeaderCollection.dll deleted file mode 100644 index a3b646f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebProxy.dll deleted file mode 100644 index f48947c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebSockets.Client.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebSockets.Client.dll deleted file mode 100644 index f8761fa..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebSockets.dll deleted file mode 100644 index 5d0f2ae..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.dll deleted file mode 100644 index 1613e12..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Net.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Numerics.Vectors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Numerics.Vectors.dll deleted file mode 100644 index 361e19f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Numerics.dll deleted file mode 100644 index 936a838..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ObjectModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ObjectModel.dll deleted file mode 100644 index c8a4187..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ObjectModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.DispatchProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.DispatchProxy.dll deleted file mode 100644 index 91ee32e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.ILGeneration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index ffb19ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.Lightweight.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index 587a799..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.dll deleted file mode 100644 index 5323210..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Emit.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Extensions.dll deleted file mode 100644 index 3437192..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Metadata.dll deleted file mode 100644 index a17c367..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Primitives.dll deleted file mode 100644 index 8e49324..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.TypeExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 7aa7696..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.dll deleted file mode 100644 index 24d42e8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Reflection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.Reader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.Reader.dll deleted file mode 100644 index af0bcbd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.Reader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.ResourceManager.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.ResourceManager.dll deleted file mode 100644 index a445b72..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.Writer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.Writer.dll deleted file mode 100644 index e3d4f5f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Resources.Writer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.CompilerServices.VisualC.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index d1a1aad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Extensions.dll deleted file mode 100644 index 26d5428..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Handles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Handles.dll deleted file mode 100644 index 45063fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Handles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 71e1463..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.InteropServices.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.InteropServices.dll deleted file mode 100644 index 6f3ee1f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Intrinsics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Intrinsics.dll deleted file mode 100644 index da4c070..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Loader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Loader.dll deleted file mode 100644 index 9c463ad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Loader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Numerics.dll deleted file mode 100644 index 0410cb6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Formatters.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index f57b14b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 3738b69..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index d47072b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index 17ebdb7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.dll deleted file mode 100644 index b9046c5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.dll deleted file mode 100644 index dd8c033..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.AccessControl.dll deleted file mode 100644 index faa7b07..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Claims.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Claims.dll deleted file mode 100644 index 5668683..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Claims.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Algorithms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 17c569b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Cng.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Cng.dll deleted file mode 100644 index 968f622..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Csp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 84eb955..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index 1526611..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index 9898667..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.X509Certificates.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index 464fa67..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Xml.dll deleted file mode 100644 index 1450cf6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Permissions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Permissions.dll deleted file mode 100644 index b528e15..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Permissions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Principal.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Principal.Windows.dll deleted file mode 100644 index 1cbfa44..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Principal.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Principal.dll deleted file mode 100644 index 7d72096..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.Principal.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.SecureString.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.SecureString.dll deleted file mode 100644 index 8d8f2d9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.SecureString.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.dll deleted file mode 100644 index db321e9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ServiceModel.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ServiceModel.Web.dll deleted file mode 100644 index 3f354a3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ServiceModel.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ServiceProcess.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ServiceProcess.dll deleted file mode 100644 index 487f552..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ServiceProcess.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.CodePages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 5ac8621..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.Extensions.dll deleted file mode 100644 index 8a557ce..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.dll deleted file mode 100644 index 4939430..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Json.dll deleted file mode 100644 index ead089f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.RegularExpressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.RegularExpressions.dll deleted file mode 100644 index 45c89e5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Channels.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Channels.dll deleted file mode 100644 index 6e56a5c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Channels.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Overlapped.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Overlapped.dll deleted file mode 100644 index 9beaa68..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Overlapped.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Dataflow.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index a1ae45d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 298fae8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index e7732b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.dll deleted file mode 100644 index 09fff5f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Tasks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Thread.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Thread.dll deleted file mode 100644 index afc19d1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Thread.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.ThreadPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.ThreadPool.dll deleted file mode 100644 index f839d0d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Timer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Timer.dll deleted file mode 100644 index a5738fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.Timer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.dll deleted file mode 100644 index d750822..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Threading.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Transactions.Local.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Transactions.Local.dll deleted file mode 100644 index bfd5c03..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Transactions.Local.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Transactions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Transactions.dll deleted file mode 100644 index 0412374..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Transactions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ValueTuple.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ValueTuple.dll deleted file mode 100644 index c1b610e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.ValueTuple.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Web.HttpUtility.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Web.HttpUtility.dll deleted file mode 100644 index 29c8448..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Web.HttpUtility.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Web.dll deleted file mode 100644 index 336f5c3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Windows.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Windows.Extensions.dll deleted file mode 100644 index 9fe0843..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Windows.dll deleted file mode 100644 index be81f42..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.Linq.dll deleted file mode 100644 index e674a6b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.ReaderWriter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.ReaderWriter.dll deleted file mode 100644 index 1ee4665..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.Serialization.dll deleted file mode 100644 index 79cc5e9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XDocument.dll deleted file mode 100644 index a4d2df1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XPath.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 47fe008..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XPath.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XPath.dll deleted file mode 100644 index 148c6d6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XPath.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XmlDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XmlDocument.dll deleted file mode 100644 index aa10bce..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XmlSerializer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XmlSerializer.dll deleted file mode 100644 index ed9621d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.dll deleted file mode 100644 index 07e0b20..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.dll deleted file mode 100644 index 1069a2c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/System.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/WindowsBase.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/WindowsBase.dll deleted file mode 100644 index d0a2bb5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/WindowsBase.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/mscorlib.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/mscorlib.dll deleted file mode 100644 index bb40470..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/mscorlib.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/netstandard.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/netstandard.dll deleted file mode 100644 index b698f3b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/refs/netstandard.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html deleted file mode 100644 index 5f28270..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.Core.dll deleted file mode 100644 index 068cccc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.Core.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.Core.pdb deleted file mode 100644 index 82cce04..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.Core.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.deps.json b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.deps.json deleted file mode 100644 index 84da825..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.deps.json +++ /dev/null @@ -1,8070 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "DEBUG", - "NET", - "NET6_0", - "NETCOREAPP", - "NET5_0_OR_GREATER", - "NET6_0_OR_GREATER", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER", - "NETCOREAPP3_0_OR_GREATER", - "NETCOREAPP3_1_OR_GREATER" - ], - "languageVersion": "10.0", - "platform": "", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": false, - "keyFile": "", - "emitEntryPoint": false, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Our.Umbraco.Honeypot/0.1.0": { - "dependencies": { - "Our.Umbraco.Honeypot.Core": "0.1.0", - "Umbraco.Cms.Web.BackOffice": "10.0.0", - "Umbraco.Cms.Web.Website": "10.0.0", - "Umbraco.Forms.Core": "10.0.0", - "Umbraco.Forms.Web": "10.0.0", - "Microsoft.AspNetCore.Antiforgery": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Core.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Authentication": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth": "6.0.0.0", - "Microsoft.AspNetCore.Authorization.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Components.Authorization": "6.0.0.0", - "Microsoft.AspNetCore.Components": "6.0.0.0", - "Microsoft.AspNetCore.Components.Forms": "6.0.0.0", - "Microsoft.AspNetCore.Components.Server": "6.0.0.0", - "Microsoft.AspNetCore.Components.Web": "6.0.0.0", - "Microsoft.AspNetCore.Connections.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.CookiePolicy": "6.0.0.0", - "Microsoft.AspNetCore.Cors": "6.0.0.0", - "Microsoft.AspNetCore.Cryptography.Internal.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation.Reference": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Reference": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "6.0.0.0", - "Microsoft.AspNetCore": "6.0.0.0", - "Microsoft.AspNetCore.HostFiltering": "6.0.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Hosting": "6.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common": "6.0.0.0", - "Microsoft.AspNetCore.Http.Connections": "6.0.0.0", - "Microsoft.AspNetCore.Http.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Extensions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Features.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Results": "6.0.0.0", - "Microsoft.AspNetCore.HttpLogging": "6.0.0.0", - "Microsoft.AspNetCore.HttpOverrides": "6.0.0.0", - "Microsoft.AspNetCore.HttpsPolicy": "6.0.0.0", - "Microsoft.AspNetCore.Identity": "6.0.0.0", - "Microsoft.AspNetCore.Localization": "6.0.0.0", - "Microsoft.AspNetCore.Localization.Routing": "6.0.0.0", - "Microsoft.AspNetCore.Metadata": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Core.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0.0", - "Microsoft.AspNetCore.Mvc": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "6.0.0.0", - "Microsoft.AspNetCore.Razor.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCompression": "6.0.0.0", - "Microsoft.AspNetCore.Rewrite": "6.0.0.0", - "Microsoft.AspNetCore.Routing.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Routing.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Server.HttpSys": "6.0.0.0", - "Microsoft.AspNetCore.Server.IIS": "6.0.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "6.0.0.0", - "Microsoft.AspNetCore.Session": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Common": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Core": "6.0.0.0", - "Microsoft.AspNetCore.SignalR": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "6.0.0.0", - "Microsoft.AspNetCore.StaticFiles": "6.0.0.0", - "Microsoft.AspNetCore.WebSockets": "6.0.0.0", - "Microsoft.AspNetCore.WebUtilities.Reference": "6.0.0.0", - "Microsoft.CSharp.Reference": "6.0.0.0", - "Microsoft.Extensions.Caching.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Caching.Memory": "6.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.Binder.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0.0", - "Microsoft.Extensions.Configuration.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.Ini": "6.0.0.0", - "Microsoft.Extensions.Configuration.Json.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile": "6.0.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.0.0", - "Microsoft.Extensions.Configuration.Xml": "6.0.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.DependencyInjection.Reference": "6.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "6.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.0.0", - "Microsoft.Extensions.Features": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Composite.Reference": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Embedded.Reference": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Physical.Reference": "6.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing.Reference": "6.0.0.0", - "Microsoft.Extensions.Hosting.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Hosting": "6.0.0.0", - "Microsoft.Extensions.Http.Reference": "6.0.0.0", - "Microsoft.Extensions.Identity.Core.Reference": "6.0.0.0", - "Microsoft.Extensions.Identity.Stores.Reference": "6.0.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.0.0", - "Microsoft.Extensions.Localization": "6.0.0.0", - "Microsoft.Extensions.Logging.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0.0", - "Microsoft.Extensions.Logging.Reference": "6.0.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0.0", - "Microsoft.Extensions.Logging.TraceSource": "6.0.0.0", - "Microsoft.Extensions.ObjectPool.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.Reference": "6.0.0.0", - "Microsoft.Extensions.Primitives.Reference": "6.0.0.0", - "Microsoft.Extensions.WebEncoders": "6.0.0.0", - "Microsoft.JSInterop": "6.0.0.0", - "Microsoft.Net.Http.Headers.Reference": "6.0.0.0", - "Microsoft.VisualBasic.Core": "11.0.0.0", - "Microsoft.VisualBasic": "10.0.0.0", - "Microsoft.Win32.Primitives.Reference": "6.0.0.0", - "Microsoft.Win32.Registry.Reference": "6.0.0.0", - "mscorlib": "4.0.0.0", - "netstandard": "2.1.0.0", - "System.AppContext.Reference": "6.0.0.0", - "System.Buffers.Reference": "6.0.0.0", - "System.Collections.Concurrent.Reference": "6.0.0.0", - "System.Collections.Reference": "6.0.0.0", - "System.Collections.Immutable.Reference": "6.0.0.0", - "System.Collections.NonGeneric": "6.0.0.0", - "System.Collections.Specialized": "6.0.0.0", - "System.ComponentModel.Annotations.Reference": "6.0.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.ComponentModel.Reference": "6.0.0.0", - "System.ComponentModel.EventBasedAsync": "6.0.0.0", - "System.ComponentModel.Primitives.Reference": "6.0.0.0", - "System.ComponentModel.TypeConverter": "6.0.0.0", - "System.Configuration": "4.0.0.0", - "System.Console.Reference": "6.0.0.0", - "System.Core": "4.0.0.0", - "System.Data.Common.Reference": "6.0.0.0", - "System.Data.DataSetExtensions": "4.0.0.0", - "System.Data": "4.0.0.0", - "System.Diagnostics.Contracts": "6.0.0.0", - "System.Diagnostics.Debug.Reference": "6.0.0.0", - "System.Diagnostics.DiagnosticSource.Reference": "6.0.0.0", - "System.Diagnostics.EventLog": "6.0.0.0", - "System.Diagnostics.FileVersionInfo": "6.0.0.0", - "System.Diagnostics.Process": "6.0.0.0", - "System.Diagnostics.StackTrace.Reference": "6.0.0.0", - "System.Diagnostics.TextWriterTraceListener": "6.0.0.0", - "System.Diagnostics.Tools.Reference": "6.0.0.0", - "System.Diagnostics.TraceSource": "6.0.0.0", - "System.Diagnostics.Tracing.Reference": "6.0.0.0", - "System": "4.0.0.0", - "System.Drawing": "4.0.0.0", - "System.Drawing.Primitives": "6.0.0.0", - "System.Dynamic.Runtime.Reference": "6.0.0.0", - "System.Formats.Asn1.Reference": "6.0.0.0", - "System.Globalization.Calendars.Reference": "6.0.0.0", - "System.Globalization.Reference": "6.0.0.0", - "System.Globalization.Extensions.Reference": "6.0.0.0", - "System.IO.Compression.Brotli": "6.0.0.0", - "System.IO.Compression.Reference": "6.0.0.0", - "System.IO.Compression.FileSystem": "4.0.0.0", - "System.IO.Compression.ZipFile.Reference": "6.0.0.0", - "System.IO.Reference": "6.0.0.0", - "System.IO.FileSystem.AccessControl.Reference": "6.0.0.0", - "System.IO.FileSystem.Reference": "6.0.0.0", - "System.IO.FileSystem.DriveInfo": "6.0.0.0", - "System.IO.FileSystem.Primitives.Reference": "6.0.0.0", - "System.IO.FileSystem.Watcher": "6.0.0.0", - "System.IO.IsolatedStorage": "6.0.0.0", - "System.IO.MemoryMappedFiles": "6.0.0.0", - "System.IO.Pipelines.Reference": "6.0.0.0", - "System.IO.Pipes.AccessControl": "6.0.0.0", - "System.IO.Pipes": "6.0.0.0", - "System.IO.UnmanagedMemoryStream": "6.0.0.0", - "System.Linq.Reference": "6.0.0.0", - "System.Linq.Expressions.Reference": "6.0.0.0", - "System.Linq.Parallel": "6.0.0.0", - "System.Linq.Queryable": "6.0.0.0", - "System.Memory.Reference": "6.0.0.0", - "System.Net": "4.0.0.0", - "System.Net.Http.Reference": "6.0.0.0", - "System.Net.Http.Json": "6.0.0.0", - "System.Net.HttpListener": "6.0.0.0", - "System.Net.Mail": "6.0.0.0", - "System.Net.NameResolution": "6.0.0.0", - "System.Net.NetworkInformation": "6.0.0.0", - "System.Net.Ping": "6.0.0.0", - "System.Net.Primitives.Reference": "6.0.0.0", - "System.Net.Requests": "6.0.0.0", - "System.Net.Security": "6.0.0.0", - "System.Net.ServicePoint": "6.0.0.0", - "System.Net.Sockets.Reference": "6.0.0.0", - "System.Net.WebClient": "6.0.0.0", - "System.Net.WebHeaderCollection": "6.0.0.0", - "System.Net.WebProxy": "6.0.0.0", - "System.Net.WebSockets.Client": "6.0.0.0", - "System.Net.WebSockets": "6.0.0.0", - "System.Numerics": "4.0.0.0", - "System.Numerics.Vectors.Reference": "6.0.0.0", - "System.ObjectModel.Reference": "6.0.0.0", - "System.Reflection.DispatchProxy.Reference": "6.0.0.0", - "System.Reflection.Reference": "6.0.0.0", - "System.Reflection.Emit.Reference": "6.0.0.0", - "System.Reflection.Emit.ILGeneration.Reference": "6.0.0.0", - "System.Reflection.Emit.Lightweight.Reference": "6.0.0.0", - "System.Reflection.Extensions.Reference": "6.0.0.0", - "System.Reflection.Metadata.Reference": "6.0.0.0", - "System.Reflection.Primitives.Reference": "6.0.0.0", - "System.Reflection.TypeExtensions.Reference": "6.0.0.0", - "System.Resources.Reader": "6.0.0.0", - "System.Resources.ResourceManager.Reference": "6.0.0.0", - "System.Resources.Writer": "6.0.0.0", - "System.Runtime.CompilerServices.Unsafe.Reference": "6.0.0.0", - "System.Runtime.CompilerServices.VisualC": "6.0.0.0", - "System.Runtime.Reference": "6.0.0.0", - "System.Runtime.Extensions.Reference": "6.0.0.0", - "System.Runtime.Handles.Reference": "6.0.0.0", - "System.Runtime.InteropServices.Reference": "6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation.Reference": "6.0.0.0", - "System.Runtime.Intrinsics": "6.0.0.0", - "System.Runtime.Loader": "6.0.0.0", - "System.Runtime.Numerics.Reference": "6.0.0.0", - "System.Runtime.Serialization": "4.0.0.0", - "System.Runtime.Serialization.Formatters": "6.0.0.0", - "System.Runtime.Serialization.Json": "6.0.0.0", - "System.Runtime.Serialization.Primitives.Reference": "6.0.0.0", - "System.Runtime.Serialization.Xml": "6.0.0.0", - "System.Security.AccessControl.Reference": "6.0.0.0", - "System.Security.Claims": "6.0.0.0", - "System.Security.Cryptography.Algorithms.Reference": "6.0.0.0", - "System.Security.Cryptography.Cng.Reference": "6.0.0.0", - "System.Security.Cryptography.Csp.Reference": "6.0.0.0", - "System.Security.Cryptography.Encoding.Reference": "6.0.0.0", - "System.Security.Cryptography.OpenSsl.Reference": "6.0.0.0", - "System.Security.Cryptography.Primitives.Reference": "6.0.0.0", - "System.Security.Cryptography.X509Certificates.Reference": "6.0.0.0", - "System.Security.Cryptography.Xml.Reference": "6.0.0.0", - "System.Security": "4.0.0.0", - "System.Security.Principal": "6.0.0.0", - "System.Security.Principal.Windows.Reference": "6.0.0.0", - "System.Security.SecureString": "6.0.0.0", - "System.ServiceModel.Web": "4.0.0.0", - "System.ServiceProcess": "4.0.0.0", - "System.Text.Encoding.CodePages.Reference": "6.0.0.0", - "System.Text.Encoding.Reference": "6.0.0.0", - "System.Text.Encoding.Extensions.Reference": "6.0.0.0", - "System.Text.Encodings.Web.Reference": "6.0.0.0", - "System.Text.Json.Reference": "6.0.0.0", - "System.Text.RegularExpressions.Reference": "6.0.0.0", - "System.Threading.Channels": "6.0.0.0", - "System.Threading.Reference": "6.0.0.0", - "System.Threading.Overlapped": "6.0.0.0", - "System.Threading.Tasks.Dataflow.Reference": "6.0.0.0", - "System.Threading.Tasks.Reference": "6.0.0.0", - "System.Threading.Tasks.Extensions.Reference": "6.0.0.0", - "System.Threading.Tasks.Parallel.Reference": "6.0.0.0", - "System.Threading.Thread": "6.0.0.0", - "System.Threading.ThreadPool": "6.0.0.0", - "System.Threading.Timer.Reference": "6.0.0.0", - "System.Transactions": "4.0.0.0", - "System.Transactions.Local": "6.0.0.0", - "System.ValueTuple": "4.0.3.0", - "System.Web": "4.0.0.0", - "System.Web.HttpUtility": "6.0.0.0", - "System.Windows": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "System.Xml.ReaderWriter.Reference": "6.0.0.0", - "System.Xml.Serialization": "4.0.0.0", - "System.Xml.XDocument.Reference": "6.0.0.0", - "System.Xml.XmlDocument": "6.0.0.0", - "System.Xml.XmlSerializer": "6.0.0.0", - "System.Xml.XPath": "6.0.0.0", - "System.Xml.XPath.XDocument": "6.0.0.0", - "WindowsBase": "4.0.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.dll": {} - } - }, - "Azure.Core/1.6.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.0.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.dll": { - "assemblyVersion": "1.6.0.0", - "fileVersion": "1.600.20.52802" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Core.dll": {} - } - }, - "Azure.Identity/1.3.0": { - "dependencies": { - "Azure.Core": "1.6.0", - "Microsoft.Identity.Client": "4.22.0", - "Microsoft.Identity.Client.Extensions.Msal": "2.16.5", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.20.56202" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Identity.dll": {} - } - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "runtime": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": { - "assemblyVersion": "14.906.1403.1083", - "fileVersion": "14.906.1403.1083" - } - }, - "compile": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": {} - } - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "dependencies": { - "DotNet.Glob": "3.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "NETStandard.Library": "1.6.1" - }, - "runtime": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": {} - } - }, - "DotNet.Glob/3.1.0": { - "runtime": { - "lib/netcoreapp2.1/DotNet.Glob.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp2.1/DotNet.Glob.dll": {} - } - }, - "Examine/3.0.0": { - "dependencies": { - "Examine.Core": "3.0.0", - "Examine.Lucene": "3.0.0", - "Microsoft.AspNetCore.DataProtection": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.dll": {} - } - }, - "Examine.Core/3.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Core.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Core.dll": {} - } - }, - "Examine.Lucene/3.0.0": { - "dependencies": { - "Examine.Core": "3.0.0", - "Lucene.Net.QueryParser": "4.8.0-beta00016", - "Lucene.Net.Replicator": "4.8.0-beta00016", - "System.Threading": "4.3.0", - "System.Threading.AccessControl": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Lucene.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Lucene.dll": {} - } - }, - "HtmlAgilityPack/1.11.43": { - "runtime": { - "lib/netstandard2.0/HtmlAgilityPack.dll": { - "assemblyVersion": "1.11.43.0", - "fileVersion": "1.11.43.0" - } - }, - "compile": { - "lib/netstandard2.0/HtmlAgilityPack.dll": {} - } - }, - "IPNetwork2/2.5.422": { - "runtime": { - "lib/net5.0/System.Net.IPNetwork.dll": { - "assemblyVersion": "2.5.422.0", - "fileVersion": "2.5.422.0" - } - }, - "compile": { - "lib/net5.0/System.Net.IPNetwork.dll": {} - } - }, - "J2N/2.0.0": { - "runtime": { - "lib/net6.0/J2N.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/net6.0/J2N.dll": {} - } - }, - "K4os.Compression.LZ4/1.2.16": { - "runtime": { - "lib/net5.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.2.16.0", - "fileVersion": "1.2.16.0" - } - }, - "compile": { - "lib/net5.0/K4os.Compression.LZ4.dll": {} - } - }, - "Lucene.Net/4.8.0-beta00016": { - "dependencies": { - "J2N": "2.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net6.0/Lucene.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.dll": {} - } - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Analysis.Common.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Analysis.Common.dll": {} - } - }, - "Lucene.Net.Facet/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net.Join": "4.8.0-beta00016", - "Lucene.Net.Queries": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Facet.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Facet.dll": {} - } - }, - "Lucene.Net.Grouping/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016", - "Lucene.Net.Queries": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Grouping.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Grouping.dll": {} - } - }, - "Lucene.Net.Join/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net.Grouping": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Join.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Join.dll": {} - } - }, - "Lucene.Net.Queries/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Queries.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Queries.dll": {} - } - }, - "Lucene.Net.QueryParser/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net.Analysis.Common": "4.8.0-beta00016", - "Lucene.Net.Queries": "4.8.0-beta00016", - "Lucene.Net.Sandbox": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.QueryParser.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.QueryParser.dll": {} - } - }, - "Lucene.Net.Replicator/4.8.0-beta00016": { - "dependencies": { - "J2N": "2.0.0", - "Lucene.Net": "4.8.0-beta00016", - "Lucene.Net.Facet": "4.8.0-beta00016", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Replicator.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Replicator.dll": {} - } - }, - "Lucene.Net.Sandbox/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Sandbox.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Sandbox.dll": {} - } - }, - "MailKit/3.2.0": { - "dependencies": { - "MimeKit": "3.2.0" - }, - "runtime": { - "lib/net6.0/MailKit.dll": { - "assemblyVersion": "3.2.0.0", - "fileVersion": "3.2.0.0" - } - }, - "compile": { - "lib/net6.0/MailKit.dll": {} - } - }, - "Markdown/2.2.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Markdown.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Markdown.dll": {} - } - }, - "MessagePack/2.3.85": { - "dependencies": { - "MessagePack.Annotations": "2.3.85" - }, - "runtime": { - "lib/net5.0/MessagePack.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.85.30390" - } - }, - "compile": { - "lib/net5.0/MessagePack.dll": {} - } - }, - "MessagePack.Annotations/2.3.85": { - "runtime": { - "lib/netstandard2.0/MessagePack.Annotations.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.85.30390" - } - }, - "compile": { - "lib/netstandard2.0/MessagePack.Annotations.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Authorization": "2.2.0" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/6.0.5": { - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "6.0.5" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "6.0.5", - "Microsoft.AspNetCore.DataProtection.Abstractions": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0" - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": {}, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "dependencies": { - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.WebUtilities": "2.2.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "5.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.AspNetCore.Http.Features/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.IO.Pipelines": "5.0.0" - } - }, - "Microsoft.AspNetCore.JsonPatch/6.0.5": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.2.0", - "Microsoft.AspNetCore.Authorization.Policy": "2.2.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.2.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Routing": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyModel": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "6.0.5", - "Newtonsoft.Json": "13.0.1", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "6.0.5", - "Microsoft.CodeAnalysis.Razor": "6.0.5" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.5", - "Microsoft.CodeAnalysis.Razor": "6.0.5", - "Microsoft.Extensions.DependencyModel": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Razor.Language/6.0.5": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.19.46214" - } - }, - "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": {}, - "Microsoft.CodeAnalysis.Common/4.0.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.2", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.121.55815" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/4.0.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.121.55815" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "6.0.5", - "Microsoft.CodeAnalysis.CSharp": "4.0.1", - "Microsoft.CodeAnalysis.Common": "4.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Data.SqlClient/3.0.0": { - "dependencies": { - "Azure.Identity": "1.3.0", - "Microsoft.Data.SqlClient.SNI.runtime": "3.0.0", - "Microsoft.Identity.Client": "4.22.0", - "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "6.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - }, - "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {} - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/3.0.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "3.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "3.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "3.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "3.0.0.0" - } - } - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Embedded/6.0.5": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {}, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Http/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Identity.Core/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "6.0.5", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.Extensions.Identity.Stores/6.0.5": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "6.0.0", - "Microsoft.Extensions.Identity.Core": "6.0.5", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": {}, - "Microsoft.Extensions.ObjectPool/2.2.0": {}, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.DataAnnotations/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.ComponentModel.Annotations": "5.0.0" - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Identity.Client/4.22.0": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.22.0.0", - "fileVersion": "4.22.0.0" - } - }, - "compile": { - "ref/netcoreapp2.1/Microsoft.Identity.Client.dll": {} - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.16.5": { - "dependencies": { - "Microsoft.Identity.Client": "4.22.0", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "2.16.5.0", - "fileVersion": "2.16.5.0" - } - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {} - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/6.8.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.8.0", - "Microsoft.IdentityModel.Tokens": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.8.0", - "System.IdentityModel.Tokens.Jwt": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/6.8.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Microsoft.IdentityModel.Logging": "6.8.0", - "System.Security.Cryptography.Cng": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.IO.RecyclableMemoryStream/2.2.0": { - "runtime": { - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "assemblyVersion": "2.2.0.0", - "fileVersion": "2.2.0.0" - } - }, - "compile": { - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.NETCore.Platforms/5.0.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {} - } - }, - "MimeKit/3.2.0": { - "dependencies": { - "Portable.BouncyCastle": "1.9.0", - "System.Security.Cryptography.Pkcs": "6.0.1" - }, - "runtime": { - "lib/net6.0/MimeKit.dll": { - "assemblyVersion": "3.2.0.0", - "fileVersion": "3.2.0.0" - } - }, - "compile": { - "lib/net6.0/MimeKit.dll": {} - } - }, - "MiniProfiler.AspNetCore/4.2.22": { - "dependencies": { - "MiniProfiler.Shared": "4.2.22", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": {} - } - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "dependencies": { - "MiniProfiler.AspNetCore": "4.2.22" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": {} - } - }, - "MiniProfiler.Shared/4.2.22": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Newtonsoft.Json": "13.0.1", - "System.ComponentModel.Primitives": "4.3.0", - "System.Data.Common": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": {} - } - }, - "NCrontab/3.3.1": { - "runtime": { - "lib/netstandard2.0/NCrontab.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - }, - "compile": { - "lib/netstandard2.0/NCrontab.dll": {} - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "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.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.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.InteropServices.RuntimeInformation": "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.Security.Cryptography.X509Certificates": "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.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {} - } - }, - "NPoco/5.3.2": { - "dependencies": { - "System.Linq.Async": "5.0.0", - "System.Reflection.Emit.Lightweight": "4.7.0" - }, - "runtime": { - "lib/netstandard2.1/NPoco.dll": { - "assemblyVersion": "5.3.2.0", - "fileVersion": "5.3.2.0" - } - }, - "compile": { - "lib/netstandard2.1/NPoco.dll": {} - } - }, - "NPoco.SqlServer/5.3.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "3.0.0", - "NPoco": "5.3.2", - "Polly": "7.2.2" - }, - "runtime": { - "lib/netstandard2.1/NPoco.SqlServer.dll": { - "assemblyVersion": "5.3.2.0", - "fileVersion": "5.3.2.0" - } - }, - "compile": { - "lib/netstandard2.1/NPoco.SqlServer.dll": {} - } - }, - "NUglify/1.13.12": { - "runtime": { - "lib/netstandard2.0/NUglify.dll": { - "assemblyVersion": "1.13.12.0", - "fileVersion": "1.13.12.0" - } - }, - "compile": { - "lib/netstandard2.0/NUglify.dll": {} - } - }, - "Polly/7.2.2": { - "runtime": { - "lib/netstandard2.0/Polly.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.2.2.0" - } - }, - "compile": { - "lib/netstandard2.0/Polly.dll": {} - } - }, - "Portable.BouncyCastle/1.9.0": { - "runtime": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": { - "assemblyVersion": "1.9.0.0", - "fileVersion": "1.9.0.1" - } - }, - "compile": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": {} - } - }, - "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.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/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": {}, - "Serilog/2.11.0": { - "runtime": { - "lib/net5.0/Serilog.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.11.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.dll": {} - } - }, - "Serilog.AspNetCore/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "2.11.0", - "Serilog.Extensions.Hosting": "4.2.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Console": "4.0.1", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.AspNetCore.dll": {} - } - }, - "Serilog.Enrichers.Process/2.0.2": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.2.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": {} - } - }, - "Serilog.Enrichers.Thread/3.1.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": {} - } - }, - "Serilog.Expressions/3.4.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Expressions.dll": { - "assemblyVersion": "3.4.0.0", - "fileVersion": "3.4.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Expressions.dll": {} - } - }, - "Serilog.Extensions.Hosting/4.2.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Serilog": "2.11.0", - "Serilog.Extensions.Logging": "3.1.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.2.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {} - } - }, - "Serilog.Extensions.Logging/3.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Formatting.Compact/1.1.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {} - } - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": { - "assemblyVersion": "1.0.5.0", - "fileVersion": "1.0.5.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": {} - } - }, - "Serilog.Settings.Configuration/3.3.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.3.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {} - } - }, - "Serilog.Sinks.Async/1.5.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": { - "assemblyVersion": "1.5.0.0", - "fileVersion": "1.5.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": {} - } - }, - "Serilog.Sinks.Console/4.0.1": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.0.1.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.Console.dll": {} - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.Map/1.0.2": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Map.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.2.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.Map.dll": {} - } - }, - "SixLabors.ImageSharp/2.1.2": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "5.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.2.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {} - } - }, - "SixLabors.ImageSharp.Web/2.0.1": { - "dependencies": { - "Microsoft.IO.RecyclableMemoryStream": "2.2.0", - "SixLabors.ImageSharp": "2.1.2" - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.1.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": {} - } - }, - "Smidge/4.1.0": { - "dependencies": { - "Smidge.Core": "4.1.0" - }, - "runtime": { - "lib/net5.0/Smidge.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.dll": {} - } - }, - "Smidge.Core/4.1.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "5.0.0", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Composite": "5.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.Core.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Core.dll": {} - } - }, - "Smidge.InMemory/4.1.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Smidge.Core": "4.1.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.InMemory.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.InMemory.dll": {} - } - }, - "Smidge.Nuglify/4.1.0": { - "dependencies": { - "NUglify": "1.13.12", - "Smidge": "4.1.0" - }, - "runtime": { - "lib/net5.0/Smidge.Nuglify.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Nuglify.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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/5.0.0": {}, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/5.0.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.Configuration.ConfigurationManager/6.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.Common/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.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Drawing.Common.dll": {} - } - }, - "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.Formats.Asn1/6.0.0": {}, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.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" - } - }, - "System.IdentityModel.Tokens.Jwt/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", - "Microsoft.IdentityModel.Tokens": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.0.0", - "System.Buffers": "4.5.1", - "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" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.5.1", - "System.IO": "4.3.0", - "System.IO.Compression": "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.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.AccessControl/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Pipelines/5.0.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.Async/5.0.0": { - "runtime": { - "lib/netcoreapp3.1/System.Linq.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - }, - "compile": { - "ref/netcoreapp3.1/System.Linq.Async.dll": {} - } - }, - "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.7.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.Memory/4.5.4": {}, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "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" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.5.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.ServiceModel/4.8.1": { - "dependencies": { - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.DispatchProxy": "4.7.1", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Private.ServiceModel.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.DispatchProxy/4.7.1": {}, - "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.7.0": {}, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/5.0.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.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": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Runtime.Caching.dll": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "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.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/6.0.0": {}, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "System.Security.Cryptography.Cng/4.5.0": {}, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "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" - } - }, - "System.Security.Cryptography.Pkcs/6.0.1": { - "dependencies": { - "System.Formats.Asn1": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21309" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21309" - } - }, - "compile": { - "lib/net6.0/System.Security.Cryptography.Pkcs.dll": {} - } - }, - "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/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.5.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" - } - }, - "System.Security.Cryptography.Xml/5.0.0": { - "dependencies": { - "System.Security.Cryptography.Pkcs": "6.0.1", - "System.Security.Permissions": "6.0.0" - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Security.Permissions.dll": {} - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.ServiceModel.Http/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1" - }, - "runtime": { - "lib/netstandard2.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netstandard2.0/System.ServiceModel.Http.dll": {} - } - }, - "System.ServiceModel.Primitives/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1" - }, - "runtime": { - "lib/netcoreapp2.1/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - }, - "lib/netcoreapp2.1/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netcoreapp2.1/System.ServiceModel.Primitives.dll": {}, - "ref/netcoreapp2.1/System.ServiceModel.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "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.AccessControl/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.AccessControl.dll": { - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Threading.AccessControl.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "compile": { - "ref/netstandard2.0/System.Threading.AccessControl.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/6.0.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "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.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Windows.Extensions.dll": {} - } - }, - "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.5.4" - } - }, - "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" - } - }, - "Umbraco.Cms.Core/10.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "6.0.5", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Identity.Core": "6.0.5", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "6.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "6.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Core.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Core.dll": {} - } - }, - "Umbraco.Cms.Examine.Lucene/10.0.0": { - "dependencies": { - "Examine": "3.0.0", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Examine.Lucene.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Examine.Lucene.dll": {} - } - }, - "Umbraco.Cms.Infrastructure/10.0.0": { - "dependencies": { - "Examine.Core": "3.0.0", - "HtmlAgilityPack": "1.11.43", - "IPNetwork2": "2.5.422", - "MailKit": "3.2.0", - "Markdown": "2.2.1", - "Microsoft.CSharp": "4.7.0", - "Microsoft.CodeAnalysis.CSharp": "4.0.1", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Http": "6.0.0", - "Microsoft.Extensions.Identity.Stores": "6.0.5", - "MiniProfiler.Shared": "4.2.22", - "NPoco.SqlServer": "5.3.2", - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.11.0", - "Serilog.Enrichers.Process": "2.0.2", - "Serilog.Enrichers.Thread": "3.1.0", - "Serilog.Expressions": "3.4.0", - "Serilog.Extensions.Hosting": "4.2.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Formatting.Compact.Reader": "1.0.5", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Async": "1.5.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.Map": "1.0.2", - "SixLabors.ImageSharp": "2.1.2", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.Cryptography.Pkcs": "6.0.1", - "System.Text.Encodings.Web": "6.0.0", - "System.Threading.Tasks.Dataflow": "6.0.0", - "Umbraco.Cms.Core": "10.0.0", - "NCrontab": "3.3.1" - }, - "runtime": { - "lib/net6.0/Umbraco.Infrastructure.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Infrastructure.dll": {} - } - }, - "Umbraco.Cms.PublishedCache.NuCache/10.0.0": { - "dependencies": { - "CSharpTest.Net.Collections-NetStd2": "14.906.1403.1084", - "K4os.Compression.LZ4": "1.2.16", - "MessagePack": "2.3.85", - "Newtonsoft.Json": "13.0.1", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.PublishedCache.NuCache.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.PublishedCache.NuCache.dll": {} - } - }, - "Umbraco.Cms.Web.BackOffice/10.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog.AspNetCore": "5.0.0", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Examine.Lucene": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0", - "Umbraco.Cms.Web.Common": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Web.BackOffice.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Web.BackOffice.dll": {} - } - }, - "Umbraco.Cms.Web.Common/10.0.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.5", - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "6.0.5", - "MiniProfiler.AspNetCore.Mvc": "4.2.22", - "Serilog.AspNetCore": "5.0.0", - "SixLabors.ImageSharp.Web": "2.0.1", - "Smidge.InMemory": "4.1.0", - "Smidge.Nuglify": "4.1.0", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Examine.Lucene": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0", - "Umbraco.Cms.PublishedCache.NuCache": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Web.Common.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Web.Common.dll": {} - } - }, - "Umbraco.Cms.Web.Website/10.0.0": { - "dependencies": { - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0", - "Umbraco.Cms.Web.Common": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Web.Website.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Web.Website.dll": {} - } - }, - "Umbraco.Forms.Core/10.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "10.0.0", - "Umbraco.Licensing": "4.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Forms.Core.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - }, - "compile": { - "lib/net6.0/Umbraco.Forms.Core.dll": {} - } - }, - "Umbraco.Forms.Web/10.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "10.0.0", - "Umbraco.Cms.Web.Website": "10.0.0", - "Umbraco.Forms.Core": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Forms.Web.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - }, - "compile": { - "lib/net6.0/Umbraco.Forms.Web.dll": {} - } - }, - "Umbraco.Licensing/4.0.0": { - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.ServiceModel.Http": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1", - "Umbraco.Cms.Web.Common": "10.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Licensing.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Licensing.dll": {} - } - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Core": "2.2.5", - "Microsoft.AspNetCore.Razor": "2.2.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Umbraco.Cms.Core": "10.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.Core.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Cookies/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Cookies.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.OAuth/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.OAuth.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.Policy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Authorization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Forms/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Forms.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Server/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Server.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Web/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Web.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Connections.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Connections.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.CookiePolicy/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.CookiePolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cors/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.Internal.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.Internal.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Extensions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HostFiltering/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HostFiltering.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections.Common/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Results/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Results.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpLogging/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpLogging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpOverrides/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpOverrides.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpsPolicy/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpsPolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Identity/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Identity.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization.Routing/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Metadata/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Metadata.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Cors/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Localization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Razor/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.RazorPages/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Runtime/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.Runtime.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCompression/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCompression.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Rewrite/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Rewrite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.HttpSys/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.HttpSys.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IIS/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IIS.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IISIntegration/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IISIntegration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Session/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Session.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Common/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.StaticFiles/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.StaticFiles.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebSockets/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebSockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebUtilities.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CSharp.Reference/6.0.0.0": { - "compile": { - "Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Memory/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Memory.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Ini/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Ini.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Json.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.KeyPerFile/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.UserSecrets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Xml/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Features/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Embedded.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Embedded.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Http.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Core.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Stores.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Stores.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Configuration/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Console/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Console.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Debug/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Debug.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventLog.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.TraceSource/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.TraceSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.ObjectPool.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.ObjectPool.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Primitives.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.WebEncoders/6.0.0.0": { - "compile": { - "Microsoft.Extensions.WebEncoders.dll": {} - }, - "compileOnly": true - }, - "Microsoft.JSInterop/6.0.0.0": { - "compile": { - "Microsoft.JSInterop.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Net.Http.Headers.Reference/6.0.0.0": { - "compile": { - "Microsoft.Net.Http.Headers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Core/11.0.0.0": { - "compile": { - "Microsoft.VisualBasic.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic/10.0.0.0": { - "compile": { - "Microsoft.VisualBasic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives.Reference/6.0.0.0": { - "compile": { - "Microsoft.Win32.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry.Reference/6.0.0.0": { - "compile": { - "Microsoft.Win32.Registry.dll": {} - }, - "compileOnly": true - }, - "mscorlib/4.0.0.0": { - "compile": { - "mscorlib.dll": {} - }, - "compileOnly": true - }, - "netstandard/2.1.0.0": { - "compile": { - "netstandard.dll": {} - }, - "compileOnly": true - }, - "System.AppContext.Reference/6.0.0.0": { - "compile": { - "System.AppContext.dll": {} - }, - "compileOnly": true - }, - "System.Buffers.Reference/6.0.0.0": { - "compile": { - "System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent.Reference/6.0.0.0": { - "compile": { - "System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Reference/6.0.0.0": { - "compile": { - "System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable.Reference/6.0.0.0": { - "compile": { - "System.Collections.Immutable.dll": {} - }, - "compileOnly": true - }, - "System.Collections.NonGeneric/6.0.0.0": { - "compile": { - "System.Collections.NonGeneric.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Specialized/6.0.0.0": { - "compile": { - "System.Collections.Specialized.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.Annotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - "System.ComponentModel.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.EventBasedAsync/6.0.0.0": { - "compile": { - "System.ComponentModel.EventBasedAsync.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Primitives.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.TypeConverter/6.0.0.0": { - "compile": { - "System.ComponentModel.TypeConverter.dll": {} - }, - "compileOnly": true - }, - "System.Configuration/4.0.0.0": { - "compile": { - "System.Configuration.dll": {} - }, - "compileOnly": true - }, - "System.Console.Reference/6.0.0.0": { - "compile": { - "System.Console.dll": {} - }, - "compileOnly": true - }, - "System.Core/4.0.0.0": { - "compile": { - "System.Core.dll": {} - }, - "compileOnly": true - }, - "System.Data.Common.Reference/6.0.0.0": { - "compile": { - "System.Data.Common.dll": {} - }, - "compileOnly": true - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "compile": { - "System.Data.DataSetExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Data/4.0.0.0": { - "compile": { - "System.Data.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Contracts/6.0.0.0": { - "compile": { - "System.Diagnostics.Contracts.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Debug.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.DiagnosticSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.EventLog/6.0.0.0": { - "compile": { - "System.Diagnostics.EventLog.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.FileVersionInfo/6.0.0.0": { - "compile": { - "System.Diagnostics.FileVersionInfo.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Process/6.0.0.0": { - "compile": { - "System.Diagnostics.Process.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.StackTrace.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.StackTrace.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TextWriterTraceListener/6.0.0.0": { - "compile": { - "System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tools.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Tools.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TraceSource/6.0.0.0": { - "compile": { - "System.Diagnostics.TraceSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Tracing.dll": {} - }, - "compileOnly": true - }, - "System/4.0.0.0": { - "compile": { - "System.dll": {} - }, - "compileOnly": true - }, - "System.Drawing/4.0.0.0": { - "compile": { - "System.Drawing.dll": {} - }, - "compileOnly": true - }, - "System.Drawing.Primitives/6.0.0.0": { - "compile": { - "System.Drawing.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Dynamic.Runtime.Reference/6.0.0.0": { - "compile": { - "System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Asn1.Reference/6.0.0.0": { - "compile": { - "System.Formats.Asn1.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Calendars.Reference/6.0.0.0": { - "compile": { - "System.Globalization.Calendars.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Reference/6.0.0.0": { - "compile": { - "System.Globalization.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Globalization.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Brotli/6.0.0.0": { - "compile": { - "System.IO.Compression.Brotli.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Reference/6.0.0.0": { - "compile": { - "System.IO.Compression.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "compile": { - "System.IO.Compression.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile.Reference/6.0.0.0": { - "compile": { - "System.IO.Compression.ZipFile.dll": {} - }, - "compileOnly": true - }, - "System.IO.Reference/6.0.0.0": { - "compile": { - "System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.AccessControl.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.DriveInfo/6.0.0.0": { - "compile": { - "System.IO.FileSystem.DriveInfo.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher/6.0.0.0": { - "compile": { - "System.IO.FileSystem.Watcher.dll": {} - }, - "compileOnly": true - }, - "System.IO.IsolatedStorage/6.0.0.0": { - "compile": { - "System.IO.IsolatedStorage.dll": {} - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles/6.0.0.0": { - "compile": { - "System.IO.MemoryMappedFiles.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipelines.Reference/6.0.0.0": { - "compile": { - "System.IO.Pipelines.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes.AccessControl/6.0.0.0": { - "compile": { - "System.IO.Pipes.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes/6.0.0.0": { - "compile": { - "System.IO.Pipes.dll": {} - }, - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream/6.0.0.0": { - "compile": { - "System.IO.UnmanagedMemoryStream.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Reference/6.0.0.0": { - "compile": { - "System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions.Reference/6.0.0.0": { - "compile": { - "System.Linq.Expressions.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Parallel/6.0.0.0": { - "compile": { - "System.Linq.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Queryable/6.0.0.0": { - "compile": { - "System.Linq.Queryable.dll": {} - }, - "compileOnly": true - }, - "System.Memory.Reference/6.0.0.0": { - "compile": { - "System.Memory.dll": {} - }, - "compileOnly": true - }, - "System.Net/4.0.0.0": { - "compile": { - "System.Net.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Reference/6.0.0.0": { - "compile": { - "System.Net.Http.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Json/6.0.0.0": { - "compile": { - "System.Net.Http.Json.dll": {} - }, - "compileOnly": true - }, - "System.Net.HttpListener/6.0.0.0": { - "compile": { - "System.Net.HttpListener.dll": {} - }, - "compileOnly": true - }, - "System.Net.Mail/6.0.0.0": { - "compile": { - "System.Net.Mail.dll": {} - }, - "compileOnly": true - }, - "System.Net.NameResolution/6.0.0.0": { - "compile": { - "System.Net.NameResolution.dll": {} - }, - "compileOnly": true - }, - "System.Net.NetworkInformation/6.0.0.0": { - "compile": { - "System.Net.NetworkInformation.dll": {} - }, - "compileOnly": true - }, - "System.Net.Ping/6.0.0.0": { - "compile": { - "System.Net.Ping.dll": {} - }, - "compileOnly": true - }, - "System.Net.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Net.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Net.Requests/6.0.0.0": { - "compile": { - "System.Net.Requests.dll": {} - }, - "compileOnly": true - }, - "System.Net.Security/6.0.0.0": { - "compile": { - "System.Net.Security.dll": {} - }, - "compileOnly": true - }, - "System.Net.ServicePoint/6.0.0.0": { - "compile": { - "System.Net.ServicePoint.dll": {} - }, - "compileOnly": true - }, - "System.Net.Sockets.Reference/6.0.0.0": { - "compile": { - "System.Net.Sockets.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebClient/6.0.0.0": { - "compile": { - "System.Net.WebClient.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection/6.0.0.0": { - "compile": { - "System.Net.WebHeaderCollection.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebProxy/6.0.0.0": { - "compile": { - "System.Net.WebProxy.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets.Client/6.0.0.0": { - "compile": { - "System.Net.WebSockets.Client.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets/6.0.0.0": { - "compile": { - "System.Net.WebSockets.dll": {} - }, - "compileOnly": true - }, - "System.Numerics/4.0.0.0": { - "compile": { - "System.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Numerics.Vectors.Reference/6.0.0.0": { - "compile": { - "System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel.Reference/6.0.0.0": { - "compile": { - "System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy.Reference/6.0.0.0": { - "compile": { - "System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Reference/6.0.0.0": { - "compile": { - "System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions.Reference/6.0.0.0": { - "compile": { - "System.Reflection.TypeExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Reader/6.0.0.0": { - "compile": { - "System.Resources.Reader.dll": {} - }, - "compileOnly": true - }, - "System.Resources.ResourceManager.Reference/6.0.0.0": { - "compile": { - "System.Resources.ResourceManager.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Writer/6.0.0.0": { - "compile": { - "System.Resources.Writer.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.Unsafe.Reference/6.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.VisualC/6.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.VisualC.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Reference/6.0.0.0": { - "compile": { - "System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.Reference/6.0.0.0": { - "compile": { - "System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/6.0.0.0": { - "compile": { - "System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Intrinsics/6.0.0.0": { - "compile": { - "System.Runtime.Intrinsics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Loader/6.0.0.0": { - "compile": { - "System.Runtime.Loader.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Numerics.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization/4.0.0.0": { - "compile": { - "System.Runtime.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Formatters/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Formatters.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Json/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Json.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Xml/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security.AccessControl.Reference/6.0.0.0": { - "compile": { - "System.Security.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Claims/6.0.0.0": { - "compile": { - "System.Security.Claims.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Algorithms.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Cng.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Csp.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.OpenSsl.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.OpenSsl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.X509Certificates.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Xml.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security/4.0.0.0": { - "compile": { - "System.Security.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal/6.0.0.0": { - "compile": { - "System.Security.Principal.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Windows.Reference/6.0.0.0": { - "compile": { - "System.Security.Principal.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Security.SecureString/6.0.0.0": { - "compile": { - "System.Security.SecureString.dll": {} - }, - "compileOnly": true - }, - "System.ServiceModel.Web/4.0.0.0": { - "compile": { - "System.ServiceModel.Web.dll": {} - }, - "compileOnly": true - }, - "System.ServiceProcess/4.0.0.0": { - "compile": { - "System.ServiceProcess.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.CodePages.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.CodePages.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encodings.Web.Reference/6.0.0.0": { - "compile": { - "System.Text.Encodings.Web.dll": {} - }, - "compileOnly": true - }, - "System.Text.Json.Reference/6.0.0.0": { - "compile": { - "System.Text.Json.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions.Reference/6.0.0.0": { - "compile": { - "System.Text.RegularExpressions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Channels/6.0.0.0": { - "compile": { - "System.Threading.Channels.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Reference/6.0.0.0": { - "compile": { - "System.Threading.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Overlapped/6.0.0.0": { - "compile": { - "System.Threading.Overlapped.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Thread/6.0.0.0": { - "compile": { - "System.Threading.Thread.dll": {} - }, - "compileOnly": true - }, - "System.Threading.ThreadPool/6.0.0.0": { - "compile": { - "System.Threading.ThreadPool.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Timer.Reference/6.0.0.0": { - "compile": { - "System.Threading.Timer.dll": {} - }, - "compileOnly": true - }, - "System.Transactions/4.0.0.0": { - "compile": { - "System.Transactions.dll": {} - }, - "compileOnly": true - }, - "System.Transactions.Local/6.0.0.0": { - "compile": { - "System.Transactions.Local.dll": {} - }, - "compileOnly": true - }, - "System.ValueTuple/4.0.3.0": { - "compile": { - "System.ValueTuple.dll": {} - }, - "compileOnly": true - }, - "System.Web/4.0.0.0": { - "compile": { - "System.Web.dll": {} - }, - "compileOnly": true - }, - "System.Web.HttpUtility/6.0.0.0": { - "compile": { - "System.Web.HttpUtility.dll": {} - }, - "compileOnly": true - }, - "System.Windows/4.0.0.0": { - "compile": { - "System.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Xml/4.0.0.0": { - "compile": { - "System.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - "System.Xml.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Xml.ReaderWriter.Reference/6.0.0.0": { - "compile": { - "System.Xml.ReaderWriter.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Serialization/4.0.0.0": { - "compile": { - "System.Xml.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XDocument.Reference/6.0.0.0": { - "compile": { - "System.Xml.XDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlDocument/6.0.0.0": { - "compile": { - "System.Xml.XmlDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlSerializer/6.0.0.0": { - "compile": { - "System.Xml.XmlSerializer.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath/6.0.0.0": { - "compile": { - "System.Xml.XPath.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath.XDocument/6.0.0.0": { - "compile": { - "System.Xml.XPath.XDocument.dll": {} - }, - "compileOnly": true - }, - "WindowsBase/4.0.0.0": { - "compile": { - "WindowsBase.dll": {} - }, - "compileOnly": true - } - } - }, - "libraries": { - "Our.Umbraco.Honeypot/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Azure.Core/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kI4m2NsODPOrxo0OoKjk6B3ADbdovhDQIEmI4039upjjZKRaewVLx/Uz4DfRa/NtnIRZQPUALe1yvdHWAoRt4w==", - "path": "azure.core/1.6.0", - "hashPath": "azure.core.1.6.0.nupkg.sha512" - }, - "Azure.Identity/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1SYfZKOFBuUFG7C2SWHmJcrQQaiXgBdVCycx4vcZQkC6efDVt7mzZ5pfJAFEJDBUq7mjRQ0RPq9ZDGdSswqMg==", - "path": "azure.identity/1.3.0", - "hashPath": "azure.identity.1.3.0.nupkg.sha512" - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g3QSH0PMiO+f2C6Za+uUvcdihnVs5IFbZ2cnKjCYA19l8en3fVe/Jl0qQS2te1xJzEOrY4ccen5/MY/QVoamcQ==", - "path": "csharptest.net.collections-netstd2/14.906.1403.1084", - "hashPath": "csharptest.net.collections-netstd2.14.906.1403.1084.nupkg.sha512" - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Jb10uIvdGdaaOmEGUXeO1ssjp6YuvOuR87B5gLxGORFbroV1j7PDaVfEIgni7vV8KRcyAY5KvuMxgx6ADIEXNw==", - "path": "dazinator.extensions.fileproviders/2.0.0", - "hashPath": "dazinator.extensions.fileproviders.2.0.0.nupkg.sha512" - }, - "DotNet.Glob/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i6x0hDsFWg6Ke2isaNAcHQ9ChxBvTJu2cSmBY+Jtjiv2W4q6y9QlA3JKYuZqJ573TAZmpAn65Qf3sRpjvZ1gmw==", - "path": "dotnet.glob/3.1.0", - "hashPath": "dotnet.glob.3.1.0.nupkg.sha512" - }, - "Examine/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E7cUGKUU5lj5zykXDQI75a5PONpNY5d4+9O1W889z7Z9NtUZoZtEv93bNbLyr6PiNedK4prPUISAs4rfCQlIOA==", - "path": "examine/3.0.0", - "hashPath": "examine.3.0.0.nupkg.sha512" - }, - "Examine.Core/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nz0DyNUiouDcEsIz2uhnENw+JN4mPiQ1EaLVPAggDleI0KhXiLfl8RiPP2yU1VfNPhqIQhL1qq1/kJbJlY+dgA==", - "path": "examine.core/3.0.0", - "hashPath": "examine.core.3.0.0.nupkg.sha512" - }, - "Examine.Lucene/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XKn+zu+fKNutY+okrR3PWzxFG1IR/14feDPj6auWV0jVjBr1S3u/igRiXP022mnnKs7VGf8YR+9xs94C+ScZpg==", - "path": "examine.lucene/3.0.0", - "hashPath": "examine.lucene.3.0.0.nupkg.sha512" - }, - "HtmlAgilityPack/1.11.43": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C2gpt+S2tdFlQMOC3DK7rHZ8iv6EpDuIo4v0UTUSGX1F1bZ+NAQ3gp77HK8/JfCDszUm3Y2rHoyTp/TpO4KOIA==", - "path": "htmlagilitypack/1.11.43", - "hashPath": "htmlagilitypack.1.11.43.nupkg.sha512" - }, - "IPNetwork2/2.5.422": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TObcZxlniRoSZyeCqAxNlKJb79jqqKH439HhPNv40gBTi5zdkCIsG/3ufV7smOtaRZRoa50KacvTMUAdJ22rTQ==", - "path": "ipnetwork2/2.5.422", - "hashPath": "ipnetwork2.2.5.422.nupkg.sha512" - }, - "J2N/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M5bwDajAARZiyqupU+rHQJnsVLxNBOHJ8vKYHd8LcLIb1FgLfzzcJvc31Qo5Xz/GEHFjDF9ScjKL/ks/zRTXuA==", - "path": "j2n/2.0.0", - "hashPath": "j2n.2.0.0.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.2.16": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XLNQWNayxeMgd1gv0s6kZywM11kww7rTzu3nPGh8fQNblHGbFt79LC1Sk1/QQ8DIJb2Qfl2p+WlLIOWCSuyi8w==", - "path": "k4os.compression.lz4/1.2.16", - "hashPath": "k4os.compression.lz4.1.2.16.nupkg.sha512" - }, - "Lucene.Net/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DCtUbE/NIrisNI7hRwU+UKS3Cr6S2vH1XB9wvEHHI3anu5OUpX1Fkr/PDC7oFCaol/QCvzVLbLZVizAT1aTLpA==", - "path": "lucene.net/4.8.0-beta00016", - "hashPath": "lucene.net.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7pjEAIliWdih6E3I0hCE8hKcKKRx1LLzeQBslF1fhvzE1Sal4NyHd8RFJHV1Z+yHlBw4gCyyVIDZADiIoyqwxg==", - "path": "lucene.net.analysis.common/4.8.0-beta00016", - "hashPath": "lucene.net.analysis.common.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Facet/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O1MrRfhb9BMfRQHooyEFrkgNwYbTEbK/AkKhz26sy+xO+zAldJ8YKS/IsydHsE+frklIAWT0jyv0c3Dh9qBXSA==", - "path": "lucene.net.facet/4.8.0-beta00016", - "hashPath": "lucene.net.facet.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Grouping/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y7QSEYfSnz7gEJS30xHsf8P0oMIreGGO08qC+UzKre29IAoUXdLLE2+vUfByGkcPuoGMIpZVBP51P6O647grBg==", - "path": "lucene.net.grouping/4.8.0-beta00016", - "hashPath": "lucene.net.grouping.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Join/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-trUiWhV3QPgW4TNPrEP29AsTXE29ACR5+Vz22xjbPtFTwyXMozl95NELVG5aUVMTqdwyMhJ9Lj82QeoHDnN0jw==", - "path": "lucene.net.join/4.8.0-beta00016", - "hashPath": "lucene.net.join.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Queries/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XBzdMDlan68V2ZlhAlP8Fd+Xx2Le8ec7cEN1kFF45Sipa3Q8L/tilJfwS9VHvMTvGkwPM/yj62eGbfGBgIMR8Q==", - "path": "lucene.net.queries/4.8.0-beta00016", - "hashPath": "lucene.net.queries.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.QueryParser/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5dVvjXmzPaK8GD/eblJopTJMQmO6c6fvVPfBIOw46+jyZR+yESkUnWF1LtLoLXZQNrl4Dx8LKdes5G1QAM7eGA==", - "path": "lucene.net.queryparser/4.8.0-beta00016", - "hashPath": "lucene.net.queryparser.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Replicator/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BP007m7TtHfOFNGoipn1Y3kgHir0yvDfyCW9g7P6PQIo7nNkyyHuEK9slVEkPhLq+21Q2EnnHl7jMGeh0aK2eA==", - "path": "lucene.net.replicator/4.8.0-beta00016", - "hashPath": "lucene.net.replicator.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Sandbox/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wMsRZtbNx0wvX3mtNjpOwQmKx3Ij4UGHWIYHbvnzMWlPUTgtOpYSj02REL4hOxI71WBZylpGB5EWfQ2eEld63g==", - "path": "lucene.net.sandbox/4.8.0-beta00016", - "hashPath": "lucene.net.sandbox.4.8.0-beta00016.nupkg.sha512" - }, - "MailKit/3.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5MTpTqmjqT7HPvYbP3HozRZMth5vSaT0ReN0iM3rAM4CgLI/R1qqtLDDNWGnFFIlcNzeJkZQRJJMkv8cgzWBbA==", - "path": "mailkit/3.2.0", - "hashPath": "mailkit.3.2.0.nupkg.sha512" - }, - "Markdown/2.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==", - "path": "markdown/2.2.1", - "hashPath": "markdown.2.2.1.nupkg.sha512" - }, - "MessagePack/2.3.85": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wOabnqkrXp7oeEYLY4Kd0m0eT4falJQukqvErfz5Y4FKKo9mSQQ1+rMxx9mapF2el+P0XQxiZOBKFm+oCvu0aw==", - "path": "messagepack/2.3.85", - "hashPath": "messagepack.2.3.85.nupkg.sha512" - }, - "MessagePack.Annotations/2.3.85": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2GCYZ9qgNS5Og0tiqfhWRhcfDZI/iRi8t07R0fNic1HthMMRfWxWOKDIBhtMA1RwZM4BuRsmJXUgk3evyisb1w==", - "path": "messagepack.annotations/2.3.85", - "hashPath": "messagepack.annotations.2.3.85.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VloMLDJMf3n/9ic5lCBOa42IBYJgyB1JhzLsL68Zqg+2bEPWfGBj/xCJy/LrKTArN0coOcZp3wyVTZlx0y9pHQ==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XlVJzJ5wPOYW+Y0J6Q/LVTEyfS4ssLXmt60T0SPP+D8abVhBTl+cgw2gDHlyKYIkcJg7btMVh383NDkMVqD/fg==", - "path": "microsoft.aspnetcore.authentication.core/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.core.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/L0W8H3jMYWyaeA9gBJqS/tSWBegP9aaTM0mjRhxTttBY9z4RVDRYJ2CwPAmAXIuPr3r1sOw+CS8jFVRGHRezQ==", - "path": "microsoft.aspnetcore.authorization/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aJCo6niDRKuNg2uS2WMEmhJTooQUGARhV2ENQ2tO5443zVHUo19MSgrgGo9FIrfD+4yKPF8Q+FF33WkWfPbyKw==", - "path": "microsoft.aspnetcore.authorization.policy/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.Internal/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JjIZQLQdiGz+BTXXRMukj452BfHtV46EdqTv4y/CfmMVTQWZvQMdvh9KHEtk9a9dRsXJUGCgNkhiODswAvDytg==", - "path": "microsoft.aspnetcore.cryptography.internal/6.0.5", - "hashPath": "microsoft.aspnetcore.cryptography.internal.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ATgPx3GVy3uovhW5cYILamT73sqwEDUO3a05PTTxAcFxMyiVixP1QvfvIH/ZYZnwLKtICcKEny2HqfTtlI9D6g==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/6.0.5", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fYCIRLS3Q7eokBwzlcaKQnCBLDFXqjnyJO9lqOX0/V9zvy/JiOfvwKSkm6v5QJuNpXZywb/DnAq5Pdb3woc3MQ==", - "path": "microsoft.aspnetcore.dataprotection/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k1DgnNSBG0lf9P+QDnU+FFeLI4b4hhw4iT+iw29XkcRaCGpcPwq7mLJUtz2Yqq/FRyEwlcteTJmdWEoJb0Fxag==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y4rs5aMEXY8G7wJo5S3EEt6ltqyOTr/qOeZzfn+hw/fuQj5GppGckMY5psGLETo1U9hcT5MmAhaT5xtusM1b5g==", - "path": "microsoft.aspnetcore.html.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YogBSMotWPAS/X5967pZ+yyWPQkThxhmzAwyCHCSSldzYBkW5W5d6oPfBaPqQOnSHYTpSOSOkpZoAce0vwb6+A==", - "path": "microsoft.aspnetcore.http/2.2.0", - "hashPath": "microsoft.aspnetcore.http.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", - "path": "microsoft.aspnetcore.http.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2DgZ9rWrJtuR7RYiew01nGRzuQBDaGHGmK56Rk54vsLLsCdzuFUPqbDTJCS1qJQWTbmbIQ9wGIOjpxA1t0l7/w==", - "path": "microsoft.aspnetcore.http.extensions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6sVnhFwtsjEVL09FsYpAttQ3Og6Jxg1dQFLF9XQUThi1myq64imjhj1swd92TXMLCp5wmt8szDixZXXdx64qhg==", - "path": "microsoft.aspnetcore.http.features/5.0.0", - "hashPath": "microsoft.aspnetcore.http.features.5.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kxQR7xCm9pQxnM3UZBp45Z470LFa1VA0qG/hFKhpE5hOJKgLOu4zmxakoVqswptAnHuD6ghd7XGb7hm1s1D0lw==", - "path": "microsoft.aspnetcore.jsonpatch/6.0.5", - "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ET6uZpfVbGR1NjCuLaLy197cQ3qZUjzl7EG5SL4GfJH/c9KRE89MMBrQegqWsh0w1iRUB/zQaK0anAjxa/pz4g==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/8sr8ixIUD57UFwUntha9bOwex7/AkZfdk1f9oNJG1Ek7p/uuKVa7fuHmYZpQOf35Oxrt+2Ku4WPwMSbNxOuWg==", - "path": "microsoft.aspnetcore.mvc.core/2.2.5", - "hashPath": "microsoft.aspnetcore.mvc.core.2.2.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ord2AixR+h2xmv7LPAtifz5k4MHV0BVtzyp2UyB1+gILT+xw4usAvTWo0SX1ruBk3GK4kyhHa9cgQt0yafR2dQ==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.5", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d+eStMVaYtT43O0B7WxO24RSixQQipiEddOHP6juS7yiDT5mPcvGwXdZ09yvfyqbBbD0+h9dRwsHQOm3jfVgCg==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.5", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZojV4R0naJqftc3d9Fjb6kNqrPZxhCVa4yps0ZIRhfRgz+1fy8uIROrixNezduKDGo1hMQErRMDGKOrzB18XQA==", - "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/6.0.5", - "hashPath": "microsoft.aspnetcore.mvc.razor.runtimecompilation.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V54PIyDCFl8COnTp9gezNHpUNHk7F9UnerGeZy3UfbnwYvfzbo+ipqQmSgeoESH8e0JvKhRTyQyZquW2EPtCmg==", - "path": "microsoft.aspnetcore.razor/2.2.0", - "hashPath": "microsoft.aspnetcore.razor.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Language/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0U+jIqo4hSUFOf/GiYtQ62aCM2SK2E3LJH+hpmLsSD8hl++0LOSKH5AIQO6KmANfmF04jEdvGPD0B0hBTM3zxA==", - "path": "microsoft.aspnetcore.razor.language/6.0.5", - "hashPath": "microsoft.aspnetcore.razor.language.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CIHWEKrHzZfFp7t57UXsueiSA/raku56TgRYauV/W1+KAQq6vevz60zjEKaazt3BI76zwMz3B4jGWnCwd8kwQw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jAhDBy0wryOnMhhZTtT9z63gJbvCzFuLm8yC6pHzuVu9ZD1dzg0ltxIwT4cfwuNkIL/TixdKsm3vpVOpG8euWQ==", - "path": "microsoft.aspnetcore.routing/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lRRaPN7jDlUCVCp9i0W+PB0trFaKB0bgMJD7hEJS9Uo4R9MXaMC8X2tJhPLmeVE3SGDdYI4QNKdVmhNvMJGgPQ==", - "path": "microsoft.aspnetcore.routing.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "path": "microsoft.aspnetcore.webutilities/2.2.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.2.0.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-K63Y4hORbBcKLWH5wnKgzyn7TOfYzevIEwIedQHBIkmkEBA9SCqgvom+XTuE+fAFGvINGkhFItaZ2dvMGdT5iw==", - "path": "microsoft.bcl.asyncinterfaces/1.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.1.0.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", - "path": "microsoft.codeanalysis.analyzers/3.3.2", - "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SMREwaVD5SzatlWhh9aahQAtSWdb63NcE//f+bQzgHSECU6xtDtaxk0kwV+asdFfr6HtW38UeO6jvqdfzudg3w==", - "path": "microsoft.codeanalysis.common/4.0.1", - "hashPath": "microsoft.codeanalysis.common.4.0.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q9RxxydPpUElj/x1/qykDTUGsRoKbJG8H5XUSeMGmMu54fBiuX1xyanom9caa1oQfh5JIW1BgLxobSaWs4WyHQ==", - "path": "microsoft.codeanalysis.csharp/4.0.1", - "hashPath": "microsoft.codeanalysis.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Razor/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hASP/Ift9GVUKWqaC71XqCTYxXGSTuj8Lt+0mI6JBZbyDyNwHLxbNgpcWgddusgwqc6RJnrEkeZXTwFVN1CwOQ==", - "path": "microsoft.codeanalysis.razor/6.0.5", - "hashPath": "microsoft.codeanalysis.razor.6.0.5.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MUauWfCLsZQQMUR/wZhec5MH6+NTPmPp9i/OsjIMmIu2ICYUGOVm1x7RTqKxq19UWxXMSG03/O0FyXQJrpDs9A==", - "path": "microsoft.data.sqlclient/3.0.0", - "hashPath": "microsoft.data.sqlclient.3.0.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n1sNyjJgu2pYWKgw3ZPikw3NiRvG4kt7Ya5MK8u77Rgj/1bTFqO/eDF4k5W9H5GXplMZCpKkNbp5kNBICgSB0w==", - "path": "microsoft.data.sqlclient.sni.runtime/3.0.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", - "path": "microsoft.extensions.caching.abstractions/6.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "path": "microsoft.extensions.configuration/6.0.0", - "hashPath": "microsoft.extensions.configuration.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "path": "microsoft.extensions.configuration.abstractions/6.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "path": "microsoft.extensions.configuration.binder/6.0.0", - "hashPath": "microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "path": "microsoft.extensions.configuration.fileextensions/6.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "path": "microsoft.extensions.configuration.json/6.0.0", - "hashPath": "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "path": "microsoft.extensions.dependencyinjection/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", - "path": "microsoft.extensions.dependencymodel/6.0.0", - "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "path": "microsoft.extensions.fileproviders.abstractions/6.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0IoXXfkgKpYJB1t2lC0jPXAxuaywRNc9y2Mq96ZZNKBthL38vusa2UK73+Bm6Kq/9a5xNHJS6NhsSN+i5TEtkA==", - "path": "microsoft.extensions.fileproviders.composite/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.composite.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Embedded/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7M3GpcYfKw1FYUGcurTbv/v0ZZ95LSMOZOjOtYLUztzUIUZZ61H5NFjLXjeQ8G72zxrVrt+jubb4MZGvm0EQw==", - "path": "microsoft.extensions.fileproviders.embedded/6.0.5", - "hashPath": "microsoft.extensions.fileproviders.embedded.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "path": "microsoft.extensions.fileproviders.physical/6.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==", - "path": "microsoft.extensions.filesystemglobbing/6.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==", - "path": "microsoft.extensions.hosting.abstractions/6.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Http/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==", - "path": "microsoft.extensions.http/6.0.0", - "hashPath": "microsoft.extensions.http.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Core/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O2f8EBnJQlpJDEixqUgu7hL+OwtsnLHUZEkTD6eZKz6+S/DbJnlXaL4sqK8qHCrDgX4G7/87I2ayeHlaOSs9PQ==", - "path": "microsoft.extensions.identity.core/6.0.5", - "hashPath": "microsoft.extensions.identity.core.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Stores/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-baJAVScNcCO7WeYbGe+ukJKevqw377EnY0xKcSMgtuzMTo7eymvZdpBS+yK35uUlrPCvu23UEeKbXcq59lHrbw==", - "path": "microsoft.extensions.identity.stores/6.0.5", - "hashPath": "microsoft.extensions.identity.stores.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", - "path": "microsoft.extensions.logging.abstractions/6.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gA8H7uQOnM5gb+L0uTNjViHYr+hRDqCdfugheGo/MxQnuHzmhhzCBTIPm19qL1z1Xe0NEMabfcOBGv9QghlZ8g==", - "path": "microsoft.extensions.objectpool/2.2.0", - "hashPath": "microsoft.extensions.objectpool.2.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==", - "path": "microsoft.extensions.options.configurationextensions/6.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.DataAnnotations/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Fvs4plZYQT/iF/JsYwP/pppQRvQC211enBjCoIu/355M+aunlzSyzN/n3wPibyY76794MFLkLVT47JCBc3porg==", - "path": "microsoft.extensions.options.dataannotations/6.0.0", - "hashPath": "microsoft.extensions.options.dataannotations.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlamU9rs8cSVIx9WSGv5QKpt66KkE+ImxNa/wNZZUJ3knt3PM98T9sOY8B7NcEfhw7NoxU2/0TSOcmnRSJQgqw==", - "path": "microsoft.identity.client/4.22.0", - "hashPath": "microsoft.identity.client.4.22.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/2.16.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VlGUZEpF8KP/GCfFI59sdE0WA0o9quqwM1YQY0dSp6jpGy5EOBkureaybLfpwCuYUUjQbLkN2p7neUIcQCfbzA==", - "path": "microsoft.identity.client.extensions.msal/2.16.5", - "hashPath": "microsoft.identity.client.extensions.msal.2.16.5.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==", - "path": "microsoft.identitymodel.jsonwebtokens/6.8.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==", - "path": "microsoft.identitymodel.logging/6.8.0", - "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==", - "path": "microsoft.identitymodel.protocols/6.8.0", - "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==", - "path": "microsoft.identitymodel.tokens/6.8.0", - "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512" - }, - "Microsoft.IO.RecyclableMemoryStream/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uyjY/cqomw1irT4L7lDeg4sJ36MsjHg3wKqpGrBAdzvZaxo85yMF+sAA9RIzTV92fDxuUzjqksMqA0+SNMkMgA==", - "path": "microsoft.io.recyclablememorystream/2.2.0", - "hashPath": "microsoft.io.recyclablememorystream.2.2.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "path": "microsoft.net.http.headers/2.2.0", - "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "path": "microsoft.netcore.platforms/5.0.0", - "hashPath": "microsoft.netcore.platforms.5.0.0.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.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "path": "microsoft.win32.registry/5.0.0", - "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "MimeKit/3.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l9YHMBhBUwY7qQHUp8fw0EvjcbmhN4Iggz6MdjqIShBf42+0nJTa5gu0kuupCOPuiARc9ZaS9c9f0gKz4OnxKw==", - "path": "mimekit/3.2.0", - "hashPath": "mimekit.3.2.0.nupkg.sha512" - }, - "MiniProfiler.AspNetCore/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBirB5d4Q0Bgx05Zg4yzXSmOHZQV4ZJhmxU3DGya4FZxNBwjaVHchqEKY0MJW5XLZo8axMAQm4yywgCvUlTymA==", - "path": "miniprofiler.aspnetcore/4.2.22", - "hashPath": "miniprofiler.aspnetcore.4.2.22.nupkg.sha512" - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nzCEaZnh77U9jw+c/qu4CtwYUpHEf+FH1ZMbYKMzIXr8CNNPlypSR6AJEAwjo3bq9TIJIpBMZIaK3inRLUCg4g==", - "path": "miniprofiler.aspnetcore.mvc/4.2.22", - "hashPath": "miniprofiler.aspnetcore.mvc.4.2.22.nupkg.sha512" - }, - "MiniProfiler.Shared/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OOA99Iu7FjFrdYaADcWL78KK9Kq6M+hfnZac5577aSrx0UYOM2apKlhBPKzoPtGPTRtQNKe4RK00u/FmahcU3g==", - "path": "miniprofiler.shared/4.2.22", - "hashPath": "miniprofiler.shared.4.2.22.nupkg.sha512" - }, - "NCrontab/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G3tzcIIgsiyZyVbHNPyn5+adaM9UjeVNgjrRsvXU7wo2sMhpvpQrir29dcjIND53H/fuTdgg9nI3SfFFg7barA==", - "path": "ncrontab/3.3.1", - "hashPath": "ncrontab.3.3.1.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "NPoco/5.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3eVBjurbeWT3hSC0/o7wMc+DBPOGMOL4H0boSPn/8URC/9ebzUkB+VDzWLqlQPXFLlFVjCcgh4pK/FhXoJ74yQ==", - "path": "npoco/5.3.2", - "hashPath": "npoco.5.3.2.nupkg.sha512" - }, - "NPoco.SqlServer/5.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6lkQHcgvDgSfIq0oga7W91QpRU1Mdmm6NgqcT8mgOOyY92ftQaacAZgzMTl8CfhgMYsg0/xzRgqIGq37CnLTxg==", - "path": "npoco.sqlserver/5.3.2", - "hashPath": "npoco.sqlserver.5.3.2.nupkg.sha512" - }, - "NUglify/1.13.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+13YE9UjnXx4+NKP+j1Axiz/QAMtK++ZtG61u9iiR2/WzPzr7EfBDOwj+xHNyTEMS9Emq/mCyWaBGjCABhC0HQ==", - "path": "nuglify/1.13.12", - "hashPath": "nuglify.1.13.12.nupkg.sha512" - }, - "Polly/7.2.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E6CeKyS513j7taKAq4q2MESDBvzuzWnR1rQ2Y2zqJvpiVtKMm699Aubb20MUPBDmb0Ov8PmcLHTCVFdCjoy2kA==", - "path": "polly/7.2.2", - "hashPath": "polly.7.2.2.nupkg.sha512" - }, - "Portable.BouncyCastle/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", - "path": "portable.bouncycastle/1.9.0", - "hashPath": "portable.bouncycastle.1.9.0.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.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.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" - }, - "Serilog/2.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ysv+hBzTul6Dp+Hvm10FlhJO3yMQcFKSAleus+LpiIzvNstpeV4Z7gGuIZ1OPNfIMulSHOjmLuGAEDKzpnV8ZQ==", - "path": "serilog/2.11.0", - "hashPath": "serilog.2.11.0.nupkg.sha512" - }, - "Serilog.AspNetCore/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JO/txIxRR61x1UXQAgUzG2Sx05o1QHCkokVBWrKzmAoDu+p5EtCAj7L/TVVg7Ezhh3GPiZ0JI9OJCmRO9tSRw==", - "path": "serilog.aspnetcore/5.0.0", - "hashPath": "serilog.aspnetcore.5.0.0.nupkg.sha512" - }, - "Serilog.Enrichers.Process/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T9EjKKLsL6qC/3eOLUAKEPBLEqPDmt5BLXaQdPMaxJzuex+MeXA8DuAiPboUaftp3kbnCN4ZgZpDvs+Fa7OHuw==", - "path": "serilog.enrichers.process/2.0.2", - "hashPath": "serilog.enrichers.process.2.0.2.nupkg.sha512" - }, - "Serilog.Enrichers.Thread/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-85lWsGRJpRxvKT6j/H67no55SUBsBIvp556TKuBTGhjtoPeq+L7j/sDWbgAtvT0p7u7/phJyX6j35PQ4Vtqw0g==", - "path": "serilog.enrichers.thread/3.1.0", - "hashPath": "serilog.enrichers.thread.3.1.0.nupkg.sha512" - }, - "Serilog.Expressions/3.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X+7Aem+UH8f9GPOl5lJMC1IjlGvdZRFE2ZQ4/amKJlZ0wEciInZAtOwv5eDqPHdkUvYlB22UXi7YowJB8rLCVQ==", - "path": "serilog.expressions/3.4.0", - "hashPath": "serilog.expressions.3.4.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gT2keceCmPQR9EX0VpXQZvUgELdfE7yqJ7MOxBhm3WLCblcvRgswEOOTgok/DHObbM15A3V/DtF3VdVDQPIZzQ==", - "path": "serilog.extensions.hosting/4.2.0", - "hashPath": "serilog.extensions.hosting.4.2.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==", - "path": "serilog.extensions.logging/3.1.0", - "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==", - "path": "serilog.formatting.compact/1.1.0", - "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PPqEBHc9YMtXBiEAxD4qd5oqsavmr1jzdjKC9ky50Ipf/qnSp2D2l/ZggSxZUW7jfCbJStxgwKYGsH0Bnk4BIw==", - "path": "serilog.formatting.compact.reader/1.0.5", - "hashPath": "serilog.formatting.compact.reader.1.0.5.nupkg.sha512" - }, - "Serilog.Settings.Configuration/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==", - "path": "serilog.settings.configuration/3.3.0", - "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512" - }, - "Serilog.Sinks.Async/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-csHYIqAwI4Gy9oAhXYRwxGrQEAtBg3Ep7WaCzsnA1cZuBZjVAU0n7hWaJhItjO7hbLHh/9gRVxALCUB4Dv+gZw==", - "path": "serilog.sinks.async/1.5.0", - "hashPath": "serilog.sinks.async.1.5.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-apLOvSJQLlIbKlbx+Y2UDHSP05kJsV7mou+fvJoRGs/iR+jC22r8cuFVMjjfVxz/AD4B2UCltFhE1naRLXwKNw==", - "path": "serilog.sinks.console/4.0.1", - "hashPath": "serilog.sinks.console.4.0.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Map/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JbPBAeD5hxUQw8TZg3FlOnqVsSu1269nvqFm5DQ7hc+AmsB+hItl+zMSDphMbPJXjL8KdpMRSWNkGi7zTKRmCA==", - "path": "serilog.sinks.map/1.0.2", - "hashPath": "serilog.sinks.map.1.0.2.nupkg.sha512" - }, - "SixLabors.ImageSharp/2.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-In0pC521LqJXJXZgFVHegvSzES10KkKRN31McxqA1+fKtKsNe+EShWavBFQnKRlXCdeAmfx/wDjLILbvCaq+8Q==", - "path": "sixlabors.imagesharp/2.1.2", - "hashPath": "sixlabors.imagesharp.2.1.2.nupkg.sha512" - }, - "SixLabors.ImageSharp.Web/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g9MvpL04OmBmRzpozckI8KL/R9X8/EuxdEi6bkjCi3lMVYXQqjQs0AYcPC9i4TAr0+0QERR4YtbOfnoJ1bqSxQ==", - "path": "sixlabors.imagesharp.web/2.0.1", - "hashPath": "sixlabors.imagesharp.web.2.0.1.nupkg.sha512" - }, - "Smidge/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5ZBLseK1XssQSxbdzv9M8wPbuHTdpAwwkkxWiKLuw9JsbqewGeDLTzb6wb4rvxLT7gxZrtLKdteRKXuLS7UrfQ==", - "path": "smidge/4.1.0", - "hashPath": "smidge.4.1.0.nupkg.sha512" - }, - "Smidge.Core/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xn8g5phs0oQrXhRl08eHm+XS1VebHIFB9pHcSes3FZZoZOPVWUKFbk7DWNDNvl6bd2FEfVzvx7hKyu0/7NW3hg==", - "path": "smidge.core/4.1.0", - "hashPath": "smidge.core.4.1.0.nupkg.sha512" - }, - "Smidge.InMemory/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nmrf81XdU12akYBCn93pm5BdgwcP9oKmNBvG6ZZl6iPCni17oUuB+OzL9TBjyWRFdPcTc6FsxTSFhSIVxFThGA==", - "path": "smidge.inmemory/4.1.0", - "hashPath": "smidge.inmemory.4.1.0.nupkg.sha512" - }, - "Smidge.Nuglify/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8Xb7wucqmGdmainAS0sPtcFV/OvJ3ZoH84GjQGXWehMS/WAJJWY3LDpuGJi7FxL/1ojTbT5GqmpDqAOQfH46OQ==", - "path": "smidge.nuglify/4.1.0", - "hashPath": "smidge.nuglify.4.1.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.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", - "path": "system.componentmodel.annotations/5.0.0", - "hashPath": "system.componentmodel.annotations.5.0.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.Configuration.ConfigurationManager/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", - "path": "system.configuration.configurationmanager/6.0.0", - "hashPath": "system.configuration.configurationmanager.6.0.0.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.Common/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", - "path": "system.data.common/4.3.0", - "hashPath": "system.data.common.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.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.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.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.Formats.Asn1/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T6fD00dQ3NTbPDy31m4eQUwKW84s03z0N2C8HpOklyeaDgaJPa/TexP4/SkORMSOwc7WhKifnA6Ya33AkzmafA==", - "path": "system.formats.asn1/6.0.0", - "hashPath": "system.formats.asn1.6.0.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/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==", - "path": "system.identitymodel.tokens.jwt/6.8.0", - "hashPath": "system.identitymodel.tokens.jwt.6.8.0.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.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.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.AccessControl/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "path": "system.io.filesystem.accesscontrol/5.0.0", - "hashPath": "system.io.filesystem.accesscontrol.5.0.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.IO.Pipelines/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-irMYm3vhVgRsYvHTU5b2gsT2CwT/SMM6LZFzuJjpIvT5Z4CshxNsaoBC1X/LltwuR3Opp8d6jOS/60WwOb7Q2Q==", - "path": "system.io.pipelines/5.0.0", - "hashPath": "system.io.pipelines.5.0.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.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==", - "path": "system.linq.async/5.0.0", - "hashPath": "system.linq.async.5.0.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.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.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.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.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.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.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.ServiceModel/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-neXeXhKIlCUBCg5rxKpYnae4vQSiMWjhqeTgsMedHvKKUTsmP98je+G8oPmDdY9uZVruvxqRGjcljn1XYNhC+w==", - "path": "system.private.servicemodel/4.8.1", - "hashPath": "system.private.servicemodel.4.8.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.DispatchProxy/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C1sMLwIG6ILQ2bmOT4gh62V6oJlyF4BlHcVMrOoor49p0Ji2tA8QAoqyMcIhAdH6OHKJ8m7BU+r4LK2CUEOKqw==", - "path": "system.reflection.dispatchproxy/4.7.1", - "hashPath": "system.reflection.dispatchproxy.4.7.1.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.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", - "path": "system.reflection.emit.lightweight/4.7.0", - "hashPath": "system.reflection.emit.lightweight.4.7.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", - "path": "system.reflection.metadata/5.0.0", - "hashPath": "system.reflection.metadata.5.0.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.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.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.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "path": "system.security.accesscontrol/6.0.0", - "hashPath": "system.security.accesscontrol.6.0.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.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", - "path": "system.security.cryptography.cng/4.5.0", - "hashPath": "system.security.cryptography.cng.4.5.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.Pkcs/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ynmbW2GjIGg9K1wXmVIRs4IlyDolf0JXNpzFQ8JCVgwM+myUC2JeUggl2PwQig2PNVMegKmN1aAx7WPQ8tI3vA==", - "path": "system.security.cryptography.pkcs/6.0.1", - "hashPath": "system.security.cryptography.pkcs.6.0.1.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "path": "system.security.cryptography.xml/5.0.0", - "hashPath": "system.security.cryptography.xml.5.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.ServiceModel.Http/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yrfGQJ5joGXnZx3G340KDfgpmOSYzRMHP3zJkcwiV3CP750AEsvesVIXc+PXYFzU7v3JKLEw6GLrH7kPiZJa/g==", - "path": "system.servicemodel.http/4.8.1", - "hashPath": "system.servicemodel.http.4.8.1.nupkg.sha512" - }, - "System.ServiceModel.Primitives/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XjzGCqvWZBHnw2ym8t9PVeTm5Tsp7lSDKEwhDZAU4Jnw+6+zEDu/2ZQYQbRqBR0t/KpfNA4Aya/5aONKJnuyEw==", - "path": "system.servicemodel.primitives/4.8.1", - "hashPath": "system.servicemodel.primitives.4.8.1.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "path": "system.text.encoding.codepages/5.0.0", - "hashPath": "system.text.encoding.codepages.5.0.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", - "path": "system.text.json/6.0.0", - "hashPath": "system.text.json.6.0.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.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fmzEf1UYrdCzfOIHVJ2cx3v9DHLLLMkUrodpzJGW17N+K+SSmBD8OA/BGmtfN1Ae0Ex3rBjQVufnIi5zKefuQ==", - "path": "system.threading.accesscontrol/4.7.0", - "hashPath": "system.threading.accesscontrol.4.7.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.Dataflow/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+tyDCU3/B1lDdOOAJywHQoFwyXIUghIaP2BxG79uvhfTnO+D9qIgjVlL/JV2NTliYbMHpd6eKDmHp2VHpij7MA==", - "path": "system.threading.tasks.dataflow/6.0.0", - "hashPath": "system.threading.tasks.dataflow.6.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.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.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.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.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" - }, - "Umbraco.Cms.Core/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KJ5BEiYNzc10gD8AeimnYKgXavB7kiT8I8Lcz0piqDUwj0DdJN6CQPibBuQ0MGkCmeIXeCPUEzumX72L/qxM6w==", - "path": "umbraco.cms.core/10.0.0", - "hashPath": "umbraco.cms.core.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Examine.Lucene/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v6AOYW0XyPiOvu0d4Ydzqxf46IRZrE6/e/kssrrXDHPKflT/la1YvRe7Cat/p/Ohi9ZjKXvKTpxyeB+qAhw+0Q==", - "path": "umbraco.cms.examine.lucene/10.0.0", - "hashPath": "umbraco.cms.examine.lucene.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Infrastructure/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SLWtTs9rQWUeA7zOt+zoZgLFkpEDXm+Cyr1rE7IMmX+6TsGiG4wIkVoZlvcY3e230wsGvG+AuIvzVPPz7kTMQA==", - "path": "umbraco.cms.infrastructure/10.0.0", - "hashPath": "umbraco.cms.infrastructure.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.PublishedCache.NuCache/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-STeqbhTumhL7YKDNE2LECXCohUrsXopVrNloyHnAySq6sNwJJV9aC1AbjiiUrWNNEV8CBOiFddFCGYMr99di+w==", - "path": "umbraco.cms.publishedcache.nucache/10.0.0", - "hashPath": "umbraco.cms.publishedcache.nucache.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.BackOffice/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OwAgBm/0QhHWTjdfnlO5X7a0n99FVsNSs0G0kQcFL0vX7UaniS6ii2FofizMPyK/LMqfY2phGtt8TzzYh13Uiw==", - "path": "umbraco.cms.web.backoffice/10.0.0", - "hashPath": "umbraco.cms.web.backoffice.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Common/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TlAMlFA+Nefr+57cG59lTDnK+7M1r+sHoRybj7A5k1ewzzghG0TnsW8StI5/nxnwuqis5h91G957ho27NLXFw==", - "path": "umbraco.cms.web.common/10.0.0", - "hashPath": "umbraco.cms.web.common.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Website/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f2x3OXEsitYGGJ53I52FiyaUgyeGJ4wy18e6Jr2GQylKonqSKl+bWGu0PJ/3f5VEwYY4gT0sO/9WEj9zs21Ozg==", - "path": "umbraco.cms.web.website/10.0.0", - "hashPath": "umbraco.cms.web.website.10.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Core/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKpWNrOmI/I1M3+zM3yFeDGglpAHn60sJVFzygBdQLYjFqWsQraZgpr1AXKRatcqTh0pMOCXMvnpI9sOvIB6Fg==", - "path": "umbraco.forms.core/10.0.0", - "hashPath": "umbraco.forms.core.10.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Web/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-08XmBpGHYd22ISMcgIibjKQKLiAQTot6tPFfSgadDB1YytdNVpujHlgUpt32ly5oe8AbnX1sKM/TalZMrW5/cw==", - "path": "umbraco.forms.web/10.0.0", - "hashPath": "umbraco.forms.web.10.0.0.nupkg.sha512" - }, - "Umbraco.Licensing/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sBuTVyPnwEJ3LdgLN4cGCNrw88Urr+PKPkrzLlVxqd3H6+xmk51bECLwb4/pCFhUTMwBaj48z+H1bbG/V19eog==", - "path": "umbraco.licensing/4.0.0", - "hashPath": "umbraco.licensing.4.0.0.nupkg.sha512" - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Antiforgery/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Cookies/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.OAuth/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Authorization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Forms/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Server/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Web/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Connections.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.CookiePolicy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cors/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.Internal.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HostFiltering/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections.Common/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Features.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Results/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpLogging/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpOverrides/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpsPolicy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Identity/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization.Routing/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Metadata/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Cors/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Razor/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Runtime/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCompression/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Rewrite/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.HttpSys/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IIS/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IISIntegration/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Session/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Common/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.StaticFiles/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebSockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebUtilities.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Memory/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Binder.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Ini/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Json.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.KeyPerFile/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Features/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Embedded.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Core.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Stores.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Configuration/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Console/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Debug/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.TraceSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.ObjectPool.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.WebEncoders/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.JSInterop/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Net.Http.Headers.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Core/11.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic/10.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Registry.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "netstandard/2.1.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.AppContext.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Buffers.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.NonGeneric/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Specialized/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Annotations.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.EventBasedAsync/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.TypeConverter/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Configuration/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Console.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.Common.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Contracts/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.EventLog/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.FileVersionInfo/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Process/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.StackTrace.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TextWriterTraceListener/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tools.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TraceSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing.Primitives/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Dynamic.Runtime.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Asn1.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Calendars.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Brotli/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.ZipFile.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.AccessControl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.DriveInfo/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Watcher/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.IsolatedStorage/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.MemoryMappedFiles/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipelines.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes.AccessControl/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.UnmanagedMemoryStream/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Parallel/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Queryable/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Memory.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.HttpListener/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Mail/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NameResolution/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NetworkInformation/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Ping/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Requests/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Security/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.ServicePoint/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Sockets.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebClient/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebHeaderCollection/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebProxy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets.Client/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ObjectModel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.DispatchProxy.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.ILGeneration.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.TypeExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Reader/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Writer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.Unsafe.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.VisualC/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Handles.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Intrinsics/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Loader/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Numerics.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Formatters/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.AccessControl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Claims/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Algorithms.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Cng.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Csp.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Encoding.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.OpenSsl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.X509Certificates.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Xml.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Windows.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.SecureString/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceProcess/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.CodePages.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Json.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.RegularExpressions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Channels/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Overlapped/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Dataflow.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Parallel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Thread/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.ThreadPool/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Timer.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions.Local/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ValueTuple/4.0.3.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.HttpUtility/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlDocument/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlSerializer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath.XDocument/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "WindowsBase/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.dll deleted file mode 100644 index 6cced97..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.pdb deleted file mode 100644 index df16dcb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Our.Umbraco.Honeypot.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 62be223..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100644 index e7d6aed..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index 4f828d4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100644 index 0bfd55a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll deleted file mode 100644 index 886e5ad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index ec64cfd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100644 index c6e5e58..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index 6468001..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll deleted file mode 100644 index fee417a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll deleted file mode 100644 index 84d9601..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll deleted file mode 100644 index 6447a35..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll deleted file mode 100644 index 24ab379..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.dll deleted file mode 100644 index 6c43585..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Components.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll deleted file mode 100644 index 7dbf32f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll deleted file mode 100644 index b513e77..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index c77ce1c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index 7207ba0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll deleted file mode 100644 index e2c8714..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 644e49b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll deleted file mode 100644 index 9dcd2bb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 3721c93..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index e3a6a8a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll deleted file mode 100644 index 5857c23..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index f363683..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll deleted file mode 100644 index 2cb3898..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index c0c9519..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index b115091..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index 0499496..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index 416bcd7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 833a231..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll deleted file mode 100644 index 6c05990..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll deleted file mode 100644 index c838168..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d3b11e9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 6d8f978..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll deleted file mode 100644 index 061f1be..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index f26b307..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll deleted file mode 100644 index 0de992c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 5efe0bb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll deleted file mode 100644 index b9bfbf8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Identity.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Identity.dll deleted file mode 100644 index 8928245..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll deleted file mode 100644 index f436637..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 1d3ed2b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Metadata.dll deleted file mode 100644 index f34a5eb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index 0ce6647..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index 4f1bb7a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index 38bc95f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index c6b8c5d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 62e3588..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 363a6b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll deleted file mode 100644 index b52482b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index 69d1c07..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 8d93920..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll deleted file mode 100644 index 27cc12c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index 2df4e9f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 72dc9c4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 9ddcc99..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index 759bba2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 4969daf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100644 index dbba2ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll deleted file mode 100644 index 3979bd7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll deleted file mode 100644 index 231e162..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll deleted file mode 100644 index a8ad753..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 6c2595e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index d04f413..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll deleted file mode 100644 index 87a0620..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll deleted file mode 100644 index ea10c92..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index f5b58d7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100644 index bb5fe63..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll deleted file mode 100644 index 66efe35..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll deleted file mode 100644 index 47a6ad5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index afefa38..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Session.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 4d6e7d9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll deleted file mode 100644 index 9a00b37..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll deleted file mode 100644 index afac325..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll deleted file mode 100644 index 7c8b55c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.dll deleted file mode 100644 index d5e9802..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.SignalR.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 42ac111..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll deleted file mode 100644 index 3f86357..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index a67b441..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.dll deleted file mode 100644 index d0a9af3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.AspNetCore.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.CSharp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.CSharp.dll deleted file mode 100644 index fc68885..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.CSharp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Caching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 274e532..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Caching.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index 1a66cf4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index a4511f4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index 683bb75..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll deleted file mode 100644 index caf8f1b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index 6b1dbd5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 85b8ade..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll deleted file mode 100644 index 3e22e97..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 6202183..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll deleted file mode 100644 index a825287..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100644 index c52d309..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll deleted file mode 100644 index e18db92..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index e822237..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index bb95de8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.DependencyInjection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 9f03558..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100644 index 7d8673f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100644 index 1780f32..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Features.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Features.dll deleted file mode 100644 index 2b0598e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Features.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index f186e7e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index 8da17c3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll deleted file mode 100644 index ed158af..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 9304d28..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 2fcfd08..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100644 index c9908d7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.dll deleted file mode 100644 index 70c3d16..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Http.dll deleted file mode 100644 index 5333b2a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Core.dll deleted file mode 100644 index 3975fb2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll deleted file mode 100644 index b183c9c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 78e3ad7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.dll deleted file mode 100644 index f927b6a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index a545319..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll deleted file mode 100644 index 3c7ebcc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index e802c9c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index 3e53781..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll deleted file mode 100644 index 09013b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll deleted file mode 100644 index ed154a8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll deleted file mode 100644 index 8c9a55c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 75c6341..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.ObjectPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index 3d91086..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 3041e21..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll deleted file mode 100644 index aac21c4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.dll deleted file mode 100644 index 5f291c7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index cd78efb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.WebEncoders.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 3a94f98..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.JSInterop.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.JSInterop.dll deleted file mode 100644 index 7731cef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.JSInterop.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Net.Http.Headers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index bd63226..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.VisualBasic.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index 8a2c4c9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.VisualBasic.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.VisualBasic.dll deleted file mode 100644 index 80ab6da..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Win32.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 62d9aa6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Win32.Registry.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Win32.Registry.dll deleted file mode 100644 index b20af86..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.AppContext.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.AppContext.dll deleted file mode 100644 index a3741a8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.AppContext.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Buffers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Buffers.dll deleted file mode 100644 index 044d986..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Buffers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Concurrent.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Concurrent.dll deleted file mode 100644 index 843c378..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Concurrent.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Immutable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Immutable.dll deleted file mode 100644 index f89b763..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.NonGeneric.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.NonGeneric.dll deleted file mode 100644 index 65c7397..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Specialized.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Specialized.dll deleted file mode 100644 index 59554b6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.Specialized.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.dll deleted file mode 100644 index 638f510..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Collections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.Annotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.Annotations.dll deleted file mode 100644 index fb097f1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index f25f4a5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.EventBasedAsync.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index 5bb23be..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.Primitives.dll deleted file mode 100644 index 82aff2d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.TypeConverter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index aa253e6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.dll deleted file mode 100644 index 90d921f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ComponentModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Configuration.dll deleted file mode 100644 index 3f721d0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Console.dll deleted file mode 100644 index 0a36f4e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Core.dll deleted file mode 100644 index 0ac77e3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.Common.dll deleted file mode 100644 index 301eb02..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.DataSetExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.DataSetExtensions.dll deleted file mode 100644 index c5b6298..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.dll deleted file mode 100644 index ef6eebd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Data.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Contracts.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Contracts.dll deleted file mode 100644 index 6cb86d2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Debug.dll deleted file mode 100644 index bd08d3a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.DiagnosticSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index f24325c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.EventLog.dll deleted file mode 100644 index da78d9f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.FileVersionInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index 9cce383..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Process.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Process.dll deleted file mode 100644 index ede6cec..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Process.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.StackTrace.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 3f951d2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index 34493db..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Tools.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Tools.dll deleted file mode 100644 index b50e790..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 1a59b49..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Tracing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Tracing.dll deleted file mode 100644 index 266d180..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Drawing.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Drawing.Primitives.dll deleted file mode 100644 index 2dafc31..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Drawing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Drawing.dll deleted file mode 100644 index c4cacba..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Drawing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Dynamic.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Dynamic.Runtime.dll deleted file mode 100644 index e457c3c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Formats.Asn1.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Formats.Asn1.dll deleted file mode 100644 index 20246b3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Formats.Asn1.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.Calendars.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.Calendars.dll deleted file mode 100644 index c64d295..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.Calendars.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.Extensions.dll deleted file mode 100644 index fc329a4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.dll deleted file mode 100644 index 20b8423..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Globalization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.Brotli.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.Brotli.dll deleted file mode 100644 index 53b1556..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.FileSystem.dll deleted file mode 100644 index 51e71a7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.ZipFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 48de03a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.dll deleted file mode 100644 index 55e9270..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Compression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.AccessControl.dll deleted file mode 100644 index e0e136e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.DriveInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 536f4cb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index b90d765..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.Watcher.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index ff1fe3d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.dll deleted file mode 100644 index fc7cf6f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.IsolatedStorage.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.IsolatedStorage.dll deleted file mode 100644 index 2d6f303..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.MemoryMappedFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 20f6618..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipelines.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipelines.dll deleted file mode 100644 index 00e1cb9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipelines.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipes.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipes.AccessControl.dll deleted file mode 100644 index f042890..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipes.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipes.dll deleted file mode 100644 index 5ec0d61..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.Pipes.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.UnmanagedMemoryStream.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 83d39c1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.dll deleted file mode 100644 index a2cf9e5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.IO.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Expressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Expressions.dll deleted file mode 100644 index df4c6d1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Expressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Parallel.dll deleted file mode 100644 index 6e856d1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Queryable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Queryable.dll deleted file mode 100644 index ee6dffe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.Queryable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.dll deleted file mode 100644 index 2a18c67..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Memory.dll deleted file mode 100644 index 45b5b11..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Http.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Http.Json.dll deleted file mode 100644 index e9a0bb4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Http.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Http.dll deleted file mode 100644 index 0baf632..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.HttpListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.HttpListener.dll deleted file mode 100644 index 8513d7a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.HttpListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Mail.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Mail.dll deleted file mode 100644 index 4249c2c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Mail.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.NameResolution.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.NameResolution.dll deleted file mode 100644 index 59e9d20..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.NameResolution.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.NetworkInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.NetworkInformation.dll deleted file mode 100644 index a99ae0b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Ping.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Ping.dll deleted file mode 100644 index 8bfbd4b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Ping.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Primitives.dll deleted file mode 100644 index bc0deec..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Requests.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Requests.dll deleted file mode 100644 index 6819509..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Requests.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Security.dll deleted file mode 100644 index 759afaf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.ServicePoint.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.ServicePoint.dll deleted file mode 100644 index 5bfe662..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.ServicePoint.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Sockets.dll deleted file mode 100644 index 7805501..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebClient.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebClient.dll deleted file mode 100644 index f307e32..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebClient.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebHeaderCollection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebHeaderCollection.dll deleted file mode 100644 index b482a22..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebProxy.dll deleted file mode 100644 index d716b59..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebSockets.Client.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebSockets.Client.dll deleted file mode 100644 index 65609b3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebSockets.dll deleted file mode 100644 index 9d61079..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.dll deleted file mode 100644 index 25527f2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Net.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Numerics.Vectors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Numerics.Vectors.dll deleted file mode 100644 index d2e37ac..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Numerics.dll deleted file mode 100644 index d60bd9e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ObjectModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ObjectModel.dll deleted file mode 100644 index f23cd2b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ObjectModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.DispatchProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.DispatchProxy.dll deleted file mode 100644 index 243c9ea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.ILGeneration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index 14ac16a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.Lightweight.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index 731975c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.dll deleted file mode 100644 index f8cd0c0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Emit.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Extensions.dll deleted file mode 100644 index 020c6ec..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Metadata.dll deleted file mode 100644 index a2ff63a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Primitives.dll deleted file mode 100644 index f996ca9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.TypeExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 13a91c2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.dll deleted file mode 100644 index aacfb79..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Reflection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.Reader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.Reader.dll deleted file mode 100644 index 05d1527..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.Reader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.ResourceManager.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.ResourceManager.dll deleted file mode 100644 index 18ba7d8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.Writer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.Writer.dll deleted file mode 100644 index 4b9ae90..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Resources.Writer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 676613d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index d961284..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Extensions.dll deleted file mode 100644 index f127ec5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Handles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Handles.dll deleted file mode 100644 index 0771d5a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Handles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index fbadb88..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.InteropServices.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.InteropServices.dll deleted file mode 100644 index b289e4e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Intrinsics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Intrinsics.dll deleted file mode 100644 index 65e12e3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Loader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Loader.dll deleted file mode 100644 index 98c563a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Loader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Numerics.dll deleted file mode 100644 index 3d3cd06..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Formatters.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index 648fffc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 50427c1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index b17fd1a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index 0733cd8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.dll deleted file mode 100644 index c39a71d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.dll deleted file mode 100644 index ad1e6b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.AccessControl.dll deleted file mode 100644 index 512a008..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Claims.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Claims.dll deleted file mode 100644 index 6edb676..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Claims.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Algorithms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index a127603..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Cng.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Cng.dll deleted file mode 100644 index 139cd4c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Csp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Csp.dll deleted file mode 100644 index c4516ca..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index 51b0b79..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.OpenSsl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.OpenSsl.dll deleted file mode 100644 index 0b1a56e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index aafbe66..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.X509Certificates.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index fb04df9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Xml.dll deleted file mode 100644 index f90935c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Principal.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Principal.Windows.dll deleted file mode 100644 index 334f276..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Principal.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Principal.dll deleted file mode 100644 index cd09abf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.Principal.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.SecureString.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.SecureString.dll deleted file mode 100644 index 76e5245..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.SecureString.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.dll deleted file mode 100644 index edf3ec9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ServiceModel.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ServiceModel.Web.dll deleted file mode 100644 index 6f21709..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ServiceModel.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ServiceProcess.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ServiceProcess.dll deleted file mode 100644 index 883cf11..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ServiceProcess.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.CodePages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 1f800dd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.Extensions.dll deleted file mode 100644 index b2929ea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.dll deleted file mode 100644 index 35be1cb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encodings.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encodings.Web.dll deleted file mode 100644 index 3c0d02c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Json.dll deleted file mode 100644 index 97df0dd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.RegularExpressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.RegularExpressions.dll deleted file mode 100644 index 408782a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Channels.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Channels.dll deleted file mode 100644 index 42a9bfa..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Channels.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Overlapped.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Overlapped.dll deleted file mode 100644 index 63cf7dc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Overlapped.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Dataflow.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index 517c410..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 8dc6acd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index db82e9b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.dll deleted file mode 100644 index 102dbcf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Tasks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Thread.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Thread.dll deleted file mode 100644 index 4d37984..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Thread.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.ThreadPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.ThreadPool.dll deleted file mode 100644 index b7b5aee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Timer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Timer.dll deleted file mode 100644 index 326b957..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.Timer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.dll deleted file mode 100644 index be3b23e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Threading.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Transactions.Local.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Transactions.Local.dll deleted file mode 100644 index f236406..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Transactions.Local.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Transactions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Transactions.dll deleted file mode 100644 index 74b538f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Transactions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ValueTuple.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ValueTuple.dll deleted file mode 100644 index 8e0153c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.ValueTuple.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Web.HttpUtility.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Web.HttpUtility.dll deleted file mode 100644 index bc77d37..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Web.HttpUtility.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Web.dll deleted file mode 100644 index a5f86ef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Windows.dll deleted file mode 100644 index 65d2326..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.Linq.dll deleted file mode 100644 index 6ce3c48..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.ReaderWriter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.ReaderWriter.dll deleted file mode 100644 index c2c0558..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.Serialization.dll deleted file mode 100644 index f4dc46c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XDocument.dll deleted file mode 100644 index 72e30fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XPath.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 1011cba..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XPath.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XPath.dll deleted file mode 100644 index de5fc12..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XPath.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XmlDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XmlDocument.dll deleted file mode 100644 index 93b93fd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XmlSerializer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XmlSerializer.dll deleted file mode 100644 index 14c9f15..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.dll deleted file mode 100644 index b972a47..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.dll deleted file mode 100644 index 57e6f6b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/System.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/WindowsBase.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/WindowsBase.dll deleted file mode 100644 index 9556859..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/WindowsBase.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/mscorlib.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/mscorlib.dll deleted file mode 100644 index c40e5be..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/mscorlib.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/netstandard.dll b/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/netstandard.dll deleted file mode 100644 index c0567fc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/refs/netstandard.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/Our.Umbraco.Honeypot.1.0.0.nupkg b/src/Our.Umbraco.Honeypot.V8/bin/Release/Our.Umbraco.Honeypot.1.0.0.nupkg deleted file mode 100644 index 0427bc7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/Our.Umbraco.Honeypot.1.0.0.nupkg and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html deleted file mode 100644 index 5f28270..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.Core.dll deleted file mode 100644 index a198ab5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.Core.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.Core.pdb deleted file mode 100644 index a48b124..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.Core.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.deps.json b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.deps.json deleted file mode 100644 index ab7f322..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.deps.json +++ /dev/null @@ -1,7000 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v5.0", - "signature": "" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "RELEASE", - "NET", - "NET5_0", - "NETCOREAPP", - "NET5_0_OR_GREATER", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER", - "NETCOREAPP3_0_OR_GREATER", - "NETCOREAPP3_1_OR_GREATER" - ], - "languageVersion": "9.0", - "platform": "", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": true, - "keyFile": "", - "emitEntryPoint": false, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v5.0": { - "Our.Umbraco.Honeypot/0.1.0": { - "dependencies": { - "Our.Umbraco.Honeypot.Core": "0.1.0", - "Umbraco.Cms.Web.BackOffice": "9.0.0", - "Umbraco.Cms.Web.Website": "9.0.0", - "Umbraco.Forms.Core": "9.0.0", - "Umbraco.Forms.Web": "9.0.0", - "Microsoft.AspNetCore.Antiforgery": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Core.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Authentication": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth": "5.0.0.0", - "Microsoft.AspNetCore.Authorization.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Components.Authorization": "5.0.0.0", - "Microsoft.AspNetCore.Components": "5.0.0.0", - "Microsoft.AspNetCore.Components.Forms": "5.0.0.0", - "Microsoft.AspNetCore.Components.Server": "5.0.0.0", - "Microsoft.AspNetCore.Components.Web": "5.0.0.0", - "Microsoft.AspNetCore.Connections.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.CookiePolicy": "5.0.0.0", - "Microsoft.AspNetCore.Cors": "5.0.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions": "5.0.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.Diagnostics": "5.0.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "5.0.0.0", - "Microsoft.AspNetCore": "5.0.0.0", - "Microsoft.AspNetCore.HostFiltering": "5.0.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Hosting": "5.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common": "5.0.0.0", - "Microsoft.AspNetCore.Http.Connections": "5.0.0.0", - "Microsoft.AspNetCore.Http.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Extensions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Http.Features.Reference": "5.0.0.0", - "Microsoft.AspNetCore.HttpOverrides": "5.0.0.0", - "Microsoft.AspNetCore.HttpsPolicy": "5.0.0.0", - "Microsoft.AspNetCore.Identity": "5.0.0.0", - "Microsoft.AspNetCore.Localization": "5.0.0.0", - "Microsoft.AspNetCore.Localization.Routing": "5.0.0.0", - "Microsoft.AspNetCore.Metadata": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Core.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "5.0.0.0", - "Microsoft.AspNetCore.Mvc": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "5.0.0.0", - "Microsoft.AspNetCore.Razor.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "5.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.ResponseCaching": "5.0.0.0", - "Microsoft.AspNetCore.ResponseCompression": "5.0.0.0", - "Microsoft.AspNetCore.Rewrite": "5.0.0.0", - "Microsoft.AspNetCore.Routing.Abstractions.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Routing.Reference": "5.0.0.0", - "Microsoft.AspNetCore.Server.HttpSys": "5.0.0.0", - "Microsoft.AspNetCore.Server.IIS": "5.0.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "5.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core": "5.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "5.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "5.0.0.0", - "Microsoft.AspNetCore.Session": "5.0.0.0", - "Microsoft.AspNetCore.SignalR.Common": "5.0.0.0", - "Microsoft.AspNetCore.SignalR.Core": "5.0.0.0", - "Microsoft.AspNetCore.SignalR": "5.0.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "5.0.0.0", - "Microsoft.AspNetCore.StaticFiles": "5.0.0.0", - "Microsoft.AspNetCore.WebSockets": "5.0.0.0", - "Microsoft.AspNetCore.WebUtilities.Reference": "5.0.0.0", - "Microsoft.CSharp.Reference": "5.0.0.0", - "Microsoft.Extensions.Caching.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Caching.Memory": "5.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.Binder.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "5.0.0.0", - "Microsoft.Extensions.Configuration.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.Ini": "5.0.0.0", - "Microsoft.Extensions.Configuration.Json.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile": "5.0.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "5.0.0.0", - "Microsoft.Extensions.Configuration.Xml": "5.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Composite.Reference": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Physical.Reference": "5.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing.Reference": "5.0.0.0", - "Microsoft.Extensions.Hosting.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Hosting": "5.0.0.0", - "Microsoft.Extensions.Http.Reference": "5.0.0.0", - "Microsoft.Extensions.Localization.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Localization": "5.0.0.0", - "Microsoft.Extensions.Logging.Abstractions.Reference": "5.0.0.0", - "Microsoft.Extensions.Logging.Configuration": "5.0.0.0", - "Microsoft.Extensions.Logging.Console": "5.0.0.0", - "Microsoft.Extensions.Logging.Debug": "5.0.0.0", - "Microsoft.Extensions.Logging.Reference": "5.0.0.0", - "Microsoft.Extensions.Logging.EventLog": "5.0.0.0", - "Microsoft.Extensions.Logging.EventSource": "5.0.0.0", - "Microsoft.Extensions.Logging.TraceSource": "5.0.0.0", - "Microsoft.Extensions.ObjectPool.Reference": "5.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference": "5.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations.Reference": "5.0.0.0", - "Microsoft.Extensions.WebEncoders": "5.0.0.0", - "Microsoft.JSInterop": "5.0.0.0", - "Microsoft.Net.Http.Headers.Reference": "5.0.0.0", - "Microsoft.VisualBasic.Core": "10.0.6.0", - "Microsoft.VisualBasic": "10.0.0.0", - "Microsoft.Win32.Primitives": "5.0.0.0", - "Microsoft.Win32.Registry.Reference": "5.0.0.0", - "mscorlib": "4.0.0.0", - "netstandard": "2.1.0.0", - "System.AppContext": "5.0.0.0", - "System.Buffers.Reference": "5.0.0.0", - "System.Collections.Concurrent.Reference": "5.0.0.0", - "System.Collections.Reference": "5.0.0.0", - "System.Collections.Immutable.Reference": "5.0.0.0", - "System.Collections.NonGeneric": "5.0.0.0", - "System.Collections.Specialized": "5.0.0.0", - "System.ComponentModel.Annotations.Reference": "5.0.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.ComponentModel.Reference": "5.0.0.0", - "System.ComponentModel.EventBasedAsync": "5.0.0.0", - "System.ComponentModel.Primitives.Reference": "5.0.0.0", - "System.ComponentModel.TypeConverter": "5.0.0.0", - "System.Configuration": "4.0.0.0", - "System.Console.Reference": "5.0.0.0", - "System.Core": "4.0.0.0", - "System.Data.Common.Reference": "5.0.0.0", - "System.Data.DataSetExtensions": "4.0.0.0", - "System.Data": "4.0.0.0", - "System.Diagnostics.Contracts": "5.0.0.0", - "System.Diagnostics.Debug.Reference": "5.0.0.0", - "System.Diagnostics.DiagnosticSource.Reference": "5.0.0.0", - "System.Diagnostics.EventLog": "5.0.0.0", - "System.Diagnostics.FileVersionInfo": "5.0.0.0", - "System.Diagnostics.Process": "5.0.0.0", - "System.Diagnostics.StackTrace.Reference": "5.0.0.0", - "System.Diagnostics.TextWriterTraceListener": "5.0.0.0", - "System.Diagnostics.Tools": "5.0.0.0", - "System.Diagnostics.TraceSource": "5.0.0.0", - "System.Diagnostics.Tracing.Reference": "5.0.0.0", - "System": "4.0.0.0", - "System.Drawing": "4.0.0.0", - "System.Drawing.Primitives": "5.0.0.0", - "System.Dynamic.Runtime.Reference": "5.0.0.0", - "System.Formats.Asn1.Reference": "5.0.0.0", - "System.Globalization.Calendars": "5.0.0.0", - "System.Globalization.Reference": "5.0.0.0", - "System.Globalization.Extensions": "5.0.0.0", - "System.IO.Compression.Brotli": "5.0.0.0", - "System.IO.Compression": "5.0.0.0", - "System.IO.Compression.FileSystem": "4.0.0.0", - "System.IO.Compression.ZipFile": "5.0.0.0", - "System.IO.Reference": "5.0.0.0", - "System.IO.FileSystem.Reference": "5.0.0.0", - "System.IO.FileSystem.DriveInfo": "5.0.0.0", - "System.IO.FileSystem.Primitives.Reference": "5.0.0.0", - "System.IO.FileSystem.Watcher": "5.0.0.0", - "System.IO.IsolatedStorage": "5.0.0.0", - "System.IO.MemoryMappedFiles": "5.0.0.0", - "System.IO.Pipelines": "5.0.0.0", - "System.IO.Pipes": "5.0.0.0", - "System.IO.UnmanagedMemoryStream": "5.0.0.0", - "System.Linq.Reference": "5.0.0.0", - "System.Linq.Expressions.Reference": "5.0.0.0", - "System.Linq.Parallel": "5.0.0.0", - "System.Linq.Queryable": "5.0.0.0", - "System.Memory.Reference": "5.0.0.0", - "System.Net": "4.0.0.0", - "System.Net.Http": "5.0.0.0", - "System.Net.Http.Json": "5.0.0.0", - "System.Net.HttpListener": "5.0.0.0", - "System.Net.Mail": "5.0.0.0", - "System.Net.NameResolution": "5.0.0.0", - "System.Net.NetworkInformation": "5.0.0.0", - "System.Net.Ping": "5.0.0.0", - "System.Net.Primitives": "5.0.0.0", - "System.Net.Requests": "5.0.0.0", - "System.Net.Security": "5.0.0.0", - "System.Net.ServicePoint": "5.0.0.0", - "System.Net.Sockets": "5.0.0.0", - "System.Net.WebClient": "5.0.0.0", - "System.Net.WebHeaderCollection": "5.0.0.0", - "System.Net.WebProxy": "5.0.0.0", - "System.Net.WebSockets.Client": "5.0.0.0", - "System.Net.WebSockets": "5.0.0.0", - "System.Numerics": "4.0.0.0", - "System.Numerics.Vectors.Reference": "5.0.0.0", - "System.ObjectModel.Reference": "5.0.0.0", - "System.Reflection.DispatchProxy.Reference": "5.0.0.0", - "System.Reflection.Reference": "5.0.0.0", - "System.Reflection.Emit.Reference": "5.0.0.0", - "System.Reflection.Emit.ILGeneration.Reference": "5.0.0.0", - "System.Reflection.Emit.Lightweight.Reference": "5.0.0.0", - "System.Reflection.Extensions.Reference": "5.0.0.0", - "System.Reflection.Metadata.Reference": "5.0.0.0", - "System.Reflection.Primitives.Reference": "5.0.0.0", - "System.Reflection.TypeExtensions.Reference": "5.0.0.0", - "System.Resources.Reader": "5.0.0.0", - "System.Resources.ResourceManager.Reference": "5.0.0.0", - "System.Resources.Writer": "5.0.0.0", - "System.Runtime.CompilerServices.VisualC": "5.0.0.0", - "System.Runtime.Reference": "5.0.0.0", - "System.Runtime.Extensions.Reference": "5.0.0.0", - "System.Runtime.Handles.Reference": "5.0.0.0", - "System.Runtime.InteropServices.Reference": "5.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation.Reference": "5.0.0.0", - "System.Runtime.Intrinsics": "5.0.0.0", - "System.Runtime.Loader": "5.0.0.0", - "System.Runtime.Numerics": "5.0.0.0", - "System.Runtime.Serialization": "4.0.0.0", - "System.Runtime.Serialization.Formatters": "5.0.0.0", - "System.Runtime.Serialization.Json": "5.0.0.0", - "System.Runtime.Serialization.Primitives.Reference": "5.0.0.0", - "System.Runtime.Serialization.Xml": "5.0.0.0", - "System.Security.AccessControl.Reference": "5.0.0.0", - "System.Security.Claims": "5.0.0.0", - "System.Security.Cryptography.Algorithms": "5.0.0.0", - "System.Security.Cryptography.Cng.Reference": "5.0.0.0", - "System.Security.Cryptography.Csp": "5.0.0.0", - "System.Security.Cryptography.Encoding": "5.0.0.0", - "System.Security.Cryptography.Primitives": "5.0.0.0", - "System.Security.Cryptography.X509Certificates": "5.0.0.0", - "System.Security.Cryptography.Xml.Reference": "5.0.0.0", - "System.Security": "4.0.0.0", - "System.Security.Permissions.Reference": "5.0.0.0", - "System.Security.Principal": "5.0.0.0", - "System.Security.Principal.Windows.Reference": "5.0.0.0", - "System.Security.SecureString": "5.0.0.0", - "System.ServiceModel.Web": "4.0.0.0", - "System.ServiceProcess": "4.0.0.0", - "System.Text.Encoding.CodePages.Reference": "5.0.0.0", - "System.Text.Encoding.Reference": "5.0.0.0", - "System.Text.Encoding.Extensions": "5.0.0.0", - "System.Text.Json.Reference": "5.0.0.0", - "System.Text.RegularExpressions.Reference": "5.0.0.0", - "System.Threading.Channels": "5.0.0.0", - "System.Threading.Reference": "5.0.0.0", - "System.Threading.Overlapped": "5.0.0.0", - "System.Threading.Tasks.Dataflow.Reference": "5.0.0.0", - "System.Threading.Tasks.Reference": "5.0.0.0", - "System.Threading.Tasks.Extensions.Reference": "5.0.0.0", - "System.Threading.Tasks.Parallel.Reference": "5.0.0.0", - "System.Threading.Thread": "5.0.0.0", - "System.Threading.ThreadPool": "5.0.0.0", - "System.Threading.Timer": "5.0.0.0", - "System.Transactions": "4.0.0.0", - "System.Transactions.Local": "5.0.0.0", - "System.ValueTuple": "4.0.3.0", - "System.Web": "4.0.0.0", - "System.Web.HttpUtility": "5.0.0.0", - "System.Windows": "4.0.0.0", - "System.Windows.Extensions.Reference": "5.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "System.Xml.ReaderWriter": "5.0.0.0", - "System.Xml.Serialization": "4.0.0.0", - "System.Xml.XDocument": "5.0.0.0", - "System.Xml.XmlDocument": "5.0.0.0", - "System.Xml.XmlSerializer": "5.0.0.0", - "System.Xml.XPath": "5.0.0.0", - "System.Xml.XPath.XDocument": "5.0.0.0", - "WindowsBase": "4.0.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.dll": {} - } - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "runtime": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": { - "assemblyVersion": "14.906.1403.1083", - "fileVersion": "14.906.1403.1083" - } - }, - "compile": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": {} - } - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "dependencies": { - "DotNet.Glob": "3.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": {} - } - }, - "DotNet.Glob/3.1.0": { - "runtime": { - "lib/netcoreapp2.1/DotNet.Glob.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp2.1/DotNet.Glob.dll": {} - } - }, - "Examine/2.0.0": { - "dependencies": { - "Examine.Core": "2.0.0", - "Examine.Lucene": "2.0.0", - "Microsoft.AspNetCore.DataProtection": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.dll": {} - } - }, - "Examine.Core/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Core.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Core.dll": {} - } - }, - "Examine.Lucene/2.0.0": { - "dependencies": { - "Examine.Core": "2.0.0", - "Lucene.Net.QueryParser": "4.8.0-beta00014", - "Lucene.Net.Replicator": "4.8.0-beta00014", - "System.Threading": "4.3.0", - "System.Threading.AccessControl": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Lucene.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Lucene.dll": {} - } - }, - "HtmlAgilityPack/1.11.36": { - "runtime": { - "lib/netstandard2.0/HtmlAgilityPack.dll": { - "assemblyVersion": "1.11.36.0", - "fileVersion": "1.11.36.0" - } - }, - "compile": { - "lib/netstandard2.0/HtmlAgilityPack.dll": {} - } - }, - "IPNetwork2/2.5.353": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/net5.0/System.Net.IPNetwork.dll": { - "assemblyVersion": "2.5.353.0", - "fileVersion": "2.5.353.0" - } - }, - "compile": { - "lib/net5.0/System.Net.IPNetwork.dll": {} - } - }, - "J2N/2.0.0-beta-0012": { - "runtime": { - "lib/net5.0/J2N.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/net5.0/J2N.dll": {} - } - }, - "K4os.Compression.LZ4/1.2.12": { - "dependencies": { - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net5.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.2.12.0", - "fileVersion": "1.2.12.0" - } - }, - "compile": { - "lib/net5.0/K4os.Compression.LZ4.dll": {} - } - }, - "Lucene.Net/4.8.0-beta00014": { - "dependencies": { - "J2N": "2.0.0-beta-0012", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.dll": {} - } - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Analysis.Common.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Analysis.Common.dll": {} - } - }, - "Lucene.Net.Facet/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net.Join": "4.8.0-beta00014", - "Lucene.Net.Queries": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Facet.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Facet.dll": {} - } - }, - "Lucene.Net.Grouping/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014", - "Lucene.Net.Queries": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Grouping.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Grouping.dll": {} - } - }, - "Lucene.Net.Join/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net.Grouping": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Join.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Join.dll": {} - } - }, - "Lucene.Net.Queries/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Queries.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Queries.dll": {} - } - }, - "Lucene.Net.QueryParser/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net.Analysis.Common": "4.8.0-beta00014", - "Lucene.Net.Queries": "4.8.0-beta00014", - "Lucene.Net.Sandbox": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.QueryParser.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.QueryParser.dll": {} - } - }, - "Lucene.Net.Replicator/4.8.0-beta00014": { - "dependencies": { - "J2N": "2.0.0-beta-0012", - "Lucene.Net": "4.8.0-beta00014", - "Lucene.Net.Facet": "4.8.0-beta00014", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Replicator.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Replicator.dll": {} - } - }, - "Lucene.Net.Sandbox/4.8.0-beta00014": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00014" - }, - "runtime": { - "lib/netstandard2.1/Lucene.Net.Sandbox.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Lucene.Net.Sandbox.dll": {} - } - }, - "MailKit/2.15.0": { - "dependencies": { - "MimeKit": "2.15.0" - }, - "runtime": { - "lib/net50/MailKit.dll": { - "assemblyVersion": "2.15.0.0", - "fileVersion": "2.15.0.0" - } - }, - "compile": { - "lib/net50/MailKit.dll": {} - } - }, - "Markdown/2.2.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Markdown.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Markdown.dll": {} - } - }, - "MessagePack/2.3.75": { - "dependencies": { - "MessagePack.Annotations": "2.3.75" - }, - "runtime": { - "lib/net5.0/MessagePack.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.75.31876" - } - }, - "compile": { - "lib/net5.0/MessagePack.dll": {} - } - }, - "MessagePack.Annotations/2.3.75": { - "runtime": { - "lib/netstandard2.0/MessagePack.Annotations.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.75.31876" - } - }, - "compile": { - "lib/netstandard2.0/MessagePack.Annotations.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Authorization": "2.2.0" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/5.0.10": { - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "5.0.10" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "5.0.10", - "Microsoft.AspNetCore.DataProtection.Abstractions": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.521.16708" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.dll": {} - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": { - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.521.16708" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "dependencies": { - "System.Text.Encodings.Web": "5.0.1" - } - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.WebUtilities": "2.2.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.2.0", - "System.Text.Encodings.Web": "5.0.1" - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.JsonPatch/5.0.10": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.2.0", - "Microsoft.AspNetCore.Authorization.Policy": "2.2.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.2.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Routing": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.DependencyModel": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "System.Diagnostics.DiagnosticSource": "4.5.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "5.0.10", - "Newtonsoft.Json": "13.0.1", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.10", - "Microsoft.CodeAnalysis.Razor": "5.0.10" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "5.0.10", - "Microsoft.CodeAnalysis.Razor": "5.0.10", - "Microsoft.Extensions.DependencyModel": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Razor.Language/5.0.10": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "5.0.1" - } - }, - "Microsoft.Build.Tasks.Git/1.0.0": {}, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": {}, - "Microsoft.CodeAnalysis.Common/3.11.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.2", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "3.11.0.0", - "fileVersion": "3.1100.21.40306" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/3.11.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "3.11.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "3.11.0.0", - "fileVersion": "3.1100.21.40306" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.10", - "Microsoft.CodeAnalysis.CSharp": "3.11.0", - "Microsoft.CodeAnalysis.Common": "3.11.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "5.0.10.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/5.0.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.821.31504" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Embedded/5.0.10": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.FileProviders.Embedded.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {}, - "Microsoft.Extensions.Hosting.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - } - }, - "Microsoft.Extensions.Http/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Identity.Core/5.0.10": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.10", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.Identity.Core.dll": {} - } - }, - "Microsoft.Extensions.Identity.Stores/5.0.10": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "5.0.0", - "Microsoft.Extensions.Identity.Core": "5.0.10", - "Microsoft.Extensions.Logging": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1021.41022" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.Identity.Stores.dll": {} - } - }, - "Microsoft.Extensions.Logging/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": {}, - "Microsoft.Extensions.ObjectPool/2.2.0": {}, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.Binder": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.DataAnnotations/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.IO.RecyclableMemoryStream/1.3.5": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll": { - "assemblyVersion": "1.3.5.0", - "fileVersion": "1.3.5.0" - } - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.NETCore.Platforms/5.0.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.SourceLink.Common/1.0.0": {}, - "Microsoft.SourceLink.GitHub/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Microsoft.Win32.Registry/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "MimeKit/2.15.0": { - "dependencies": { - "Portable.BouncyCastle": "1.8.10", - "System.Buffers": "4.5.1", - "System.Reflection.TypeExtensions": "4.4.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Text.Encoding.CodePages": "4.5.1" - }, - "runtime": { - "lib/net50/MimeKit.dll": { - "assemblyVersion": "2.15.0.0", - "fileVersion": "2.15.0.0" - } - }, - "compile": { - "lib/net50/MimeKit.dll": {} - } - }, - "MiniProfiler.AspNetCore/4.2.22": { - "dependencies": { - "MiniProfiler.Shared": "4.2.22", - "System.Text.Json": "4.6.0" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": {} - } - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "dependencies": { - "MiniProfiler.AspNetCore": "4.2.22" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": {} - } - }, - "MiniProfiler.Shared/4.2.22": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Newtonsoft.Json": "13.0.1", - "System.ComponentModel.Primitives": "4.3.0", - "System.Data.Common": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.5.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": {} - } - }, - "NCrontab/3.3.1": { - "runtime": { - "lib/netstandard2.0/NCrontab.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - }, - "compile": { - "lib/netstandard2.0/NCrontab.dll": {} - } - }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {} - } - }, - "NPoco/4.0.2": { - "dependencies": { - "System.Data.SqlClient": "4.8.3", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/NPoco.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.0.2.0" - } - }, - "compile": { - "lib/netstandard2.0/NPoco.dll": {} - } - }, - "NUglify/1.13.12": { - "runtime": { - "lib/netstandard2.0/NUglify.dll": { - "assemblyVersion": "1.13.12.0", - "fileVersion": "1.13.12.0" - } - }, - "compile": { - "lib/netstandard2.0/NUglify.dll": {} - } - }, - "Portable.BouncyCastle/1.8.10": { - "runtime": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": { - "assemblyVersion": "1.8.10.0", - "fileVersion": "1.8.10.1" - } - }, - "compile": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": {} - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.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.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" - } - } - }, - "Serilog/2.10.0": { - "runtime": { - "lib/netstandard2.1/Serilog.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.10.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.dll": {} - } - }, - "Serilog.AspNetCore/4.1.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.Logging": "5.0.0", - "Serilog": "2.10.0", - "Serilog.Extensions.Hosting": "4.1.2", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Settings.Configuration": "3.2.0", - "Serilog.Sinks.Console": "3.1.1", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.AspNetCore.dll": {} - } - }, - "Serilog.Enrichers.Process/2.0.2": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.2.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": {} - } - }, - "Serilog.Enrichers.Thread/3.1.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": {} - } - }, - "Serilog.Extensions.Hosting/4.1.2": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Serilog": "2.10.0", - "Serilog.Extensions.Logging": "3.0.1" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.1.2.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {} - } - }, - "Serilog.Extensions.Logging/3.0.1": { - "dependencies": { - "Microsoft.Extensions.Logging": "5.0.0", - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.0.1.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Filters.Expressions/2.1.0": { - "dependencies": { - "Serilog": "2.10.0", - "Superpower": "2.3.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Filters.Expressions.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "2.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Filters.Expressions.dll": {} - } - }, - "Serilog.Formatting.Compact/1.1.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {} - } - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": { - "assemblyVersion": "1.0.5.0", - "fileVersion": "1.0.5.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": {} - } - }, - "Serilog.Settings.Configuration/3.2.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "5.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "5.0.0", - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "3.2.0.0", - "fileVersion": "3.2.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {} - } - }, - "Serilog.Sinks.Async/1.5.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": { - "assemblyVersion": "1.5.0.0", - "fileVersion": "1.5.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": {} - } - }, - "Serilog.Sinks.Console/3.1.1": { - "dependencies": { - "Serilog": "2.10.0", - "System.Console": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netcoreapp1.1/Serilog.Sinks.Console.dll": { - "assemblyVersion": "3.1.1.0", - "fileVersion": "3.1.1.0" - } - }, - "compile": { - "lib/netcoreapp1.1/Serilog.Sinks.Console.dll": {} - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.Map/1.0.2": { - "dependencies": { - "Serilog": "2.10.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Map.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.2.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.Map.dll": {} - } - }, - "SixLabors.ImageSharp/1.0.3": { - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.3.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {} - } - }, - "SixLabors.ImageSharp.Web/1.0.3": { - "dependencies": { - "Microsoft.IO.RecyclableMemoryStream": "1.3.5", - "SixLabors.ImageSharp": "1.0.3" - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": {} - } - }, - "Smidge/4.0.0": { - "dependencies": { - "Smidge.Core": "4.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.dll": {} - } - }, - "Smidge.Core/4.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "Microsoft.Extensions.FileProviders.Composite": "5.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Core.dll": {} - } - }, - "Smidge.InMemory/4.0.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Smidge.Core": "4.0.0", - "System.Text.Encodings.Web": "5.0.1" - }, - "runtime": { - "lib/net5.0/Smidge.InMemory.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.InMemory.dll": {} - } - }, - "Smidge.Nuglify/4.0.0": { - "dependencies": { - "NUglify": "1.13.12", - "Smidge": "4.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.Nuglify.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Nuglify.dll": {} - } - }, - "Superpower/2.3.0": { - "runtime": { - "lib/netstandard2.0/Superpower.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "2.3.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Superpower.dll": {} - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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/5.0.0": {}, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/5.0.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.Configuration.ConfigurationManager/5.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.Common/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.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Data.SqlClient/4.8.3": { - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.3", - "fileVersion": "4.700.21.41603" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.3", - "fileVersion": "4.700.21.41603" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.3", - "fileVersion": "4.700.21.41603" - } - }, - "compile": { - "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.5.0": {}, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Drawing.Common/5.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - }, - "compile": { - "ref/netcoreapp3.0/System.Drawing.Common.dll": {} - } - }, - "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.4.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Formats.Asn1/5.0.0": {}, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.AccessControl/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "compile": { - "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": {} - } - }, - "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.7.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.4.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory/4.5.4": {}, - "System.Numerics.Vectors/4.5.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.ServiceModel/4.8.1": { - "dependencies": { - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.DispatchProxy": "4.7.1", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Private.ServiceModel.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.DispatchProxy/4.7.1": {}, - "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.7.0": {}, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/5.0.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.4.0": {}, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/5.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "compile": { - "ref/netstandard2.0/System.Runtime.Caching.dll": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "runtime": { - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Cng/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - }, - "compile": { - "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {} - } - }, - "System.Security.Cryptography.ProtectedData/5.0.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Security.Cryptography.Xml/5.0.0": { - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.ServiceModel.Http/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1" - }, - "runtime": { - "lib/netstandard2.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netstandard2.0/System.ServiceModel.Http.dll": {} - } - }, - "System.ServiceModel.Primitives/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1" - }, - "runtime": { - "lib/netcoreapp2.1/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - }, - "lib/netcoreapp2.1/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netcoreapp2.1/System.ServiceModel.Primitives.dll": {}, - "ref/netcoreapp2.1/System.ServiceModel.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.5.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encodings.Web/5.0.1": { - "runtime": { - "lib/netcoreapp3.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.421.11614" - } - }, - "compile": { - "lib/netcoreapp3.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.Json/4.6.0": {}, - "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.AccessControl/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.AccessControl.dll": { - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Threading.AccessControl.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "compile": { - "ref/netstandard2.0/System.Threading.AccessControl.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/5.0.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "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.Windows.Extensions/5.0.0": { - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "Umbraco.Cms.Core/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "5.0.10", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "5.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "5.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.Core.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.Core.dll": {} - } - }, - "Umbraco.Cms.Examine.Lucene/9.0.0": { - "dependencies": { - "Examine": "2.0.0", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.Examine.Lucene.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.Examine.Lucene.dll": {} - } - }, - "Umbraco.Cms.Infrastructure/9.0.0": { - "dependencies": { - "Examine.Core": "2.0.0", - "HtmlAgilityPack": "1.11.36", - "IPNetwork2": "2.5.353", - "MailKit": "2.15.0", - "Markdown": "2.2.1", - "Microsoft.CSharp": "4.7.0", - "Microsoft.CodeAnalysis.CSharp": "3.11.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "Microsoft.Extensions.DependencyInjection": "5.0.2", - "Microsoft.Extensions.Http": "5.0.0", - "Microsoft.Extensions.Identity.Stores": "5.0.10", - "Microsoft.SourceLink.GitHub": "1.0.0", - "MiniProfiler.Shared": "4.2.22", - "NPoco": "4.0.2", - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.10.0", - "Serilog.Enrichers.Process": "2.0.2", - "Serilog.Enrichers.Thread": "3.1.0", - "Serilog.Extensions.Hosting": "4.1.2", - "Serilog.Filters.Expressions": "2.1.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Formatting.Compact.Reader": "1.0.5", - "Serilog.Settings.Configuration": "3.2.0", - "Serilog.Sinks.Async": "1.5.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.Map": "1.0.2", - "SixLabors.ImageSharp": "1.0.3", - "System.Data.SqlClient": "4.8.3", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Text.Encodings.Web": "5.0.1", - "System.Threading.Tasks.Dataflow": "5.0.0", - "Umbraco.Cms.Core": "9.0.0", - "NCrontab": "3.3.1" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.Infrastructure.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.Infrastructure.dll": {} - } - }, - "Umbraco.Cms.PublishedCache.NuCache/9.0.0": { - "dependencies": { - "CSharpTest.Net.Collections-NetStd2": "14.906.1403.1084", - "K4os.Compression.LZ4": "1.2.12", - "MessagePack": "2.3.75", - "Newtonsoft.Json": "13.0.1", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0" - }, - "runtime": { - "lib/netstandard2.0/Umbraco.PublishedCache.NuCache.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Umbraco.PublishedCache.NuCache.dll": {} - } - }, - "Umbraco.Cms.Web.BackOffice/9.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog.AspNetCore": "4.1.0", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Examine.Lucene": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0", - "Umbraco.Cms.Web.Common": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Web.BackOffice.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Web.BackOffice.dll": {} - } - }, - "Umbraco.Cms.Web.Common/9.0.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.10", - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "5.0.10", - "MiniProfiler.AspNetCore.Mvc": "4.2.22", - "NETStandard.Library": "2.0.3", - "Serilog.AspNetCore": "4.1.0", - "SixLabors.ImageSharp.Web": "1.0.3", - "Smidge.InMemory": "4.0.0", - "Smidge.Nuglify": "4.0.0", - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Examine.Lucene": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0", - "Umbraco.Cms.PublishedCache.NuCache": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Web.Common.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Web.Common.dll": {} - } - }, - "Umbraco.Cms.Web.Website/9.0.0": { - "dependencies": { - "Umbraco.Cms.Core": "9.0.0", - "Umbraco.Cms.Infrastructure": "9.0.0", - "Umbraco.Cms.Web.Common": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Web.Website.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Web.Website.dll": {} - } - }, - "Umbraco.Forms.Core/9.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "9.0.0", - "Umbraco.Licensing": "4.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Forms.Core.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Forms.Core.dll": {} - } - }, - "Umbraco.Forms.Web/9.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "9.0.0", - "Umbraco.Cms.Web.Website": "9.0.0", - "Umbraco.Forms.Core": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Forms.Web.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Forms.Web.dll": {} - } - }, - "Umbraco.Licensing/4.0.0": { - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.ServiceModel.Http": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1", - "Umbraco.Cms.Web.Common": "9.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Licensing.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Licensing.dll": {} - } - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Core": "2.2.5", - "Microsoft.AspNetCore.Razor": "2.2.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Umbraco.Cms.Core": "9.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.Core.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Cookies/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Cookies.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.OAuth/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.OAuth.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.Policy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Authorization/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Forms/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Forms.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Server/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Server.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Web/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Web.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Connections.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Connections.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.CookiePolicy/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.CookiePolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cors/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Extensions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HostFiltering/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HostFiltering.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections.Common/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpOverrides/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpOverrides.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpsPolicy/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpsPolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Identity/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Identity.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization.Routing/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Metadata/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Metadata.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Cors/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Localization/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Razor/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.RazorPages/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Runtime/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.Runtime.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCompression/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCompression.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Rewrite/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Rewrite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.HttpSys/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.HttpSys.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IIS/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IIS.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IISIntegration/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IISIntegration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Session/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Session.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Common/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Core/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.StaticFiles/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.StaticFiles.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebSockets/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebSockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebUtilities.Reference/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CSharp.Reference/5.0.0.0": { - "compile": { - "Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Memory/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Memory.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.CommandLine/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Ini/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Ini.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Json.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.KeyPerFile/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.UserSecrets/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.UserSecrets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Xml/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Http.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Configuration/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Console/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Console.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Debug/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Debug.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventLog/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventLog.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventSource/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.TraceSource/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.TraceSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.ObjectPool.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.ObjectPool.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.WebEncoders/5.0.0.0": { - "compile": { - "Microsoft.Extensions.WebEncoders.dll": {} - }, - "compileOnly": true - }, - "Microsoft.JSInterop/5.0.0.0": { - "compile": { - "Microsoft.JSInterop.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Net.Http.Headers.Reference/5.0.0.0": { - "compile": { - "Microsoft.Net.Http.Headers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Core/10.0.6.0": { - "compile": { - "Microsoft.VisualBasic.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic/10.0.0.0": { - "compile": { - "Microsoft.VisualBasic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives/5.0.0.0": { - "compile": { - "Microsoft.Win32.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry.Reference/5.0.0.0": { - "compile": { - "Microsoft.Win32.Registry.dll": {} - }, - "compileOnly": true - }, - "mscorlib/4.0.0.0": { - "compile": { - "mscorlib.dll": {} - }, - "compileOnly": true - }, - "netstandard/2.1.0.0": { - "compile": { - "netstandard.dll": {} - }, - "compileOnly": true - }, - "System.AppContext/5.0.0.0": { - "compile": { - "System.AppContext.dll": {} - }, - "compileOnly": true - }, - "System.Buffers.Reference/5.0.0.0": { - "compile": { - "System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent.Reference/5.0.0.0": { - "compile": { - "System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Reference/5.0.0.0": { - "compile": { - "System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable.Reference/5.0.0.0": { - "compile": { - "System.Collections.Immutable.dll": {} - }, - "compileOnly": true - }, - "System.Collections.NonGeneric/5.0.0.0": { - "compile": { - "System.Collections.NonGeneric.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Specialized/5.0.0.0": { - "compile": { - "System.Collections.Specialized.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations.Reference/5.0.0.0": { - "compile": { - "System.ComponentModel.Annotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - "System.ComponentModel.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Reference/5.0.0.0": { - "compile": { - "System.ComponentModel.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.EventBasedAsync/5.0.0.0": { - "compile": { - "System.ComponentModel.EventBasedAsync.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Primitives.Reference/5.0.0.0": { - "compile": { - "System.ComponentModel.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.TypeConverter/5.0.0.0": { - "compile": { - "System.ComponentModel.TypeConverter.dll": {} - }, - "compileOnly": true - }, - "System.Configuration/4.0.0.0": { - "compile": { - "System.Configuration.dll": {} - }, - "compileOnly": true - }, - "System.Console.Reference/5.0.0.0": { - "compile": { - "System.Console.dll": {} - }, - "compileOnly": true - }, - "System.Core/4.0.0.0": { - "compile": { - "System.Core.dll": {} - }, - "compileOnly": true - }, - "System.Data.Common.Reference/5.0.0.0": { - "compile": { - "System.Data.Common.dll": {} - }, - "compileOnly": true - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "compile": { - "System.Data.DataSetExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Data/4.0.0.0": { - "compile": { - "System.Data.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Contracts/5.0.0.0": { - "compile": { - "System.Diagnostics.Contracts.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Debug.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.DiagnosticSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.EventLog/5.0.0.0": { - "compile": { - "System.Diagnostics.EventLog.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.FileVersionInfo/5.0.0.0": { - "compile": { - "System.Diagnostics.FileVersionInfo.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Process/5.0.0.0": { - "compile": { - "System.Diagnostics.Process.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.StackTrace.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.StackTrace.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TextWriterTraceListener/5.0.0.0": { - "compile": { - "System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tools/5.0.0.0": { - "compile": { - "System.Diagnostics.Tools.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TraceSource/5.0.0.0": { - "compile": { - "System.Diagnostics.TraceSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing.Reference/5.0.0.0": { - "compile": { - "System.Diagnostics.Tracing.dll": {} - }, - "compileOnly": true - }, - "System/4.0.0.0": { - "compile": { - "System.dll": {} - }, - "compileOnly": true - }, - "System.Drawing/4.0.0.0": { - "compile": { - "System.Drawing.dll": {} - }, - "compileOnly": true - }, - "System.Drawing.Primitives/5.0.0.0": { - "compile": { - "System.Drawing.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Dynamic.Runtime.Reference/5.0.0.0": { - "compile": { - "System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Asn1.Reference/5.0.0.0": { - "compile": { - "System.Formats.Asn1.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Calendars/5.0.0.0": { - "compile": { - "System.Globalization.Calendars.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Reference/5.0.0.0": { - "compile": { - "System.Globalization.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Extensions/5.0.0.0": { - "compile": { - "System.Globalization.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Brotli/5.0.0.0": { - "compile": { - "System.IO.Compression.Brotli.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression/5.0.0.0": { - "compile": { - "System.IO.Compression.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "compile": { - "System.IO.Compression.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile/5.0.0.0": { - "compile": { - "System.IO.Compression.ZipFile.dll": {} - }, - "compileOnly": true - }, - "System.IO.Reference/5.0.0.0": { - "compile": { - "System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Reference/5.0.0.0": { - "compile": { - "System.IO.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.DriveInfo/5.0.0.0": { - "compile": { - "System.IO.FileSystem.DriveInfo.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives.Reference/5.0.0.0": { - "compile": { - "System.IO.FileSystem.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher/5.0.0.0": { - "compile": { - "System.IO.FileSystem.Watcher.dll": {} - }, - "compileOnly": true - }, - "System.IO.IsolatedStorage/5.0.0.0": { - "compile": { - "System.IO.IsolatedStorage.dll": {} - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles/5.0.0.0": { - "compile": { - "System.IO.MemoryMappedFiles.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipelines/5.0.0.0": { - "compile": { - "System.IO.Pipelines.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes/5.0.0.0": { - "compile": { - "System.IO.Pipes.dll": {} - }, - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream/5.0.0.0": { - "compile": { - "System.IO.UnmanagedMemoryStream.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Reference/5.0.0.0": { - "compile": { - "System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions.Reference/5.0.0.0": { - "compile": { - "System.Linq.Expressions.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Parallel/5.0.0.0": { - "compile": { - "System.Linq.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Queryable/5.0.0.0": { - "compile": { - "System.Linq.Queryable.dll": {} - }, - "compileOnly": true - }, - "System.Memory.Reference/5.0.0.0": { - "compile": { - "System.Memory.dll": {} - }, - "compileOnly": true - }, - "System.Net/4.0.0.0": { - "compile": { - "System.Net.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http/5.0.0.0": { - "compile": { - "System.Net.Http.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Json/5.0.0.0": { - "compile": { - "System.Net.Http.Json.dll": {} - }, - "compileOnly": true - }, - "System.Net.HttpListener/5.0.0.0": { - "compile": { - "System.Net.HttpListener.dll": {} - }, - "compileOnly": true - }, - "System.Net.Mail/5.0.0.0": { - "compile": { - "System.Net.Mail.dll": {} - }, - "compileOnly": true - }, - "System.Net.NameResolution/5.0.0.0": { - "compile": { - "System.Net.NameResolution.dll": {} - }, - "compileOnly": true - }, - "System.Net.NetworkInformation/5.0.0.0": { - "compile": { - "System.Net.NetworkInformation.dll": {} - }, - "compileOnly": true - }, - "System.Net.Ping/5.0.0.0": { - "compile": { - "System.Net.Ping.dll": {} - }, - "compileOnly": true - }, - "System.Net.Primitives/5.0.0.0": { - "compile": { - "System.Net.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Net.Requests/5.0.0.0": { - "compile": { - "System.Net.Requests.dll": {} - }, - "compileOnly": true - }, - "System.Net.Security/5.0.0.0": { - "compile": { - "System.Net.Security.dll": {} - }, - "compileOnly": true - }, - "System.Net.ServicePoint/5.0.0.0": { - "compile": { - "System.Net.ServicePoint.dll": {} - }, - "compileOnly": true - }, - "System.Net.Sockets/5.0.0.0": { - "compile": { - "System.Net.Sockets.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebClient/5.0.0.0": { - "compile": { - "System.Net.WebClient.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection/5.0.0.0": { - "compile": { - "System.Net.WebHeaderCollection.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebProxy/5.0.0.0": { - "compile": { - "System.Net.WebProxy.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets.Client/5.0.0.0": { - "compile": { - "System.Net.WebSockets.Client.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets/5.0.0.0": { - "compile": { - "System.Net.WebSockets.dll": {} - }, - "compileOnly": true - }, - "System.Numerics/4.0.0.0": { - "compile": { - "System.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Numerics.Vectors.Reference/5.0.0.0": { - "compile": { - "System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel.Reference/5.0.0.0": { - "compile": { - "System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy.Reference/5.0.0.0": { - "compile": { - "System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Reference/5.0.0.0": { - "compile": { - "System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives.Reference/5.0.0.0": { - "compile": { - "System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions.Reference/5.0.0.0": { - "compile": { - "System.Reflection.TypeExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Reader/5.0.0.0": { - "compile": { - "System.Resources.Reader.dll": {} - }, - "compileOnly": true - }, - "System.Resources.ResourceManager.Reference/5.0.0.0": { - "compile": { - "System.Resources.ResourceManager.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Writer/5.0.0.0": { - "compile": { - "System.Resources.Writer.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.VisualC/5.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.VisualC.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Reference/5.0.0.0": { - "compile": { - "System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles.Reference/5.0.0.0": { - "compile": { - "System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.Reference/5.0.0.0": { - "compile": { - "System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/5.0.0.0": { - "compile": { - "System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Intrinsics/5.0.0.0": { - "compile": { - "System.Runtime.Intrinsics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Loader/5.0.0.0": { - "compile": { - "System.Runtime.Loader.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Numerics/5.0.0.0": { - "compile": { - "System.Runtime.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization/4.0.0.0": { - "compile": { - "System.Runtime.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Formatters/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Formatters.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Json/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Json.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Primitives.Reference/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Xml/5.0.0.0": { - "compile": { - "System.Runtime.Serialization.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security.AccessControl.Reference/5.0.0.0": { - "compile": { - "System.Security.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Claims/5.0.0.0": { - "compile": { - "System.Security.Claims.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Algorithms.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng.Reference/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Cng.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Csp.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates/5.0.0.0": { - "compile": { - "System.Security.Cryptography.X509Certificates.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Xml.Reference/5.0.0.0": { - "compile": { - "System.Security.Cryptography.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security/4.0.0.0": { - "compile": { - "System.Security.dll": {} - }, - "compileOnly": true - }, - "System.Security.Permissions.Reference/5.0.0.0": { - "compile": { - "System.Security.Permissions.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal/5.0.0.0": { - "compile": { - "System.Security.Principal.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Windows.Reference/5.0.0.0": { - "compile": { - "System.Security.Principal.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Security.SecureString/5.0.0.0": { - "compile": { - "System.Security.SecureString.dll": {} - }, - "compileOnly": true - }, - "System.ServiceModel.Web/4.0.0.0": { - "compile": { - "System.ServiceModel.Web.dll": {} - }, - "compileOnly": true - }, - "System.ServiceProcess/4.0.0.0": { - "compile": { - "System.ServiceProcess.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.CodePages.Reference/5.0.0.0": { - "compile": { - "System.Text.Encoding.CodePages.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Reference/5.0.0.0": { - "compile": { - "System.Text.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions/5.0.0.0": { - "compile": { - "System.Text.Encoding.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Text.Json.Reference/5.0.0.0": { - "compile": { - "System.Text.Json.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions.Reference/5.0.0.0": { - "compile": { - "System.Text.RegularExpressions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Channels/5.0.0.0": { - "compile": { - "System.Threading.Channels.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Reference/5.0.0.0": { - "compile": { - "System.Threading.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Overlapped/5.0.0.0": { - "compile": { - "System.Threading.Overlapped.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel.Reference/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Thread/5.0.0.0": { - "compile": { - "System.Threading.Thread.dll": {} - }, - "compileOnly": true - }, - "System.Threading.ThreadPool/5.0.0.0": { - "compile": { - "System.Threading.ThreadPool.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Timer/5.0.0.0": { - "compile": { - "System.Threading.Timer.dll": {} - }, - "compileOnly": true - }, - "System.Transactions/4.0.0.0": { - "compile": { - "System.Transactions.dll": {} - }, - "compileOnly": true - }, - "System.Transactions.Local/5.0.0.0": { - "compile": { - "System.Transactions.Local.dll": {} - }, - "compileOnly": true - }, - "System.ValueTuple/4.0.3.0": { - "compile": { - "System.ValueTuple.dll": {} - }, - "compileOnly": true - }, - "System.Web/4.0.0.0": { - "compile": { - "System.Web.dll": {} - }, - "compileOnly": true - }, - "System.Web.HttpUtility/5.0.0.0": { - "compile": { - "System.Web.HttpUtility.dll": {} - }, - "compileOnly": true - }, - "System.Windows/4.0.0.0": { - "compile": { - "System.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Windows.Extensions.Reference/5.0.0.0": { - "compile": { - "System.Windows.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Xml/4.0.0.0": { - "compile": { - "System.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - "System.Xml.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Xml.ReaderWriter/5.0.0.0": { - "compile": { - "System.Xml.ReaderWriter.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Serialization/4.0.0.0": { - "compile": { - "System.Xml.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XDocument/5.0.0.0": { - "compile": { - "System.Xml.XDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlDocument/5.0.0.0": { - "compile": { - "System.Xml.XmlDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlSerializer/5.0.0.0": { - "compile": { - "System.Xml.XmlSerializer.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath/5.0.0.0": { - "compile": { - "System.Xml.XPath.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath.XDocument/5.0.0.0": { - "compile": { - "System.Xml.XPath.XDocument.dll": {} - }, - "compileOnly": true - }, - "WindowsBase/4.0.0.0": { - "compile": { - "WindowsBase.dll": {} - }, - "compileOnly": true - } - } - }, - "libraries": { - "Our.Umbraco.Honeypot/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g3QSH0PMiO+f2C6Za+uUvcdihnVs5IFbZ2cnKjCYA19l8en3fVe/Jl0qQS2te1xJzEOrY4ccen5/MY/QVoamcQ==", - "path": "csharptest.net.collections-netstd2/14.906.1403.1084", - "hashPath": "csharptest.net.collections-netstd2.14.906.1403.1084.nupkg.sha512" - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Jb10uIvdGdaaOmEGUXeO1ssjp6YuvOuR87B5gLxGORFbroV1j7PDaVfEIgni7vV8KRcyAY5KvuMxgx6ADIEXNw==", - "path": "dazinator.extensions.fileproviders/2.0.0", - "hashPath": "dazinator.extensions.fileproviders.2.0.0.nupkg.sha512" - }, - "DotNet.Glob/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i6x0hDsFWg6Ke2isaNAcHQ9ChxBvTJu2cSmBY+Jtjiv2W4q6y9QlA3JKYuZqJ573TAZmpAn65Qf3sRpjvZ1gmw==", - "path": "dotnet.glob/3.1.0", - "hashPath": "dotnet.glob.3.1.0.nupkg.sha512" - }, - "Examine/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ImeTW/uf7kjK99uxaQzV8A30mZzU9tRYriINsF4wilyttrsluMtMMFeuNQJWvr8TZYxPwDOgfcpWc4wTfD4Ojg==", - "path": "examine/2.0.0", - "hashPath": "examine.2.0.0.nupkg.sha512" - }, - "Examine.Core/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vyZUEB4SKR5jNXFVJdr1ccUMFh9WlTaUQMyaNebf/xtBSoNYptlOTpLGMulQak5ABVKfhng4Y903zgWDdrg9mg==", - "path": "examine.core/2.0.0", - "hashPath": "examine.core.2.0.0.nupkg.sha512" - }, - "Examine.Lucene/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XFOvBXqCfWKopWCco1iX/9bQeWdPHb03FFFCEYEzNv58EqGw2NaV7E9eXW0gmUOpKQ83ZiFUdC8NVICiwMvGLg==", - "path": "examine.lucene/2.0.0", - "hashPath": "examine.lucene.2.0.0.nupkg.sha512" - }, - "HtmlAgilityPack/1.11.36": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dCuPhd6Mcdz0oyaSidPqZZiaKcVaBnIqCQlvgJx7Qr5PJAjSatSIVPmuOwpMjbtR8mqoXyUbWVKxuairGGauJg==", - "path": "htmlagilitypack/1.11.36", - "hashPath": "htmlagilitypack.1.11.36.nupkg.sha512" - }, - "IPNetwork2/2.5.353": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ISuwmWbkJtQcBjByTSm4LqzNJiXIMQjYjPHkaO2ymlm0ssKl25MODnJr7e9dgVBJFlzQlHsZAjrvD6lR3QNjvg==", - "path": "ipnetwork2/2.5.353", - "hashPath": "ipnetwork2.2.5.353.nupkg.sha512" - }, - "J2N/2.0.0-beta-0012": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QwXTVD41IYPmSBInJiGvv5c4X2P60p8B8JPuCMGiKuumw9kUv45jbX56Xx0bgYPWHXQVex3tV+NHHZ7cEidLFg==", - "path": "j2n/2.0.0-beta-0012", - "hashPath": "j2n.2.0.0-beta-0012.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.2.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2wk6ihxE027oJ3OMrEKC8DqAHKxiESxPYGRfsbvNr7cBrwluqDrIsvgW4xIFkR/g79CI/0F6tgUliwbcNMEe9w==", - "path": "k4os.compression.lz4/1.2.12", - "hashPath": "k4os.compression.lz4.1.2.12.nupkg.sha512" - }, - "Lucene.Net/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3iNUYa9X7r90lGFAhaM+tfwoVSw9q5sf503vrxYXtST/+OvzEnnTWiAuLxkH8oyMX8sQFphfsAFYlTn/z4pRSA==", - "path": "lucene.net/4.8.0-beta00014", - "hashPath": "lucene.net.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JKlS1wIAouyqUJhuokBB/+yd6uJRXA+F9xNU7Gpbfji4ZwkR+a+Y3oV7AhhyG6M72z3X/PsYK1qCRdDzya4o+A==", - "path": "lucene.net.analysis.common/4.8.0-beta00014", - "hashPath": "lucene.net.analysis.common.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Facet/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O5lDg0/WVjDyrxo/Ba5/eb5jPcFlJQA1MuUsSaItBFAu0gHA7CimJ7dUwEHvTIVdyAkJeLJ7fuNNVvoxhdTj2A==", - "path": "lucene.net.facet/4.8.0-beta00014", - "hashPath": "lucene.net.facet.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Grouping/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SW1PSChvHuq36LEUv6BQR4NmlqcCwUQUgG54hPsAYEIGOzSdkVtmi90X8LqVqmlaEzvYaJkr45gmF11kvUZs/g==", - "path": "lucene.net.grouping/4.8.0-beta00014", - "hashPath": "lucene.net.grouping.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Join/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQWCHoC5zv14DPvyij8wIgaSttS7vW+8hIZPtO+3eM5DfVz/x3aApJ49f1bMRfHmL8ChcbNn/vT7Xk02EpuGkQ==", - "path": "lucene.net.join/4.8.0-beta00014", - "hashPath": "lucene.net.join.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Queries/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9m8PykPZuDj/sxDFqfUqrCh1zFpXAAS/csxC5oIeaVy464YJSahSMxQppgXDOaDcEHGq5vxYlWEm7NsSHmYMMQ==", - "path": "lucene.net.queries/4.8.0-beta00014", - "hashPath": "lucene.net.queries.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.QueryParser/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jO6XRRBKpLB8QQ8nZvs9l3zHbMNIzMJunh37dR23V9AbbbpZQ5vHRUg086t/QMVLQikWAhqKFDmvDU16IjvPKA==", - "path": "lucene.net.queryparser/4.8.0-beta00014", - "hashPath": "lucene.net.queryparser.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Replicator/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hz9ixwqYbAWS9tHAK8ho/ovnd6+3zWHEFQeYv5xExmNgo17InUHJMYik67hrBMuIzXnX7auu23NHDayfd8J9jQ==", - "path": "lucene.net.replicator/4.8.0-beta00014", - "hashPath": "lucene.net.replicator.4.8.0-beta00014.nupkg.sha512" - }, - "Lucene.Net.Sandbox/4.8.0-beta00014": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Mg22EHBi1Ls129ctmh78spPXvwGWNG4PRP+kePs9j3OvkKlXSv1ms4GeR0mcFdQW6Z4Nf6/eg2OZ9eJPlEbFDg==", - "path": "lucene.net.sandbox/4.8.0-beta00014", - "hashPath": "lucene.net.sandbox.4.8.0-beta00014.nupkg.sha512" - }, - "MailKit/2.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ihv6pRmjmBEAP4eXlDeo9srFQF9dVtYP1/jzj3I3BV9tBRk66NLdAF+8jkgUtauMKmns0yBvtfMFiBnNkHKDQ==", - "path": "mailkit/2.15.0", - "hashPath": "mailkit.2.15.0.nupkg.sha512" - }, - "Markdown/2.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==", - "path": "markdown/2.2.1", - "hashPath": "markdown.2.2.1.nupkg.sha512" - }, - "MessagePack/2.3.75": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+b2grPmbMoPFNfHW5B3csTrGDkgbWuWHRuiRS5xtbUwHRivl0tIvAqZpN4Vao/cn/aQJAa8GYpATCN1DklOO3A==", - "path": "messagepack/2.3.75", - "hashPath": "messagepack.2.3.75.nupkg.sha512" - }, - "MessagePack.Annotations/2.3.75": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kJHrbGe6H2ZM/sTAfcPGMmpUciydfDWLyewmwvZNPm0qCq1g3gNgF/6TlU1E0gb64SdccgWmAN/5vywRROM1Xw==", - "path": "messagepack.annotations/2.3.75", - "hashPath": "messagepack.annotations.2.3.75.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VloMLDJMf3n/9ic5lCBOa42IBYJgyB1JhzLsL68Zqg+2bEPWfGBj/xCJy/LrKTArN0coOcZp3wyVTZlx0y9pHQ==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XlVJzJ5wPOYW+Y0J6Q/LVTEyfS4ssLXmt60T0SPP+D8abVhBTl+cgw2gDHlyKYIkcJg7btMVh383NDkMVqD/fg==", - "path": "microsoft.aspnetcore.authentication.core/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.core.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/L0W8H3jMYWyaeA9gBJqS/tSWBegP9aaTM0mjRhxTttBY9z4RVDRYJ2CwPAmAXIuPr3r1sOw+CS8jFVRGHRezQ==", - "path": "microsoft.aspnetcore.authorization/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aJCo6niDRKuNg2uS2WMEmhJTooQUGARhV2ENQ2tO5443zVHUo19MSgrgGo9FIrfD+4yKPF8Q+FF33WkWfPbyKw==", - "path": "microsoft.aspnetcore.authorization.policy/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.Internal/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xqdkq+lsWeVBxGq0bwgQeT1inqdFErG/McEBNqFVw0hnNQKxWaGPuBDFc8JBQC82Qn6+V1utI3lWvFmUMGEc8Q==", - "path": "microsoft.aspnetcore.cryptography.internal/5.0.10", - "hashPath": "microsoft.aspnetcore.cryptography.internal.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iXsPFNrM6cVGx/zCkz88nDP/pUKn/ni13B6JQhLwOoqI+tsA1x6fVfPp0MKnQtx5AZngGzuNMx+AYR1ED9ZVeg==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/5.0.10", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fYCIRLS3Q7eokBwzlcaKQnCBLDFXqjnyJO9lqOX0/V9zvy/JiOfvwKSkm6v5QJuNpXZywb/DnAq5Pdb3woc3MQ==", - "path": "microsoft.aspnetcore.dataprotection/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k1DgnNSBG0lf9P+QDnU+FFeLI4b4hhw4iT+iw29XkcRaCGpcPwq7mLJUtz2Yqq/FRyEwlcteTJmdWEoJb0Fxag==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y4rs5aMEXY8G7wJo5S3EEt6ltqyOTr/qOeZzfn+hw/fuQj5GppGckMY5psGLETo1U9hcT5MmAhaT5xtusM1b5g==", - "path": "microsoft.aspnetcore.html.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YogBSMotWPAS/X5967pZ+yyWPQkThxhmzAwyCHCSSldzYBkW5W5d6oPfBaPqQOnSHYTpSOSOkpZoAce0vwb6+A==", - "path": "microsoft.aspnetcore.http/2.2.0", - "hashPath": "microsoft.aspnetcore.http.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", - "path": "microsoft.aspnetcore.http.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2DgZ9rWrJtuR7RYiew01nGRzuQBDaGHGmK56Rk54vsLLsCdzuFUPqbDTJCS1qJQWTbmbIQ9wGIOjpxA1t0l7/w==", - "path": "microsoft.aspnetcore.http.extensions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==", - "path": "microsoft.aspnetcore.http.features/2.2.0", - "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mWblC4aXXHBwKqBOW1J9hF/TKLOyyiaBucoEiLFVgmAMLKe2yHFygmWD4mgvlLEr68w+BqO9RelGTrczZpImrg==", - "path": "microsoft.aspnetcore.jsonpatch/5.0.10", - "hashPath": "microsoft.aspnetcore.jsonpatch.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ET6uZpfVbGR1NjCuLaLy197cQ3qZUjzl7EG5SL4GfJH/c9KRE89MMBrQegqWsh0w1iRUB/zQaK0anAjxa/pz4g==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/8sr8ixIUD57UFwUntha9bOwex7/AkZfdk1f9oNJG1Ek7p/uuKVa7fuHmYZpQOf35Oxrt+2Ku4WPwMSbNxOuWg==", - "path": "microsoft.aspnetcore.mvc.core/2.2.5", - "hashPath": "microsoft.aspnetcore.mvc.core.2.2.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qAaZsKeOOJ8EfGPCAnnZqAQ7lnkj+UcglYcrxXvGbnThpV10cRHy7BruQYPpO/hEBtIUd6Ncp31LSK6LPQFHqA==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/5.0.10", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cerFq1Dyff2CuSO3XiMYwjkuP/IC5X4L+vjt20+Dq8CSLtVa84+uFcNOcwuR8/ktJg0yIF5JfGz2/TkDQC9JhA==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/5.0.10", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dCh20wneVzFzvazH4RUd3fEiTdKEB5Kv6QKmnO/T8q/hY0FWAq64d/t9OV7+ib4Ozbnv1gtjXbp7ECydehKmcQ==", - "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/5.0.10", - "hashPath": "microsoft.aspnetcore.mvc.razor.runtimecompilation.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V54PIyDCFl8COnTp9gezNHpUNHk7F9UnerGeZy3UfbnwYvfzbo+ipqQmSgeoESH8e0JvKhRTyQyZquW2EPtCmg==", - "path": "microsoft.aspnetcore.razor/2.2.0", - "hashPath": "microsoft.aspnetcore.razor.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Language/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyxE7aIzJ2N1qJ+Apy6olYYsoZyoI2Osai9y8AGeS5e+TLFuhqGaJpMzP38gyTmJUpszobLipmEOxXUfVx8m/Q==", - "path": "microsoft.aspnetcore.razor.language/5.0.10", - "hashPath": "microsoft.aspnetcore.razor.language.5.0.10.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CIHWEKrHzZfFp7t57UXsueiSA/raku56TgRYauV/W1+KAQq6vevz60zjEKaazt3BI76zwMz3B4jGWnCwd8kwQw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jAhDBy0wryOnMhhZTtT9z63gJbvCzFuLm8yC6pHzuVu9ZD1dzg0ltxIwT4cfwuNkIL/TixdKsm3vpVOpG8euWQ==", - "path": "microsoft.aspnetcore.routing/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lRRaPN7jDlUCVCp9i0W+PB0trFaKB0bgMJD7hEJS9Uo4R9MXaMC8X2tJhPLmeVE3SGDdYI4QNKdVmhNvMJGgPQ==", - "path": "microsoft.aspnetcore.routing.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "path": "microsoft.aspnetcore.webutilities/2.2.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.2.0.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==", - "path": "microsoft.build.tasks.git/1.0.0", - "hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", - "path": "microsoft.codeanalysis.analyzers/3.3.2", - "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/3.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FDKSkRRXnaEWMa2ONkLMo0ZAt/uiV1XIXyodwKIgP1AMIKA7JJKXx/OwFVsvkkUT4BeobLwokoxFw70fICahNg==", - "path": "microsoft.codeanalysis.common/3.11.0", - "hashPath": "microsoft.codeanalysis.common.3.11.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/3.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aDRRb7y/sXoJyDqFEQ3Il9jZxyUMHkShzZeCRjQf3SS84n2J0cTEi3TbwVZE9XJvAeMJhGfVVxwOdjYBg6ljmw==", - "path": "microsoft.codeanalysis.csharp/3.11.0", - "hashPath": "microsoft.codeanalysis.csharp.3.11.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Razor/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i3EyTEYcbF+ixwRJtnKaegDy/vaIm4KxN5V93DN/fMPFsZmWNDxawoIkIvSfJ6bm7BkcB+sRWj/uA0l0NiPuWA==", - "path": "microsoft.codeanalysis.razor/5.0.10", - "hashPath": "microsoft.codeanalysis.razor.5.0.10.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==", - "path": "microsoft.extensions.caching.abstractions/5.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==", - "path": "microsoft.extensions.configuration.binder/5.0.0", - "hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/5.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==", - "path": "microsoft.extensions.dependencyinjection/5.0.2", - "hashPath": "microsoft.extensions.dependencyinjection.5.0.2.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-umBECCoMC+sOUgm083yFr8SxTobUOcPFH4AXigdO2xJiszCHAnmeDl4qPphJt+oaJ/XIfV1wOjIts2nRnki61Q==", - "path": "microsoft.extensions.dependencymodel/5.0.0", - "hashPath": "microsoft.extensions.dependencymodel.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0IoXXfkgKpYJB1t2lC0jPXAxuaywRNc9y2Mq96ZZNKBthL38vusa2UK73+Bm6Kq/9a5xNHJS6NhsSN+i5TEtkA==", - "path": "microsoft.extensions.fileproviders.composite/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.composite.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Embedded/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zQAy9wnaxNsc6vn7hQ4zRn5k+Aq5lWi9PK2TCs7qY6vCOpJ3mTOxyMdsW9oeJKtRoajXHzneuJyoIA3RB7uDyA==", - "path": "microsoft.extensions.fileproviders.embedded/5.0.10", - "hashPath": "microsoft.extensions.fileproviders.embedded.5.0.10.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbUOCePYBl1UhM+N2zmDSUyJ6cODulbtUd9gEzMFIK3RQDtP/gJsE08oLcBSXH3Q1RAQ0ex7OAB3HeTKB9bXpg==", - "path": "microsoft.extensions.hosting.abstractions/5.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Http/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kT1ijDKZuSUhBtYoC1sXrmVKP7mA08h9Xrsr4VrS/QOtiKCEtUTTd7dd3XI9dwAb46tZSak13q/zdIcr4jqbyg==", - "path": "microsoft.extensions.http/5.0.0", - "hashPath": "microsoft.extensions.http.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Core/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WKl22APvpTy+wIqvUd1Gvp8FOs7nTHCZDMeMNNC6fDVfzVKWQF55vOJXbkw7dU70sC6GewE/zsqmwyJAHXgDJw==", - "path": "microsoft.extensions.identity.core/5.0.10", - "hashPath": "microsoft.extensions.identity.core.5.0.10.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Stores/5.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fZDlK8G+jzV9ld0jiO2eQ5JQbOmpiND92gX7bP6rcTZ7YJHzIxCw7Hx8+yf4Ex9f6q7v2LJymkmsUz1k7o5nPg==", - "path": "microsoft.extensions.identity.stores/5.0.10", - "hashPath": "microsoft.extensions.identity.stores.5.0.10.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==", - "path": "microsoft.extensions.logging/5.0.0", - "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==", - "path": "microsoft.extensions.logging.abstractions/5.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gA8H7uQOnM5gb+L0uTNjViHYr+hRDqCdfugheGo/MxQnuHzmhhzCBTIPm19qL1z1Xe0NEMabfcOBGv9QghlZ8g==", - "path": "microsoft.extensions.objectpool/2.2.0", - "hashPath": "microsoft.extensions.objectpool.2.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-280RxNJqOeQqq47aJLy5D9LN61CAWeuRA83gPToQ8B9jl9SNdQ5EXjlfvF66zQI5AXMl+C/3hGnbtIEN+X3mqA==", - "path": "microsoft.extensions.options.configurationextensions/5.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.DataAnnotations/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f+A/GyRzXziU/2pTHQI1N/GNSqmHUqa3ewsAMa8tbmQDkTnE1srOzLvCUk3mxcZRH1tnfEO3tzvdrlMSImxR7g==", - "path": "microsoft.extensions.options.dataannotations/5.0.0", - "hashPath": "microsoft.extensions.options.dataannotations.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.IO.RecyclableMemoryStream/1.3.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ra0tg6E90GUtK5Vaksx9cDKtMu8fsLFAyUhcNMhd4vXXGt2CnpE0EQT3mK/R502DwcAZbjG5V7/FMk2RxtxLFg==", - "path": "microsoft.io.recyclablememorystream/1.3.5", - "hashPath": "microsoft.io.recyclablememorystream.1.3.5.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "path": "microsoft.net.http.headers/2.2.0", - "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "path": "microsoft.netcore.platforms/5.0.0", - "hashPath": "microsoft.netcore.platforms.5.0.0.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.SourceLink.Common/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==", - "path": "microsoft.sourcelink.common/1.0.0", - "hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==", - "path": "microsoft.sourcelink.github/1.0.0", - "hashPath": "microsoft.sourcelink.github.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "path": "microsoft.win32.registry/5.0.0", - "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "path": "microsoft.win32.systemevents/5.0.0", - "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512" - }, - "MimeKit/2.15.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-146As77LbmZezdSJ5W/2ZEQsZyqVSAM8yOjDjvsy6NpLmyqG8lgzmX6ps3P/fKzUN5Ey4hxwnAtH+KLlJW0CsQ==", - "path": "mimekit/2.15.0", - "hashPath": "mimekit.2.15.0.nupkg.sha512" - }, - "MiniProfiler.AspNetCore/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBirB5d4Q0Bgx05Zg4yzXSmOHZQV4ZJhmxU3DGya4FZxNBwjaVHchqEKY0MJW5XLZo8axMAQm4yywgCvUlTymA==", - "path": "miniprofiler.aspnetcore/4.2.22", - "hashPath": "miniprofiler.aspnetcore.4.2.22.nupkg.sha512" - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nzCEaZnh77U9jw+c/qu4CtwYUpHEf+FH1ZMbYKMzIXr8CNNPlypSR6AJEAwjo3bq9TIJIpBMZIaK3inRLUCg4g==", - "path": "miniprofiler.aspnetcore.mvc/4.2.22", - "hashPath": "miniprofiler.aspnetcore.mvc.4.2.22.nupkg.sha512" - }, - "MiniProfiler.Shared/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OOA99Iu7FjFrdYaADcWL78KK9Kq6M+hfnZac5577aSrx0UYOM2apKlhBPKzoPtGPTRtQNKe4RK00u/FmahcU3g==", - "path": "miniprofiler.shared/4.2.22", - "hashPath": "miniprofiler.shared.4.2.22.nupkg.sha512" - }, - "NCrontab/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G3tzcIIgsiyZyVbHNPyn5+adaM9UjeVNgjrRsvXU7wo2sMhpvpQrir29dcjIND53H/fuTdgg9nI3SfFFg7barA==", - "path": "ncrontab/3.3.1", - "hashPath": "ncrontab.3.3.1.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" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "NPoco/4.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/IvVUgQ0VfqgTjUbuY99IQ9JSJwrK4H9tKgKjliAif+4PbPI04/TvY+uZ3fgo8PYTUSKo+AD8JlvOiFOTBe2hA==", - "path": "npoco/4.0.2", - "hashPath": "npoco.4.0.2.nupkg.sha512" - }, - "NUglify/1.13.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+13YE9UjnXx4+NKP+j1Axiz/QAMtK++ZtG61u9iiR2/WzPzr7EfBDOwj+xHNyTEMS9Emq/mCyWaBGjCABhC0HQ==", - "path": "nuglify/1.13.12", - "hashPath": "nuglify.1.13.12.nupkg.sha512" - }, - "Portable.BouncyCastle/1.8.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XLhjNAwuVB9ynwn11l5K44eyozh8q6gFseTrlnLNttejimglX7+F9+vxh60LPjvA/DAt6fUdS43N3ah8K6eaWg==", - "path": "portable.bouncycastle/1.8.10", - "hashPath": "portable.bouncycastle.1.8.10.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.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.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" - }, - "Serilog/2.10.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==", - "path": "serilog/2.10.0", - "hashPath": "serilog.2.10.0.nupkg.sha512" - }, - "Serilog.AspNetCore/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qRdEkjX10VJ5Cb3B9q/Q/tv+0ntDxAIA1YbOmmNMlkha1TU0ckK5b73eBYMNNLMAU92ofrzOEuIJEc6Q+Q1Z2A==", - "path": "serilog.aspnetcore/4.1.0", - "hashPath": "serilog.aspnetcore.4.1.0.nupkg.sha512" - }, - "Serilog.Enrichers.Process/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T9EjKKLsL6qC/3eOLUAKEPBLEqPDmt5BLXaQdPMaxJzuex+MeXA8DuAiPboUaftp3kbnCN4ZgZpDvs+Fa7OHuw==", - "path": "serilog.enrichers.process/2.0.2", - "hashPath": "serilog.enrichers.process.2.0.2.nupkg.sha512" - }, - "Serilog.Enrichers.Thread/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-85lWsGRJpRxvKT6j/H67no55SUBsBIvp556TKuBTGhjtoPeq+L7j/sDWbgAtvT0p7u7/phJyX6j35PQ4Vtqw0g==", - "path": "serilog.enrichers.thread/3.1.0", - "hashPath": "serilog.enrichers.thread.3.1.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/4.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nOpvvYgDoepae4FsXnyX4uSYLO+f+v7aRyNpA0pbpxjdkpw3FWZtfQDe2gnUmZGNYMLWnxMRCPJQ455U/dOUbQ==", - "path": "serilog.extensions.hosting/4.1.2", - "hashPath": "serilog.extensions.hosting.4.1.2.nupkg.sha512" - }, - "Serilog.Extensions.Logging/3.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U0xbGoZuxJRjE3C5vlCfrf9a4xHTmbrCXKmaA14cHAqiT1Qir0rkV7Xss9GpPJR3MRYH19DFUUqZ9hvWeJrzdQ==", - "path": "serilog.extensions.logging/3.0.1", - "hashPath": "serilog.extensions.logging.3.0.1.nupkg.sha512" - }, - "Serilog.Filters.Expressions/2.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-e0ZaK+NWx6+j71xB5dRXohdreSeHgMJ9mp4giSp83/4UC8VsJWDH+CAT1YVXsyINAR9IQznXllnJ0e5j+BvwzA==", - "path": "serilog.filters.expressions/2.1.0", - "hashPath": "serilog.filters.expressions.2.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==", - "path": "serilog.formatting.compact/1.1.0", - "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PPqEBHc9YMtXBiEAxD4qd5oqsavmr1jzdjKC9ky50Ipf/qnSp2D2l/ZggSxZUW7jfCbJStxgwKYGsH0Bnk4BIw==", - "path": "serilog.formatting.compact.reader/1.0.5", - "hashPath": "serilog.formatting.compact.reader.1.0.5.nupkg.sha512" - }, - "Serilog.Settings.Configuration/3.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yLWXbqMkXdmAUI7L/ru8fSx0Vo0cYlOpQcs0/vi13muZooLUBDYb9VHN+s5J0EGZ5IDzXIZLhybrEILE/2GMsQ==", - "path": "serilog.settings.configuration/3.2.0", - "hashPath": "serilog.settings.configuration.3.2.0.nupkg.sha512" - }, - "Serilog.Sinks.Async/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-csHYIqAwI4Gy9oAhXYRwxGrQEAtBg3Ep7WaCzsnA1cZuBZjVAU0n7hWaJhItjO7hbLHh/9gRVxALCUB4Dv+gZw==", - "path": "serilog.sinks.async/1.5.0", - "hashPath": "serilog.sinks.async.1.5.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/3.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-56mI5AqvyF/i/c2451nvV71kq370XOCE4Uu5qiaJ295sOhMb9q3BWwG7mWLOVSnmpWiq0SBT3SXfgRXGNP6vzA==", - "path": "serilog.sinks.console/3.1.1", - "hashPath": "serilog.sinks.console.3.1.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Map/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JbPBAeD5hxUQw8TZg3FlOnqVsSu1269nvqFm5DQ7hc+AmsB+hItl+zMSDphMbPJXjL8KdpMRSWNkGi7zTKRmCA==", - "path": "serilog.sinks.map/1.0.2", - "hashPath": "serilog.sinks.map.1.0.2.nupkg.sha512" - }, - "SixLabors.ImageSharp/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oRmZEITad+0tL22ZfAbLps6doDV+Z0/oH0dtXLpIBwn1sgai3QxxDQPjohHiDeUp/CTzRKVrFFbc4ZITnL2UBg==", - "path": "sixlabors.imagesharp/1.0.3", - "hashPath": "sixlabors.imagesharp.1.0.3.nupkg.sha512" - }, - "SixLabors.ImageSharp.Web/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3EIy20uZz1nI3kidG/+v/9LKYwMWne8E/hFaGAYmjcAE+1Yw68xKfGHk0e25tUXYbuCaVV2XGNMHd3XdSJNOOQ==", - "path": "sixlabors.imagesharp.web/1.0.3", - "hashPath": "sixlabors.imagesharp.web.1.0.3.nupkg.sha512" - }, - "Smidge/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zqvxAJDx5mg2ry95b6iO66tzA9jwG6Earc69cMDvorsieCkzWB1ankEgoSPszQL4VxGe31tXkA/2jAAtk9O8ig==", - "path": "smidge/4.0.0", - "hashPath": "smidge.4.0.0.nupkg.sha512" - }, - "Smidge.Core/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZSdBqVYC29rvwaYl+rP8EO8YUYNhvf3PukEHnyirvidUaK3Oqw/NqBPkdlNASah4KjRa5xHU6Qr+E+9mMDiDPg==", - "path": "smidge.core/4.0.0", - "hashPath": "smidge.core.4.0.0.nupkg.sha512" - }, - "Smidge.InMemory/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gBfl0m+koHy14S0+5wk5BZvqkBzxToJBI9Q0oGUuk9M51ZuKDMPCVCH3QkaOFQHTk0LkJHti660aPTeN5FTk4A==", - "path": "smidge.inmemory/4.0.0", - "hashPath": "smidge.inmemory.4.0.0.nupkg.sha512" - }, - "Smidge.Nuglify/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FL7IWeuf4UbbrBcVraFnAvEwYUStzlg/Bha6RDNLakqiHi+6V6qKXp8yVhyGrCkBK4XWxxLc5cGZFBO6eBkBFQ==", - "path": "smidge.nuglify/4.0.0", - "hashPath": "smidge.nuglify.4.0.0.nupkg.sha512" - }, - "Superpower/2.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L7ZLWjec5aPWWebsOKM6+8SdobSFMPJFIS8S8TT46oH2iELA70H95spRMeP1yPH9nDL/o+XYP29DPtVwVdzPeA==", - "path": "superpower/2.3.0", - "hashPath": "superpower.2.3.0.nupkg.sha512" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", - "path": "system.componentmodel.annotations/5.0.0", - "hashPath": "system.componentmodel.annotations.5.0.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.Configuration.ConfigurationManager/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "path": "system.configuration.configurationmanager/5.0.0", - "hashPath": "system.configuration.configurationmanager.5.0.0.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.Common/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", - "path": "system.data.common/4.3.0", - "hashPath": "system.data.common.4.3.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==", - "path": "system.data.sqlclient/4.8.3", - "hashPath": "system.data.sqlclient.4.8.3.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.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIHRELiYDQvsMToML81QFkXEEYXUSUT2F28t1SGrevWqP+epFdw80SyAXIKTXOHrIEXReFOEnEr7XlGiC2GgOg==", - "path": "system.diagnostics.diagnosticsource/4.5.0", - "hashPath": "system.diagnostics.diagnosticsource.4.5.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.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.Drawing.Common/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "path": "system.drawing.common/5.0.0", - "hashPath": "system.drawing.common.5.0.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.Formats.Asn1/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", - "path": "system.formats.asn1/5.0.0", - "hashPath": "system.formats.asn1.5.0.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.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.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.AccessControl/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "path": "system.io.filesystem.accesscontrol/5.0.0", - "hashPath": "system.io.filesystem.accesscontrol.5.0.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.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.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.ServiceModel/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-neXeXhKIlCUBCg5rxKpYnae4vQSiMWjhqeTgsMedHvKKUTsmP98je+G8oPmDdY9uZVruvxqRGjcljn1XYNhC+w==", - "path": "system.private.servicemodel/4.8.1", - "hashPath": "system.private.servicemodel.4.8.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.DispatchProxy/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C1sMLwIG6ILQ2bmOT4gh62V6oJlyF4BlHcVMrOoor49p0Ji2tA8QAoqyMcIhAdH6OHKJ8m7BU+r4LK2CUEOKqw==", - "path": "system.reflection.dispatchproxy/4.7.1", - "hashPath": "system.reflection.dispatchproxy.4.7.1.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.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", - "path": "system.reflection.emit.lightweight/4.7.0", - "hashPath": "system.reflection.emit.lightweight.4.7.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", - "path": "system.reflection.metadata/5.0.0", - "hashPath": "system.reflection.metadata.5.0.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.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkmh/ySlwnXJp/1qYP9uyKkCK1CXR/REFzl7abHcArxBcV91mY2CgrrzSRA5Z/X4MevJWwXsklGRdR3A7K9zbg==", - "path": "system.reflection.typeextensions/4.4.0", - "hashPath": "system.reflection.typeextensions.4.4.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.Caching/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "path": "system.runtime.caching/5.0.0", - "hashPath": "system.runtime.caching.5.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.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.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "path": "system.security.accesscontrol/5.0.0", - "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "path": "system.security.cryptography.cng/5.0.0", - "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "path": "system.security.cryptography.pkcs/5.0.0", - "hashPath": "system.security.cryptography.pkcs.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==", - "path": "system.security.cryptography.protecteddata/5.0.0", - "hashPath": "system.security.cryptography.protecteddata.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "path": "system.security.cryptography.xml/5.0.0", - "hashPath": "system.security.cryptography.xml.5.0.0.nupkg.sha512" - }, - "System.Security.Permissions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "path": "system.security.permissions/5.0.0", - "hashPath": "system.security.permissions.5.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.ServiceModel.Http/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yrfGQJ5joGXnZx3G340KDfgpmOSYzRMHP3zJkcwiV3CP750AEsvesVIXc+PXYFzU7v3JKLEw6GLrH7kPiZJa/g==", - "path": "system.servicemodel.http/4.8.1", - "hashPath": "system.servicemodel.http.4.8.1.nupkg.sha512" - }, - "System.ServiceModel.Primitives/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XjzGCqvWZBHnw2ym8t9PVeTm5Tsp7lSDKEwhDZAU4Jnw+6+zEDu/2ZQYQbRqBR0t/KpfNA4Aya/5aONKJnuyEw==", - "path": "system.servicemodel.primitives/4.8.1", - "hashPath": "system.servicemodel.primitives.4.8.1.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.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "path": "system.text.encoding.codepages/4.5.1", - "hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512" - }, - "System.Text.Encodings.Web/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KmJ+CJXizDofbq6mpqDoRRLcxgOd2z9X3XoFNULSbvbqVRZkFX3istvr+MUjL6Zw1RT+RNdoI4GYidIINtgvqQ==", - "path": "system.text.encodings.web/5.0.1", - "hashPath": "system.text.encodings.web.5.0.1.nupkg.sha512" - }, - "System.Text.Json/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4F8Xe+JIkVoDJ8hDAZ7HqLkjctN/6WItJIzQaifBwClC7wmoLSda/Sv2i6i1kycqDb3hWF4JCVbpAweyOKHEUA==", - "path": "system.text.json/4.6.0", - "hashPath": "system.text.json.4.6.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.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fmzEf1UYrdCzfOIHVJ2cx3v9DHLLLMkUrodpzJGW17N+K+SSmBD8OA/BGmtfN1Ae0Ex3rBjQVufnIi5zKefuQ==", - "path": "system.threading.accesscontrol/4.7.0", - "hashPath": "system.threading.accesscontrol.4.7.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.Dataflow/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NBp0zSAMZp4muDje6XmbDfmkqw9+qsDCHp+YMEtnVgHEjQZ3Q7MzFTTp3eHqpExn4BwMrS7JkUVOTcVchig4Sw==", - "path": "system.threading.tasks.dataflow/5.0.0", - "hashPath": "system.threading.tasks.dataflow.5.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.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.Windows.Extensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "path": "system.windows.extensions/5.0.0", - "hashPath": "system.windows.extensions.5.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Core/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SatCo2CSvLiLHuP35NQx3nf47Z9dVaIUA5f+O6n3QvSPgT6iq5QXnRgqdnxaW/tArIw2oL12TQ5sEERnaKY+iw==", - "path": "umbraco.cms.core/9.0.0", - "hashPath": "umbraco.cms.core.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Examine.Lucene/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0hPy93JBNkFxUW7moQyzPZFMN3BlDeoF7GFivvxrBW6tAuyPAN2ufxv/dnG+/WX8sQwj86sGI3DEwPm9SAFSxQ==", - "path": "umbraco.cms.examine.lucene/9.0.0", - "hashPath": "umbraco.cms.examine.lucene.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Infrastructure/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PuX142PqvEfOcAqVoR4qxn1Cp787qogEMiIXyAyNa6Z4ipQhb1Y+u7PtxwbferszozOBQ3WacVB5W0pi/OTd+Q==", - "path": "umbraco.cms.infrastructure/9.0.0", - "hashPath": "umbraco.cms.infrastructure.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.PublishedCache.NuCache/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PxjfrvaOlutVGbgqtIzaCu+8djqGServhmgHGG6yf/2eYwzB8ioomhORmIydMBJVWxIbmQ3EOqlD3AJA5pVApg==", - "path": "umbraco.cms.publishedcache.nucache/9.0.0", - "hashPath": "umbraco.cms.publishedcache.nucache.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.BackOffice/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WOMMS4+bR5UsPMW1cgHzkBd/3x1oCoquah1DRhyx8C4Cnare2LixQr/uK0r1SYcUZYPgyvVlpS/sSCT8B3Rlew==", - "path": "umbraco.cms.web.backoffice/9.0.0", - "hashPath": "umbraco.cms.web.backoffice.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Common/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cVB01y+wNx/iJPScHKg7MAiX71YVuBwZmpafHeYelcCUFgPRTNrfbPra4yN4vjFu6l/+xp7iBgl7blyGlS+evQ==", - "path": "umbraco.cms.web.common/9.0.0", - "hashPath": "umbraco.cms.web.common.9.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Website/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-89M1fH/23MvcXU/MrraY8V36AdJg1JvDwDo82u8IFMzzx1WIE1mK3tLLiNmL2Prs5PyOajXqh7INamjK7ytYyg==", - "path": "umbraco.cms.web.website/9.0.0", - "hashPath": "umbraco.cms.web.website.9.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Core/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oYM0b5tCMN4I6nzFegX05AcvZ5veNvy81V/9k8ZQQaSFASXkRri5tnlhVQdLHiEitAmtHMiSe53uyJVgvzEfrw==", - "path": "umbraco.forms.core/9.0.0", - "hashPath": "umbraco.forms.core.9.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Web/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RC1AZZ1C8xoqrtGp7/phlUape7xZ3QXurASBOMsfoz2IIHaWTQMAN04CGabbtA+o13H7v8CqDAnBABx44KllHA==", - "path": "umbraco.forms.web/9.0.0", - "hashPath": "umbraco.forms.web.9.0.0.nupkg.sha512" - }, - "Umbraco.Licensing/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sBuTVyPnwEJ3LdgLN4cGCNrw88Urr+PKPkrzLlVxqd3H6+xmk51bECLwb4/pCFhUTMwBaj48z+H1bbG/V19eog==", - "path": "umbraco.licensing/4.0.0", - "hashPath": "umbraco.licensing.4.0.0.nupkg.sha512" - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Cookies/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.OAuth/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Authorization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Forms/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Server/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Web/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Connections.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.CookiePolicy/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cors/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HostFiltering/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections.Common/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Features.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpOverrides/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpsPolicy/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Identity/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization.Routing/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Metadata/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Cors/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Localization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Razor/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Runtime/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCompression/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Rewrite/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.HttpSys/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IIS/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IISIntegration/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Session/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Common/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Core/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.StaticFiles/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebSockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebUtilities.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Memory/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Binder.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.CommandLine/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Ini/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Json.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.KeyPerFile/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.UserSecrets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Xml/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Http.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Configuration/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Console/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Debug/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventLog/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventSource/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.TraceSource/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.ObjectPool.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.WebEncoders/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.JSInterop/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Net.Http.Headers.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Core/10.0.6.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic/10.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Registry.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "netstandard/2.1.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.AppContext/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Buffers.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.NonGeneric/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Specialized/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Annotations.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.EventBasedAsync/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.TypeConverter/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Configuration/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Console.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.Common.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Contracts/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.EventLog/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.FileVersionInfo/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Process/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.StackTrace.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TextWriterTraceListener/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tools/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TraceSource/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Dynamic.Runtime.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Asn1.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Calendars/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Brotli/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.ZipFile/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.DriveInfo/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Watcher/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.IsolatedStorage/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.MemoryMappedFiles/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipelines/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.UnmanagedMemoryStream/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Parallel/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Queryable/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Memory.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.HttpListener/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Mail/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NameResolution/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NetworkInformation/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Ping/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Requests/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Security/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.ServicePoint/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Sockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebClient/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebHeaderCollection/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebProxy/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets.Client/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ObjectModel.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.DispatchProxy.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.ILGeneration.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.TypeExtensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Reader/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Writer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.VisualC/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Handles.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Intrinsics/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Loader/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Numerics/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Formatters/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Xml/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.AccessControl.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Claims/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Algorithms/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Cng.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Csp/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Encoding/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.X509Certificates/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Xml.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Permissions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Windows.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.SecureString/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceProcess/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.CodePages.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Json.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.RegularExpressions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Channels/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Overlapped/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Dataflow.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Parallel.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Thread/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.ThreadPool/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Timer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions.Local/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ValueTuple/4.0.3.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.HttpUtility/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows.Extensions.Reference/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlDocument/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlSerializer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath.XDocument/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "WindowsBase/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.dll deleted file mode 100644 index 8f77c56..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.pdb deleted file mode 100644 index 3197f5a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Our.Umbraco.Honeypot.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml deleted file mode 100644 index 6e0bc5b..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml +++ /dev/null @@ -1,5 +0,0 @@ -@addTagHelper *, Our.Umbraco.Honeypot.Core -@model Umbraco.Forms.Web.Models.FieldViewModel - - - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 3640d9e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100644 index 95feba5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index eb0f66e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100644 index 4388b1a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll deleted file mode 100644 index c3b8741..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index 4ab7de0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100644 index c7cb182..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index 23c3345..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Authorization.dll deleted file mode 100644 index 9ba7d30..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Forms.dll deleted file mode 100644 index 1858250..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Server.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Server.dll deleted file mode 100644 index 3e0ffd8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Web.dll deleted file mode 100644 index b9dba7e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.dll deleted file mode 100644 index 404ff29..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Components.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll deleted file mode 100644 index 8451b07..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.CookiePolicy.dll deleted file mode 100644 index c5ef2ee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index 86a281f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll deleted file mode 100644 index a1acfc4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index 7cc72c9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll deleted file mode 100644 index fc19379..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index 88ea625..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HostFiltering.dll deleted file mode 100644 index 74e4619..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index e997638..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index 00d7e3b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index 292c3d2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index c9dd741..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 3099832..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll deleted file mode 100644 index 0b11391..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Connections.dll deleted file mode 100644 index f4da201..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d3115f2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Features.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 80311d4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index e1c23a0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 3f514e8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll deleted file mode 100644 index bb1513d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Identity.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Identity.dll deleted file mode 100644 index a3d4ed8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Localization.Routing.dll deleted file mode 100644 index 4903e26..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index dcaab6e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Metadata.dll deleted file mode 100644 index cbc3e1b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index 3065fc7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index f1f1244..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index 306a961..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index f73515f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 29eacb2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index feb2359..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll deleted file mode 100644 index 876c284..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index 9c095b0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index acdd9c3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll deleted file mode 100644 index f8958af..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index fc76597..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index e4b5cc8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index c82b594..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index 1ff7ecd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index a523e88..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100644 index c3ece83..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.dll deleted file mode 100644 index 10239cd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCompression.dll deleted file mode 100644 index 827f6c4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Rewrite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Rewrite.dll deleted file mode 100644 index c631952..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index f39ab34..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index 7e1d44c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll deleted file mode 100644 index 2dfe11a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.IIS.dll deleted file mode 100644 index 71f6f3a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index d5ca61d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100644 index 91fb542..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll deleted file mode 100644 index e6fcfd5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index fa92a50..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Session.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 33fde94..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Common.dll deleted file mode 100644 index 17dd409..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Core.dll deleted file mode 100644 index 87bdfe8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll deleted file mode 100644 index f0b145e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.dll deleted file mode 100644 index eabd2b6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.SignalR.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 739ebb5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.WebSockets.dll deleted file mode 100644 index 2f494c7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index b37667e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.dll deleted file mode 100644 index 7ebd0e8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.AspNetCore.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.CSharp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.CSharp.dll deleted file mode 100644 index 6713fd0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.CSharp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Caching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 9312292..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Caching.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index a7efc9b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index e843ed2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index 678f280..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll deleted file mode 100644 index cfc7595..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index 80c471a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 2435f76..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Ini.dll deleted file mode 100644 index 241baeb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index e340197..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll deleted file mode 100644 index 7ee3adc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100644 index fa91247..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Xml.dll deleted file mode 100644 index 27d2fa7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index c5fe072..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100644 index 6c80e6a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100644 index ff5454b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 5f6bf73..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index 2092a2f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index eae72d3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 8bbca22..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100644 index 79657fd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Hosting.dll deleted file mode 100644 index 41b12b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Http.dll deleted file mode 100644 index f35bdf0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 9f781ee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Localization.dll deleted file mode 100644 index 7d896b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index d76683e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Configuration.dll deleted file mode 100644 index 5300b68..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index 229e92f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index cf8a8ce..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.EventLog.dll deleted file mode 100644 index 484e910..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.EventSource.dll deleted file mode 100644 index e4c05d0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.TraceSource.dll deleted file mode 100644 index 3a4232c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.dll deleted file mode 100644 index e7be3ee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.ObjectPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index 7dab05c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index d25d5fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll deleted file mode 100644 index 0baa87e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.WebEncoders.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 37108ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.JSInterop.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.JSInterop.dll deleted file mode 100644 index ce99365..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.JSInterop.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Net.Http.Headers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index f471126..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.VisualBasic.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index 13d1218..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.VisualBasic.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.VisualBasic.dll deleted file mode 100644 index 6ac95a9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Win32.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 9159a8c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Win32.Registry.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Win32.Registry.dll deleted file mode 100644 index dc7124e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.AppContext.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.AppContext.dll deleted file mode 100644 index fda342f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.AppContext.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Buffers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Buffers.dll deleted file mode 100644 index 4270e82..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Buffers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Concurrent.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Concurrent.dll deleted file mode 100644 index 26b9e57..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Concurrent.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Immutable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Immutable.dll deleted file mode 100644 index 76a2767..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.NonGeneric.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.NonGeneric.dll deleted file mode 100644 index 4fb592a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Specialized.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Specialized.dll deleted file mode 100644 index 8a21d0c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.Specialized.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.dll deleted file mode 100644 index 913116c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Collections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.Annotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.Annotations.dll deleted file mode 100644 index f746c49..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index 6f82e70..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.EventBasedAsync.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index a6a53b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.Primitives.dll deleted file mode 100644 index 8129bbb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.TypeConverter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index e880f6e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.dll deleted file mode 100644 index eb7e1d5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ComponentModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Configuration.dll deleted file mode 100644 index 81bbeaa..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Console.dll deleted file mode 100644 index e5d35bf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Core.dll deleted file mode 100644 index 4ab406b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.Common.dll deleted file mode 100644 index c4d30f3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.DataSetExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.DataSetExtensions.dll deleted file mode 100644 index bd0a5ea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.dll deleted file mode 100644 index e66b163..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Data.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Contracts.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Contracts.dll deleted file mode 100644 index 2b0dfef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Debug.dll deleted file mode 100644 index ba061b0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.DiagnosticSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 24ac821..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.EventLog.dll deleted file mode 100644 index 2e7ebd3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.FileVersionInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index e70d639..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Process.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Process.dll deleted file mode 100644 index 979b0ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Process.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.StackTrace.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.StackTrace.dll deleted file mode 100644 index b2fd5e0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index ebe9bea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Tools.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Tools.dll deleted file mode 100644 index 1715a2d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 2eb2ba8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Tracing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Tracing.dll deleted file mode 100644 index f177f55..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Drawing.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Drawing.Primitives.dll deleted file mode 100644 index 726037b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Drawing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Drawing.dll deleted file mode 100644 index b2140b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Drawing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Dynamic.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Dynamic.Runtime.dll deleted file mode 100644 index 6291e55..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Formats.Asn1.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Formats.Asn1.dll deleted file mode 100644 index c34cbc5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Formats.Asn1.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.Calendars.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.Calendars.dll deleted file mode 100644 index 32047ad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.Calendars.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.Extensions.dll deleted file mode 100644 index 8025cef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.dll deleted file mode 100644 index b2da0e2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Globalization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.Brotli.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.Brotli.dll deleted file mode 100644 index fc66a9a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.FileSystem.dll deleted file mode 100644 index 0244455..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.ZipFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 8ad0c3f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.dll deleted file mode 100644 index bed711f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Compression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.DriveInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 0367a79..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index 19bcfb9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.Watcher.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index 4daa6a2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.dll deleted file mode 100644 index 1bc3dd3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.IsolatedStorage.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.IsolatedStorage.dll deleted file mode 100644 index 1f2ef67..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.MemoryMappedFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 9da5ab0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Pipelines.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Pipelines.dll deleted file mode 100644 index f72b038..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Pipelines.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Pipes.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Pipes.dll deleted file mode 100644 index ee4ce63..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.Pipes.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.UnmanagedMemoryStream.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 7617207..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.dll deleted file mode 100644 index 96adeab..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.IO.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Expressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Expressions.dll deleted file mode 100644 index 2b69546..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Expressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Parallel.dll deleted file mode 100644 index f32ab97..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Queryable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Queryable.dll deleted file mode 100644 index 60306e1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.Queryable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.dll deleted file mode 100644 index acf8500..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Memory.dll deleted file mode 100644 index 7e0b0e4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Http.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Http.Json.dll deleted file mode 100644 index 961e989..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Http.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Http.dll deleted file mode 100644 index a0c5ae3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.HttpListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.HttpListener.dll deleted file mode 100644 index 5423fc2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.HttpListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Mail.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Mail.dll deleted file mode 100644 index 87c22c6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Mail.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.NameResolution.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.NameResolution.dll deleted file mode 100644 index 54a5d8c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.NameResolution.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.NetworkInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.NetworkInformation.dll deleted file mode 100644 index 2895286..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Ping.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Ping.dll deleted file mode 100644 index 16ca026..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Ping.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Primitives.dll deleted file mode 100644 index 191e6ef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Requests.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Requests.dll deleted file mode 100644 index 6ad4dc0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Requests.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Security.dll deleted file mode 100644 index ffff9e3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.ServicePoint.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.ServicePoint.dll deleted file mode 100644 index ea36d6a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.ServicePoint.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Sockets.dll deleted file mode 100644 index 0ca7495..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebClient.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebClient.dll deleted file mode 100644 index aaca8d4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebClient.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebHeaderCollection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebHeaderCollection.dll deleted file mode 100644 index a3b646f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebProxy.dll deleted file mode 100644 index f48947c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebSockets.Client.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebSockets.Client.dll deleted file mode 100644 index f8761fa..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebSockets.dll deleted file mode 100644 index 5d0f2ae..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.dll deleted file mode 100644 index 1613e12..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Net.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Numerics.Vectors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Numerics.Vectors.dll deleted file mode 100644 index 361e19f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Numerics.dll deleted file mode 100644 index 936a838..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ObjectModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ObjectModel.dll deleted file mode 100644 index c8a4187..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ObjectModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.DispatchProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.DispatchProxy.dll deleted file mode 100644 index 91ee32e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.ILGeneration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index ffb19ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.Lightweight.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index 587a799..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.dll deleted file mode 100644 index 5323210..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Emit.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Extensions.dll deleted file mode 100644 index 3437192..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Metadata.dll deleted file mode 100644 index a17c367..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Primitives.dll deleted file mode 100644 index 8e49324..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.TypeExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 7aa7696..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.dll deleted file mode 100644 index 24d42e8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Reflection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.Reader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.Reader.dll deleted file mode 100644 index af0bcbd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.Reader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.ResourceManager.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.ResourceManager.dll deleted file mode 100644 index a445b72..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.Writer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.Writer.dll deleted file mode 100644 index e3d4f5f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Resources.Writer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.CompilerServices.VisualC.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index d1a1aad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Extensions.dll deleted file mode 100644 index 26d5428..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Handles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Handles.dll deleted file mode 100644 index 45063fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Handles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 71e1463..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.InteropServices.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.InteropServices.dll deleted file mode 100644 index 6f3ee1f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Intrinsics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Intrinsics.dll deleted file mode 100644 index da4c070..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Loader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Loader.dll deleted file mode 100644 index 9c463ad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Loader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Numerics.dll deleted file mode 100644 index 0410cb6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Formatters.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index f57b14b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 3738b69..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index d47072b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index 17ebdb7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.dll deleted file mode 100644 index b9046c5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.dll deleted file mode 100644 index dd8c033..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.AccessControl.dll deleted file mode 100644 index faa7b07..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Claims.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Claims.dll deleted file mode 100644 index 5668683..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Claims.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Algorithms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 17c569b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Cng.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Cng.dll deleted file mode 100644 index 968f622..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Csp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 84eb955..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index 1526611..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index 9898667..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.X509Certificates.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index 464fa67..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Xml.dll deleted file mode 100644 index 1450cf6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Permissions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Permissions.dll deleted file mode 100644 index b528e15..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Permissions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Principal.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Principal.Windows.dll deleted file mode 100644 index 1cbfa44..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Principal.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Principal.dll deleted file mode 100644 index 7d72096..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.Principal.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.SecureString.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.SecureString.dll deleted file mode 100644 index 8d8f2d9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.SecureString.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.dll deleted file mode 100644 index db321e9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ServiceModel.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ServiceModel.Web.dll deleted file mode 100644 index 3f354a3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ServiceModel.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ServiceProcess.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ServiceProcess.dll deleted file mode 100644 index 487f552..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ServiceProcess.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.CodePages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 5ac8621..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.Extensions.dll deleted file mode 100644 index 8a557ce..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.dll deleted file mode 100644 index 4939430..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Json.dll deleted file mode 100644 index ead089f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.RegularExpressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.RegularExpressions.dll deleted file mode 100644 index 45c89e5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Channels.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Channels.dll deleted file mode 100644 index 6e56a5c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Channels.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Overlapped.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Overlapped.dll deleted file mode 100644 index 9beaa68..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Overlapped.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Dataflow.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index a1ae45d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 298fae8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index e7732b7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.dll deleted file mode 100644 index 09fff5f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Tasks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Thread.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Thread.dll deleted file mode 100644 index afc19d1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Thread.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.ThreadPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.ThreadPool.dll deleted file mode 100644 index f839d0d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Timer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Timer.dll deleted file mode 100644 index a5738fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.Timer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.dll deleted file mode 100644 index d750822..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Threading.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Transactions.Local.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Transactions.Local.dll deleted file mode 100644 index bfd5c03..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Transactions.Local.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Transactions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Transactions.dll deleted file mode 100644 index 0412374..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Transactions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ValueTuple.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ValueTuple.dll deleted file mode 100644 index c1b610e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.ValueTuple.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Web.HttpUtility.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Web.HttpUtility.dll deleted file mode 100644 index 29c8448..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Web.HttpUtility.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Web.dll deleted file mode 100644 index 336f5c3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Windows.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Windows.Extensions.dll deleted file mode 100644 index 9fe0843..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Windows.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Windows.dll deleted file mode 100644 index be81f42..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.Linq.dll deleted file mode 100644 index e674a6b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.ReaderWriter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.ReaderWriter.dll deleted file mode 100644 index 1ee4665..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.Serialization.dll deleted file mode 100644 index 79cc5e9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XDocument.dll deleted file mode 100644 index a4d2df1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XPath.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 47fe008..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XPath.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XPath.dll deleted file mode 100644 index 148c6d6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XPath.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XmlDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XmlDocument.dll deleted file mode 100644 index aa10bce..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XmlSerializer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XmlSerializer.dll deleted file mode 100644 index ed9621d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.dll deleted file mode 100644 index 07e0b20..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.dll deleted file mode 100644 index 1069a2c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/System.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/WindowsBase.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/WindowsBase.dll deleted file mode 100644 index d0a2bb5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/WindowsBase.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/mscorlib.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/mscorlib.dll deleted file mode 100644 index bb40470..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/mscorlib.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/netstandard.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/netstandard.dll deleted file mode 100644 index b698f3b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net5.0/refs/netstandard.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html deleted file mode 100644 index 5f28270..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.Core.dll deleted file mode 100644 index f4225a2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.Core.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.Core.pdb deleted file mode 100644 index 805ac78..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.Core.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.deps.json b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.deps.json deleted file mode 100644 index 1737707..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.deps.json +++ /dev/null @@ -1,8070 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": { - "defines": [ - "TRACE", - "RELEASE", - "NET", - "NET6_0", - "NETCOREAPP", - "NET5_0_OR_GREATER", - "NET6_0_OR_GREATER", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER", - "NETCOREAPP3_0_OR_GREATER", - "NETCOREAPP3_1_OR_GREATER" - ], - "languageVersion": "10.0", - "platform": "", - "allowUnsafe": false, - "warningsAsErrors": false, - "optimize": true, - "keyFile": "", - "emitEntryPoint": false, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Our.Umbraco.Honeypot/0.1.0": { - "dependencies": { - "Our.Umbraco.Honeypot.Core": "0.1.0", - "Umbraco.Cms.Web.BackOffice": "10.0.0", - "Umbraco.Cms.Web.Website": "10.0.0", - "Umbraco.Forms.Core": "10.0.0", - "Umbraco.Forms.Web": "10.0.0", - "Microsoft.AspNetCore.Antiforgery": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.Core.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Authentication": "6.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth": "6.0.0.0", - "Microsoft.AspNetCore.Authorization.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Components.Authorization": "6.0.0.0", - "Microsoft.AspNetCore.Components": "6.0.0.0", - "Microsoft.AspNetCore.Components.Forms": "6.0.0.0", - "Microsoft.AspNetCore.Components.Server": "6.0.0.0", - "Microsoft.AspNetCore.Components.Web": "6.0.0.0", - "Microsoft.AspNetCore.Connections.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.CookiePolicy": "6.0.0.0", - "Microsoft.AspNetCore.Cors": "6.0.0.0", - "Microsoft.AspNetCore.Cryptography.Internal.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation.Reference": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Reference": "6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics": "6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks": "6.0.0.0", - "Microsoft.AspNetCore": "6.0.0.0", - "Microsoft.AspNetCore.HostFiltering": "6.0.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Hosting": "6.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common": "6.0.0.0", - "Microsoft.AspNetCore.Http.Connections": "6.0.0.0", - "Microsoft.AspNetCore.Http.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Extensions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Features.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Http.Results": "6.0.0.0", - "Microsoft.AspNetCore.HttpLogging": "6.0.0.0", - "Microsoft.AspNetCore.HttpOverrides": "6.0.0.0", - "Microsoft.AspNetCore.HttpsPolicy": "6.0.0.0", - "Microsoft.AspNetCore.Identity": "6.0.0.0", - "Microsoft.AspNetCore.Localization": "6.0.0.0", - "Microsoft.AspNetCore.Localization.Routing": "6.0.0.0", - "Microsoft.AspNetCore.Metadata": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Core.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Cors": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0.0", - "Microsoft.AspNetCore.Mvc": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Localization": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.Razor": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "6.0.0.0", - "Microsoft.AspNetCore.Razor.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching": "6.0.0.0", - "Microsoft.AspNetCore.ResponseCompression": "6.0.0.0", - "Microsoft.AspNetCore.Rewrite": "6.0.0.0", - "Microsoft.AspNetCore.Routing.Abstractions.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Routing.Reference": "6.0.0.0", - "Microsoft.AspNetCore.Server.HttpSys": "6.0.0.0", - "Microsoft.AspNetCore.Server.IIS": "6.0.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "6.0.0.0", - "Microsoft.AspNetCore.Session": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Common": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Core": "6.0.0.0", - "Microsoft.AspNetCore.SignalR": "6.0.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json": "6.0.0.0", - "Microsoft.AspNetCore.StaticFiles": "6.0.0.0", - "Microsoft.AspNetCore.WebSockets": "6.0.0.0", - "Microsoft.AspNetCore.WebUtilities.Reference": "6.0.0.0", - "Microsoft.CSharp.Reference": "6.0.0.0", - "Microsoft.Extensions.Caching.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Caching.Memory": "6.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.Binder.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "6.0.0.0", - "Microsoft.Extensions.Configuration.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.Ini": "6.0.0.0", - "Microsoft.Extensions.Configuration.Json.Reference": "6.0.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile": "6.0.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "6.0.0.0", - "Microsoft.Extensions.Configuration.Xml": "6.0.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.DependencyInjection.Reference": "6.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "6.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.0.0", - "Microsoft.Extensions.Features": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Composite.Reference": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Embedded.Reference": "6.0.0.0", - "Microsoft.Extensions.FileProviders.Physical.Reference": "6.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing.Reference": "6.0.0.0", - "Microsoft.Extensions.Hosting.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Hosting": "6.0.0.0", - "Microsoft.Extensions.Http.Reference": "6.0.0.0", - "Microsoft.Extensions.Identity.Core.Reference": "6.0.0.0", - "Microsoft.Extensions.Identity.Stores.Reference": "6.0.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.0.0", - "Microsoft.Extensions.Localization": "6.0.0.0", - "Microsoft.Extensions.Logging.Abstractions.Reference": "6.0.0.0", - "Microsoft.Extensions.Logging.Configuration": "6.0.0.0", - "Microsoft.Extensions.Logging.Console": "6.0.0.0", - "Microsoft.Extensions.Logging.Debug": "6.0.0.0", - "Microsoft.Extensions.Logging.Reference": "6.0.0.0", - "Microsoft.Extensions.Logging.EventLog": "6.0.0.0", - "Microsoft.Extensions.Logging.EventSource": "6.0.0.0", - "Microsoft.Extensions.Logging.TraceSource": "6.0.0.0", - "Microsoft.Extensions.ObjectPool.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations.Reference": "6.0.0.0", - "Microsoft.Extensions.Options.Reference": "6.0.0.0", - "Microsoft.Extensions.Primitives.Reference": "6.0.0.0", - "Microsoft.Extensions.WebEncoders": "6.0.0.0", - "Microsoft.JSInterop": "6.0.0.0", - "Microsoft.Net.Http.Headers.Reference": "6.0.0.0", - "Microsoft.VisualBasic.Core": "11.0.0.0", - "Microsoft.VisualBasic": "10.0.0.0", - "Microsoft.Win32.Primitives.Reference": "6.0.0.0", - "Microsoft.Win32.Registry.Reference": "6.0.0.0", - "mscorlib": "4.0.0.0", - "netstandard": "2.1.0.0", - "System.AppContext.Reference": "6.0.0.0", - "System.Buffers.Reference": "6.0.0.0", - "System.Collections.Concurrent.Reference": "6.0.0.0", - "System.Collections.Reference": "6.0.0.0", - "System.Collections.Immutable.Reference": "6.0.0.0", - "System.Collections.NonGeneric": "6.0.0.0", - "System.Collections.Specialized": "6.0.0.0", - "System.ComponentModel.Annotations.Reference": "6.0.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.ComponentModel.Reference": "6.0.0.0", - "System.ComponentModel.EventBasedAsync": "6.0.0.0", - "System.ComponentModel.Primitives.Reference": "6.0.0.0", - "System.ComponentModel.TypeConverter": "6.0.0.0", - "System.Configuration": "4.0.0.0", - "System.Console.Reference": "6.0.0.0", - "System.Core": "4.0.0.0", - "System.Data.Common.Reference": "6.0.0.0", - "System.Data.DataSetExtensions": "4.0.0.0", - "System.Data": "4.0.0.0", - "System.Diagnostics.Contracts": "6.0.0.0", - "System.Diagnostics.Debug.Reference": "6.0.0.0", - "System.Diagnostics.DiagnosticSource.Reference": "6.0.0.0", - "System.Diagnostics.EventLog": "6.0.0.0", - "System.Diagnostics.FileVersionInfo": "6.0.0.0", - "System.Diagnostics.Process": "6.0.0.0", - "System.Diagnostics.StackTrace.Reference": "6.0.0.0", - "System.Diagnostics.TextWriterTraceListener": "6.0.0.0", - "System.Diagnostics.Tools.Reference": "6.0.0.0", - "System.Diagnostics.TraceSource": "6.0.0.0", - "System.Diagnostics.Tracing.Reference": "6.0.0.0", - "System": "4.0.0.0", - "System.Drawing": "4.0.0.0", - "System.Drawing.Primitives": "6.0.0.0", - "System.Dynamic.Runtime.Reference": "6.0.0.0", - "System.Formats.Asn1.Reference": "6.0.0.0", - "System.Globalization.Calendars.Reference": "6.0.0.0", - "System.Globalization.Reference": "6.0.0.0", - "System.Globalization.Extensions.Reference": "6.0.0.0", - "System.IO.Compression.Brotli": "6.0.0.0", - "System.IO.Compression.Reference": "6.0.0.0", - "System.IO.Compression.FileSystem": "4.0.0.0", - "System.IO.Compression.ZipFile.Reference": "6.0.0.0", - "System.IO.Reference": "6.0.0.0", - "System.IO.FileSystem.AccessControl.Reference": "6.0.0.0", - "System.IO.FileSystem.Reference": "6.0.0.0", - "System.IO.FileSystem.DriveInfo": "6.0.0.0", - "System.IO.FileSystem.Primitives.Reference": "6.0.0.0", - "System.IO.FileSystem.Watcher": "6.0.0.0", - "System.IO.IsolatedStorage": "6.0.0.0", - "System.IO.MemoryMappedFiles": "6.0.0.0", - "System.IO.Pipelines.Reference": "6.0.0.0", - "System.IO.Pipes.AccessControl": "6.0.0.0", - "System.IO.Pipes": "6.0.0.0", - "System.IO.UnmanagedMemoryStream": "6.0.0.0", - "System.Linq.Reference": "6.0.0.0", - "System.Linq.Expressions.Reference": "6.0.0.0", - "System.Linq.Parallel": "6.0.0.0", - "System.Linq.Queryable": "6.0.0.0", - "System.Memory.Reference": "6.0.0.0", - "System.Net": "4.0.0.0", - "System.Net.Http.Reference": "6.0.0.0", - "System.Net.Http.Json": "6.0.0.0", - "System.Net.HttpListener": "6.0.0.0", - "System.Net.Mail": "6.0.0.0", - "System.Net.NameResolution": "6.0.0.0", - "System.Net.NetworkInformation": "6.0.0.0", - "System.Net.Ping": "6.0.0.0", - "System.Net.Primitives.Reference": "6.0.0.0", - "System.Net.Requests": "6.0.0.0", - "System.Net.Security": "6.0.0.0", - "System.Net.ServicePoint": "6.0.0.0", - "System.Net.Sockets.Reference": "6.0.0.0", - "System.Net.WebClient": "6.0.0.0", - "System.Net.WebHeaderCollection": "6.0.0.0", - "System.Net.WebProxy": "6.0.0.0", - "System.Net.WebSockets.Client": "6.0.0.0", - "System.Net.WebSockets": "6.0.0.0", - "System.Numerics": "4.0.0.0", - "System.Numerics.Vectors.Reference": "6.0.0.0", - "System.ObjectModel.Reference": "6.0.0.0", - "System.Reflection.DispatchProxy.Reference": "6.0.0.0", - "System.Reflection.Reference": "6.0.0.0", - "System.Reflection.Emit.Reference": "6.0.0.0", - "System.Reflection.Emit.ILGeneration.Reference": "6.0.0.0", - "System.Reflection.Emit.Lightweight.Reference": "6.0.0.0", - "System.Reflection.Extensions.Reference": "6.0.0.0", - "System.Reflection.Metadata.Reference": "6.0.0.0", - "System.Reflection.Primitives.Reference": "6.0.0.0", - "System.Reflection.TypeExtensions.Reference": "6.0.0.0", - "System.Resources.Reader": "6.0.0.0", - "System.Resources.ResourceManager.Reference": "6.0.0.0", - "System.Resources.Writer": "6.0.0.0", - "System.Runtime.CompilerServices.Unsafe.Reference": "6.0.0.0", - "System.Runtime.CompilerServices.VisualC": "6.0.0.0", - "System.Runtime.Reference": "6.0.0.0", - "System.Runtime.Extensions.Reference": "6.0.0.0", - "System.Runtime.Handles.Reference": "6.0.0.0", - "System.Runtime.InteropServices.Reference": "6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation.Reference": "6.0.0.0", - "System.Runtime.Intrinsics": "6.0.0.0", - "System.Runtime.Loader": "6.0.0.0", - "System.Runtime.Numerics.Reference": "6.0.0.0", - "System.Runtime.Serialization": "4.0.0.0", - "System.Runtime.Serialization.Formatters": "6.0.0.0", - "System.Runtime.Serialization.Json": "6.0.0.0", - "System.Runtime.Serialization.Primitives.Reference": "6.0.0.0", - "System.Runtime.Serialization.Xml": "6.0.0.0", - "System.Security.AccessControl.Reference": "6.0.0.0", - "System.Security.Claims": "6.0.0.0", - "System.Security.Cryptography.Algorithms.Reference": "6.0.0.0", - "System.Security.Cryptography.Cng.Reference": "6.0.0.0", - "System.Security.Cryptography.Csp.Reference": "6.0.0.0", - "System.Security.Cryptography.Encoding.Reference": "6.0.0.0", - "System.Security.Cryptography.OpenSsl.Reference": "6.0.0.0", - "System.Security.Cryptography.Primitives.Reference": "6.0.0.0", - "System.Security.Cryptography.X509Certificates.Reference": "6.0.0.0", - "System.Security.Cryptography.Xml.Reference": "6.0.0.0", - "System.Security": "4.0.0.0", - "System.Security.Principal": "6.0.0.0", - "System.Security.Principal.Windows.Reference": "6.0.0.0", - "System.Security.SecureString": "6.0.0.0", - "System.ServiceModel.Web": "4.0.0.0", - "System.ServiceProcess": "4.0.0.0", - "System.Text.Encoding.CodePages.Reference": "6.0.0.0", - "System.Text.Encoding.Reference": "6.0.0.0", - "System.Text.Encoding.Extensions.Reference": "6.0.0.0", - "System.Text.Encodings.Web.Reference": "6.0.0.0", - "System.Text.Json.Reference": "6.0.0.0", - "System.Text.RegularExpressions.Reference": "6.0.0.0", - "System.Threading.Channels": "6.0.0.0", - "System.Threading.Reference": "6.0.0.0", - "System.Threading.Overlapped": "6.0.0.0", - "System.Threading.Tasks.Dataflow.Reference": "6.0.0.0", - "System.Threading.Tasks.Reference": "6.0.0.0", - "System.Threading.Tasks.Extensions.Reference": "6.0.0.0", - "System.Threading.Tasks.Parallel.Reference": "6.0.0.0", - "System.Threading.Thread": "6.0.0.0", - "System.Threading.ThreadPool": "6.0.0.0", - "System.Threading.Timer.Reference": "6.0.0.0", - "System.Transactions": "4.0.0.0", - "System.Transactions.Local": "6.0.0.0", - "System.ValueTuple": "4.0.3.0", - "System.Web": "4.0.0.0", - "System.Web.HttpUtility": "6.0.0.0", - "System.Windows": "4.0.0.0", - "System.Xml": "4.0.0.0", - "System.Xml.Linq": "4.0.0.0", - "System.Xml.ReaderWriter.Reference": "6.0.0.0", - "System.Xml.Serialization": "4.0.0.0", - "System.Xml.XDocument.Reference": "6.0.0.0", - "System.Xml.XmlDocument": "6.0.0.0", - "System.Xml.XmlSerializer": "6.0.0.0", - "System.Xml.XPath": "6.0.0.0", - "System.Xml.XPath.XDocument": "6.0.0.0", - "WindowsBase": "4.0.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.dll": {} - } - }, - "Azure.Core/1.6.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.0.0", - "System.Buffers": "4.5.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Core.dll": { - "assemblyVersion": "1.6.0.0", - "fileVersion": "1.600.20.52802" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Core.dll": {} - } - }, - "Azure.Identity/1.3.0": { - "dependencies": { - "Azure.Core": "1.6.0", - "Microsoft.Identity.Client": "4.22.0", - "Microsoft.Identity.Client.Extensions.Msal": "2.16.5", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Text.Json": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.3.0.0", - "fileVersion": "1.300.20.56202" - } - }, - "compile": { - "lib/netstandard2.0/Azure.Identity.dll": {} - } - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "runtime": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": { - "assemblyVersion": "14.906.1403.1083", - "fileVersion": "14.906.1403.1083" - } - }, - "compile": { - "lib/netstandard2.0/CSharpTest.Net.Collections.dll": {} - } - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "dependencies": { - "DotNet.Glob": "3.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "NETStandard.Library": "1.6.1" - }, - "runtime": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Dazinator.Extensions.FileProviders.dll": {} - } - }, - "DotNet.Glob/3.1.0": { - "runtime": { - "lib/netcoreapp2.1/DotNet.Glob.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/netcoreapp2.1/DotNet.Glob.dll": {} - } - }, - "Examine/3.0.0": { - "dependencies": { - "Examine.Core": "3.0.0", - "Examine.Lucene": "3.0.0", - "Microsoft.AspNetCore.DataProtection": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.dll": {} - } - }, - "Examine.Core/3.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Core.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Core.dll": {} - } - }, - "Examine.Lucene/3.0.0": { - "dependencies": { - "Examine.Core": "3.0.0", - "Lucene.Net.QueryParser": "4.8.0-beta00016", - "Lucene.Net.Replicator": "4.8.0-beta00016", - "System.Threading": "4.3.0", - "System.Threading.AccessControl": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Examine.Lucene.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Examine.Lucene.dll": {} - } - }, - "HtmlAgilityPack/1.11.43": { - "runtime": { - "lib/netstandard2.0/HtmlAgilityPack.dll": { - "assemblyVersion": "1.11.43.0", - "fileVersion": "1.11.43.0" - } - }, - "compile": { - "lib/netstandard2.0/HtmlAgilityPack.dll": {} - } - }, - "IPNetwork2/2.5.422": { - "runtime": { - "lib/net5.0/System.Net.IPNetwork.dll": { - "assemblyVersion": "2.5.422.0", - "fileVersion": "2.5.422.0" - } - }, - "compile": { - "lib/net5.0/System.Net.IPNetwork.dll": {} - } - }, - "J2N/2.0.0": { - "runtime": { - "lib/net6.0/J2N.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/net6.0/J2N.dll": {} - } - }, - "K4os.Compression.LZ4/1.2.16": { - "runtime": { - "lib/net5.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.2.16.0", - "fileVersion": "1.2.16.0" - } - }, - "compile": { - "lib/net5.0/K4os.Compression.LZ4.dll": {} - } - }, - "Lucene.Net/4.8.0-beta00016": { - "dependencies": { - "J2N": "2.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net6.0/Lucene.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.dll": {} - } - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Analysis.Common.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Analysis.Common.dll": {} - } - }, - "Lucene.Net.Facet/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net.Join": "4.8.0-beta00016", - "Lucene.Net.Queries": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Facet.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Facet.dll": {} - } - }, - "Lucene.Net.Grouping/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016", - "Lucene.Net.Queries": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Grouping.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Grouping.dll": {} - } - }, - "Lucene.Net.Join/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net.Grouping": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Join.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Join.dll": {} - } - }, - "Lucene.Net.Queries/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Queries.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Queries.dll": {} - } - }, - "Lucene.Net.QueryParser/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net.Analysis.Common": "4.8.0-beta00016", - "Lucene.Net.Queries": "4.8.0-beta00016", - "Lucene.Net.Sandbox": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.QueryParser.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.QueryParser.dll": {} - } - }, - "Lucene.Net.Replicator/4.8.0-beta00016": { - "dependencies": { - "J2N": "2.0.0", - "Lucene.Net": "4.8.0-beta00016", - "Lucene.Net.Facet": "4.8.0-beta00016", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Replicator.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Replicator.dll": {} - } - }, - "Lucene.Net.Sandbox/4.8.0-beta00016": { - "dependencies": { - "Lucene.Net": "4.8.0-beta00016" - }, - "runtime": { - "lib/net6.0/Lucene.Net.Sandbox.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.8.0.0" - } - }, - "compile": { - "lib/net6.0/Lucene.Net.Sandbox.dll": {} - } - }, - "MailKit/3.2.0": { - "dependencies": { - "MimeKit": "3.2.0" - }, - "runtime": { - "lib/net6.0/MailKit.dll": { - "assemblyVersion": "3.2.0.0", - "fileVersion": "3.2.0.0" - } - }, - "compile": { - "lib/net6.0/MailKit.dll": {} - } - }, - "Markdown/2.2.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Markdown.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard1.3/Markdown.dll": {} - } - }, - "MessagePack/2.3.85": { - "dependencies": { - "MessagePack.Annotations": "2.3.85" - }, - "runtime": { - "lib/net5.0/MessagePack.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.85.30390" - } - }, - "compile": { - "lib/net5.0/MessagePack.dll": {} - } - }, - "MessagePack.Annotations/2.3.85": { - "runtime": { - "lib/netstandard2.0/MessagePack.Annotations.dll": { - "assemblyVersion": "2.3.0.0", - "fileVersion": "2.3.85.30390" - } - }, - "compile": { - "lib/netstandard2.0/MessagePack.Annotations.dll": {} - } - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Authorization": "2.2.0" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal/6.0.5": { - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "6.0.5" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "6.0.5", - "Microsoft.AspNetCore.DataProtection.Abstractions": "5.0.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0" - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": {}, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "dependencies": { - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.WebUtilities": "2.2.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "5.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.AspNetCore.Http.Features/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.IO.Pipelines": "5.0.0" - } - }, - "Microsoft.AspNetCore.JsonPatch/6.0.5": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Net.Http.Headers": "2.2.0" - } - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.2.0", - "Microsoft.AspNetCore.Authorization.Policy": "2.2.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Http": "2.2.0", - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Abstractions": "2.2.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Routing": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyModel": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "6.0.5", - "Newtonsoft.Json": "13.0.1", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "6.0.5", - "Microsoft.CodeAnalysis.Razor": "6.0.5" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.5", - "Microsoft.CodeAnalysis.Razor": "6.0.5", - "Microsoft.Extensions.DependencyModel": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/net6.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.Razor.Language/6.0.5": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} - } - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Extensions": "2.2.0", - "Microsoft.AspNetCore.Routing.Abstractions": "2.2.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.ObjectPool": "2.2.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0" - } - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.0.0": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.19.46214" - } - }, - "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": {}, - "Microsoft.CodeAnalysis.Common/4.0.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.2", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.121.55815" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/4.0.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.121.55815" - } - }, - "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.Razor/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "6.0.5", - "Microsoft.CodeAnalysis.CSharp": "4.0.1", - "Microsoft.CodeAnalysis.Common": "4.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "6.0.5.0", - "fileVersion": "6.0.522.21802" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Data.SqlClient/3.0.0": { - "dependencies": { - "Azure.Identity": "1.3.0", - "Microsoft.Data.SqlClient.SNI.runtime": "3.0.0", - "Microsoft.Identity.Client": "4.22.0", - "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "6.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - }, - "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - }, - "compile": { - "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {} - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/3.0.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "3.0.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "3.0.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "3.0.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "3.0.0.0" - } - } - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Embedded/6.0.5": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {}, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Http/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Identity.Core/6.0.5": { - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "6.0.5", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.Extensions.Identity.Stores/6.0.5": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "6.0.0", - "Microsoft.Extensions.Identity.Core": "6.0.5", - "Microsoft.Extensions.Logging": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21802" - } - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": {}, - "Microsoft.Extensions.ObjectPool/2.2.0": {}, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Options.DataAnnotations/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.ComponentModel.Annotations": "5.0.0" - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Identity.Client/4.22.0": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.22.0.0", - "fileVersion": "4.22.0.0" - } - }, - "compile": { - "ref/netcoreapp2.1/Microsoft.Identity.Client.dll": {} - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.16.5": { - "dependencies": { - "Microsoft.Identity.Client": "4.22.0", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "2.16.5.0", - "fileVersion": "2.16.5.0" - } - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {} - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} - } - }, - "Microsoft.IdentityModel.Logging/6.8.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.8.0", - "Microsoft.IdentityModel.Tokens": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.8.0", - "System.IdentityModel.Tokens.Jwt": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} - } - }, - "Microsoft.IdentityModel.Tokens/6.8.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Microsoft.IdentityModel.Logging": "6.8.0", - "System.Security.Cryptography.Cng": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {} - } - }, - "Microsoft.IO.RecyclableMemoryStream/2.2.0": { - "runtime": { - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "assemblyVersion": "2.2.0.0", - "fileVersion": "2.2.0.0" - } - }, - "compile": { - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0", - "System.Buffers": "4.5.1" - } - }, - "Microsoft.NETCore.Platforms/5.0.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {} - } - }, - "MimeKit/3.2.0": { - "dependencies": { - "Portable.BouncyCastle": "1.9.0", - "System.Security.Cryptography.Pkcs": "6.0.1" - }, - "runtime": { - "lib/net6.0/MimeKit.dll": { - "assemblyVersion": "3.2.0.0", - "fileVersion": "3.2.0.0" - } - }, - "compile": { - "lib/net6.0/MimeKit.dll": {} - } - }, - "MiniProfiler.AspNetCore/4.2.22": { - "dependencies": { - "MiniProfiler.Shared": "4.2.22", - "System.Text.Json": "6.0.0" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": {} - } - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "dependencies": { - "MiniProfiler.AspNetCore": "4.2.22" - }, - "runtime": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": {} - } - }, - "MiniProfiler.Shared/4.2.22": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Newtonsoft.Json": "13.0.1", - "System.ComponentModel.Primitives": "4.3.0", - "System.Data.Common": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0" - }, - "runtime": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.2.22.25413" - } - }, - "compile": { - "lib/netstandard2.0/MiniProfiler.Shared.dll": {} - } - }, - "NCrontab/3.3.1": { - "runtime": { - "lib/netstandard2.0/NCrontab.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - }, - "compile": { - "lib/netstandard2.0/NCrontab.dll": {} - } - }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "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.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.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.InteropServices.RuntimeInformation": "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.Security.Cryptography.X509Certificates": "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.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {} - } - }, - "NPoco/5.3.2": { - "dependencies": { - "System.Linq.Async": "5.0.0", - "System.Reflection.Emit.Lightweight": "4.7.0" - }, - "runtime": { - "lib/netstandard2.1/NPoco.dll": { - "assemblyVersion": "5.3.2.0", - "fileVersion": "5.3.2.0" - } - }, - "compile": { - "lib/netstandard2.1/NPoco.dll": {} - } - }, - "NPoco.SqlServer/5.3.2": { - "dependencies": { - "Microsoft.Data.SqlClient": "3.0.0", - "NPoco": "5.3.2", - "Polly": "7.2.2" - }, - "runtime": { - "lib/netstandard2.1/NPoco.SqlServer.dll": { - "assemblyVersion": "5.3.2.0", - "fileVersion": "5.3.2.0" - } - }, - "compile": { - "lib/netstandard2.1/NPoco.SqlServer.dll": {} - } - }, - "NUglify/1.13.12": { - "runtime": { - "lib/netstandard2.0/NUglify.dll": { - "assemblyVersion": "1.13.12.0", - "fileVersion": "1.13.12.0" - } - }, - "compile": { - "lib/netstandard2.0/NUglify.dll": {} - } - }, - "Polly/7.2.2": { - "runtime": { - "lib/netstandard2.0/Polly.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.2.2.0" - } - }, - "compile": { - "lib/netstandard2.0/Polly.dll": {} - } - }, - "Portable.BouncyCastle/1.9.0": { - "runtime": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": { - "assemblyVersion": "1.9.0.0", - "fileVersion": "1.9.0.1" - } - }, - "compile": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": {} - } - }, - "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.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/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": {}, - "Serilog/2.11.0": { - "runtime": { - "lib/net5.0/Serilog.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.11.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.dll": {} - } - }, - "Serilog.AspNetCore/5.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "2.11.0", - "Serilog.Extensions.Hosting": "4.2.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Console": "4.0.1", - "Serilog.Sinks.Debug": "2.0.0", - "Serilog.Sinks.File": "5.0.0" - }, - "runtime": { - "lib/net5.0/Serilog.AspNetCore.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.AspNetCore.dll": {} - } - }, - "Serilog.Enrichers.Process/2.0.2": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.2.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Process.dll": {} - } - }, - "Serilog.Enrichers.Thread/3.1.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": {} - } - }, - "Serilog.Expressions/3.4.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Expressions.dll": { - "assemblyVersion": "3.4.0.0", - "fileVersion": "3.4.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Expressions.dll": {} - } - }, - "Serilog.Extensions.Hosting/4.2.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Serilog": "2.11.0", - "Serilog.Extensions.Logging": "3.1.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.2.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Extensions.Hosting.dll": {} - } - }, - "Serilog.Extensions.Logging/3.1.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "6.0.0", - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "3.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {} - } - }, - "Serilog.Formatting.Compact/1.1.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": { - "assemblyVersion": "1.1.0.0", - "fileVersion": "1.1.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Formatting.Compact.dll": {} - } - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": { - "assemblyVersion": "1.0.5.0", - "fileVersion": "1.0.5.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Formatting.Compact.Reader.dll": {} - } - }, - "Serilog.Settings.Configuration/3.3.0": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": { - "assemblyVersion": "3.3.0.0", - "fileVersion": "3.3.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {} - } - }, - "Serilog.Sinks.Async/1.5.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": { - "assemblyVersion": "1.5.0.0", - "fileVersion": "1.5.0.0" - } - }, - "compile": { - "lib/netstandard2.0/Serilog.Sinks.Async.dll": {} - } - }, - "Serilog.Sinks.Console/4.0.1": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Console.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.0.1.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.Console.dll": {} - } - }, - "Serilog.Sinks.Debug/2.0.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - }, - "compile": { - "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.File/5.0.0": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.File.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.File.dll": {} - } - }, - "Serilog.Sinks.Map/1.0.2": { - "dependencies": { - "Serilog": "2.11.0" - }, - "runtime": { - "lib/net5.0/Serilog.Sinks.Map.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.2.0" - } - }, - "compile": { - "lib/net5.0/Serilog.Sinks.Map.dll": {} - } - }, - "SixLabors.ImageSharp/2.1.2": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "5.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.2.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {} - } - }, - "SixLabors.ImageSharp.Web/2.0.1": { - "dependencies": { - "Microsoft.IO.RecyclableMemoryStream": "2.2.0", - "SixLabors.ImageSharp": "2.1.2" - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.1.0" - } - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.Web.dll": {} - } - }, - "Smidge/4.1.0": { - "dependencies": { - "Smidge.Core": "4.1.0" - }, - "runtime": { - "lib/net5.0/Smidge.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.dll": {} - } - }, - "Smidge.Core/4.1.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "5.0.0", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.FileProviders.Composite": "5.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.Core.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Core.dll": {} - } - }, - "Smidge.InMemory/4.1.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Smidge.Core": "4.1.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/net5.0/Smidge.InMemory.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.InMemory.dll": {} - } - }, - "Smidge.Nuglify/4.1.0": { - "dependencies": { - "NUglify": "1.13.12", - "Smidge": "4.1.0" - }, - "runtime": { - "lib/net5.0/Smidge.Nuglify.dll": { - "assemblyVersion": "4.1.0.0", - "fileVersion": "4.1.0.0" - } - }, - "compile": { - "lib/net5.0/Smidge.Nuglify.dll": {} - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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/5.0.0": {}, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Annotations/5.0.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.Configuration.ConfigurationManager/6.0.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": {} - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.Common/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.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Drawing.Common.dll": {} - } - }, - "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.Formats.Asn1/6.0.0": {}, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.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" - } - }, - "System.IdentityModel.Tokens.Jwt/6.8.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", - "Microsoft.IdentityModel.Tokens": "6.8.0" - }, - "runtime": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.8.0.0", - "fileVersion": "6.8.0.11012" - } - }, - "compile": { - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {} - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.0.0", - "System.Buffers": "4.5.1", - "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" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.5.1", - "System.IO": "4.3.0", - "System.IO.Compression": "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.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.AccessControl/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Pipelines/5.0.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.Async/5.0.0": { - "runtime": { - "lib/netcoreapp3.1/System.Linq.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - }, - "compile": { - "ref/netcoreapp3.1/System.Linq.Async.dll": {} - } - }, - "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.7.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.Memory/4.5.4": {}, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "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" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.5.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.ServiceModel/4.8.1": { - "dependencies": { - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.DispatchProxy": "4.7.1", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Private.ServiceModel.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.DispatchProxy/4.7.1": {}, - "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.7.0": {}, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/5.0.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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": "5.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": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Runtime.Caching.dll": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "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.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.AccessControl/6.0.0": {}, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "System.Security.Cryptography.Cng/4.5.0": {}, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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" - } - }, - "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" - } - }, - "System.Security.Cryptography.Pkcs/6.0.1": { - "dependencies": { - "System.Formats.Asn1": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21309" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.522.21309" - } - }, - "compile": { - "lib/net6.0/System.Security.Cryptography.Pkcs.dll": {} - } - }, - "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/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.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.5.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" - } - }, - "System.Security.Cryptography.Xml/5.0.0": { - "dependencies": { - "System.Security.Cryptography.Pkcs": "6.0.1", - "System.Security.Permissions": "6.0.0" - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Security.Permissions.dll": {} - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.ServiceModel.Http/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1" - }, - "runtime": { - "lib/netstandard2.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netstandard2.0/System.ServiceModel.Http.dll": {} - } - }, - "System.ServiceModel.Primitives/4.8.1": { - "dependencies": { - "System.Private.ServiceModel": "4.8.1" - }, - "runtime": { - "lib/netcoreapp2.1/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "4.8.1.0", - "fileVersion": "4.800.121.7802" - }, - "lib/netcoreapp2.1/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.800.121.7802" - } - }, - "compile": { - "ref/netcoreapp2.1/System.ServiceModel.Primitives.dll": {}, - "ref/netcoreapp2.1/System.ServiceModel.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "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.AccessControl/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.AccessControl.dll": { - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Threading.AccessControl.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "compile": { - "ref/netstandard2.0/System.Threading.AccessControl.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/6.0.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "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.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "compile": { - "lib/net6.0/System.Windows.Extensions.dll": {} - } - }, - "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.5.4" - } - }, - "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" - } - }, - "Umbraco.Cms.Core/10.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "6.0.5", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Identity.Core": "6.0.5", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "6.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "6.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Core.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Core.dll": {} - } - }, - "Umbraco.Cms.Examine.Lucene/10.0.0": { - "dependencies": { - "Examine": "3.0.0", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Examine.Lucene.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Examine.Lucene.dll": {} - } - }, - "Umbraco.Cms.Infrastructure/10.0.0": { - "dependencies": { - "Examine.Core": "3.0.0", - "HtmlAgilityPack": "1.11.43", - "IPNetwork2": "2.5.422", - "MailKit": "3.2.0", - "Markdown": "2.2.1", - "Microsoft.CSharp": "4.7.0", - "Microsoft.CodeAnalysis.CSharp": "4.0.1", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Http": "6.0.0", - "Microsoft.Extensions.Identity.Stores": "6.0.5", - "MiniProfiler.Shared": "4.2.22", - "NPoco.SqlServer": "5.3.2", - "Newtonsoft.Json": "13.0.1", - "Serilog": "2.11.0", - "Serilog.Enrichers.Process": "2.0.2", - "Serilog.Enrichers.Thread": "3.1.0", - "Serilog.Expressions": "3.4.0", - "Serilog.Extensions.Hosting": "4.2.0", - "Serilog.Formatting.Compact": "1.1.0", - "Serilog.Formatting.Compact.Reader": "1.0.5", - "Serilog.Settings.Configuration": "3.3.0", - "Serilog.Sinks.Async": "1.5.0", - "Serilog.Sinks.File": "5.0.0", - "Serilog.Sinks.Map": "1.0.2", - "SixLabors.ImageSharp": "2.1.2", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.Cryptography.Pkcs": "6.0.1", - "System.Text.Encodings.Web": "6.0.0", - "System.Threading.Tasks.Dataflow": "6.0.0", - "Umbraco.Cms.Core": "10.0.0", - "NCrontab": "3.3.1" - }, - "runtime": { - "lib/net6.0/Umbraco.Infrastructure.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Infrastructure.dll": {} - } - }, - "Umbraco.Cms.PublishedCache.NuCache/10.0.0": { - "dependencies": { - "CSharpTest.Net.Collections-NetStd2": "14.906.1403.1084", - "K4os.Compression.LZ4": "1.2.16", - "MessagePack": "2.3.85", - "Newtonsoft.Json": "13.0.1", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.PublishedCache.NuCache.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.PublishedCache.NuCache.dll": {} - } - }, - "Umbraco.Cms.Web.BackOffice/10.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "Serilog.AspNetCore": "5.0.0", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Examine.Lucene": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0", - "Umbraco.Cms.Web.Common": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Web.BackOffice.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Web.BackOffice.dll": {} - } - }, - "Umbraco.Cms.Web.Common/10.0.0": { - "dependencies": { - "Dazinator.Extensions.FileProviders": "2.0.0", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.5", - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "6.0.5", - "MiniProfiler.AspNetCore.Mvc": "4.2.22", - "Serilog.AspNetCore": "5.0.0", - "SixLabors.ImageSharp.Web": "2.0.1", - "Smidge.InMemory": "4.1.0", - "Smidge.Nuglify": "4.1.0", - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Examine.Lucene": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0", - "Umbraco.Cms.PublishedCache.NuCache": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Web.Common.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Web.Common.dll": {} - } - }, - "Umbraco.Cms.Web.Website/10.0.0": { - "dependencies": { - "Umbraco.Cms.Core": "10.0.0", - "Umbraco.Cms.Infrastructure": "10.0.0", - "Umbraco.Cms.Web.Common": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Web.Website.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.51" - } - }, - "compile": { - "lib/net6.0/Umbraco.Web.Website.dll": {} - } - }, - "Umbraco.Forms.Core/10.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "10.0.0", - "Umbraco.Licensing": "4.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Forms.Core.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - }, - "compile": { - "lib/net6.0/Umbraco.Forms.Core.dll": {} - } - }, - "Umbraco.Forms.Web/10.0.0": { - "dependencies": { - "Umbraco.Cms.Web.BackOffice": "10.0.0", - "Umbraco.Cms.Web.Website": "10.0.0", - "Umbraco.Forms.Core": "10.0.0" - }, - "runtime": { - "lib/net6.0/Umbraco.Forms.Web.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.0.0" - } - }, - "compile": { - "lib/net6.0/Umbraco.Forms.Web.dll": {} - } - }, - "Umbraco.Licensing/4.0.0": { - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.ServiceModel.Http": "4.8.1", - "System.ServiceModel.Primitives": "4.8.1", - "Umbraco.Cms.Web.Common": "10.0.0" - }, - "runtime": { - "lib/net5.0/Umbraco.Licensing.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - }, - "compile": { - "lib/net5.0/Umbraco.Licensing.dll": {} - } - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.2.0", - "Microsoft.AspNetCore.Mvc.Core": "2.2.5", - "Microsoft.AspNetCore.Razor": "2.2.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Umbraco.Cms.Core": "10.0.0" - }, - "runtime": { - "Our.Umbraco.Honeypot.Core.dll": {} - }, - "compile": { - "Our.Umbraco.Honeypot.Core.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Cookies/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Cookies.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.OAuth/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authentication.OAuth.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.Policy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Authorization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Forms/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Forms.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Server/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Server.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Components.Web/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Components.Web.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Connections.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Connections.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.CookiePolicy/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.CookiePolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cors/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.Internal.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.Internal.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Extensions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HostFiltering/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HostFiltering.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections.Common/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Connections/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Connections.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Results/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Results.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpLogging/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpLogging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpOverrides/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpOverrides.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.HttpsPolicy/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.HttpsPolicy.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Identity/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Identity.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Localization.Routing/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Localization.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Metadata/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Metadata.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Cors/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Cors.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Localization/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.Razor/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.RazorPages/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Razor.Runtime/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Razor.Runtime.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCaching/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCaching.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.ResponseCompression/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.ResponseCompression.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Rewrite/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Rewrite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.HttpSys/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.HttpSys.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IIS/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IIS.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.IISIntegration/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.IISIntegration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Session/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Session.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Common/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Common.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Core/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.StaticFiles/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.StaticFiles.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebSockets/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebSockets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.WebUtilities.Reference/6.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CSharp.Reference/6.0.0.0": { - "compile": { - "Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Memory/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Caching.Memory.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.CommandLine.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.FileExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Ini/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Ini.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Json.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Json.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.KeyPerFile/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.UserSecrets.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Xml/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Xml.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Features/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Features.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Embedded.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Embedded.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Hosting.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Http.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Core.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Stores.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Stores.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization.Abstractions/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Localization/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Localization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Configuration/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Configuration.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Console/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Console.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Debug/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.Debug.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventLog.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.EventSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Logging.TraceSource/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Logging.TraceSource.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.ObjectPool.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.ObjectPool.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Primitives.Reference/6.0.0.0": { - "compile": { - "Microsoft.Extensions.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.WebEncoders/6.0.0.0": { - "compile": { - "Microsoft.Extensions.WebEncoders.dll": {} - }, - "compileOnly": true - }, - "Microsoft.JSInterop/6.0.0.0": { - "compile": { - "Microsoft.JSInterop.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Net.Http.Headers.Reference/6.0.0.0": { - "compile": { - "Microsoft.Net.Http.Headers.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic.Core/11.0.0.0": { - "compile": { - "Microsoft.VisualBasic.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.VisualBasic/10.0.0.0": { - "compile": { - "Microsoft.VisualBasic.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Primitives.Reference/6.0.0.0": { - "compile": { - "Microsoft.Win32.Primitives.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Win32.Registry.Reference/6.0.0.0": { - "compile": { - "Microsoft.Win32.Registry.dll": {} - }, - "compileOnly": true - }, - "mscorlib/4.0.0.0": { - "compile": { - "mscorlib.dll": {} - }, - "compileOnly": true - }, - "netstandard/2.1.0.0": { - "compile": { - "netstandard.dll": {} - }, - "compileOnly": true - }, - "System.AppContext.Reference/6.0.0.0": { - "compile": { - "System.AppContext.dll": {} - }, - "compileOnly": true - }, - "System.Buffers.Reference/6.0.0.0": { - "compile": { - "System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent.Reference/6.0.0.0": { - "compile": { - "System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Reference/6.0.0.0": { - "compile": { - "System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable.Reference/6.0.0.0": { - "compile": { - "System.Collections.Immutable.dll": {} - }, - "compileOnly": true - }, - "System.Collections.NonGeneric/6.0.0.0": { - "compile": { - "System.Collections.NonGeneric.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Specialized/6.0.0.0": { - "compile": { - "System.Collections.Specialized.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Annotations.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.Annotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "compile": { - "System.ComponentModel.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.EventBasedAsync/6.0.0.0": { - "compile": { - "System.ComponentModel.EventBasedAsync.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.Primitives.Reference/6.0.0.0": { - "compile": { - "System.ComponentModel.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.ComponentModel.TypeConverter/6.0.0.0": { - "compile": { - "System.ComponentModel.TypeConverter.dll": {} - }, - "compileOnly": true - }, - "System.Configuration/4.0.0.0": { - "compile": { - "System.Configuration.dll": {} - }, - "compileOnly": true - }, - "System.Console.Reference/6.0.0.0": { - "compile": { - "System.Console.dll": {} - }, - "compileOnly": true - }, - "System.Core/4.0.0.0": { - "compile": { - "System.Core.dll": {} - }, - "compileOnly": true - }, - "System.Data.Common.Reference/6.0.0.0": { - "compile": { - "System.Data.Common.dll": {} - }, - "compileOnly": true - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "compile": { - "System.Data.DataSetExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Data/4.0.0.0": { - "compile": { - "System.Data.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Contracts/6.0.0.0": { - "compile": { - "System.Diagnostics.Contracts.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Debug.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.DiagnosticSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.EventLog/6.0.0.0": { - "compile": { - "System.Diagnostics.EventLog.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.FileVersionInfo/6.0.0.0": { - "compile": { - "System.Diagnostics.FileVersionInfo.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Process/6.0.0.0": { - "compile": { - "System.Diagnostics.Process.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.StackTrace.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.StackTrace.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TextWriterTraceListener/6.0.0.0": { - "compile": { - "System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tools.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Tools.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.TraceSource/6.0.0.0": { - "compile": { - "System.Diagnostics.TraceSource.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.Tracing.Reference/6.0.0.0": { - "compile": { - "System.Diagnostics.Tracing.dll": {} - }, - "compileOnly": true - }, - "System/4.0.0.0": { - "compile": { - "System.dll": {} - }, - "compileOnly": true - }, - "System.Drawing/4.0.0.0": { - "compile": { - "System.Drawing.dll": {} - }, - "compileOnly": true - }, - "System.Drawing.Primitives/6.0.0.0": { - "compile": { - "System.Drawing.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Dynamic.Runtime.Reference/6.0.0.0": { - "compile": { - "System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Asn1.Reference/6.0.0.0": { - "compile": { - "System.Formats.Asn1.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Calendars.Reference/6.0.0.0": { - "compile": { - "System.Globalization.Calendars.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Reference/6.0.0.0": { - "compile": { - "System.Globalization.dll": {} - }, - "compileOnly": true - }, - "System.Globalization.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Globalization.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Brotli/6.0.0.0": { - "compile": { - "System.IO.Compression.Brotli.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.Reference/6.0.0.0": { - "compile": { - "System.IO.Compression.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "compile": { - "System.IO.Compression.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.Compression.ZipFile.Reference/6.0.0.0": { - "compile": { - "System.IO.Compression.ZipFile.dll": {} - }, - "compileOnly": true - }, - "System.IO.Reference/6.0.0.0": { - "compile": { - "System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.AccessControl.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.DriveInfo/6.0.0.0": { - "compile": { - "System.IO.FileSystem.DriveInfo.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Primitives.Reference/6.0.0.0": { - "compile": { - "System.IO.FileSystem.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem.Watcher/6.0.0.0": { - "compile": { - "System.IO.FileSystem.Watcher.dll": {} - }, - "compileOnly": true - }, - "System.IO.IsolatedStorage/6.0.0.0": { - "compile": { - "System.IO.IsolatedStorage.dll": {} - }, - "compileOnly": true - }, - "System.IO.MemoryMappedFiles/6.0.0.0": { - "compile": { - "System.IO.MemoryMappedFiles.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipelines.Reference/6.0.0.0": { - "compile": { - "System.IO.Pipelines.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes.AccessControl/6.0.0.0": { - "compile": { - "System.IO.Pipes.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.IO.Pipes/6.0.0.0": { - "compile": { - "System.IO.Pipes.dll": {} - }, - "compileOnly": true - }, - "System.IO.UnmanagedMemoryStream/6.0.0.0": { - "compile": { - "System.IO.UnmanagedMemoryStream.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Reference/6.0.0.0": { - "compile": { - "System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions.Reference/6.0.0.0": { - "compile": { - "System.Linq.Expressions.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Parallel/6.0.0.0": { - "compile": { - "System.Linq.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Queryable/6.0.0.0": { - "compile": { - "System.Linq.Queryable.dll": {} - }, - "compileOnly": true - }, - "System.Memory.Reference/6.0.0.0": { - "compile": { - "System.Memory.dll": {} - }, - "compileOnly": true - }, - "System.Net/4.0.0.0": { - "compile": { - "System.Net.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Reference/6.0.0.0": { - "compile": { - "System.Net.Http.dll": {} - }, - "compileOnly": true - }, - "System.Net.Http.Json/6.0.0.0": { - "compile": { - "System.Net.Http.Json.dll": {} - }, - "compileOnly": true - }, - "System.Net.HttpListener/6.0.0.0": { - "compile": { - "System.Net.HttpListener.dll": {} - }, - "compileOnly": true - }, - "System.Net.Mail/6.0.0.0": { - "compile": { - "System.Net.Mail.dll": {} - }, - "compileOnly": true - }, - "System.Net.NameResolution/6.0.0.0": { - "compile": { - "System.Net.NameResolution.dll": {} - }, - "compileOnly": true - }, - "System.Net.NetworkInformation/6.0.0.0": { - "compile": { - "System.Net.NetworkInformation.dll": {} - }, - "compileOnly": true - }, - "System.Net.Ping/6.0.0.0": { - "compile": { - "System.Net.Ping.dll": {} - }, - "compileOnly": true - }, - "System.Net.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Net.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Net.Requests/6.0.0.0": { - "compile": { - "System.Net.Requests.dll": {} - }, - "compileOnly": true - }, - "System.Net.Security/6.0.0.0": { - "compile": { - "System.Net.Security.dll": {} - }, - "compileOnly": true - }, - "System.Net.ServicePoint/6.0.0.0": { - "compile": { - "System.Net.ServicePoint.dll": {} - }, - "compileOnly": true - }, - "System.Net.Sockets.Reference/6.0.0.0": { - "compile": { - "System.Net.Sockets.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebClient/6.0.0.0": { - "compile": { - "System.Net.WebClient.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebHeaderCollection/6.0.0.0": { - "compile": { - "System.Net.WebHeaderCollection.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebProxy/6.0.0.0": { - "compile": { - "System.Net.WebProxy.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets.Client/6.0.0.0": { - "compile": { - "System.Net.WebSockets.Client.dll": {} - }, - "compileOnly": true - }, - "System.Net.WebSockets/6.0.0.0": { - "compile": { - "System.Net.WebSockets.dll": {} - }, - "compileOnly": true - }, - "System.Numerics/4.0.0.0": { - "compile": { - "System.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Numerics.Vectors.Reference/6.0.0.0": { - "compile": { - "System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel.Reference/6.0.0.0": { - "compile": { - "System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy.Reference/6.0.0.0": { - "compile": { - "System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Reference/6.0.0.0": { - "compile": { - "System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions.Reference/6.0.0.0": { - "compile": { - "System.Reflection.TypeExtensions.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Reader/6.0.0.0": { - "compile": { - "System.Resources.Reader.dll": {} - }, - "compileOnly": true - }, - "System.Resources.ResourceManager.Reference/6.0.0.0": { - "compile": { - "System.Resources.ResourceManager.dll": {} - }, - "compileOnly": true - }, - "System.Resources.Writer/6.0.0.0": { - "compile": { - "System.Resources.Writer.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.Unsafe.Reference/6.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.VisualC/6.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.VisualC.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Reference/6.0.0.0": { - "compile": { - "System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.Reference/6.0.0.0": { - "compile": { - "System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/6.0.0.0": { - "compile": { - "System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Intrinsics/6.0.0.0": { - "compile": { - "System.Runtime.Intrinsics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Loader/6.0.0.0": { - "compile": { - "System.Runtime.Loader.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Numerics.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Numerics.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization/4.0.0.0": { - "compile": { - "System.Runtime.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Formatters/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Formatters.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Json/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Json.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Serialization.Xml/6.0.0.0": { - "compile": { - "System.Runtime.Serialization.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security.AccessControl.Reference/6.0.0.0": { - "compile": { - "System.Security.AccessControl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Claims/6.0.0.0": { - "compile": { - "System.Security.Claims.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Algorithms.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Algorithms.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Cng.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Cng.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Csp.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Csp.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Encoding.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.OpenSsl.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.OpenSsl.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Primitives.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.X509Certificates.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.X509Certificates.dll": {} - }, - "compileOnly": true - }, - "System.Security.Cryptography.Xml.Reference/6.0.0.0": { - "compile": { - "System.Security.Cryptography.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Security/4.0.0.0": { - "compile": { - "System.Security.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal/6.0.0.0": { - "compile": { - "System.Security.Principal.dll": {} - }, - "compileOnly": true - }, - "System.Security.Principal.Windows.Reference/6.0.0.0": { - "compile": { - "System.Security.Principal.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Security.SecureString/6.0.0.0": { - "compile": { - "System.Security.SecureString.dll": {} - }, - "compileOnly": true - }, - "System.ServiceModel.Web/4.0.0.0": { - "compile": { - "System.ServiceModel.Web.dll": {} - }, - "compileOnly": true - }, - "System.ServiceProcess/4.0.0.0": { - "compile": { - "System.ServiceProcess.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.CodePages.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.CodePages.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Text.Encoding.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encodings.Web.Reference/6.0.0.0": { - "compile": { - "System.Text.Encodings.Web.dll": {} - }, - "compileOnly": true - }, - "System.Text.Json.Reference/6.0.0.0": { - "compile": { - "System.Text.Json.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions.Reference/6.0.0.0": { - "compile": { - "System.Text.RegularExpressions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Channels/6.0.0.0": { - "compile": { - "System.Threading.Channels.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Reference/6.0.0.0": { - "compile": { - "System.Threading.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Overlapped/6.0.0.0": { - "compile": { - "System.Threading.Overlapped.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Dataflow.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel.Reference/6.0.0.0": { - "compile": { - "System.Threading.Tasks.Parallel.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Thread/6.0.0.0": { - "compile": { - "System.Threading.Thread.dll": {} - }, - "compileOnly": true - }, - "System.Threading.ThreadPool/6.0.0.0": { - "compile": { - "System.Threading.ThreadPool.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Timer.Reference/6.0.0.0": { - "compile": { - "System.Threading.Timer.dll": {} - }, - "compileOnly": true - }, - "System.Transactions/4.0.0.0": { - "compile": { - "System.Transactions.dll": {} - }, - "compileOnly": true - }, - "System.Transactions.Local/6.0.0.0": { - "compile": { - "System.Transactions.Local.dll": {} - }, - "compileOnly": true - }, - "System.ValueTuple/4.0.3.0": { - "compile": { - "System.ValueTuple.dll": {} - }, - "compileOnly": true - }, - "System.Web/4.0.0.0": { - "compile": { - "System.Web.dll": {} - }, - "compileOnly": true - }, - "System.Web.HttpUtility/6.0.0.0": { - "compile": { - "System.Web.HttpUtility.dll": {} - }, - "compileOnly": true - }, - "System.Windows/4.0.0.0": { - "compile": { - "System.Windows.dll": {} - }, - "compileOnly": true - }, - "System.Xml/4.0.0.0": { - "compile": { - "System.Xml.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Linq/4.0.0.0": { - "compile": { - "System.Xml.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Xml.ReaderWriter.Reference/6.0.0.0": { - "compile": { - "System.Xml.ReaderWriter.dll": {} - }, - "compileOnly": true - }, - "System.Xml.Serialization/4.0.0.0": { - "compile": { - "System.Xml.Serialization.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XDocument.Reference/6.0.0.0": { - "compile": { - "System.Xml.XDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlDocument/6.0.0.0": { - "compile": { - "System.Xml.XmlDocument.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XmlSerializer/6.0.0.0": { - "compile": { - "System.Xml.XmlSerializer.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath/6.0.0.0": { - "compile": { - "System.Xml.XPath.dll": {} - }, - "compileOnly": true - }, - "System.Xml.XPath.XDocument/6.0.0.0": { - "compile": { - "System.Xml.XPath.XDocument.dll": {} - }, - "compileOnly": true - }, - "WindowsBase/4.0.0.0": { - "compile": { - "WindowsBase.dll": {} - }, - "compileOnly": true - } - } - }, - "libraries": { - "Our.Umbraco.Honeypot/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Azure.Core/1.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kI4m2NsODPOrxo0OoKjk6B3ADbdovhDQIEmI4039upjjZKRaewVLx/Uz4DfRa/NtnIRZQPUALe1yvdHWAoRt4w==", - "path": "azure.core/1.6.0", - "hashPath": "azure.core.1.6.0.nupkg.sha512" - }, - "Azure.Identity/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l1SYfZKOFBuUFG7C2SWHmJcrQQaiXgBdVCycx4vcZQkC6efDVt7mzZ5pfJAFEJDBUq7mjRQ0RPq9ZDGdSswqMg==", - "path": "azure.identity/1.3.0", - "hashPath": "azure.identity.1.3.0.nupkg.sha512" - }, - "CSharpTest.Net.Collections-NetStd2/14.906.1403.1084": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g3QSH0PMiO+f2C6Za+uUvcdihnVs5IFbZ2cnKjCYA19l8en3fVe/Jl0qQS2te1xJzEOrY4ccen5/MY/QVoamcQ==", - "path": "csharptest.net.collections-netstd2/14.906.1403.1084", - "hashPath": "csharptest.net.collections-netstd2.14.906.1403.1084.nupkg.sha512" - }, - "Dazinator.Extensions.FileProviders/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Jb10uIvdGdaaOmEGUXeO1ssjp6YuvOuR87B5gLxGORFbroV1j7PDaVfEIgni7vV8KRcyAY5KvuMxgx6ADIEXNw==", - "path": "dazinator.extensions.fileproviders/2.0.0", - "hashPath": "dazinator.extensions.fileproviders.2.0.0.nupkg.sha512" - }, - "DotNet.Glob/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i6x0hDsFWg6Ke2isaNAcHQ9ChxBvTJu2cSmBY+Jtjiv2W4q6y9QlA3JKYuZqJ573TAZmpAn65Qf3sRpjvZ1gmw==", - "path": "dotnet.glob/3.1.0", - "hashPath": "dotnet.glob.3.1.0.nupkg.sha512" - }, - "Examine/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E7cUGKUU5lj5zykXDQI75a5PONpNY5d4+9O1W889z7Z9NtUZoZtEv93bNbLyr6PiNedK4prPUISAs4rfCQlIOA==", - "path": "examine/3.0.0", - "hashPath": "examine.3.0.0.nupkg.sha512" - }, - "Examine.Core/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nz0DyNUiouDcEsIz2uhnENw+JN4mPiQ1EaLVPAggDleI0KhXiLfl8RiPP2yU1VfNPhqIQhL1qq1/kJbJlY+dgA==", - "path": "examine.core/3.0.0", - "hashPath": "examine.core.3.0.0.nupkg.sha512" - }, - "Examine.Lucene/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XKn+zu+fKNutY+okrR3PWzxFG1IR/14feDPj6auWV0jVjBr1S3u/igRiXP022mnnKs7VGf8YR+9xs94C+ScZpg==", - "path": "examine.lucene/3.0.0", - "hashPath": "examine.lucene.3.0.0.nupkg.sha512" - }, - "HtmlAgilityPack/1.11.43": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C2gpt+S2tdFlQMOC3DK7rHZ8iv6EpDuIo4v0UTUSGX1F1bZ+NAQ3gp77HK8/JfCDszUm3Y2rHoyTp/TpO4KOIA==", - "path": "htmlagilitypack/1.11.43", - "hashPath": "htmlagilitypack.1.11.43.nupkg.sha512" - }, - "IPNetwork2/2.5.422": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TObcZxlniRoSZyeCqAxNlKJb79jqqKH439HhPNv40gBTi5zdkCIsG/3ufV7smOtaRZRoa50KacvTMUAdJ22rTQ==", - "path": "ipnetwork2/2.5.422", - "hashPath": "ipnetwork2.2.5.422.nupkg.sha512" - }, - "J2N/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M5bwDajAARZiyqupU+rHQJnsVLxNBOHJ8vKYHd8LcLIb1FgLfzzcJvc31Qo5Xz/GEHFjDF9ScjKL/ks/zRTXuA==", - "path": "j2n/2.0.0", - "hashPath": "j2n.2.0.0.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.2.16": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XLNQWNayxeMgd1gv0s6kZywM11kww7rTzu3nPGh8fQNblHGbFt79LC1Sk1/QQ8DIJb2Qfl2p+WlLIOWCSuyi8w==", - "path": "k4os.compression.lz4/1.2.16", - "hashPath": "k4os.compression.lz4.1.2.16.nupkg.sha512" - }, - "Lucene.Net/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DCtUbE/NIrisNI7hRwU+UKS3Cr6S2vH1XB9wvEHHI3anu5OUpX1Fkr/PDC7oFCaol/QCvzVLbLZVizAT1aTLpA==", - "path": "lucene.net/4.8.0-beta00016", - "hashPath": "lucene.net.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Analysis.Common/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7pjEAIliWdih6E3I0hCE8hKcKKRx1LLzeQBslF1fhvzE1Sal4NyHd8RFJHV1Z+yHlBw4gCyyVIDZADiIoyqwxg==", - "path": "lucene.net.analysis.common/4.8.0-beta00016", - "hashPath": "lucene.net.analysis.common.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Facet/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O1MrRfhb9BMfRQHooyEFrkgNwYbTEbK/AkKhz26sy+xO+zAldJ8YKS/IsydHsE+frklIAWT0jyv0c3Dh9qBXSA==", - "path": "lucene.net.facet/4.8.0-beta00016", - "hashPath": "lucene.net.facet.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Grouping/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y7QSEYfSnz7gEJS30xHsf8P0oMIreGGO08qC+UzKre29IAoUXdLLE2+vUfByGkcPuoGMIpZVBP51P6O647grBg==", - "path": "lucene.net.grouping/4.8.0-beta00016", - "hashPath": "lucene.net.grouping.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Join/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-trUiWhV3QPgW4TNPrEP29AsTXE29ACR5+Vz22xjbPtFTwyXMozl95NELVG5aUVMTqdwyMhJ9Lj82QeoHDnN0jw==", - "path": "lucene.net.join/4.8.0-beta00016", - "hashPath": "lucene.net.join.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Queries/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XBzdMDlan68V2ZlhAlP8Fd+Xx2Le8ec7cEN1kFF45Sipa3Q8L/tilJfwS9VHvMTvGkwPM/yj62eGbfGBgIMR8Q==", - "path": "lucene.net.queries/4.8.0-beta00016", - "hashPath": "lucene.net.queries.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.QueryParser/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5dVvjXmzPaK8GD/eblJopTJMQmO6c6fvVPfBIOw46+jyZR+yESkUnWF1LtLoLXZQNrl4Dx8LKdes5G1QAM7eGA==", - "path": "lucene.net.queryparser/4.8.0-beta00016", - "hashPath": "lucene.net.queryparser.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Replicator/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BP007m7TtHfOFNGoipn1Y3kgHir0yvDfyCW9g7P6PQIo7nNkyyHuEK9slVEkPhLq+21Q2EnnHl7jMGeh0aK2eA==", - "path": "lucene.net.replicator/4.8.0-beta00016", - "hashPath": "lucene.net.replicator.4.8.0-beta00016.nupkg.sha512" - }, - "Lucene.Net.Sandbox/4.8.0-beta00016": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wMsRZtbNx0wvX3mtNjpOwQmKx3Ij4UGHWIYHbvnzMWlPUTgtOpYSj02REL4hOxI71WBZylpGB5EWfQ2eEld63g==", - "path": "lucene.net.sandbox/4.8.0-beta00016", - "hashPath": "lucene.net.sandbox.4.8.0-beta00016.nupkg.sha512" - }, - "MailKit/3.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5MTpTqmjqT7HPvYbP3HozRZMth5vSaT0ReN0iM3rAM4CgLI/R1qqtLDDNWGnFFIlcNzeJkZQRJJMkv8cgzWBbA==", - "path": "mailkit/3.2.0", - "hashPath": "mailkit.3.2.0.nupkg.sha512" - }, - "Markdown/2.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==", - "path": "markdown/2.2.1", - "hashPath": "markdown.2.2.1.nupkg.sha512" - }, - "MessagePack/2.3.85": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wOabnqkrXp7oeEYLY4Kd0m0eT4falJQukqvErfz5Y4FKKo9mSQQ1+rMxx9mapF2el+P0XQxiZOBKFm+oCvu0aw==", - "path": "messagepack/2.3.85", - "hashPath": "messagepack.2.3.85.nupkg.sha512" - }, - "MessagePack.Annotations/2.3.85": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2GCYZ9qgNS5Og0tiqfhWRhcfDZI/iRi8t07R0fNic1HthMMRfWxWOKDIBhtMA1RwZM4BuRsmJXUgk3evyisb1w==", - "path": "messagepack.annotations/2.3.85", - "hashPath": "messagepack.annotations.2.3.85.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VloMLDJMf3n/9ic5lCBOa42IBYJgyB1JhzLsL68Zqg+2bEPWfGBj/xCJy/LrKTArN0coOcZp3wyVTZlx0y9pHQ==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.Core/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XlVJzJ5wPOYW+Y0J6Q/LVTEyfS4ssLXmt60T0SPP+D8abVhBTl+cgw2gDHlyKYIkcJg7btMVh383NDkMVqD/fg==", - "path": "microsoft.aspnetcore.authentication.core/2.2.0", - "hashPath": "microsoft.aspnetcore.authentication.core.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/L0W8H3jMYWyaeA9gBJqS/tSWBegP9aaTM0mjRhxTttBY9z4RVDRYJ2CwPAmAXIuPr3r1sOw+CS8jFVRGHRezQ==", - "path": "microsoft.aspnetcore.authorization/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authorization.Policy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aJCo6niDRKuNg2uS2WMEmhJTooQUGARhV2ENQ2tO5443zVHUo19MSgrgGo9FIrfD+4yKPF8Q+FF33WkWfPbyKw==", - "path": "microsoft.aspnetcore.authorization.policy/2.2.0", - "hashPath": "microsoft.aspnetcore.authorization.policy.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.Internal/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JjIZQLQdiGz+BTXXRMukj452BfHtV46EdqTv4y/CfmMVTQWZvQMdvh9KHEtk9a9dRsXJUGCgNkhiODswAvDytg==", - "path": "microsoft.aspnetcore.cryptography.internal/6.0.5", - "hashPath": "microsoft.aspnetcore.cryptography.internal.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ATgPx3GVy3uovhW5cYILamT73sqwEDUO3a05PTTxAcFxMyiVixP1QvfvIH/ZYZnwLKtICcKEny2HqfTtlI9D6g==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/6.0.5", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fYCIRLS3Q7eokBwzlcaKQnCBLDFXqjnyJO9lqOX0/V9zvy/JiOfvwKSkm6v5QJuNpXZywb/DnAq5Pdb3woc3MQ==", - "path": "microsoft.aspnetcore.dataprotection/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k1DgnNSBG0lf9P+QDnU+FFeLI4b4hhw4iT+iw29XkcRaCGpcPwq7mLJUtz2Yqq/FRyEwlcteTJmdWEoJb0Fxag==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/5.0.5", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.5.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y4rs5aMEXY8G7wJo5S3EEt6ltqyOTr/qOeZzfn+hw/fuQj5GppGckMY5psGLETo1U9hcT5MmAhaT5xtusM1b5g==", - "path": "microsoft.aspnetcore.html.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YogBSMotWPAS/X5967pZ+yyWPQkThxhmzAwyCHCSSldzYBkW5W5d6oPfBaPqQOnSHYTpSOSOkpZoAce0vwb6+A==", - "path": "microsoft.aspnetcore.http/2.2.0", - "hashPath": "microsoft.aspnetcore.http.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==", - "path": "microsoft.aspnetcore.http.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2DgZ9rWrJtuR7RYiew01nGRzuQBDaGHGmK56Rk54vsLLsCdzuFUPqbDTJCS1qJQWTbmbIQ9wGIOjpxA1t0l7/w==", - "path": "microsoft.aspnetcore.http.extensions/2.2.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6sVnhFwtsjEVL09FsYpAttQ3Og6Jxg1dQFLF9XQUThi1myq64imjhj1swd92TXMLCp5wmt8szDixZXXdx64qhg==", - "path": "microsoft.aspnetcore.http.features/5.0.0", - "hashPath": "microsoft.aspnetcore.http.features.5.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.JsonPatch/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kxQR7xCm9pQxnM3UZBp45Z470LFa1VA0qG/hFKhpE5hOJKgLOu4zmxakoVqswptAnHuD6ghd7XGb7hm1s1D0lw==", - "path": "microsoft.aspnetcore.jsonpatch/6.0.5", - "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ET6uZpfVbGR1NjCuLaLy197cQ3qZUjzl7EG5SL4GfJH/c9KRE89MMBrQegqWsh0w1iRUB/zQaK0anAjxa/pz4g==", - "path": "microsoft.aspnetcore.mvc.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Core/2.2.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/8sr8ixIUD57UFwUntha9bOwex7/AkZfdk1f9oNJG1Ek7p/uuKVa7fuHmYZpQOf35Oxrt+2Ku4WPwMSbNxOuWg==", - "path": "microsoft.aspnetcore.mvc.core/2.2.5", - "hashPath": "microsoft.aspnetcore.mvc.core.2.2.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ord2AixR+h2xmv7LPAtifz5k4MHV0BVtzyp2UyB1+gILT+xw4usAvTWo0SX1ruBk3GK4kyhHa9cgQt0yafR2dQ==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.5", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-d+eStMVaYtT43O0B7WxO24RSixQQipiEddOHP6juS7yiDT5mPcvGwXdZ09yvfyqbBbD0+h9dRwsHQOm3jfVgCg==", - "path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.5", - "hashPath": "microsoft.aspnetcore.mvc.razor.extensions.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZojV4R0naJqftc3d9Fjb6kNqrPZxhCVa4yps0ZIRhfRgz+1fy8uIROrixNezduKDGo1hMQErRMDGKOrzB18XQA==", - "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/6.0.5", - "hashPath": "microsoft.aspnetcore.mvc.razor.runtimecompilation.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V54PIyDCFl8COnTp9gezNHpUNHk7F9UnerGeZy3UfbnwYvfzbo+ipqQmSgeoESH8e0JvKhRTyQyZquW2EPtCmg==", - "path": "microsoft.aspnetcore.razor/2.2.0", - "hashPath": "microsoft.aspnetcore.razor.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Language/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0U+jIqo4hSUFOf/GiYtQ62aCM2SK2E3LJH+hpmLsSD8hl++0LOSKH5AIQO6KmANfmF04jEdvGPD0B0hBTM3zxA==", - "path": "microsoft.aspnetcore.razor.language/6.0.5", - "hashPath": "microsoft.aspnetcore.razor.language.6.0.5.nupkg.sha512" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CIHWEKrHzZfFp7t57UXsueiSA/raku56TgRYauV/W1+KAQq6vevz60zjEKaazt3BI76zwMz3B4jGWnCwd8kwQw==", - "path": "microsoft.aspnetcore.responsecaching.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jAhDBy0wryOnMhhZTtT9z63gJbvCzFuLm8yC6pHzuVu9ZD1dzg0ltxIwT4cfwuNkIL/TixdKsm3vpVOpG8euWQ==", - "path": "microsoft.aspnetcore.routing/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Routing.Abstractions/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lRRaPN7jDlUCVCp9i0W+PB0trFaKB0bgMJD7hEJS9Uo4R9MXaMC8X2tJhPLmeVE3SGDdYI4QNKdVmhNvMJGgPQ==", - "path": "microsoft.aspnetcore.routing.abstractions/2.2.0", - "hashPath": "microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "path": "microsoft.aspnetcore.webutilities/2.2.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.2.0.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-K63Y4hORbBcKLWH5wnKgzyn7TOfYzevIEwIedQHBIkmkEBA9SCqgvom+XTuE+fAFGvINGkhFItaZ2dvMGdT5iw==", - "path": "microsoft.bcl.asyncinterfaces/1.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.1.0.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", - "path": "microsoft.codeanalysis.analyzers/3.3.2", - "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SMREwaVD5SzatlWhh9aahQAtSWdb63NcE//f+bQzgHSECU6xtDtaxk0kwV+asdFfr6HtW38UeO6jvqdfzudg3w==", - "path": "microsoft.codeanalysis.common/4.0.1", - "hashPath": "microsoft.codeanalysis.common.4.0.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q9RxxydPpUElj/x1/qykDTUGsRoKbJG8H5XUSeMGmMu54fBiuX1xyanom9caa1oQfh5JIW1BgLxobSaWs4WyHQ==", - "path": "microsoft.codeanalysis.csharp/4.0.1", - "hashPath": "microsoft.codeanalysis.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Razor/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hASP/Ift9GVUKWqaC71XqCTYxXGSTuj8Lt+0mI6JBZbyDyNwHLxbNgpcWgddusgwqc6RJnrEkeZXTwFVN1CwOQ==", - "path": "microsoft.codeanalysis.razor/6.0.5", - "hashPath": "microsoft.codeanalysis.razor.6.0.5.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MUauWfCLsZQQMUR/wZhec5MH6+NTPmPp9i/OsjIMmIu2ICYUGOVm1x7RTqKxq19UWxXMSG03/O0FyXQJrpDs9A==", - "path": "microsoft.data.sqlclient/3.0.0", - "hashPath": "microsoft.data.sqlclient.3.0.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n1sNyjJgu2pYWKgw3ZPikw3NiRvG4kt7Ya5MK8u77Rgj/1bTFqO/eDF4k5W9H5GXplMZCpKkNbp5kNBICgSB0w==", - "path": "microsoft.data.sqlclient.sni.runtime/3.0.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", - "path": "microsoft.extensions.caching.abstractions/6.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "path": "microsoft.extensions.configuration/6.0.0", - "hashPath": "microsoft.extensions.configuration.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "path": "microsoft.extensions.configuration.abstractions/6.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "path": "microsoft.extensions.configuration.binder/6.0.0", - "hashPath": "microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "path": "microsoft.extensions.configuration.fileextensions/6.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "path": "microsoft.extensions.configuration.json/6.0.0", - "hashPath": "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "path": "microsoft.extensions.dependencyinjection/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", - "path": "microsoft.extensions.dependencymodel/6.0.0", - "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "path": "microsoft.extensions.fileproviders.abstractions/6.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0IoXXfkgKpYJB1t2lC0jPXAxuaywRNc9y2Mq96ZZNKBthL38vusa2UK73+Bm6Kq/9a5xNHJS6NhsSN+i5TEtkA==", - "path": "microsoft.extensions.fileproviders.composite/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.composite.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Embedded/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7M3GpcYfKw1FYUGcurTbv/v0ZZ95LSMOZOjOtYLUztzUIUZZ61H5NFjLXjeQ8G72zxrVrt+jubb4MZGvm0EQw==", - "path": "microsoft.extensions.fileproviders.embedded/6.0.5", - "hashPath": "microsoft.extensions.fileproviders.embedded.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "path": "microsoft.extensions.fileproviders.physical/6.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==", - "path": "microsoft.extensions.filesystemglobbing/6.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==", - "path": "microsoft.extensions.hosting.abstractions/6.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Http/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==", - "path": "microsoft.extensions.http/6.0.0", - "hashPath": "microsoft.extensions.http.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Core/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-O2f8EBnJQlpJDEixqUgu7hL+OwtsnLHUZEkTD6eZKz6+S/DbJnlXaL4sqK8qHCrDgX4G7/87I2ayeHlaOSs9PQ==", - "path": "microsoft.extensions.identity.core/6.0.5", - "hashPath": "microsoft.extensions.identity.core.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.Identity.Stores/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-baJAVScNcCO7WeYbGe+ukJKevqw377EnY0xKcSMgtuzMTo7eymvZdpBS+yK35uUlrPCvu23UEeKbXcq59lHrbw==", - "path": "microsoft.extensions.identity.stores/6.0.5", - "hashPath": "microsoft.extensions.identity.stores.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", - "path": "microsoft.extensions.logging.abstractions/6.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gA8H7uQOnM5gb+L0uTNjViHYr+hRDqCdfugheGo/MxQnuHzmhhzCBTIPm19qL1z1Xe0NEMabfcOBGv9QghlZ8g==", - "path": "microsoft.extensions.objectpool/2.2.0", - "hashPath": "microsoft.extensions.objectpool.2.2.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==", - "path": "microsoft.extensions.options.configurationextensions/6.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.DataAnnotations/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Fvs4plZYQT/iF/JsYwP/pppQRvQC211enBjCoIu/355M+aunlzSyzN/n3wPibyY76794MFLkLVT47JCBc3porg==", - "path": "microsoft.extensions.options.dataannotations/6.0.0", - "hashPath": "microsoft.extensions.options.dataannotations.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.22.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GlamU9rs8cSVIx9WSGv5QKpt66KkE+ImxNa/wNZZUJ3knt3PM98T9sOY8B7NcEfhw7NoxU2/0TSOcmnRSJQgqw==", - "path": "microsoft.identity.client/4.22.0", - "hashPath": "microsoft.identity.client.4.22.0.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/2.16.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VlGUZEpF8KP/GCfFI59sdE0WA0o9quqwM1YQY0dSp6jpGy5EOBkureaybLfpwCuYUUjQbLkN2p7neUIcQCfbzA==", - "path": "microsoft.identity.client.extensions.msal/2.16.5", - "hashPath": "microsoft.identity.client.extensions.msal.2.16.5.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==", - "path": "microsoft.identitymodel.jsonwebtokens/6.8.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==", - "path": "microsoft.identitymodel.logging/6.8.0", - "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==", - "path": "microsoft.identitymodel.protocols/6.8.0", - "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==", - "path": "microsoft.identitymodel.tokens/6.8.0", - "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512" - }, - "Microsoft.IO.RecyclableMemoryStream/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uyjY/cqomw1irT4L7lDeg4sJ36MsjHg3wKqpGrBAdzvZaxo85yMF+sAA9RIzTV92fDxuUzjqksMqA0+SNMkMgA==", - "path": "microsoft.io.recyclablememorystream/2.2.0", - "hashPath": "microsoft.io.recyclablememorystream.2.2.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "path": "microsoft.net.http.headers/2.2.0", - "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "path": "microsoft.netcore.platforms/5.0.0", - "hashPath": "microsoft.netcore.platforms.5.0.0.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.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "path": "microsoft.win32.registry/5.0.0", - "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "MimeKit/3.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l9YHMBhBUwY7qQHUp8fw0EvjcbmhN4Iggz6MdjqIShBf42+0nJTa5gu0kuupCOPuiARc9ZaS9c9f0gKz4OnxKw==", - "path": "mimekit/3.2.0", - "hashPath": "mimekit.3.2.0.nupkg.sha512" - }, - "MiniProfiler.AspNetCore/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bBirB5d4Q0Bgx05Zg4yzXSmOHZQV4ZJhmxU3DGya4FZxNBwjaVHchqEKY0MJW5XLZo8axMAQm4yywgCvUlTymA==", - "path": "miniprofiler.aspnetcore/4.2.22", - "hashPath": "miniprofiler.aspnetcore.4.2.22.nupkg.sha512" - }, - "MiniProfiler.AspNetCore.Mvc/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nzCEaZnh77U9jw+c/qu4CtwYUpHEf+FH1ZMbYKMzIXr8CNNPlypSR6AJEAwjo3bq9TIJIpBMZIaK3inRLUCg4g==", - "path": "miniprofiler.aspnetcore.mvc/4.2.22", - "hashPath": "miniprofiler.aspnetcore.mvc.4.2.22.nupkg.sha512" - }, - "MiniProfiler.Shared/4.2.22": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OOA99Iu7FjFrdYaADcWL78KK9Kq6M+hfnZac5577aSrx0UYOM2apKlhBPKzoPtGPTRtQNKe4RK00u/FmahcU3g==", - "path": "miniprofiler.shared/4.2.22", - "hashPath": "miniprofiler.shared.4.2.22.nupkg.sha512" - }, - "NCrontab/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G3tzcIIgsiyZyVbHNPyn5+adaM9UjeVNgjrRsvXU7wo2sMhpvpQrir29dcjIND53H/fuTdgg9nI3SfFFg7barA==", - "path": "ncrontab/3.3.1", - "hashPath": "ncrontab.3.3.1.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "NPoco/5.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3eVBjurbeWT3hSC0/o7wMc+DBPOGMOL4H0boSPn/8URC/9ebzUkB+VDzWLqlQPXFLlFVjCcgh4pK/FhXoJ74yQ==", - "path": "npoco/5.3.2", - "hashPath": "npoco.5.3.2.nupkg.sha512" - }, - "NPoco.SqlServer/5.3.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6lkQHcgvDgSfIq0oga7W91QpRU1Mdmm6NgqcT8mgOOyY92ftQaacAZgzMTl8CfhgMYsg0/xzRgqIGq37CnLTxg==", - "path": "npoco.sqlserver/5.3.2", - "hashPath": "npoco.sqlserver.5.3.2.nupkg.sha512" - }, - "NUglify/1.13.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+13YE9UjnXx4+NKP+j1Axiz/QAMtK++ZtG61u9iiR2/WzPzr7EfBDOwj+xHNyTEMS9Emq/mCyWaBGjCABhC0HQ==", - "path": "nuglify/1.13.12", - "hashPath": "nuglify.1.13.12.nupkg.sha512" - }, - "Polly/7.2.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E6CeKyS513j7taKAq4q2MESDBvzuzWnR1rQ2Y2zqJvpiVtKMm699Aubb20MUPBDmb0Ov8PmcLHTCVFdCjoy2kA==", - "path": "polly/7.2.2", - "hashPath": "polly.7.2.2.nupkg.sha512" - }, - "Portable.BouncyCastle/1.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", - "path": "portable.bouncycastle/1.9.0", - "hashPath": "portable.bouncycastle.1.9.0.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.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.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" - }, - "Serilog/2.11.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ysv+hBzTul6Dp+Hvm10FlhJO3yMQcFKSAleus+LpiIzvNstpeV4Z7gGuIZ1OPNfIMulSHOjmLuGAEDKzpnV8ZQ==", - "path": "serilog/2.11.0", - "hashPath": "serilog.2.11.0.nupkg.sha512" - }, - "Serilog.AspNetCore/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/JO/txIxRR61x1UXQAgUzG2Sx05o1QHCkokVBWrKzmAoDu+p5EtCAj7L/TVVg7Ezhh3GPiZ0JI9OJCmRO9tSRw==", - "path": "serilog.aspnetcore/5.0.0", - "hashPath": "serilog.aspnetcore.5.0.0.nupkg.sha512" - }, - "Serilog.Enrichers.Process/2.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T9EjKKLsL6qC/3eOLUAKEPBLEqPDmt5BLXaQdPMaxJzuex+MeXA8DuAiPboUaftp3kbnCN4ZgZpDvs+Fa7OHuw==", - "path": "serilog.enrichers.process/2.0.2", - "hashPath": "serilog.enrichers.process.2.0.2.nupkg.sha512" - }, - "Serilog.Enrichers.Thread/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-85lWsGRJpRxvKT6j/H67no55SUBsBIvp556TKuBTGhjtoPeq+L7j/sDWbgAtvT0p7u7/phJyX6j35PQ4Vtqw0g==", - "path": "serilog.enrichers.thread/3.1.0", - "hashPath": "serilog.enrichers.thread.3.1.0.nupkg.sha512" - }, - "Serilog.Expressions/3.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X+7Aem+UH8f9GPOl5lJMC1IjlGvdZRFE2ZQ4/amKJlZ0wEciInZAtOwv5eDqPHdkUvYlB22UXi7YowJB8rLCVQ==", - "path": "serilog.expressions/3.4.0", - "hashPath": "serilog.expressions.3.4.0.nupkg.sha512" - }, - "Serilog.Extensions.Hosting/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gT2keceCmPQR9EX0VpXQZvUgELdfE7yqJ7MOxBhm3WLCblcvRgswEOOTgok/DHObbM15A3V/DtF3VdVDQPIZzQ==", - "path": "serilog.extensions.hosting/4.2.0", - "hashPath": "serilog.extensions.hosting.4.2.0.nupkg.sha512" - }, - "Serilog.Extensions.Logging/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IWfem7wfrFbB3iw1OikqPFNPEzfayvDuN4WP7Ue1AVFskalMByeWk3QbtUXQR34SBkv1EbZ3AySHda/ErDgpcg==", - "path": "serilog.extensions.logging/3.1.0", - "hashPath": "serilog.extensions.logging.3.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==", - "path": "serilog.formatting.compact/1.1.0", - "hashPath": "serilog.formatting.compact.1.1.0.nupkg.sha512" - }, - "Serilog.Formatting.Compact.Reader/1.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PPqEBHc9YMtXBiEAxD4qd5oqsavmr1jzdjKC9ky50Ipf/qnSp2D2l/ZggSxZUW7jfCbJStxgwKYGsH0Bnk4BIw==", - "path": "serilog.formatting.compact.reader/1.0.5", - "hashPath": "serilog.formatting.compact.reader.1.0.5.nupkg.sha512" - }, - "Serilog.Settings.Configuration/3.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7GNudISZwqaT902hqEL2OFGTZeUFWfnrNLupJkOqeF41AR3GjcxX+Hwb30xb8gG2/CDXsCMVfF8o0+8KY0fJNg==", - "path": "serilog.settings.configuration/3.3.0", - "hashPath": "serilog.settings.configuration.3.3.0.nupkg.sha512" - }, - "Serilog.Sinks.Async/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-csHYIqAwI4Gy9oAhXYRwxGrQEAtBg3Ep7WaCzsnA1cZuBZjVAU0n7hWaJhItjO7hbLHh/9gRVxALCUB4Dv+gZw==", - "path": "serilog.sinks.async/1.5.0", - "hashPath": "serilog.sinks.async.1.5.0.nupkg.sha512" - }, - "Serilog.Sinks.Console/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-apLOvSJQLlIbKlbx+Y2UDHSP05kJsV7mou+fvJoRGs/iR+jC22r8cuFVMjjfVxz/AD4B2UCltFhE1naRLXwKNw==", - "path": "serilog.sinks.console/4.0.1", - "hashPath": "serilog.sinks.console.4.0.1.nupkg.sha512" - }, - "Serilog.Sinks.Debug/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", - "path": "serilog.sinks.debug/2.0.0", - "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" - }, - "Serilog.Sinks.File/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==", - "path": "serilog.sinks.file/5.0.0", - "hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512" - }, - "Serilog.Sinks.Map/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JbPBAeD5hxUQw8TZg3FlOnqVsSu1269nvqFm5DQ7hc+AmsB+hItl+zMSDphMbPJXjL8KdpMRSWNkGi7zTKRmCA==", - "path": "serilog.sinks.map/1.0.2", - "hashPath": "serilog.sinks.map.1.0.2.nupkg.sha512" - }, - "SixLabors.ImageSharp/2.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-In0pC521LqJXJXZgFVHegvSzES10KkKRN31McxqA1+fKtKsNe+EShWavBFQnKRlXCdeAmfx/wDjLILbvCaq+8Q==", - "path": "sixlabors.imagesharp/2.1.2", - "hashPath": "sixlabors.imagesharp.2.1.2.nupkg.sha512" - }, - "SixLabors.ImageSharp.Web/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g9MvpL04OmBmRzpozckI8KL/R9X8/EuxdEi6bkjCi3lMVYXQqjQs0AYcPC9i4TAr0+0QERR4YtbOfnoJ1bqSxQ==", - "path": "sixlabors.imagesharp.web/2.0.1", - "hashPath": "sixlabors.imagesharp.web.2.0.1.nupkg.sha512" - }, - "Smidge/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5ZBLseK1XssQSxbdzv9M8wPbuHTdpAwwkkxWiKLuw9JsbqewGeDLTzb6wb4rvxLT7gxZrtLKdteRKXuLS7UrfQ==", - "path": "smidge/4.1.0", - "hashPath": "smidge.4.1.0.nupkg.sha512" - }, - "Smidge.Core/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Xn8g5phs0oQrXhRl08eHm+XS1VebHIFB9pHcSes3FZZoZOPVWUKFbk7DWNDNvl6bd2FEfVzvx7hKyu0/7NW3hg==", - "path": "smidge.core/4.1.0", - "hashPath": "smidge.core.4.1.0.nupkg.sha512" - }, - "Smidge.InMemory/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nmrf81XdU12akYBCn93pm5BdgwcP9oKmNBvG6ZZl6iPCni17oUuB+OzL9TBjyWRFdPcTc6FsxTSFhSIVxFThGA==", - "path": "smidge.inmemory/4.1.0", - "hashPath": "smidge.inmemory.4.1.0.nupkg.sha512" - }, - "Smidge.Nuglify/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8Xb7wucqmGdmainAS0sPtcFV/OvJ3ZoH84GjQGXWehMS/WAJJWY3LDpuGJi7FxL/1ojTbT5GqmpDqAOQfH46OQ==", - "path": "smidge.nuglify/4.1.0", - "hashPath": "smidge.nuglify.4.1.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.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", - "path": "system.componentmodel.annotations/5.0.0", - "hashPath": "system.componentmodel.annotations.5.0.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.Configuration.ConfigurationManager/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", - "path": "system.configuration.configurationmanager/6.0.0", - "hashPath": "system.configuration.configurationmanager.6.0.0.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.Common/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", - "path": "system.data.common/4.3.0", - "hashPath": "system.data.common.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.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.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.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.Formats.Asn1/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T6fD00dQ3NTbPDy31m4eQUwKW84s03z0N2C8HpOklyeaDgaJPa/TexP4/SkORMSOwc7WhKifnA6Ya33AkzmafA==", - "path": "system.formats.asn1/6.0.0", - "hashPath": "system.formats.asn1.6.0.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/6.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==", - "path": "system.identitymodel.tokens.jwt/6.8.0", - "hashPath": "system.identitymodel.tokens.jwt.6.8.0.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.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.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.AccessControl/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "path": "system.io.filesystem.accesscontrol/5.0.0", - "hashPath": "system.io.filesystem.accesscontrol.5.0.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.IO.Pipelines/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-irMYm3vhVgRsYvHTU5b2gsT2CwT/SMM6LZFzuJjpIvT5Z4CshxNsaoBC1X/LltwuR3Opp8d6jOS/60WwOb7Q2Q==", - "path": "system.io.pipelines/5.0.0", - "hashPath": "system.io.pipelines.5.0.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.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==", - "path": "system.linq.async/5.0.0", - "hashPath": "system.linq.async.5.0.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.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.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.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.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.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.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.ServiceModel/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-neXeXhKIlCUBCg5rxKpYnae4vQSiMWjhqeTgsMedHvKKUTsmP98je+G8oPmDdY9uZVruvxqRGjcljn1XYNhC+w==", - "path": "system.private.servicemodel/4.8.1", - "hashPath": "system.private.servicemodel.4.8.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.DispatchProxy/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C1sMLwIG6ILQ2bmOT4gh62V6oJlyF4BlHcVMrOoor49p0Ji2tA8QAoqyMcIhAdH6OHKJ8m7BU+r4LK2CUEOKqw==", - "path": "system.reflection.dispatchproxy/4.7.1", - "hashPath": "system.reflection.dispatchproxy.4.7.1.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.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", - "path": "system.reflection.emit.lightweight/4.7.0", - "hashPath": "system.reflection.emit.lightweight.4.7.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", - "path": "system.reflection.metadata/5.0.0", - "hashPath": "system.reflection.metadata.5.0.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.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.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.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "path": "system.security.accesscontrol/6.0.0", - "hashPath": "system.security.accesscontrol.6.0.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.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", - "path": "system.security.cryptography.cng/4.5.0", - "hashPath": "system.security.cryptography.cng.4.5.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.Pkcs/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ynmbW2GjIGg9K1wXmVIRs4IlyDolf0JXNpzFQ8JCVgwM+myUC2JeUggl2PwQig2PNVMegKmN1aAx7WPQ8tI3vA==", - "path": "system.security.cryptography.pkcs/6.0.1", - "hashPath": "system.security.cryptography.pkcs.6.0.1.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "path": "system.security.cryptography.xml/5.0.0", - "hashPath": "system.security.cryptography.xml.5.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.ServiceModel.Http/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yrfGQJ5joGXnZx3G340KDfgpmOSYzRMHP3zJkcwiV3CP750AEsvesVIXc+PXYFzU7v3JKLEw6GLrH7kPiZJa/g==", - "path": "system.servicemodel.http/4.8.1", - "hashPath": "system.servicemodel.http.4.8.1.nupkg.sha512" - }, - "System.ServiceModel.Primitives/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XjzGCqvWZBHnw2ym8t9PVeTm5Tsp7lSDKEwhDZAU4Jnw+6+zEDu/2ZQYQbRqBR0t/KpfNA4Aya/5aONKJnuyEw==", - "path": "system.servicemodel.primitives/4.8.1", - "hashPath": "system.servicemodel.primitives.4.8.1.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/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "path": "system.text.encoding.codepages/5.0.0", - "hashPath": "system.text.encoding.codepages.5.0.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/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", - "path": "system.text.json/6.0.0", - "hashPath": "system.text.json.6.0.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.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/fmzEf1UYrdCzfOIHVJ2cx3v9DHLLLMkUrodpzJGW17N+K+SSmBD8OA/BGmtfN1Ae0Ex3rBjQVufnIi5zKefuQ==", - "path": "system.threading.accesscontrol/4.7.0", - "hashPath": "system.threading.accesscontrol.4.7.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.Dataflow/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+tyDCU3/B1lDdOOAJywHQoFwyXIUghIaP2BxG79uvhfTnO+D9qIgjVlL/JV2NTliYbMHpd6eKDmHp2VHpij7MA==", - "path": "system.threading.tasks.dataflow/6.0.0", - "hashPath": "system.threading.tasks.dataflow.6.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.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.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.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.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" - }, - "Umbraco.Cms.Core/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KJ5BEiYNzc10gD8AeimnYKgXavB7kiT8I8Lcz0piqDUwj0DdJN6CQPibBuQ0MGkCmeIXeCPUEzumX72L/qxM6w==", - "path": "umbraco.cms.core/10.0.0", - "hashPath": "umbraco.cms.core.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Examine.Lucene/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v6AOYW0XyPiOvu0d4Ydzqxf46IRZrE6/e/kssrrXDHPKflT/la1YvRe7Cat/p/Ohi9ZjKXvKTpxyeB+qAhw+0Q==", - "path": "umbraco.cms.examine.lucene/10.0.0", - "hashPath": "umbraco.cms.examine.lucene.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Infrastructure/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SLWtTs9rQWUeA7zOt+zoZgLFkpEDXm+Cyr1rE7IMmX+6TsGiG4wIkVoZlvcY3e230wsGvG+AuIvzVPPz7kTMQA==", - "path": "umbraco.cms.infrastructure/10.0.0", - "hashPath": "umbraco.cms.infrastructure.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.PublishedCache.NuCache/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-STeqbhTumhL7YKDNE2LECXCohUrsXopVrNloyHnAySq6sNwJJV9aC1AbjiiUrWNNEV8CBOiFddFCGYMr99di+w==", - "path": "umbraco.cms.publishedcache.nucache/10.0.0", - "hashPath": "umbraco.cms.publishedcache.nucache.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.BackOffice/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OwAgBm/0QhHWTjdfnlO5X7a0n99FVsNSs0G0kQcFL0vX7UaniS6ii2FofizMPyK/LMqfY2phGtt8TzzYh13Uiw==", - "path": "umbraco.cms.web.backoffice/10.0.0", - "hashPath": "umbraco.cms.web.backoffice.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Common/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4TlAMlFA+Nefr+57cG59lTDnK+7M1r+sHoRybj7A5k1ewzzghG0TnsW8StI5/nxnwuqis5h91G957ho27NLXFw==", - "path": "umbraco.cms.web.common/10.0.0", - "hashPath": "umbraco.cms.web.common.10.0.0.nupkg.sha512" - }, - "Umbraco.Cms.Web.Website/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f2x3OXEsitYGGJ53I52FiyaUgyeGJ4wy18e6Jr2GQylKonqSKl+bWGu0PJ/3f5VEwYY4gT0sO/9WEj9zs21Ozg==", - "path": "umbraco.cms.web.website/10.0.0", - "hashPath": "umbraco.cms.web.website.10.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Core/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKpWNrOmI/I1M3+zM3yFeDGglpAHn60sJVFzygBdQLYjFqWsQraZgpr1AXKRatcqTh0pMOCXMvnpI9sOvIB6Fg==", - "path": "umbraco.forms.core/10.0.0", - "hashPath": "umbraco.forms.core.10.0.0.nupkg.sha512" - }, - "Umbraco.Forms.Web/10.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-08XmBpGHYd22ISMcgIibjKQKLiAQTot6tPFfSgadDB1YytdNVpujHlgUpt32ly5oe8AbnX1sKM/TalZMrW5/cw==", - "path": "umbraco.forms.web/10.0.0", - "hashPath": "umbraco.forms.web.10.0.0.nupkg.sha512" - }, - "Umbraco.Licensing/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sBuTVyPnwEJ3LdgLN4cGCNrw88Urr+PKPkrzLlVxqd3H6+xmk51bECLwb4/pCFhUTMwBaj48z+H1bbG/V19eog==", - "path": "umbraco.licensing/4.0.0", - "hashPath": "umbraco.licensing.4.0.0.nupkg.sha512" - }, - "Our.Umbraco.Honeypot.Core/0.1.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Antiforgery/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Cookies/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Core.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.OAuth/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Policy.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Authorization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Forms/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Server/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Components.Web/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Connections.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.CookiePolicy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cors/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.Internal.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Extensions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Diagnostics.HealthChecks/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HostFiltering/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Html.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections.Common/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Connections/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Features.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Results/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpLogging/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpOverrides/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.HttpsPolicy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Identity/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Localization.Routing/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Metadata/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ApiExplorer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Core.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Cors/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.DataAnnotations/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.Razor/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.RazorPages/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.TagHelpers/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Mvc.ViewFeatures/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Razor.Runtime/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCaching/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.ResponseCompression/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Rewrite/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.HttpSys/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IIS/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.IISIntegration/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Session/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Common/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Core/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.SignalR.Protocols.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.StaticFiles/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebSockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.WebUtilities.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Memory/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Binder.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.CommandLine/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.FileExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Ini/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Json.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.KeyPerFile/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.UserSecrets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Diagnostics.HealthChecks/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Features/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Composite.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Embedded.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Physical.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileSystemGlobbing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Core.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Stores.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization.Abstractions/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Localization/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Abstractions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Configuration/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Console/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Debug/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventLog/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.EventSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Logging.TraceSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.ObjectPool.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.DataAnnotations.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.WebEncoders/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.JSInterop/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Net.Http.Headers.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic.Core/11.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualBasic/10.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Win32.Registry.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "mscorlib/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "netstandard/2.1.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.AppContext.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Buffers.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.NonGeneric/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Specialized/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Annotations.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.EventBasedAsync/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.TypeConverter/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Configuration/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Console.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.Common.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.DataSetExtensions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Contracts/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Debug.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.EventLog/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.FileVersionInfo/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Process/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.StackTrace.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TextWriterTraceListener/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tools.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.TraceSource/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.Tracing.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Drawing.Primitives/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Dynamic.Runtime.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Asn1.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Calendars.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Brotli/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.FileSystem/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Compression.ZipFile.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.AccessControl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.DriveInfo/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem.Watcher/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.IsolatedStorage/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.MemoryMappedFiles/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipelines.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes.AccessControl/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.Pipes/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.UnmanagedMemoryStream/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Parallel/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Queryable/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Memory.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Http.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.HttpListener/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Mail/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NameResolution/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.NetworkInformation/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Ping/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Requests/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Security/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.ServicePoint/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.Sockets.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebClient/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebHeaderCollection/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebProxy/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets.Client/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Net.WebSockets/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Numerics.Vectors.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ObjectModel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.DispatchProxy.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.ILGeneration.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.TypeExtensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Reader/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Writer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.Unsafe.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.VisualC/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Handles.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Intrinsics/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Loader/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Numerics.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Formatters/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Json/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Serialization.Xml/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.AccessControl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Claims/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Algorithms.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Cng.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Csp.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Encoding.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.OpenSsl.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Primitives.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.X509Certificates.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Cryptography.Xml.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Principal.Windows.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.SecureString/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceModel.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ServiceProcess/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.CodePages.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Json.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.RegularExpressions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Channels/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Overlapped/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Dataflow.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Parallel.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Thread/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.ThreadPool/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Timer.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Transactions.Local/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ValueTuple/4.0.3.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Web.HttpUtility/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Windows/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Linq/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.ReaderWriter.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.Serialization/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XDocument.Reference/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlDocument/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XmlSerializer/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Xml.XPath.XDocument/6.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "WindowsBase/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.dll deleted file mode 100644 index db3190e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.pdb b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.pdb deleted file mode 100644 index 409332f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Our.Umbraco.Honeypot.pdb and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml deleted file mode 100644 index 6e0bc5b..0000000 --- a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml +++ /dev/null @@ -1,5 +0,0 @@ -@addTagHelper *, Our.Umbraco.Honeypot.Core -@model Umbraco.Forms.Web.Models.FieldViewModel - - - \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100644 index 62be223..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100644 index e7d6aed..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100644 index 4f828d4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100644 index 0bfd55a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll deleted file mode 100644 index 886e5ad..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.dll deleted file mode 100644 index ec64cfd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100644 index c6e5e58..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authorization.dll deleted file mode 100644 index 6468001..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll deleted file mode 100644 index fee417a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll deleted file mode 100644 index 84d9601..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Forms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll deleted file mode 100644 index 6447a35..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Server.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll deleted file mode 100644 index 24ab379..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.dll deleted file mode 100644 index 6c43585..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Components.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll deleted file mode 100644 index 7dbf32f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll deleted file mode 100644 index b513e77..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cors.dll deleted file mode 100644 index c77ce1c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100644 index 7207ba0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll deleted file mode 100644 index e2c8714..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100644 index 644e49b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll deleted file mode 100644 index 9dcd2bb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100644 index 3721c93..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100644 index e3a6a8a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll deleted file mode 100644 index 5857c23..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100644 index f363683..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll deleted file mode 100644 index 2cb3898..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HostFiltering.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100644 index c0c9519..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100644 index b115091..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.dll deleted file mode 100644 index 0499496..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100644 index 416bcd7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100644 index 833a231..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll deleted file mode 100644 index 6c05990..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll deleted file mode 100644 index c838168..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Connections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100644 index d3b11e9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100644 index 6d8f978..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll deleted file mode 100644 index 061f1be..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.Results.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.dll deleted file mode 100644 index f26b307..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll deleted file mode 100644 index 0de992c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpLogging.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100644 index 5efe0bb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll deleted file mode 100644 index b9bfbf8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Identity.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Identity.dll deleted file mode 100644 index 8928245..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll deleted file mode 100644 index f436637..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Localization.dll deleted file mode 100644 index 1d3ed2b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Metadata.dll deleted file mode 100644 index f34a5eb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100644 index 0ce6647..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100644 index 4f1bb7a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100644 index 38bc95f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100644 index c6b8c5d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100644 index 62e3588..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100644 index 363a6b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll deleted file mode 100644 index b52482b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100644 index 69d1c07..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100644 index 8d93920..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll deleted file mode 100644 index 27cc12c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100644 index 2df4e9f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100644 index 72dc9c4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.dll deleted file mode 100644 index 9ddcc99..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100644 index 759bba2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Razor.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Razor.dll deleted file mode 100644 index 4969daf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100644 index dbba2ff..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll deleted file mode 100644 index 3979bd7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll deleted file mode 100644 index 231e162..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll deleted file mode 100644 index a8ad753..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100644 index 6c2595e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Routing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Routing.dll deleted file mode 100644 index d04f413..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll deleted file mode 100644 index 87a0620..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll deleted file mode 100644 index ea10c92..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.IIS.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100644 index f5b58d7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100644 index bb5fe63..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll deleted file mode 100644 index 66efe35..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll deleted file mode 100644 index 47a6ad5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100644 index afefa38..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Session.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Session.dll deleted file mode 100644 index 4d6e7d9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll deleted file mode 100644 index 9a00b37..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll deleted file mode 100644 index afac325..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll deleted file mode 100644 index 7c8b55c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.dll deleted file mode 100644 index d5e9802..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.SignalR.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100644 index 42ac111..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll deleted file mode 100644 index 3f86357..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100644 index a67b441..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.dll deleted file mode 100644 index d0a9af3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.AspNetCore.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.CSharp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.CSharp.dll deleted file mode 100644 index fc68885..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.CSharp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Caching.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 274e532..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Caching.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index 1a66cf4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index a4511f4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100644 index 683bb75..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll deleted file mode 100644 index caf8f1b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index 6b1dbd5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index 85b8ade..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll deleted file mode 100644 index 3e22e97..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 6202183..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll deleted file mode 100644 index a825287..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100644 index c52d309..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll deleted file mode 100644 index e18db92..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index e822237..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index bb95de8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.DependencyInjection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index 9f03558..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll deleted file mode 100644 index 7d8673f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll deleted file mode 100644 index 1780f32..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Features.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Features.dll deleted file mode 100644 index 2b0598e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Features.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index f186e7e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100644 index 8da17c3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll deleted file mode 100644 index ed158af..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 9304d28..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 2fcfd08..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100644 index c9908d7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Hosting.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Hosting.dll deleted file mode 100644 index 70c3d16..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Hosting.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Http.dll deleted file mode 100644 index 5333b2a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Identity.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Identity.Core.dll deleted file mode 100644 index 3975fb2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Identity.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll deleted file mode 100644 index b183c9c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Identity.Stores.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100644 index 78e3ad7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Localization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Localization.dll deleted file mode 100644 index f927b6a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Abstractions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100644 index a545319..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll deleted file mode 100644 index 3c7ebcc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Console.dll deleted file mode 100644 index e802c9c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100644 index 3e53781..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll deleted file mode 100644 index 09013b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll deleted file mode 100644 index ed154a8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll deleted file mode 100644 index 8c9a55c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.dll deleted file mode 100644 index 75c6341..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.ObjectPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.ObjectPool.dll deleted file mode 100644 index 3d91086..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100644 index 3041e21..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll deleted file mode 100644 index aac21c4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.dll deleted file mode 100644 index 5f291c7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index cd78efb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.WebEncoders.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.WebEncoders.dll deleted file mode 100644 index 3a94f98..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.JSInterop.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.JSInterop.dll deleted file mode 100644 index 7731cef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.JSInterop.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Net.Http.Headers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Net.Http.Headers.dll deleted file mode 100644 index bd63226..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.VisualBasic.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index 8a2c4c9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.VisualBasic.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.VisualBasic.dll deleted file mode 100644 index 80ab6da..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Win32.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 62d9aa6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Win32.Registry.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Win32.Registry.dll deleted file mode 100644 index b20af86..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.AppContext.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.AppContext.dll deleted file mode 100644 index a3741a8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.AppContext.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Buffers.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Buffers.dll deleted file mode 100644 index 044d986..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Buffers.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Concurrent.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Concurrent.dll deleted file mode 100644 index 843c378..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Concurrent.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Immutable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Immutable.dll deleted file mode 100644 index f89b763..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Immutable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.NonGeneric.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.NonGeneric.dll deleted file mode 100644 index 65c7397..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Specialized.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Specialized.dll deleted file mode 100644 index 59554b6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.Specialized.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.dll deleted file mode 100644 index 638f510..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Collections.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.Annotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.Annotations.dll deleted file mode 100644 index fb097f1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.DataAnnotations.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index f25f4a5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.EventBasedAsync.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index 5bb23be..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.Primitives.dll deleted file mode 100644 index 82aff2d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.TypeConverter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index aa253e6..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.dll deleted file mode 100644 index 90d921f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ComponentModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Configuration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Configuration.dll deleted file mode 100644 index 3f721d0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Configuration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Console.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Console.dll deleted file mode 100644 index 0a36f4e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Console.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Core.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Core.dll deleted file mode 100644 index 0ac77e3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Core.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.Common.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.Common.dll deleted file mode 100644 index 301eb02..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.Common.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.DataSetExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.DataSetExtensions.dll deleted file mode 100644 index c5b6298..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.dll deleted file mode 100644 index ef6eebd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Data.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Contracts.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Contracts.dll deleted file mode 100644 index 6cb86d2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Debug.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Debug.dll deleted file mode 100644 index bd08d3a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.DiagnosticSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index f24325c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.EventLog.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.EventLog.dll deleted file mode 100644 index da78d9f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.FileVersionInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index 9cce383..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Process.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Process.dll deleted file mode 100644 index ede6cec..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Process.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.StackTrace.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 3f951d2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index 34493db..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Tools.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Tools.dll deleted file mode 100644 index b50e790..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.TraceSource.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 1a59b49..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Tracing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Tracing.dll deleted file mode 100644 index 266d180..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Drawing.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Drawing.Primitives.dll deleted file mode 100644 index 2dafc31..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Drawing.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Drawing.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Drawing.dll deleted file mode 100644 index c4cacba..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Drawing.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Dynamic.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Dynamic.Runtime.dll deleted file mode 100644 index e457c3c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Formats.Asn1.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Formats.Asn1.dll deleted file mode 100644 index 20246b3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Formats.Asn1.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.Calendars.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.Calendars.dll deleted file mode 100644 index c64d295..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.Calendars.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.Extensions.dll deleted file mode 100644 index fc329a4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.dll deleted file mode 100644 index 20b8423..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Globalization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.Brotli.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.Brotli.dll deleted file mode 100644 index 53b1556..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.FileSystem.dll deleted file mode 100644 index 51e71a7..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.ZipFile.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 48de03a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.dll deleted file mode 100644 index 55e9270..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Compression.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.AccessControl.dll deleted file mode 100644 index e0e136e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.DriveInfo.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 536f4cb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index b90d765..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.Watcher.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index ff1fe3d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.dll deleted file mode 100644 index fc7cf6f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.FileSystem.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.IsolatedStorage.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.IsolatedStorage.dll deleted file mode 100644 index 2d6f303..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.MemoryMappedFiles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 20f6618..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipelines.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipelines.dll deleted file mode 100644 index 00e1cb9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipelines.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipes.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipes.AccessControl.dll deleted file mode 100644 index f042890..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipes.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipes.dll deleted file mode 100644 index 5ec0d61..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.Pipes.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.UnmanagedMemoryStream.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 83d39c1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.dll deleted file mode 100644 index a2cf9e5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.IO.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Expressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Expressions.dll deleted file mode 100644 index df4c6d1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Expressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Parallel.dll deleted file mode 100644 index 6e856d1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Queryable.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Queryable.dll deleted file mode 100644 index ee6dffe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.Queryable.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.dll deleted file mode 100644 index 2a18c67..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Memory.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Memory.dll deleted file mode 100644 index 45b5b11..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Memory.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Http.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Http.Json.dll deleted file mode 100644 index e9a0bb4..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Http.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Http.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Http.dll deleted file mode 100644 index 0baf632..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Http.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.HttpListener.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.HttpListener.dll deleted file mode 100644 index 8513d7a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.HttpListener.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Mail.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Mail.dll deleted file mode 100644 index 4249c2c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Mail.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.NameResolution.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.NameResolution.dll deleted file mode 100644 index 59e9d20..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.NameResolution.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.NetworkInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.NetworkInformation.dll deleted file mode 100644 index a99ae0b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Ping.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Ping.dll deleted file mode 100644 index 8bfbd4b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Ping.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Primitives.dll deleted file mode 100644 index bc0deec..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Requests.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Requests.dll deleted file mode 100644 index 6819509..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Requests.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Security.dll deleted file mode 100644 index 759afaf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.ServicePoint.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.ServicePoint.dll deleted file mode 100644 index 5bfe662..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.ServicePoint.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Sockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Sockets.dll deleted file mode 100644 index 7805501..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.Sockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebClient.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebClient.dll deleted file mode 100644 index f307e32..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebClient.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebHeaderCollection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebHeaderCollection.dll deleted file mode 100644 index b482a22..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebProxy.dll deleted file mode 100644 index d716b59..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebSockets.Client.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebSockets.Client.dll deleted file mode 100644 index 65609b3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebSockets.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebSockets.dll deleted file mode 100644 index 9d61079..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.WebSockets.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.dll deleted file mode 100644 index 25527f2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Net.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Numerics.Vectors.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Numerics.Vectors.dll deleted file mode 100644 index d2e37ac..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Numerics.Vectors.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Numerics.dll deleted file mode 100644 index d60bd9e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ObjectModel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ObjectModel.dll deleted file mode 100644 index f23cd2b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ObjectModel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.DispatchProxy.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.DispatchProxy.dll deleted file mode 100644 index 243c9ea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.ILGeneration.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index 14ac16a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.Lightweight.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index 731975c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.dll deleted file mode 100644 index f8cd0c0..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Emit.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Extensions.dll deleted file mode 100644 index 020c6ec..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Metadata.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Metadata.dll deleted file mode 100644 index a2ff63a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Metadata.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Primitives.dll deleted file mode 100644 index f996ca9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.TypeExtensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 13a91c2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.dll deleted file mode 100644 index aacfb79..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Reflection.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.Reader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.Reader.dll deleted file mode 100644 index 05d1527..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.Reader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.ResourceManager.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.ResourceManager.dll deleted file mode 100644 index 18ba7d8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.Writer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.Writer.dll deleted file mode 100644 index 4b9ae90..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Resources.Writer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 676613d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index d961284..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Extensions.dll deleted file mode 100644 index f127ec5..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Handles.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Handles.dll deleted file mode 100644 index 0771d5a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Handles.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index fbadb88..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.InteropServices.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.InteropServices.dll deleted file mode 100644 index b289e4e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Intrinsics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Intrinsics.dll deleted file mode 100644 index 65e12e3..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Loader.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Loader.dll deleted file mode 100644 index 98c563a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Loader.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Numerics.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Numerics.dll deleted file mode 100644 index 3d3cd06..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Numerics.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Formatters.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index 648fffc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 50427c1..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index b17fd1a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index 0733cd8..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.dll deleted file mode 100644 index c39a71d..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.dll deleted file mode 100644 index ad1e6b2..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Runtime.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.AccessControl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.AccessControl.dll deleted file mode 100644 index 512a008..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.AccessControl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Claims.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Claims.dll deleted file mode 100644 index 6edb676..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Claims.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Algorithms.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index a127603..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Cng.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Cng.dll deleted file mode 100644 index 139cd4c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Csp.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Csp.dll deleted file mode 100644 index c4516ca..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index 51b0b79..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.OpenSsl.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.OpenSsl.dll deleted file mode 100644 index 0b1a56e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Primitives.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index aafbe66..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.X509Certificates.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index fb04df9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Xml.dll deleted file mode 100644 index f90935c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Principal.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Principal.Windows.dll deleted file mode 100644 index 334f276..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Principal.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Principal.dll deleted file mode 100644 index cd09abf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.Principal.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.SecureString.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.SecureString.dll deleted file mode 100644 index 76e5245..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.SecureString.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.dll deleted file mode 100644 index edf3ec9..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Security.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ServiceModel.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ServiceModel.Web.dll deleted file mode 100644 index 6f21709..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ServiceModel.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ServiceProcess.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ServiceProcess.dll deleted file mode 100644 index 883cf11..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ServiceProcess.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.CodePages.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 1f800dd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.Extensions.dll deleted file mode 100644 index b2929ea..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.dll deleted file mode 100644 index 35be1cb..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encoding.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encodings.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encodings.Web.dll deleted file mode 100644 index 3c0d02c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Json.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Json.dll deleted file mode 100644 index 97df0dd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.Json.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.RegularExpressions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.RegularExpressions.dll deleted file mode 100644 index 408782a..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Channels.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Channels.dll deleted file mode 100644 index 42a9bfa..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Channels.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Overlapped.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Overlapped.dll deleted file mode 100644 index 63cf7dc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Overlapped.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Dataflow.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index 517c410..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Extensions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index 8dc6acd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Parallel.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index db82e9b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.dll deleted file mode 100644 index 102dbcf..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Tasks.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Thread.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Thread.dll deleted file mode 100644 index 4d37984..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Thread.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.ThreadPool.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.ThreadPool.dll deleted file mode 100644 index b7b5aee..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Timer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Timer.dll deleted file mode 100644 index 326b957..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.Timer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.dll deleted file mode 100644 index be3b23e..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Threading.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Transactions.Local.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Transactions.Local.dll deleted file mode 100644 index f236406..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Transactions.Local.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Transactions.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Transactions.dll deleted file mode 100644 index 74b538f..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Transactions.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ValueTuple.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ValueTuple.dll deleted file mode 100644 index 8e0153c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.ValueTuple.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Web.HttpUtility.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Web.HttpUtility.dll deleted file mode 100644 index bc77d37..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Web.HttpUtility.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Web.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Web.dll deleted file mode 100644 index a5f86ef..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Web.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Windows.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Windows.dll deleted file mode 100644 index 65d2326..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Windows.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.Linq.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.Linq.dll deleted file mode 100644 index 6ce3c48..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.Linq.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.ReaderWriter.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.ReaderWriter.dll deleted file mode 100644 index c2c0558..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.Serialization.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.Serialization.dll deleted file mode 100644 index f4dc46c..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.Serialization.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XDocument.dll deleted file mode 100644 index 72e30fe..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XPath.XDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 1011cba..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XPath.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XPath.dll deleted file mode 100644 index de5fc12..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XPath.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XmlDocument.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XmlDocument.dll deleted file mode 100644 index 93b93fd..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XmlSerializer.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XmlSerializer.dll deleted file mode 100644 index 14c9f15..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.dll deleted file mode 100644 index b972a47..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.Xml.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.dll deleted file mode 100644 index 57e6f6b..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/System.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/WindowsBase.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/WindowsBase.dll deleted file mode 100644 index 9556859..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/WindowsBase.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/mscorlib.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/mscorlib.dll deleted file mode 100644 index c40e5be..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/mscorlib.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/netstandard.dll b/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/netstandard.dll deleted file mode 100644 index c0567fc..0000000 Binary files a/src/Our.Umbraco.Honeypot.V8/bin/Release/net6.0/refs/netstandard.dll and /dev/null differ diff --git a/src/Our.Umbraco.Honeypot.WebsiteV10/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg b/src/Our.Umbraco.Honeypot.WebsiteV10/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg new file mode 100644 index 0000000..3ff4026 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV10/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV10/Our.Umbraco.Honeypot.WebsiteV10.csproj b/src/Our.Umbraco.Honeypot.WebsiteV10/Our.Umbraco.Honeypot.WebsiteV10.csproj index b2e1e75..f877044 100644 --- a/src/Our.Umbraco.Honeypot.WebsiteV10/Our.Umbraco.Honeypot.WebsiteV10.csproj +++ b/src/Our.Umbraco.Honeypot.WebsiteV10/Our.Umbraco.Honeypot.WebsiteV10.csproj @@ -5,6 +5,13 @@ enable + + + + + true + Always + Always true diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/.gitignore b/src/Our.Umbraco.Honeypot.WebsiteV11/.gitignore new file mode 100644 index 0000000..d183720 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/.gitignore @@ -0,0 +1,478 @@ +## 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 +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# 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 +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.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 + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# 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 +# Note: 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 +# NuGet Symbol Packages +*.snupkg +# 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 +*.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 +*.appx +*.appxbundle +*.appxupload + +# 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 +orleans.codegen.cs + +# 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 +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 +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# 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/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# 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/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# JetBrains Rider +.idea/ +*.sln.iml + +## +## Visual Studio Code +## +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +## +## Umbraco CMS +## + +# JSON schema file for appsettings.json +appsettings-schema.json + +# Packages created from the backoffice (package.xml/package.zip) +/umbraco/Data/CreatedPackages/ + +# Temp folder containing Examine indexes, NuCache, MediaCache, etc. +/umbraco/Data/TEMP/ + +# SQLite database files +/umbraco/Data/*.sqlite.db +/umbraco/Data/*.sqlite.db-shm +/umbraco/Data/*.sqlite.db-wal + +# Log files +/umbraco/Logs/ + +# Media files +/wwwroot/media/ diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg b/src/Our.Umbraco.Honeypot.WebsiteV11/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg new file mode 100644 index 0000000..c909472 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.WebsiteV11/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html similarity index 100% rename from src/Our.Umbraco.Honeypot.V8/bin/Debug/net472/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html rename to src/Our.Umbraco.Honeypot.WebsiteV11/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Our.Umbraco.Honeypot.WebsiteV11.csproj b/src/Our.Umbraco.Honeypot.WebsiteV11/Our.Umbraco.Honeypot.WebsiteV11.csproj new file mode 100644 index 0000000..7cd91d9 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Our.Umbraco.Honeypot.WebsiteV11.csproj @@ -0,0 +1,49 @@ + + + net7.0 + enable + enable + + + + Always + true + Always + + + + + + + + + + + + + + + + + + Always + + + + + + + + + + + true + + + + + false + false + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Program.cs b/src/Our.Umbraco.Honeypot.WebsiteV11/Program.cs new file mode 100644 index 0000000..fc730f7 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Program.cs @@ -0,0 +1,19 @@ +namespace Our.Umbraco.Honeypot.WebsiteV10 +{ + public class Program + { + public static void Main(string[] args) + => CreateHostBuilder(args) + .Build() + .Run(); + + public static IHostBuilder CreateHostBuilder(string[] args) => + Host.CreateDefaultBuilder(args) + .ConfigureUmbracoDefaults() + .ConfigureWebHostDefaults(webBuilder => + { + webBuilder.UseStaticWebAssets(); + webBuilder.UseStartup(); + }); + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Properties/launchSettings.json b/src/Our.Umbraco.Honeypot.WebsiteV11/Properties/launchSettings.json new file mode 100644 index 0000000..d03dc4a --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Properties/launchSettings.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:13339", + "sslPort": 44318 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Umbraco.Web.UI": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:44318;http://localhost:13339", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Startup.cs b/src/Our.Umbraco.Honeypot.WebsiteV11/Startup.cs new file mode 100644 index 0000000..56db9fc --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Startup.cs @@ -0,0 +1,70 @@ +using Umbraco.Cms.Core.DependencyInjection; +using Umbraco.Extensions; + +namespace Our.Umbraco.Honeypot.WebsiteV10 +{ + public class Startup + { + private readonly IWebHostEnvironment _env; + private readonly IConfiguration _config; + + /// + /// Initializes a new instance of the class. + /// + /// The web hosting environment. + /// The configuration. + /// + /// Only a few services are possible to be injected here https://github.com/dotnet/aspnetcore/issues/9337. + /// + public Startup(IWebHostEnvironment webHostEnvironment, IConfiguration config) + { + _env = webHostEnvironment ?? throw new ArgumentNullException(nameof(webHostEnvironment)); + _config = config ?? throw new ArgumentNullException(nameof(config)); + } + + /// + /// Configures the services. + /// + /// The services. + /// + /// This method gets called by the runtime. Use this method to add services to the container. + /// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940. + /// + public void ConfigureServices(IServiceCollection services) + { + services.AddUmbraco(_env, _config) + .AddBackOffice() + .AddWebsite() + .AddComposers() + .Build(); + } + + /// + /// Configures the application. + /// + /// The application builder. + /// The web hosting environment. + public void Configure(IApplicationBuilder app, IWebHostEnvironment env) + { + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + + app.UseHttpsRedirection(); + + app.UseUmbraco() + .WithMiddleware(u => + { + u.UseBackOffice(); + u.UseWebsite(); + }) + .WithEndpoints(u => + { + u.UseInstallerEndpoints(); + u.UseBackOfficeEndpoints(); + u.UseWebsiteEndpoints(); + }); + } + } +} diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml similarity index 100% rename from src/Our.Umbraco.Honeypot.V8/bin/Debug/net5.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml rename to src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/area.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/area.cshtml new file mode 100644 index 0000000..3614847 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/area.cshtml @@ -0,0 +1,10 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +
+ @await Html.GetBlockGridItemsHtmlAsync(Model) +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/areas.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/areas.cshtml new file mode 100644 index 0000000..30f987c --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/areas.cshtml @@ -0,0 +1,13 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Areas.Any() != true) { return; } +} + +
+ @foreach (var area in Model.Areas) + { + @await Html.GetBlockGridItemAreaHtmlAsync(area) + } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/default.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/default.cshtml new file mode 100644 index 0000000..e25839e --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/default.cshtml @@ -0,0 +1,11 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Any() != true) { return; } +} + +
+ @await Html.GetBlockGridItemsHtmlAsync(Model) +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/items.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/items.cshtml new file mode 100644 index 0000000..e6bb230 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Partials/blockgrid/items.cshtml @@ -0,0 +1,35 @@ +@using Umbraco.Cms.Core.Models.Blocks +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage> +@{ + if (Model?.Any() != true) { return; } +} + +
+ @foreach (var item in Model) + { +
+ @{ + var partialViewName = "blockgrid/Components/" + item.Content.ContentType.Alias; + try + { + @await Html.PartialAsync(partialViewName, item) + } + catch (InvalidOperationException) + { +

+ Could not render component of type: @(item.Content.ContentType.Alias) +
+ This likely happened because the partial view @partialViewName could not be found. +

+ } + } +
+ } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Test.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Test.cshtml new file mode 100644 index 0000000..030cf34 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/Test.cshtml @@ -0,0 +1,30 @@ +@using Umbraco.Cms.Web.Common.PublishedModels; +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; +@using Umbraco.Forms.Web +@{ + Layout = null; +} + + + + + + + + + Test + + + + + + +
+ @Html.Raw(Model.Content) +
+ + @Html.RenderUmbracoFormDependencies() + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/Views/_ViewImports.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/_ViewImports.cshtml new file mode 100644 index 0000000..0f0c24b --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/Views/_ViewImports.cshtml @@ -0,0 +1,9 @@ +@using Umbraco.Extensions +@using Our.Umbraco.Honeypot.WebsiteV10 +@using Umbraco.Cms.Web.Common.PublishedModels +@using Umbraco.Cms.Web.Common.Views +@using Umbraco.Cms.Core.Models.PublishedContent +@using Microsoft.AspNetCore.Html +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Smidge +@inject Smidge.SmidgeHelper SmidgeHelper diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings-schema.Umbraco.Cms.json b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings-schema.Umbraco.Cms.json new file mode 100644 index 0000000..8cd9279 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings-schema.Umbraco.Cms.json @@ -0,0 +1,1810 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "UmbracoCmsSchema", + "type": "object", + "properties": { + "Umbraco": { + "$ref": "#/definitions/UmbracoDefinition" + } + }, + "definitions": { + "UmbracoDefinition": { + "type": "object", + "description": "Configuration container for all Umbraco products.", + "properties": { + "CMS": { + "$ref": "#/definitions/UmbracoCmsDefinition" + } + } + }, + "UmbracoCmsDefinition": { + "type": "object", + "description": "Configuration of Umbraco CMS.", + "properties": { + "Content": { + "$ref": "#/definitions/ContentSettings" + }, + "Debug": { + "$ref": "#/definitions/CoreDebugSettings" + }, + "ExceptionFilter": { + "$ref": "#/definitions/ExceptionFilterSettings" + }, + "ModelsBuilder": { + "$ref": "#/definitions/ModelsBuilderSettings" + }, + "Global": { + "$ref": "#/definitions/GlobalSettings" + }, + "HealthChecks": { + "$ref": "#/definitions/HealthChecksSettings" + }, + "Hosting": { + "$ref": "#/definitions/HostingSettings" + }, + "Imaging": { + "$ref": "#/definitions/ImagingSettings" + }, + "Examine": { + "$ref": "#/definitions/IndexCreatorSettings" + }, + "KeepAlive": { + "$ref": "#/definitions/KeepAliveSettings" + }, + "Logging": { + "$ref": "#/definitions/LoggingSettings" + }, + "NuCache": { + "$ref": "#/definitions/NuCacheSettings" + }, + "RequestHandler": { + "$ref": "#/definitions/RequestHandlerSettings" + }, + "Runtime": { + "$ref": "#/definitions/RuntimeSettings" + }, + "Security": { + "$ref": "#/definitions/SecuritySettings" + }, + "Tours": { + "$ref": "#/definitions/TourSettings" + }, + "TypeFinder": { + "$ref": "#/definitions/TypeFinderSettings" + }, + "WebRouting": { + "$ref": "#/definitions/WebRoutingSettings" + }, + "Plugins": { + "$ref": "#/definitions/UmbracoPluginSettings" + }, + "Unattended": { + "$ref": "#/definitions/UnattendedSettings" + }, + "RichTextEditor": { + "$ref": "#/definitions/RichTextEditorSettings" + }, + "RuntimeMinification": { + "$ref": "#/definitions/RuntimeMinificationSettings" + }, + "BasicAuth": { + "$ref": "#/definitions/BasicAuthSettings" + }, + "PackageMigration": { + "$ref": "#/definitions/PackageMigrationSettings" + }, + "LegacyPasswordMigration": { + "$ref": "#/definitions/LegacyPasswordMigrationSettings" + }, + "ContentDashboard": { + "$ref": "#/definitions/ContentDashboardSettings" + }, + "HelpPage": { + "$ref": "#/definitions/HelpPageSettings" + }, + "DefaultDataCreation": { + "$ref": "#/definitions/InstallDefaultDataSettings" + }, + "DataTypes": { + "$ref": "#/definitions/DataTypesSettings" + }, + "Marketplace": { + "$ref": "#/definitions/MarketplaceSettings" + } + } + }, + "ContentSettings": { + "type": "object", + "description": "Typed configuration options for content settings.\n ", + "properties": { + "Notifications": { + "description": "Gets or sets a value for the content notification settings.\n ", + "oneOf": [ + { + "$ref": "#/definitions/ContentNotificationSettings" + } + ] + }, + "Imaging": { + "description": "Gets or sets a value for the content imaging settings.\n ", + "oneOf": [ + { + "$ref": "#/definitions/ContentImagingSettings" + } + ] + }, + "ResolveUrlsFromTextString": { + "type": "boolean", + "description": "Gets or sets a value indicating whether URLs should be resolved from text strings.\n ", + "default": false + }, + "Error404Collection": { + "type": "array", + "description": "Gets or sets a value for the collection of error pages.\n ", + "items": { + "$ref": "#/definitions/ContentErrorPage" + } + }, + "PreviewBadge": { + "type": "string", + "description": "Gets or sets a value for the preview badge mark-up.\n ", + "default": "\n \n \n " + }, + "MacroErrors": { + "description": "Gets or sets a value for the macro error behaviour.\n ", + "default": "Inline", + "oneOf": [ + { + "$ref": "#/definitions/MacroErrorBehaviour" + } + ] + }, + "ShowDeprecatedPropertyEditors": { + "type": "boolean", + "description": "Gets or sets a value indicating whether deprecated property editors should be shown.\n ", + "default": false + }, + "LoginBackgroundImage": { + "type": "string", + "description": "Gets or sets a value for the path to the login screen background image.\n ", + "default": "assets/img/login.svg" + }, + "LoginLogoImage": { + "type": "string", + "description": "Gets or sets a value for the path to the login screen logo image.\n ", + "default": "assets/img/application/umbraco_logo_white.svg" + }, + "HideBackOfficeLogo": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to hide the backoffice umbraco logo or not.\n ", + "default": false + }, + "DisableDeleteWhenReferenced": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to disable the deletion of items referenced by other items.\n ", + "default": false + }, + "DisableUnpublishWhenReferenced": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to disable the unpublishing of items referenced by other items.\n ", + "default": false + }, + "ContentVersionCleanupPolicy": { + "description": "Get or sets the model representing the global content version cleanup policy\n ", + "oneOf": [ + { + "$ref": "#/definitions/ContentVersionCleanupPolicySettings" + } + ] + }, + "AllowEditInvariantFromNonDefault": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to allow editing invariant properties from a non-default language variation.", + "default": false + }, + "AllowedUploadedFileExtensions": { + "type": "array", + "description": "Gets or sets a value for the collection of file extensions that are allowed for upload.\n ", + "items": { + "type": "string" + } + }, + "DisallowedUploadedFileExtensions": { + "type": "array", + "description": "Gets or sets a value for the collection of file extensions that are disallowed for upload.\n ", + "default": "ashx,aspx,ascx,config,cshtml,vbhtml,asmx,air,axd,xamlx", + "items": { + "type": "string" + } + } + } + }, + "ContentNotificationSettings": { + "type": "object", + "description": "Typed configuration options for content notification settings.\n ", + "properties": { + "Email": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the email address for notifications.\n " + }, + "DisableHtmlEmail": { + "type": "boolean", + "description": "Gets or sets a value indicating whether HTML email notifications should be disabled.\n ", + "default": false + } + } + }, + "ContentImagingSettings": { + "type": "object", + "description": "Typed configuration options for content imaging settings.\n ", + "properties": { + "ImageFileTypes": { + "type": "array", + "description": "Gets or sets a value for the collection of accepted image file extensions.\n ", + "default": "jpeg,jpg,gif,bmp,png,tiff,tif,webp", + "items": { + "type": "string" + } + }, + "AutoFillImageProperties": { + "type": "array", + "description": "Gets or sets a value for the imaging autofill following media file upload fields.\n ", + "items": { + "$ref": "#/definitions/ImagingAutoFillUploadField" + } + } + } + }, + "ImagingAutoFillUploadField": { + "type": "object", + "description": "Typed configuration options for image autofill upload settings.\n ", + "required": [ + "Alias", + "WidthFieldAlias", + "HeightFieldAlias", + "LengthFieldAlias", + "ExtensionFieldAlias" + ], + "properties": { + "Alias": { + "type": "string", + "description": "Gets or sets a value for the alias of the image upload property.\n ", + "minLength": 1 + }, + "WidthFieldAlias": { + "type": "string", + "description": "Gets or sets a value for the width field alias of the image upload property.\n ", + "minLength": 1 + }, + "HeightFieldAlias": { + "type": "string", + "description": "Gets or sets a value for the height field alias of the image upload property.\n ", + "minLength": 1 + }, + "LengthFieldAlias": { + "type": "string", + "description": "Gets or sets a value for the length field alias of the image upload property.\n ", + "minLength": 1 + }, + "ExtensionFieldAlias": { + "type": "string", + "description": "Gets or sets a value for the extension field alias of the image upload property.\n ", + "minLength": 1 + } + } + }, + "ContentErrorPage": { + "type": "object", + "description": "Typed configuration for a content error page.\n ", + "required": [ + "Culture" + ], + "properties": { + "ContentId": { + "type": "integer", + "description": "Gets or sets a value for the content Id.\n ", + "format": "int32" + }, + "ContentKey": { + "type": "string", + "description": "Gets or sets a value for the content key.\n ", + "format": "guid" + }, + "ContentXPath": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the content XPath.\n " + }, + "Culture": { + "type": "string", + "description": "Gets or sets a value for the content culture.\n ", + "minLength": 1 + } + } + }, + "MacroErrorBehaviour": { + "type": "string", + "description": "", + "x-enumNames": [ + "Inline", + "Silent", + "Throw", + "Content" + ], + "enum": [ + "Inline", + "Silent", + "Throw", + "Content" + ] + }, + "ContentVersionCleanupPolicySettings": { + "type": "object", + "description": "Model representing the global content version cleanup policy\n ", + "properties": { + "EnableCleanup": { + "type": "boolean", + "description": "Gets or sets a value indicating whether or not the cleanup job should be executed.\n ", + "default": false + }, + "KeepAllVersionsNewerThanDays": { + "type": "integer", + "description": "Gets or sets the number of days where all historical content versions are kept.\n ", + "format": "int32", + "default": 7 + }, + "KeepLatestVersionPerDayForDays": { + "type": "integer", + "description": "Gets or sets the number of days where the latest historical content version for that day are kept.\n ", + "format": "int32", + "default": 90 + } + } + }, + "CoreDebugSettings": { + "type": "object", + "description": "Typed configuration options for core debug settings.\n ", + "properties": { + "LogIncompletedScopes": { + "type": "boolean", + "description": "Gets or sets a value indicating whether incompleted scopes should be logged.\n ", + "default": false + }, + "DumpOnTimeoutThreadAbort": { + "type": "boolean", + "description": "Gets or sets a value indicating whether memory dumps on thread abort should be taken.\n ", + "default": false + } + } + }, + "ExceptionFilterSettings": { + "type": "object", + "description": "Typed configuration options for exception filter settings.\n ", + "properties": { + "Disabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the exception filter is disabled.\n ", + "default": false + } + } + }, + "ModelsBuilderSettings": { + "type": "object", + "description": "Typed configuration options for models builder settings.\n ", + "properties": { + "ModelsMode": { + "description": "Gets or sets a value for the models mode.\n ", + "default": "InMemoryAuto", + "oneOf": [ + { + "$ref": "#/definitions/ModelsMode" + } + ] + }, + "ModelsNamespace": { + "type": "string", + "description": "Gets or sets a value for models namespace.\n ", + "default": "Umbraco.Cms.Web.Common.PublishedModels" + }, + "FlagOutOfDateModels": { + "type": "boolean", + "description": "Gets or sets a value indicating whether we should flag out-of-date models.\n " + }, + "ModelsDirectory": { + "type": "string", + "description": "Gets or sets a value for the models directory.\n ", + "default": "~/umbraco/models" + }, + "AcceptUnsafeModelsDirectory": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to accept an unsafe value for ModelsDirectory.\n ", + "default": false + }, + "DebugLevel": { + "type": "integer", + "description": "Gets or sets a value indicating the debug log level.\n ", + "format": "int32", + "default": 0 + } + } + }, + "ModelsMode": { + "type": "string", + "description": "Defines the models generation modes.\n ", + "x-enumNames": [ + "Nothing", + "InMemoryAuto", + "SourceCodeManual", + "SourceCodeAuto" + ], + "enum": [ + "Nothing", + "InMemoryAuto", + "SourceCodeManual", + "SourceCodeAuto" + ] + }, + "GlobalSettings": { + "type": "object", + "description": "Typed configuration options for global settings.\n ", + "properties": { + "ReservedUrls": { + "type": "string", + "description": "Gets or sets a value for the reserved URLs (must end with a comma).\n ", + "default": "~/.well-known," + }, + "ReservedPaths": { + "type": "string", + "description": "Gets or sets a value for the reserved paths (must end with a comma).\n ", + "default": "~/app_plugins/,~/install/,~/mini-profiler-resources/,~/umbraco/," + }, + "TimeOut": { + "type": "string", + "description": "Gets or sets a value for the back-office login timeout.\n ", + "format": "duration", + "default": "00:20:00" + }, + "DefaultUILanguage": { + "type": "string", + "description": "Gets or sets a value for the default UI language.\n ", + "default": "en-US" + }, + "HideTopLevelNodeFromPath": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to hide the top level node from the path.\n ", + "default": true + }, + "UseHttps": { + "type": "boolean", + "description": "Gets or sets a value indicating whether HTTPS should be used.\n ", + "default": false + }, + "VersionCheckPeriod": { + "type": "integer", + "description": "Gets or sets a value for the version check period in days.\n ", + "format": "int32", + "default": 7 + }, + "IconsPath": { + "type": "string", + "description": "Gets or sets a value for the Umbraco icons path.\n ", + "default": "umbraco/assets/icons" + }, + "UmbracoCssPath": { + "type": "string", + "description": "Gets or sets a value for the Umbraco CSS path.\n ", + "default": "~/css" + }, + "UmbracoScriptsPath": { + "type": "string", + "description": "Gets or sets a value for the Umbraco scripts path.\n ", + "default": "~/scripts" + }, + "UmbracoMediaPath": { + "type": "string", + "description": "Gets or sets a value for the Umbraco media request path.\n ", + "default": "~/media" + }, + "UmbracoMediaPhysicalRootPath": { + "type": "string", + "description": "Gets or sets a value for the physical Umbraco media root path (falls back to UmbracoMediaPath when\nempty).\n " + }, + "InstallMissingDatabase": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to install the database when it is missing.\n ", + "default": false + }, + "DisableElectionForSingleServer": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to disable the election for a single server.\n ", + "default": false + }, + "DatabaseFactoryServerVersion": { + "type": "string", + "description": "Gets or sets a value for the database factory server version.\n " + }, + "MainDomLock": { + "type": "string", + "description": "Gets or sets a value for the main dom lock.\n " + }, + "MainDomKeyDiscriminator": { + "type": "string", + "description": "Gets or sets a value to discriminate MainDom boundaries.\n\n Generally the default should suffice but useful for advanced scenarios e.g. azure deployment slot based zero\n downtime deployments.\n\n " + }, + "MainDomReleaseSignalPollingInterval": { + "type": "integer", + "description": "Gets or sets the duration (in milliseconds) for which the MainDomLock release signal polling task should sleep.\n ", + "format": "int32", + "default": 2000 + }, + "Id": { + "type": "string", + "description": "Gets or sets the telemetry ID.\n " + }, + "NoNodesViewPath": { + "type": "string", + "description": "Gets or sets a value for the path to the no content view.\n ", + "default": "~/umbraco/UmbracoWebsite/NoNodes.cshtml" + }, + "DatabaseServerRegistrar": { + "description": "Gets or sets a value for the database server registrar settings.\n ", + "oneOf": [ + { + "$ref": "#/definitions/DatabaseServerRegistrarSettings" + } + ] + }, + "DatabaseServerMessenger": { + "description": "Gets or sets a value for the database server messenger settings.\n ", + "oneOf": [ + { + "$ref": "#/definitions/DatabaseServerMessengerSettings" + } + ] + }, + "Smtp": { + "description": "Gets or sets a value for the SMTP settings.\n ", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/SmtpSettings" + } + ] + }, + "SanitizeTinyMce": { + "type": "boolean", + "description": "Gets or sets a value indicating whether TinyMCE scripting sanitization should be applied.\n ", + "default": false + }, + "DistributedLockingReadLockDefaultTimeout": { + "type": "string", + "description": "Gets or sets a value representing the maximum time to wait whilst attempting to obtain a distributed read lock.\n ", + "format": "duration", + "default": "00:01:00" + }, + "DistributedLockingWriteLockDefaultTimeout": { + "type": "string", + "description": "Gets or sets a value representing the maximum time to wait whilst attempting to obtain a distributed write lock.\n ", + "format": "duration", + "default": "00:00:05" + }, + "DistributedLockingMechanism": { + "type": "string", + "description": "Gets or sets a value representing the DistributedLockingMechanism to use." + }, + "ForceCombineUrlPathLeftToRight": { + "type": "boolean", + "description": "Force url paths to be left to right, even when the culture has right to left text", + "default": true, + "x-example": "For the following hierarchy\n- Root (/ar)\n - 1 (/ar/1)\n - 2 (/ar/1/2)\n - 3 (/ar/1/2/3)\n - 3 (/ar/1/2/3/4)\nWhen forced\n- https://www.umbraco.com/ar/1/2/3/4\nwhen not\n- https://www.umbraco.com/ar/4/3/2/1" + } + } + }, + "DatabaseServerRegistrarSettings": { + "type": "object", + "description": "Typed configuration options for database server registrar settings.\n ", + "properties": { + "WaitTimeBetweenCalls": { + "type": "string", + "description": "Gets or sets a value for the amount of time to wait between calls to the database on the background thread.\n ", + "format": "duration", + "default": "00:01:00" + }, + "StaleServerTimeout": { + "type": "string", + "description": "Gets or sets a value for the time span to wait before considering a server stale, after it has last been accessed.\n ", + "format": "duration", + "default": "00:02:00" + } + } + }, + "DatabaseServerMessengerSettings": { + "type": "object", + "description": "Typed configuration options for database server messaging settings.\n ", + "properties": { + "MaxProcessingInstructionCount": { + "type": "integer", + "description": "Gets or sets a value for the maximum number of instructions that can be processed at startup; otherwise the server\ncold-boots (rebuilds its caches).\n ", + "format": "int32", + "default": 1000 + }, + "TimeToRetainInstructions": { + "type": "string", + "description": "Gets or sets a value for the time to keep instructions in the database; records older than this number will be\npruned.\n ", + "format": "duration", + "default": "2.00:00:00" + }, + "TimeBetweenSyncOperations": { + "type": "string", + "description": "Gets or sets a value for the time to wait between each sync operations.\n ", + "format": "duration", + "default": "00:00:05" + }, + "TimeBetweenPruneOperations": { + "type": "string", + "description": "Gets or sets a value for the time to wait between each prune operations.\n ", + "format": "duration", + "default": "00:01:00" + } + } + }, + "SmtpSettings": { + "type": "object", + "description": "Typed configuration options for SMTP settings.\n ", + "required": [ + "From" + ], + "properties": { + "From": { + "type": "string", + "description": "Gets or sets a value for the SMTP from address to use for messages.\n ", + "format": "email", + "minLength": 1 + }, + "Host": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the SMTP host.\n " + }, + "Port": { + "type": "integer", + "description": "Gets or sets a value for the SMTP port.\n ", + "format": "int32" + }, + "SecureSocketOptions": { + "description": "Gets or sets a value for the secure socket options.\n ", + "default": "Auto", + "oneOf": [ + { + "$ref": "#/definitions/SecureSocketOptions" + } + ] + }, + "PickupDirectoryLocation": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the SMTP pick-up directory.\n " + }, + "DeliveryMethod": { + "description": "Gets or sets a value for the SMTP delivery method.\n ", + "default": "Network", + "oneOf": [ + { + "$ref": "#/definitions/SmtpDeliveryMethod" + } + ] + }, + "Username": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the SMTP user name.\n " + }, + "Password": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the SMTP password.\n " + } + } + }, + "SecureSocketOptions": { + "type": "string", + "description": "Matches MailKit.Security.SecureSocketOptions and defined locally to avoid having to take\na dependency on this external library into Umbraco.Core.\n ", + "x-enumNames": [ + "None", + "Auto", + "SslOnConnect", + "StartTls", + "StartTlsWhenAvailable" + ], + "enum": [ + "None", + "Auto", + "SslOnConnect", + "StartTls", + "StartTlsWhenAvailable" + ] + }, + "SmtpDeliveryMethod": { + "type": "string", + "description": "", + "x-enumNames": [ + "Network", + "SpecifiedPickupDirectory", + "PickupDirectoryFromIis" + ], + "enum": [ + "Network", + "SpecifiedPickupDirectory", + "PickupDirectoryFromIis" + ] + }, + "HealthChecksSettings": { + "type": "object", + "description": "Typed configuration options for healthchecks settings.\n ", + "properties": { + "DisabledChecks": { + "type": "array", + "description": "Gets or sets a value for the collection of healthchecks that are disabled.\n ", + "items": { + "$ref": "#/definitions/DisabledHealthCheckSettings" + } + }, + "Notification": { + "description": "Gets or sets a value for the healthcheck notification settings.\n ", + "oneOf": [ + { + "$ref": "#/definitions/HealthChecksNotificationSettings" + } + ] + } + } + }, + "DisabledHealthCheckSettings": { + "type": "object", + "description": "Typed configuration options for disabled healthcheck settings.\n ", + "properties": { + "Id": { + "type": "string", + "description": "Gets or sets a value for the healthcheck Id to disable.\n ", + "format": "guid" + }, + "DisabledOn": { + "type": "string", + "description": "Gets or sets a value for the date the healthcheck was disabled.\n ", + "format": "date-time" + }, + "DisabledBy": { + "type": "integer", + "description": "Gets or sets a value for Id of the user that disabled the healthcheck.\n ", + "format": "int32" + } + } + }, + "HealthChecksNotificationSettings": { + "type": "object", + "description": "Typed configuration options for healthcheck notification settings.\n ", + "properties": { + "Enabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether health check notifications are enabled.\n ", + "default": false + }, + "FirstRunTime": { + "type": "string", + "description": "Gets or sets a value for the first run time of a healthcheck notification in crontab format.\n " + }, + "Period": { + "type": "string", + "description": "Gets or sets a value for the period of the healthcheck notification.\n ", + "format": "duration", + "default": "1.00:00:00" + }, + "NotificationMethods": { + "type": "object", + "description": "Gets or sets a value for the collection of health check notification methods.\n ", + "additionalProperties": { + "$ref": "#/definitions/HealthChecksNotificationMethodSettings" + } + }, + "DisabledChecks": { + "type": "array", + "description": "Gets or sets a value for the collection of health checks that are disabled for notifications.\n ", + "items": { + "$ref": "#/definitions/DisabledHealthCheckSettings" + } + } + } + }, + "HealthChecksNotificationMethodSettings": { + "type": "object", + "description": "Typed configuration options for healthcheck notification method settings.\n ", + "properties": { + "Enabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the health check notification method is enabled.\n ", + "default": false + }, + "Verbosity": { + "description": "Gets or sets a value for the health check notifications reporting verbosity.\n ", + "default": "Summary", + "oneOf": [ + { + "$ref": "#/definitions/HealthCheckNotificationVerbosity" + } + ] + }, + "FailureOnly": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the health check notifications should occur on failures only.\n ", + "default": false + }, + "Settings": { + "type": "object", + "description": "Gets or sets a value providing provider specific settings for the health check notification method.\n ", + "additionalProperties": { + "type": "string" + } + } + } + }, + "HealthCheckNotificationVerbosity": { + "type": "string", + "description": "", + "x-enumNames": [ + "Summary", + "Detailed" + ], + "enum": [ + "Summary", + "Detailed" + ] + }, + "HostingSettings": { + "type": "object", + "description": "Typed configuration options for hosting settings.\n ", + "properties": { + "ApplicationVirtualPath": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the application virtual path.\n " + }, + "LocalTempStorageLocation": { + "description": "Gets or sets a value for the location of temporary files.\n ", + "default": "Default", + "oneOf": [ + { + "$ref": "#/definitions/LocalTempStorage" + } + ] + }, + "Debug": { + "type": "boolean", + "description": "Gets or sets a value indicating whether umbraco is running in [debug mode].\n ", + "default": false + }, + "SiteName": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value specifying the name of the site.\n " + } + } + }, + "LocalTempStorage": { + "type": "string", + "description": "", + "x-enumNames": [ + "Unknown", + "Default", + "EnvironmentTemp" + ], + "enum": [ + "Unknown", + "Default", + "EnvironmentTemp" + ] + }, + "ImagingSettings": { + "type": "object", + "description": "Typed configuration options for imaging settings.\n ", + "properties": { + "Cache": { + "description": "Gets or sets a value for imaging cache settings.\n ", + "oneOf": [ + { + "$ref": "#/definitions/ImagingCacheSettings" + } + ] + }, + "Resize": { + "description": "Gets or sets a value for imaging resize settings.\n ", + "oneOf": [ + { + "$ref": "#/definitions/ImagingResizeSettings" + } + ] + } + } + }, + "ImagingCacheSettings": { + "type": "object", + "description": "Typed configuration options for image cache settings.\n ", + "properties": { + "BrowserMaxAge": { + "type": "string", + "description": "Gets or sets a value for the browser image cache maximum age.\n ", + "format": "duration", + "default": "7.00:00:00" + }, + "CacheMaxAge": { + "type": "string", + "description": "Gets or sets a value for the image cache maximum age.\n ", + "format": "duration", + "default": "365.00:00:00" + }, + "CacheHashLength": { + "type": "integer", + "description": "Gets or sets a value for the image cache hash length.\n ", + "default": 12 + }, + "CacheFolderDepth": { + "type": "integer", + "description": "Gets or sets a value for the image cache folder depth.\n ", + "default": 8 + }, + "CacheFolder": { + "type": "string", + "description": "Gets or sets a value for the image cache folder.\n ", + "default": "~/umbraco/Data/TEMP/MediaCache" + } + } + }, + "ImagingResizeSettings": { + "type": "object", + "description": "Typed configuration options for image resize settings.\n ", + "properties": { + "MaxWidth": { + "type": "integer", + "description": "Gets or sets a value for the maximim resize width.\n ", + "format": "int32", + "default": 5000 + }, + "MaxHeight": { + "type": "integer", + "description": "Gets or sets a value for the maximim resize height.\n ", + "format": "int32", + "default": 5000 + } + } + }, + "IndexCreatorSettings": { + "type": "object", + "description": "Typed configuration options for index creator settings.\n ", + "properties": { + "LuceneDirectoryFactory": { + "description": "Gets or sets a value for lucene directory factory type.\n ", + "oneOf": [ + { + "$ref": "#/definitions/LuceneDirectoryFactory" + } + ] + } + } + }, + "LuceneDirectoryFactory": { + "type": "string", + "description": "", + "x-enumNames": [ + "Default", + "SyncedTempFileSystemDirectoryFactory", + "TempFileSystemDirectoryFactory" + ], + "enum": [ + "Default", + "SyncedTempFileSystemDirectoryFactory", + "TempFileSystemDirectoryFactory" + ] + }, + "KeepAliveSettings": { + "type": "object", + "description": "Typed configuration options for keep alive settings.\n ", + "properties": { + "DisableKeepAliveTask": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the keep alive task is disabled.\n ", + "default": false + }, + "KeepAlivePingUrl": { + "type": "string", + "description": "Gets or sets a value for the keep alive ping URL.\n ", + "default": "~/api/keepalive/ping" + } + } + }, + "LoggingSettings": { + "type": "object", + "description": "Typed configuration options for logging settings.\n ", + "properties": { + "MaxLogAge": { + "type": "string", + "description": "Gets or sets a value for the maximum age of a log file.\n ", + "format": "duration", + "default": "1.00:00:00" + } + } + }, + "NuCacheSettings": { + "type": "object", + "description": "Typed configuration options for NuCache settings.\n ", + "properties": { + "BTreeBlockSize": { + "type": [ + "integer", + "null" + ], + "description": "Gets or sets a value defining the BTree block size.\n ", + "format": "int32" + }, + "NuCacheSerializerType": { + "description": "The serializer type that nucache uses to persist documents in the database.\n ", + "default": "MessagePack", + "oneOf": [ + { + "$ref": "#/definitions/NuCacheSerializerType" + } + ] + }, + "SqlPageSize": { + "type": "integer", + "description": "The paging size to use for nucache SQL queries.\n ", + "format": "int32", + "default": 1000 + }, + "KitBatchSize": { + "type": "integer", + "description": "The size to use for nucache Kit batches. Higher value means more content loaded into memory at a time.\n ", + "format": "int32", + "default": 1 + }, + "UnPublishedContentCompression": { + "type": "boolean" + } + } + }, + "NuCacheSerializerType": { + "type": "string", + "description": "The serializer type that nucache uses to persist documents in the database.\n ", + "x-enumNames": [ + "MessagePack", + "JSON" + ], + "enum": [ + "MessagePack", + "JSON" + ] + }, + "RequestHandlerSettings": { + "type": "object", + "description": "Typed configuration options for request handler settings.\n ", + "properties": { + "AddTrailingSlash": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to add a trailing slash to URLs.\n ", + "default": true + }, + "ConvertUrlsToAscii": { + "type": "string", + "description": "Gets or sets a value indicating whether to convert URLs to ASCII (valid values: \"true\", \"try\" or \"false\").\n ", + "default": "try" + }, + "EnableDefaultCharReplacements": { + "type": "boolean", + "description": "Disable all default character replacements\n ", + "default": true + }, + "UserDefinedCharCollection": { + "type": [ + "array", + "null" + ], + "description": "Add additional character replacements, or override defaults\n ", + "items": { + "$ref": "#/definitions/CharItem" + } + } + } + }, + "CharItem": { + "type": "object", + "properties": { + "Char": { + "type": "string", + "description": "The character to replace\n " + }, + "Replacement": { + "type": "string", + "description": "The replacement character\n " + } + } + }, + "RuntimeSettings": { + "type": "object", + "description": "Typed configuration options for runtime settings.", + "properties": { + "Mode": { + "description": "Gets or sets the runtime mode.", + "default": "BackofficeDevelopment", + "oneOf": [ + { + "$ref": "#/definitions/RuntimeMode" + } + ] + }, + "MaxQueryStringLength": { + "type": [ + "integer", + "null" + ], + "description": "Gets or sets a value for the maximum query string length.", + "format": "int32" + }, + "MaxRequestLength": { + "type": [ + "integer", + "null" + ], + "description": "Gets or sets a value for the maximum request length in kb.\n ", + "format": "int32" + } + } + }, + "RuntimeMode": { + "type": "string", + "description": "Represents the configured Umbraco runtime mode.", + "x-enumNames": [ + "BackofficeDevelopment", + "Development", + "Production" + ], + "enum": [ + "BackofficeDevelopment", + "Development", + "Production" + ] + }, + "SecuritySettings": { + "type": "object", + "description": "Typed configuration options for security settings.\n ", + "properties": { + "KeepUserLoggedIn": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to keep the user logged in.\n ", + "default": false + }, + "HideDisabledUsersInBackOffice": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to hide disabled users in the back-office.\n ", + "default": false + }, + "AllowPasswordReset": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to allow user password reset.\n ", + "default": true + }, + "AuthCookieName": { + "type": "string", + "description": "Gets or sets a value for the authorization cookie name.\n ", + "default": "UMB_UCONTEXT" + }, + "AuthCookieDomain": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value for the authorization cookie domain.\n " + }, + "UsernameIsEmail": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the user's email address is to be considered as their username.\n " + }, + "AllowedUserNameCharacters": { + "type": "string", + "description": "Gets or sets the set of allowed characters for a username\n ", + "default": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\" + }, + "UserPassword": { + "description": "Gets or sets a value for the user password settings.\n ", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/UserPasswordConfigurationSettings" + } + ] + }, + "MemberPassword": { + "description": "Gets or sets a value for the member password settings.\n ", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/MemberPasswordConfigurationSettings" + } + ] + }, + "MemberBypassTwoFactorForExternalLogins": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to bypass the two factor requirement in Umbraco when using external login\nfor members. Thereby rely on the External login and potential 2FA at that provider.\n ", + "default": true + }, + "UserBypassTwoFactorForExternalLogins": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to bypass the two factor requirement in Umbraco when using external login\nfor users. Thereby rely on the External login and potential 2FA at that provider.\n ", + "default": true + } + } + }, + "UserPasswordConfigurationSettings": { + "type": "object", + "description": "Typed configuration options for user password settings.\n ", + "properties": { + "RequiredLength": { + "type": "integer", + "description": "Gets a value for the minimum required length for the password.\n ", + "format": "int32", + "default": 10 + }, + "RequireNonLetterOrDigit": { + "type": "boolean", + "description": "Gets a value indicating whether at least one non-letter or digit is required for the password.\n ", + "default": false + }, + "RequireDigit": { + "type": "boolean", + "description": "Gets a value indicating whether at least one digit is required for the password.\n ", + "default": false + }, + "RequireLowercase": { + "type": "boolean", + "description": "Gets a value indicating whether at least one lower-case character is required for the password.\n ", + "default": false + }, + "RequireUppercase": { + "type": "boolean", + "description": "Gets a value indicating whether at least one upper-case character is required for the password.\n ", + "default": false + }, + "HashAlgorithmType": { + "type": "string", + "description": "Gets a value for the password hash algorithm type.\n ", + "default": "PBKDF2.ASPNETCORE.V3" + }, + "MaxFailedAccessAttemptsBeforeLockout": { + "type": "integer", + "description": "Gets a value for the maximum failed access attempts before lockout.\n ", + "format": "int32", + "default": 5 + } + } + }, + "MemberPasswordConfigurationSettings": { + "type": "object", + "description": "Typed configuration options for member password settings.\n ", + "properties": { + "RequiredLength": { + "type": "integer", + "description": "Gets a value for the minimum required length for the password.\n ", + "format": "int32", + "default": 10 + }, + "RequireNonLetterOrDigit": { + "type": "boolean", + "description": "Gets a value indicating whether at least one non-letter or digit is required for the password.\n ", + "default": false + }, + "RequireDigit": { + "type": "boolean", + "description": "Gets a value indicating whether at least one digit is required for the password.\n ", + "default": false + }, + "RequireLowercase": { + "type": "boolean", + "description": "Gets a value indicating whether at least one lower-case character is required for the password.\n ", + "default": false + }, + "RequireUppercase": { + "type": "boolean", + "description": "Gets a value indicating whether at least one upper-case character is required for the password.\n ", + "default": false + }, + "HashAlgorithmType": { + "type": "string", + "description": "Gets a value for the password hash algorithm type.\n ", + "default": "PBKDF2.ASPNETCORE.V3" + }, + "MaxFailedAccessAttemptsBeforeLockout": { + "type": "integer", + "description": "Gets a value for the maximum failed access attempts before lockout.\n ", + "format": "int32", + "default": 5 + } + } + }, + "TourSettings": { + "type": "object", + "description": "Typed configuration options for tour settings.\n ", + "properties": { + "EnableTours": { + "type": "boolean", + "description": "Gets or sets a value indicating whether back-office tours are enabled.\n ", + "default": true + } + } + }, + "TypeFinderSettings": { + "type": "object", + "description": "Typed configuration options for type finder settings.\n ", + "required": [ + "AssembliesAcceptingLoadExceptions" + ], + "properties": { + "AssembliesAcceptingLoadExceptions": { + "type": "string", + "description": "Gets or sets a value for the assemblies that accept load exceptions during type finder operations.\n ", + "minLength": 1 + }, + "AdditionalEntryAssemblies": { + "type": [ + "array", + "null" + ], + "description": "By default the entry assemblies for scanning plugin types is the Umbraco DLLs. If you require\nscanning for plugins based on different root referenced assemblies you can add the assembly name to this list.\n ", + "items": { + "type": "string" + } + } + } + }, + "WebRoutingSettings": { + "type": "object", + "description": "Typed configuration options for web routing settings.\n ", + "properties": { + "TryMatchingEndpointsForAllPages": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to check if any routed endpoints match a front-end request before\nthe Umbraco dynamic router tries to map the request to an Umbraco content item.\n ", + "default": false + }, + "TrySkipIisCustomErrors": { + "type": "boolean", + "description": "Gets or sets a value indicating whether IIS custom errors should be skipped.\n ", + "default": false + }, + "InternalRedirectPreservesTemplate": { + "type": "boolean", + "description": "Gets or sets a value indicating whether an internal redirect should preserve the template.\n ", + "default": false + }, + "DisableAlternativeTemplates": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the use of alternative templates are disabled.\n ", + "default": false + }, + "ValidateAlternativeTemplates": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the use of alternative templates should be validated.\n ", + "default": false + }, + "DisableFindContentByIdPath": { + "type": "boolean", + "description": "Gets or sets a value indicating whether find content ID by path is disabled.\n ", + "default": false + }, + "DisableRedirectUrlTracking": { + "type": "boolean", + "description": "Gets or sets a value indicating whether redirect URL tracking is disabled.\n ", + "default": false + }, + "UrlProviderMode": { + "description": "Gets or sets a value for the URL provider mode (UrlMode).\n ", + "default": "Auto", + "oneOf": [ + { + "$ref": "#/definitions/UrlMode" + } + ] + }, + "UmbracoApplicationUrl": { + "type": "string", + "description": "Gets or sets a value for the Umbraco application URL.\n " + } + } + }, + "UrlMode": { + "type": "string", + "description": "Specifies the type of URLs that the URL provider should produce, Auto is the default.\n ", + "x-enumNames": [ + "Default", + "Relative", + "Absolute", + "Auto" + ], + "enum": [ + "Default", + "Relative", + "Absolute", + "Auto" + ] + }, + "UmbracoPluginSettings": { + "type": "object", + "description": "Typed configuration options for the plugins.\n ", + "properties": { + "BrowsableFileExtensions": { + "type": "array", + "description": "Gets or sets the allowed file extensions (including the period \".\") that should be accessible from the browser.\n ", + "items": { + "type": "string" + } + } + } + }, + "UnattendedSettings": { + "type": "object", + "description": "Typed configuration options for unattended settings.\n ", + "properties": { + "InstallUnattended": { + "type": "boolean", + "description": "Gets or sets a value indicating whether unattended installs are enabled.\n ", + "default": false + }, + "UpgradeUnattended": { + "type": "boolean", + "description": "Gets or sets a value indicating whether unattended upgrades are enabled.\n ", + "default": false + }, + "PackageMigrationsUnattended": { + "type": "boolean", + "description": "Gets or sets a value indicating whether unattended package migrations are enabled.\n " + }, + "UnattendedUserName": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value to use for creating a user with a name for Unattended Installs\n " + }, + "UnattendedUserEmail": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value to use for creating a user with an email for Unattended Installs\n ", + "format": "email" + }, + "UnattendedUserPassword": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets a value to use for creating a user with a password for Unattended Installs\n " + } + } + }, + "RichTextEditorSettings": { + "type": "object", + "properties": { + "Commands": { + "type": "array", + "description": "HTML RichText Editor TinyMCE Commands\n ", + "items": { + "$ref": "#/definitions/RichTextEditorCommand" + } + }, + "Plugins": { + "type": "array", + "description": "HTML RichText Editor TinyMCE Plugins\n ", + "items": { + "type": "string" + } + }, + "CustomConfig": { + "type": "object", + "description": "HTML RichText Editor TinyMCE Custom Config\n ", + "additionalProperties": { + "type": "string" + } + }, + "ValidElements": { + "type": "string", + "default": "+a[id|style|rel|data-id|data-udi|rev|charset|hreflang|dir|lang|tabindex|accesskey|type|name|href|target|title|class|onfocus|onblur|onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup],-strong/-b[class|style],-em/-i[class|style],-strike[class|style],-u[class|style],#p[id|style|dir|class|align],-ol[class|reversed|start|style|type],-ul[class|style],-li[class|style],br[class],img[id|dir|lang|longdesc|usemap|style|class|src|onmouseover|onmouseout|border|alt=|title|hspace|vspace|width|height|align|umbracoorgwidth|umbracoorgheight|onresize|onresizestart|onresizeend|rel|data-id],-sub[style|class],-sup[style|class],-blockquote[dir|style|class],-table[border=0|cellspacing|cellpadding|width|height|class|align|summary|style|dir|id|lang|bgcolor|background|bordercolor],-tr[id|lang|dir|class|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor],tbody[id|class],thead[id|class],tfoot[id|class],#td[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor|scope],-th[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|scope],caption[id|lang|dir|class|style],-div[id|dir|class|align|style],-span[class|align|style],-pre[class|align|style],address[class|align|style],-h1[id|dir|class|align|style],-h2[id|dir|class|align|style],-h3[id|dir|class|align|style],-h4[id|dir|class|align|style],-h5[id|dir|class|align|style],-h6[id|style|dir|class|align|style],hr[class|style],small[class|style],dd[id|class|title|style|dir|lang],dl[id|class|title|style|dir|lang],dt[id|class|title|style|dir|lang],object[class|id|width|height|codebase|*],param[name|value|_value|class],embed[type|width|height|src|class|*],map[name|class],area[shape|coords|href|alt|target|class],bdo[class],button[class],iframe[*],figure,figcaption,video[*],audio[*],picture[*],source[*],canvas[*]" + }, + "InvalidElements": { + "type": "string", + "description": "Invalid HTML elements for RichText Editor\n ", + "default": "font" + } + } + }, + "RichTextEditorCommand": { + "type": "object", + "required": [ + "Alias", + "Name", + "Mode" + ], + "properties": { + "Alias": { + "type": "string", + "minLength": 1 + }, + "Name": { + "type": "string", + "minLength": 1 + }, + "Mode": { + "$ref": "#/definitions/RichTextEditorCommandMode" + } + } + }, + "RichTextEditorCommandMode": { + "type": "string", + "description": "", + "x-enumNames": [ + "Insert", + "Selection", + "All" + ], + "enum": [ + "Insert", + "Selection", + "All" + ] + }, + "RuntimeMinificationSettings": { + "type": "object", + "properties": { + "UseInMemoryCache": { + "type": "boolean", + "description": "Use in memory cache\n ", + "default": false + }, + "CacheBuster": { + "description": "The cache buster type to use\n ", + "default": "Version", + "oneOf": [ + { + "$ref": "#/definitions/RuntimeMinificationCacheBuster" + } + ] + }, + "Version": { + "type": [ + "null", + "string" + ], + "description": "The unique version string used if CacheBuster is 'Version'.\n " + } + } + }, + "RuntimeMinificationCacheBuster": { + "type": "string", + "description": "", + "x-enumNames": [ + "Version", + "AppDomain", + "Timestamp" + ], + "enum": [ + "Version", + "AppDomain", + "Timestamp" + ] + }, + "BasicAuthSettings": { + "type": "object", + "description": "Typed configuration options for basic authentication settings.", + "properties": { + "Enabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to keep the user logged in.", + "default": false + }, + "AllowedIPs": { + "type": "array", + "items": { + "type": "string" + } + }, + "SharedSecret": { + "$ref": "#/definitions/SharedSecret" + }, + "RedirectToLoginPage": { + "type": "boolean" + } + } + }, + "SharedSecret": { + "type": "object", + "properties": { + "HeaderName": { + "type": [ + "null", + "string" + ], + "default": "X-Authentication-Shared-Secret" + }, + "Value": { + "type": [ + "null", + "string" + ] + } + } + }, + "PackageMigrationSettings": { + "type": "object", + "description": "Typed configuration options for package migration settings.\n ", + "properties": { + "RunSchemaAndContentMigrations": { + "type": "boolean", + "description": "Gets or sets a value indicating whether package migration steps that install schema and content should run.\n ", + "default": true + }, + "AllowComponentOverrideOfRunSchemaAndContentMigrations": { + "type": "boolean", + "description": "Gets or sets a value indicating whether components can override the configured value for\nRunSchemaAndContentMigrations.\n ", + "default": true + } + } + }, + "LegacyPasswordMigrationSettings": { + "type": "object", + "description": "Typed configuration options for legacy machine key settings used for migration of members from a v8 solution.\n ", + "properties": { + "MachineKeyDecryptionKey": { + "type": "string", + "description": "Gets or sets the decryption hex-formatted string key found in legacy web.config machineKey configuration-element.\n ", + "default": "" + } + } + }, + "ContentDashboardSettings": { + "type": "object", + "description": "Typed configuration options for content dashboard settings.\n ", + "properties": { + "AllowContentDashboardAccessToAllUsers": { + "type": "boolean", + "description": "Gets a value indicating whether the content dashboard should be available to all users.\n " + }, + "ContentDashboardPath": { + "type": "string", + "description": "Gets the path to use when constructing the URL for retrieving data for the content dashboard.\n ", + "default": "cms" + }, + "ContentDashboardUrlAllowlist": { + "type": [ + "array", + "null" + ], + "description": "Gets the allowed addresses to retrieve data for the content dashboard.\n ", + "items": { + "type": "string" + } + } + } + }, + "HelpPageSettings": { + "type": "object", + "properties": { + "HelpPageUrlAllowList": { + "type": [ + "array", + "null" + ], + "description": "Gets or sets the allowed addresses to retrieve data for the content dashboard.\n ", + "items": { + "type": "string" + } + } + } + }, + "InstallDefaultDataSettings": { + "type": "object", + "description": "Typed configuration options for installation of default data.\n ", + "properties": { + "InstallData": { + "description": "Gets or sets a value indicating whether to create default data on installation.\n ", + "oneOf": [ + { + "$ref": "#/definitions/InstallDefaultDataOption" + } + ] + }, + "Values": { + "type": "array", + "description": "Gets or sets a value indicating which default data (languages, data types, etc.) should be created when\nInstallData is\nset to Values or ExceptValues.\n ", + "items": { + "type": "string" + } + } + } + }, + "InstallDefaultDataOption": { + "type": "string", + "description": "An enumeration of options available for control over installation of default Umbraco data.\n ", + "x-enumNames": [ + "None", + "Values", + "ExceptValues", + "All" + ], + "enum": [ + "None", + "Values", + "ExceptValues", + "All" + ] + }, + "DataTypesSettings": { + "type": "object", + "properties": { + "CanBeChanged": { + "description": "Gets or sets a value indicating if data types can be changed after they've been used.", + "default": "True", + "oneOf": [ + { + "$ref": "#/definitions/DataTypeChangeMode" + } + ] + } + } + }, + "DataTypeChangeMode": { + "type": "string", + "description": "", + "x-enumNames": [ + "True", + "False", + "FalseWithHelpText" + ], + "enum": [ + "True", + "False", + "FalseWithHelpText" + ] + }, + "MarketplaceSettings": { + "type": "object", + "description": "Configuration options for the Marketplace.", + "properties": { + "AdditionalParameters": { + "type": "object", + "description": "Gets or sets the additional parameters that are sent to the Marketplace.", + "additionalProperties": { + "type": "string" + } + } + } + } + } +} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings-schema.Umbraco.Forms.json b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings-schema.Umbraco.Forms.json new file mode 100644 index 0000000..2194ecf --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings-schema.Umbraco.Forms.json @@ -0,0 +1,385 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "UmbracoFormsSchema", + "type": "object", + "properties": { + "Umbraco": { + "$ref": "#/definitions/UmbracoDefinition" + } + }, + "definitions": { + "UmbracoDefinition": { + "type": "object", + "description": "Configuration container for all Umbraco products.", + "properties": { + "Forms": { + "$ref": "#/definitions/UmbracoFormsDefinition" + } + } + }, + "UmbracoFormsDefinition": { + "type": "object", + "description": "Configuration of Umbraco Forms.", + "properties": { + "FormDesign": { + "$ref": "#/definitions/FormDesignSettings" + }, + "Options": { + "$ref": "#/definitions/PackageOptionSettings" + }, + "Security": { + "$ref": "#/definitions/SecuritySettings" + }, + "FieldTypes": { + "$ref": "#/definitions/FieldTypesDefinition" + } + } + }, + "FormDesignSettings": { + "type": "object", + "description": "Defines configuration settings related to form design.", + "properties": { + "Defaults": { + "description": "Gets or sets the default form settings.", + "oneOf": [ + { + "$ref": "#/definitions/DefaultFormSettings" + } + ] + }, + "DisableAutomaticAdditionOfDataConsentField": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the data consent field should be automatically added to new forms." + }, + "DisableDefaultWorkflow": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the default workflow should be disabled for new forms." + }, + "MaxNumberOfColumnsInFormGroup": { + "type": "integer", + "description": "Gets or set the maximum number of columns that can be added to a form group.", + "format": "int32" + }, + "DefaultTheme": { + "type": "string", + "description": "Gets or sets the default theme to use when rendering forms where the editor hasn't selected a theme." + }, + "DefaultEmailTemplate": { + "type": "string", + "description": "Gets or sets a relative path, within Views/Partials, to the default email template used in Razor email workflows." + }, + "RemoveProvidedEmailTemplate": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the out of the box email template should be hidden from selection." + }, + "RemoveProvidedFormTemplates": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the out of the box forms templates should be hidden from selection." + }, + "FormElementHtmlIdPrefix": { + "type": "string", + "description": "Gets or sets a value used to prefix the page, fieldset and field Id values used when rendering the form HTML Id attributes." + }, + "SettingsCustomization": { + "description": "Gets or sets a set of values for customization of field and workflow settings.", + "oneOf": [ + { + "$ref": "#/definitions/SettingsCustomization" + } + ] + } + } + }, + "DefaultFormSettings": { + "type": "object", + "description": "Defines defaults for created forms.", + "properties": { + "ManualApproval": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the form requires manual approval." + }, + "DisableStylesheet": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the form requires manual approval." + }, + "MarkFieldsIndicator": { + "description": "Gets or sets the form field indication behaviour.", + "oneOf": [ + { + "$ref": "#/definitions/FormFieldIndication" + } + ] + }, + "Indicator": { + "type": "string", + "description": "Gets or sets the default form field indicator." + }, + "RequiredErrorMessage": { + "type": "string", + "description": "Gets or sets the default error message for a missing but required form field entry." + }, + "InvalidErrorMessage": { + "type": "string", + "description": "Gets or sets the default error message for an invalid form field entry." + }, + "ShowValidationSummary": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the validation summary should be shown." + }, + "HideFieldValidationLabels": { + "type": "boolean", + "description": "Gets or sets a value indicating whether field validation labels should be hidden." + }, + "MessageOnSubmit": { + "type": "string", + "description": "Gets or sets the default message shown to the user on submission." + }, + "StoreRecordsLocally": { + "type": "boolean", + "description": "Gets or sets a value indicating whether form submissions (records) should be stored in the local database." + }, + "AutocompleteAttribute": { + "type": "string", + "description": "Gets or sets a value for the default autocomplete attribute applied to rendered forms." + }, + "DaysToRetainSubmittedRecordsFor": { + "type": "integer", + "description": "Gets or sets a value for the number of days to retain submitted records.", + "format": "int32" + }, + "DaysToRetainApprovedRecordsFor": { + "type": "integer", + "description": "Gets or sets a value for the number of days to retain approved records.", + "format": "int32" + } + } + }, + "FormFieldIndication": { + "type": "string", + "description": "Enumeration for field indications.", + "x-enumNames": [ + "NoIndicator", + "MarkMandatoryFields", + "MarkOptionalFields" + ], + "enum": [ + "NoIndicator", + "MarkMandatoryFields", + "MarkOptionalFields" + ] + }, + "SettingsCustomization": { + "type": "object", + "properties": { + "DataSourceTypes": { + "$ref": "#/definitions/ProviderSettingsCustomization" + }, + "FieldTypes": { + "$ref": "#/definitions/ProviderSettingsCustomization" + }, + "PrevalueSourceTypes": { + "$ref": "#/definitions/ProviderSettingsCustomization" + }, + "WorkflowTypes": { + "$ref": "#/definitions/ProviderSettingsCustomization" + } + } + }, + "ProviderSettingsCustomization": { + "type": "object", + "description": "Defines configuration settings for the customization of field or workflow settings." + }, + "PackageOptionSettings": { + "type": "object", + "description": "Defines settings for package runtime options.", + "properties": { + "IgnoreWorkFlowsOnEdit": { + "type": "string", + "description": "Gets or sets a value indicating whether workflows should be ignored on edit." + }, + "ExecuteWorkflowAsync": { + "type": "string", + "description": "Gets or sets a value indicating whether workflows should be executed asynchronously." + }, + "AllowEditableFormSubmissions": { + "type": "boolean", + "description": "Gets or sets a value indicating whether form submission can be edited." + }, + "AppendQueryStringOnRedirectAfterFormSubmission": { + "type": "boolean", + "description": "Gets or sets a value indicating whether to append a querystring on redirect after form submission." + }, + "CultureToUseWhenParsingDatesForBackOffice": { + "type": "string", + "description": "Gets or sets a value useful for or setups that have a single front-end website culture but potentially different\nback-office cultures for editors.\nThis setting can be used to force parsing of persisted date values with the culture used to store them, for display\nin the back-office." + }, + "TriggerConditionsCheckOn": { + "type": "string", + "description": "Gets or sets a value that allows control over the client-side event used to trigger conditional checks.\nValid values are \"change\" (the default) or \"input\"." + }, + "ScheduledRecordDeletion": { + "description": "Gets or sets settings related to the data deletion service.", + "oneOf": [ + { + "$ref": "#/definitions/ScheduledRecordDeletionSettings" + } + ] + }, + "DisableRecordIndexing": { + "type": "boolean", + "description": "Gets or sets a value indicating whether form submissions (records) will be indexed by Examine." + } + } + }, + "ScheduledRecordDeletionSettings": { + "type": "object", + "description": "Defines settings relating to automatic data deletion.", + "properties": { + "Enabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether data deletion is enabled.", + "default": false + }, + "FirstRunTime": { + "type": "string", + "description": "Gets or sets a value for the first run time of the data deletion service." + }, + "Period": { + "type": "string", + "description": "Gets or sets a value for the period of the data deletion operations.", + "format": "duration", + "default": "1.00:00:00" + } + } + }, + "SecuritySettings": { + "type": "object", + "description": "Defines security related settings.", + "properties": { + "DisallowedFileUploadExtensions": { + "type": "string", + "description": "Gets or sets a value listing the file extensions that are disallowed from upload for all forms." + }, + "EnableAntiForgeryToken": { + "type": "boolean", + "description": "Gets or sets a value indicating whether anti-forgery tokens should be used on forms." + }, + "SavePlainTextPasswords": { + "type": "boolean", + "description": "Gets or sets a value indicating whether saving plain text passwords is allowed." + }, + "DisableFileUploadAccessProtection": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the protection for access of file uploads is disabled" + }, + "ManageSecurityWithUserGroups": { + "type": "boolean", + "description": "Gets or sets a value indicating whether the permissions are managed at the group level." + }, + "GrantAccessToNewFormsForUserGroups": { + "type": "string", + "description": "Gets or sets a comma seperated list of user group aliases that will be granted access automatically to new forms, when\nManageSecurityWithUserGroups is set to true." + }, + "DefaultUserAccessToNewForms": { + "description": "Gets or sets a value indicating whether users are automatically granted access to newly created forms.", + "oneOf": [ + { + "$ref": "#/definitions/FormAccess" + } + ] + }, + "FormsApiKey": { + "type": [ + "null", + "string" + ], + "description": "Gets or sets the API key configured for authorization of server-to-server Forms API requests." + }, + "EnableAntiForgeryTokenForFormsApi": { + "type": "boolean", + "description": "Gets or sets a value indicating whether anti-forgery tokens should be used on form submissions carried out via the headless/AJAX API." + } + } + }, + "FormAccess": { + "type": "string", + "description": "", + "x-enumNames": [ + "Grant", + "Deny" + ], + "enum": [ + "Grant", + "Deny" + ] + }, + "FieldTypesDefinition": { + "type": "object", + "description": "Configuration of field types.", + "properties": { + "DatePicker": { + "$ref": "#/definitions/DatePickerSettings" + }, + "Recaptcha2": { + "$ref": "#/definitions/Recaptcha2Settings" + }, + "Recaptcha3": { + "$ref": "#/definitions/Recaptcha3Settings" + }, + "RichText": { + "$ref": "#/definitions/RichTextSettings" + } + } + }, + "DatePickerSettings": { + "type": "object", + "description": "Defines security settings relating to the date picker field type.", + "properties": { + "DatePickerYearRange": { + "type": "integer", + "description": "Gets or sets the range of years to allow selection from.", + "format": "int32" + } + } + }, + "Recaptcha2Settings": { + "type": "object", + "description": "Defines security settings relating to the Recaptcha2 field type.", + "properties": { + "PublicKey": { + "type": "string", + "description": "Gets or sets the public key." + }, + "PrivateKey": { + "type": "string", + "description": "Gets or sets the private key." + } + } + }, + "Recaptcha3Settings": { + "type": "object", + "description": "Defines security settings relating to the Recaptcha3 field type.", + "properties": { + "SiteKey": { + "type": "string", + "description": "Gets or sets the site key." + }, + "PrivateKey": { + "type": "string", + "description": "Gets or sets the private key." + } + } + }, + "RichTextSettings": { + "type": "object", + "description": "Defines security settings relating to the rich text field type.", + "properties": { + "DataTypeId": { + "type": "string", + "description": "Gets or sets the rich text data type Id.", + "format": "guid" + } + } + } + } +} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings.Development.json b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings.Development.json new file mode 100644 index 0000000..41b8f6c --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings.Development.json @@ -0,0 +1,38 @@ +{ + "$schema": "./appsettings-schema.json", + "Serilog": { + "MinimumLevel": { + "Default": "Information" + }, + "WriteTo": [ + { + "Name": "Async", + "Args": { + "configure": [ + { + "Name": "Console" + } + ] + } + } + ] + }, + "ConnectionStrings": { + "umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True", + "umbracoDbDSN_ProviderName": "Microsoft.Data.Sqlite" + }, + "Umbraco": { + "CMS": { + "Content": { + "MacroErrors": "Throw" + }, + "Hosting": { + "Debug": true + }, + "RuntimeMinification": { + "UseInMemoryCache": true, + "CacheBuster": "Timestamp" + } + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings.json b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings.json new file mode 100644 index 0000000..9b310e4 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/appsettings.json @@ -0,0 +1,27 @@ +{ + "$schema": "./appsettings-schema.json", + "Serilog": { + "MinimumLevel": { + "Default": "Information", + "Override": { + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information", + "System": "Warning" + } + } + }, + "Umbraco": { + "CMS": { + "Global": { + "Id": "11adbee5-1635-4066-ae50-622d9f09aab8", + "UseHttps": true, + "SanitizeTinyMce": true + }, + "Content": { + "ContentVersionCleanupPolicy": { + "EnableCleanup": true + } + } + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV11/umbraco/Licenses/umbracoForms.lic b/src/Our.Umbraco.Honeypot.WebsiteV11/umbraco/Licenses/umbracoForms.lic new file mode 100644 index 0000000..d7be93f --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV11/umbraco/Licenses/umbracoForms.lic @@ -0,0 +1 @@ +76E6-AE74-5179-58AE-2328-901F-475B-9C02-BE96-49A6-65AA-C463-35EE-45E7-2A64-05BF-6824-E5C6-D977-6A35-F78F-6E81-A79B-A5C4-AB0E-B701-DE4C-C12E-F1B9-3A0E-8D5D-B6C8-6632-0F9C-4280-BF3D-0F3A-01A7-A200-0500-EFFC-32CF-CA5B-A3B9-CD0B-A6B3-D03B-9071-F2B1-6AE1-64BF-2960-5483-032C-791A-51DD-AC9C-C692-1C50-0690-BAC9-8BB5-4803-6C25-10B0-62DE-6E78-3B31-FD33-F8A4-DF96-ED96-8A65-9EF2-68BD-C62A-A76C-5B17-5970-F409-53BA-4775-8D8F-A70D-B597-09D1-DCC5-0BC9-59E5-8A27-CB62-AE27-DBCF-C6AB-9C23-9557-7D31-0B27-3410-BA46-2B42-6335-0E4F-AB69-3E63-9A42-E00A-CDDF-0891-114D-7F9D-779B-6994-6A5B-03ED-B08F-B62A-A0C8-E130-448E-073E-6D71-434A-FEB0-1205-8C6D-3933-641B-4034-70CA-5E3E-D315-3743-D194-BFEB-428E-BE39-D567-BF50-E3DA-8E73-545C-0D8C-C006-0BE2-78C4-6FEB-9361-2BE8-FF69-79A5-010D-4C83-A19A-36E7-8719-4598-C8EA-4E89-E29E-1C09-7025-41B3-19C3-4430-478A-BBDF-1719-9FB5-7C7D-31DF-4FD8-BC3E-AA15-CF06-70A7-CC37-4316-E86E-90DE-F254-6A4B-0EFD-C7ED-132F-AEC4-C249-E833-983C-BEEA-60FF-7414-D17E-82CA-EDCC-E743-3811-3268-A0EA-063B-C044-F0A2-B76B-A544-38A9-4B42-6E0A-9FF4-4063-1AB5-1F56-A395-A1DE-0BFC-8B22-EEA9-668D-B196-B927-4831-66F8-07DA-F965-61ED \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/.gitignore b/src/Our.Umbraco.Honeypot.WebsiteV12/.gitignore new file mode 100644 index 0000000..8bcfaae --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/.gitignore @@ -0,0 +1,479 @@ +## 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 +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# 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 +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.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 + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# 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 +# Note: 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 +# NuGet Symbol Packages +*.snupkg +# 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 +*.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 +*.appx +*.appxbundle +*.appxupload + +# 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 +orleans.codegen.cs + +# 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 +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 +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# 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/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# 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/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# JetBrains Rider +.idea/ +*.sln.iml + +## +## Visual Studio Code +## +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +## +## Umbraco CMS +## + +# JSON schema files for appsettings.json +appsettings-schema.json +appsettings-schema.*.json + +# Packages created from the backoffice (package.xml/package.zip) +/umbraco/Data/CreatedPackages/ + +# Temp folder containing Examine indexes, NuCache, MediaCache, etc. +/umbraco/Data/TEMP/ + +# SQLite database files +/umbraco/Data/*.sqlite.db +/umbraco/Data/*.sqlite.db-shm +/umbraco/Data/*.sqlite.db-wal + +# Log files +/umbraco/Logs/ + +# Media files +/wwwroot/media/ diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg b/src/Our.Umbraco.Honeypot.WebsiteV12/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg new file mode 100644 index 0000000..0bedf03 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot.WebsiteV12/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html new file mode 100644 index 0000000..212b1fd --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Our.Umbraco.Honeypot.WebsiteV12.csproj b/src/Our.Umbraco.Honeypot.WebsiteV12/Our.Umbraco.Honeypot.WebsiteV12.csproj new file mode 100644 index 0000000..70c4f78 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Our.Umbraco.Honeypot.WebsiteV12.csproj @@ -0,0 +1,42 @@ + + + net7.0 + enable + enable + + + + true + Always + + + Always + true + Always + + + + + + + + + + + + + + + + + + true + + + + + false + false + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Program.cs b/src/Our.Umbraco.Honeypot.WebsiteV12/Program.cs new file mode 100644 index 0000000..0d20c2d --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Program.cs @@ -0,0 +1,19 @@ +namespace Our.Umbraco.Honeypot.WebsiteV12 +{ + public class Program + { + public static void Main(string[] args) + => CreateHostBuilder(args) + .Build() + .Run(); + + public static IHostBuilder CreateHostBuilder(string[] args) => + Host.CreateDefaultBuilder(args) + .ConfigureUmbracoDefaults() + .ConfigureWebHostDefaults(webBuilder => + { + webBuilder.UseStaticWebAssets(); + webBuilder.UseStartup(); + }); + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Properties/launchSettings.json b/src/Our.Umbraco.Honeypot.WebsiteV12/Properties/launchSettings.json new file mode 100644 index 0000000..6cf972a --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Properties/launchSettings.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:26613", + "sslPort": 44367 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Umbraco.Web.UI": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:44367;http://localhost:26613", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Startup.cs b/src/Our.Umbraco.Honeypot.WebsiteV12/Startup.cs new file mode 100644 index 0000000..4908138 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Startup.cs @@ -0,0 +1,66 @@ +namespace Our.Umbraco.Honeypot.WebsiteV12 +{ + public class Startup + { + private readonly IWebHostEnvironment _env; + private readonly IConfiguration _config; + + /// + /// Initializes a new instance of the class. + /// + /// The web hosting environment. + /// The configuration. + /// + /// Only a few services are possible to be injected here https://github.com/dotnet/aspnetcore/issues/9337. + /// + public Startup(IWebHostEnvironment webHostEnvironment, IConfiguration config) + { + _env = webHostEnvironment ?? throw new ArgumentNullException(nameof(webHostEnvironment)); + _config = config ?? throw new ArgumentNullException(nameof(config)); + } + + /// + /// Configures the services. + /// + /// The services. + /// + /// This method gets called by the runtime. Use this method to add services to the container. + /// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940. + /// + public void ConfigureServices(IServiceCollection services) + { + services.AddUmbraco(_env, _config) + .AddBackOffice() + .AddWebsite() + .AddDeliveryApi() + .AddComposers() + .Build(); + } + + /// + /// Configures the application. + /// + /// The application builder. + /// The web hosting environment. + public void Configure(IApplicationBuilder app, IWebHostEnvironment env) + { + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + + app.UseUmbraco() + .WithMiddleware(u => + { + u.UseBackOffice(); + u.UseWebsite(); + }) + .WithEndpoints(u => + { + u.UseInstallerEndpoints(); + u.UseBackOfficeEndpoints(); + u.UseWebsiteEndpoints(); + }); + } + } +} diff --git a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml similarity index 68% rename from src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml rename to src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml index 6e0bc5b..a665bb3 100644 --- a/src/Our.Umbraco.Honeypot.V8/bin/Debug/net6.0/Views/Partials/Forms/Themes/default/Fieldtypes/FieldType.Honeypot.cshtml +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/Forms/Themes/default/FieldTypes/FieldType.Honeypot.cshtml @@ -1,5 +1,6 @@ @addTagHelper *, Our.Umbraco.Honeypot.Core @model Umbraco.Forms.Web.Models.FieldViewModel +@using Our.Umbraco.Honeypot.Core - \ No newline at end of file + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/area.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/area.cshtml new file mode 100644 index 0000000..3614847 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/area.cshtml @@ -0,0 +1,10 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +
+ @await Html.GetBlockGridItemsHtmlAsync(Model) +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/areas.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/areas.cshtml new file mode 100644 index 0000000..30f987c --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/areas.cshtml @@ -0,0 +1,13 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Areas.Any() != true) { return; } +} + +
+ @foreach (var area in Model.Areas) + { + @await Html.GetBlockGridItemAreaHtmlAsync(area) + } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/default.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/default.cshtml new file mode 100644 index 0000000..e25839e --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/default.cshtml @@ -0,0 +1,11 @@ +@using Umbraco.Extensions +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Any() != true) { return; } +} + +
+ @await Html.GetBlockGridItemsHtmlAsync(Model) +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/items.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/items.cshtml new file mode 100644 index 0000000..2703fa5 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blockgrid/items.cshtml @@ -0,0 +1,36 @@ +@using Umbraco.Cms.Core.Models.Blocks +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage> +@{ + if (Model?.Any() != true) { return; } +} + +
+ @foreach (var item in Model) + { + +
+ @{ + var partialViewName = "blockgrid/Components/" + item.Content.ContentType.Alias; + try + { + @await Html.PartialAsync(partialViewName, item) + } + catch (InvalidOperationException) + { +

+ Could not render component of type: @(item.Content.ContentType.Alias) +
+ This likely happened because the partial view @partialViewName could not be found. +

+ } + } +
+ } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blocklist/default.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blocklist/default.cshtml new file mode 100644 index 0000000..accca2e --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/blocklist/default.cshtml @@ -0,0 +1,13 @@ +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@{ + if (Model?.Any() != true) { return; } +} +
+ @foreach (var block in Model) + { + if (block?.ContentUdi == null) { continue; } + var data = block.Content; + + @await Html.PartialAsync("blocklist/Components/" + data.ContentType.Alias, block) + } +
diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/bootstrap3-fluid.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/bootstrap3-fluid.cshtml new file mode 100644 index 0000000..b92734e --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/bootstrap3-fluid.cshtml @@ -0,0 +1,106 @@ +@using System.Web +@using Microsoft.AspNetCore.Html +@using Newtonsoft.Json.Linq +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@* + Razor helpers located at the bottom of this file +*@ + +@if (Model is JObject && Model?.sections is not null) +{ + var oneColumn = ((System.Collections.ICollection)Model.sections).Count == 1; + +
+ @if (oneColumn) + { + foreach (var section in Model.sections) + { +
+ @foreach (var row in section.rows) + { + renderRow(row); + } +
+ } + } + else + { +
+ @foreach (var sec in Model.sections) + { +
+
+ @foreach (var row in sec.rows) + { + renderRow(row); + } +
+
+ } +
+ } +
+} + +@functions{ + + private async Task renderRow(dynamic row) + { +
+
+ @foreach (var area in row.areas) + { +
+
+ @foreach (var control in area.controls) + { + if (control?.editor?.view != null) + { + @await Html.PartialAsync("grid/editors/base", (object)control) + } + } +
+
+ } +
+
+ } +} + +@functions{ + + public static HtmlString RenderElementAttributes(dynamic contentItem) + { + var attrs = new List(); + JObject cfg = contentItem.config; + + if (cfg != null) + { + foreach (JProperty property in cfg.Properties()) + { + var propertyValue = HttpUtility.HtmlAttributeEncode(property.Value.ToString()); + attrs.Add(property.Name + "=\"" + propertyValue + "\""); + } + } + + JObject style = contentItem.styles; + + if (style != null) { + var cssVals = new List(); + foreach (JProperty property in style.Properties()) + { + var propertyValue = property.Value.ToString(); + if (string.IsNullOrWhiteSpace(propertyValue) == false) + { + cssVals.Add(property.Name + ":" + propertyValue + ";"); + } + } + + if (cssVals.Any()) + attrs.Add("style='" + HttpUtility.HtmlAttributeEncode(string.Join(" ", cssVals)) + "'"); + } + + return new HtmlString(string.Join(" ", attrs)); + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/bootstrap3.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/bootstrap3.cshtml new file mode 100644 index 0000000..8863788 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/bootstrap3.cshtml @@ -0,0 +1,112 @@ +@using System.Web +@using Microsoft.AspNetCore.Html +@using Newtonsoft.Json.Linq +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@if (Model is JObject && Model?.sections is not null) +{ + var oneColumn = ((System.Collections.ICollection)Model.sections).Count == 1; + +
+ @if (oneColumn) + { + foreach (var section in Model.sections) + { +
+ @foreach (var row in section.rows) + { + renderRow(row, true); + } +
+ } + } + else + { +
+
+ @foreach (var sec in Model.sections) + { +
+
+ @foreach (var row in sec.rows) + { + renderRow(row, false); + } +
+
+ } +
+
+ } +
+} + +@functions{ + + private async Task renderRow(dynamic row, bool singleColumn) + { +
+ @if (singleColumn) { + @:
+ } +
+ @foreach (var area in row.areas) + { +
+
+ @foreach (var control in area.controls) + { + if (control?.editor?.view != null) + { + @await Html.PartialAsync("grid/editors/base", (object)control) + } + } +
+
+ } +
+ @if (singleColumn) { + @:
+ } +
+ } + +} + +@functions{ + + public static HtmlString RenderElementAttributes(dynamic contentItem) + { + var attrs = new List(); + JObject cfg = contentItem.config; + + if (cfg != null) + { + foreach (JProperty property in cfg.Properties()) + { + var propertyValue = HttpUtility.HtmlAttributeEncode(property.Value.ToString()); + attrs.Add(property.Name + "=\"" + propertyValue + "\""); + } + } + + JObject style = contentItem.styles; + + if (style != null) + { + var cssVals = new List(); + foreach (JProperty property in style.Properties()) + { + var propertyValue = property.Value.ToString(); + if (string.IsNullOrWhiteSpace(propertyValue) == false) + { + cssVals.Add(property.Name + ":" + propertyValue + ";"); + } + } + + if (cssVals.Any()) + attrs.Add("style=\"" + HttpUtility.HtmlAttributeEncode(string.Join(" ", cssVals)) + "\""); + } + + return new HtmlString(string.Join(" ", attrs)); + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/base.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/base.cshtml new file mode 100644 index 0000000..e40543b --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/base.cshtml @@ -0,0 +1,27 @@ +@model dynamic + +@try +{ + string editor = EditorView(Model); + @await Html.PartialAsync(editor, Model as object) +} +catch (Exception ex) +{ +
@ex.ToString()
+} + +@functions{ + + public static string EditorView(dynamic contentItem) + { + string view = contentItem.editor.render != null ? contentItem.editor.render.ToString() : contentItem.editor.view.ToString(); + view = view.Replace(".html", ".cshtml"); + + if (!view.Contains("/")) + { + view = "grid/editors/" + view; + } + + return view; + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/embed.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/embed.cshtml new file mode 100644 index 0000000..74c8fe2 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/embed.cshtml @@ -0,0 +1,11 @@ +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@if (Model is not null) +{ + string embedValue = Convert.ToString(Model.value); + embedValue = embedValue.DetectIsJson() ? Model.value.preview : Model.value; + +
+ @Html.Raw(embedValue) +
+} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/macro.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/macro.cshtml new file mode 100644 index 0000000..a4450d1 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/macro.cshtml @@ -0,0 +1,15 @@ +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage + +@if (Model?.value is not null) +{ + string macroAlias = Model.value.macroAlias.ToString(); + var parameters = new Dictionary(); + foreach (var mpd in Model.value.macroParamsDictionary) + { + parameters.Add(mpd.Name, mpd.Value); + } + + + @await Umbraco.RenderMacroAsync(macroAlias, parameters) + +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/media.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/media.cshtml new file mode 100644 index 0000000..bc3b111 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/media.cshtml @@ -0,0 +1,64 @@ +@model dynamic +@using Umbraco.Cms.Core.Media +@using Umbraco.Cms.Core.PropertyEditors.ValueConverters +@inject IImageUrlGenerator ImageUrlGenerator + +@if (Model?.value is not null) +{ + var url = Model.value.image; + + if (Model.editor.config != null && Model.editor.config.size != null) + { + if (Model.value.coordinates != null) + { + url = ImageCropperTemplateCoreExtensions.GetCropUrl( + (string)url, + ImageUrlGenerator, + width: (int)Model.editor.config.size.width, + height: (int)Model.editor.config.size.height, + cropAlias: "default", + cropDataSet: new ImageCropperValue + { + Crops = new[] + { + new ImageCropperValue.ImageCropperCrop + { + Alias = "default", + Coordinates = new ImageCropperValue.ImageCropperCropCoordinates + { + X1 = (decimal)Model.value.coordinates.x1, + Y1 = (decimal)Model.value.coordinates.y1, + X2 = (decimal)Model.value.coordinates.x2, + Y2 = (decimal)Model.value.coordinates.y2 + } + } + } + }); + } + else + { + url = ImageCropperTemplateCoreExtensions.GetCropUrl( + (string)url, + ImageUrlGenerator, + width: (int)Model.editor.config.size.width, + height: (int)Model.editor.config.size.height, + cropDataSet: new ImageCropperValue + { + FocalPoint = new ImageCropperValue.ImageCropperFocalPoint + { + Top = Model.value.focalPoint == null ? 0.5m : Model.value.focalPoint.top, + Left = Model.value.focalPoint == null ? 0.5m : Model.value.focalPoint.left + } + }); + } + } + + var altText = Model.value.altText ?? Model.value.caption ?? string.Empty; + + @altText + + if (Model.value.caption != null) + { +

@Model.value.caption

+ } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/rte.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/rte.cshtml new file mode 100644 index 0000000..9445666 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/rte.cshtml @@ -0,0 +1,13 @@ +@using Umbraco.Cms.Core.Templates +@model dynamic +@inject HtmlLocalLinkParser HtmlLocalLinkParser; +@inject HtmlUrlParser HtmlUrlParser; +@inject HtmlImageSourceParser HtmlImageSourceParser; + +@{ + var value = HtmlLocalLinkParser.EnsureInternalLinks(Model?.value.ToString()); + value = HtmlUrlParser.EnsureUrls(value); + value = HtmlImageSourceParser.EnsureImageSources(value); +} + +@Html.Raw(value) diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/textstring.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/textstring.cshtml new file mode 100644 index 0000000..e6b9352 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Partials/grid/editors/textstring.cshtml @@ -0,0 +1,22 @@ +@model dynamic + +@if (Model?.editor.config.markup is not null) +{ + string markup = Model.editor.config.markup.ToString(); + markup = markup.Replace("#value#", Html.ReplaceLineBreaks((string)Model.value.ToString()).ToString()); + + if (Model.editor.config.style != null) + { + markup = markup.Replace("#style#", Model.editor.config.style.ToString()); + } + + + @Html.Raw(markup) + +} +else +{ + +
@Model?.value
+
+} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Test.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Test.cshtml new file mode 100644 index 0000000..6e86d7f --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/Test.cshtml @@ -0,0 +1,29 @@ +@using Umbraco.Cms.Web.Common.PublishedModels; +@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage +@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; +@using Umbraco.Forms.Web; +@{ + Layout = null; +} + + + + + + + + Test + + + + + + +
+ @Html.Raw(Model.Content) +
+ + @Html.RenderUmbracoFormDependencies() + + + diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/Views/_ViewImports.cshtml b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/_ViewImports.cshtml new file mode 100644 index 0000000..244d748 --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/Views/_ViewImports.cshtml @@ -0,0 +1,9 @@ +@using Umbraco.Extensions +@using Our.Umbraco.Honeypot.WebsiteV12 +@using Umbraco.Cms.Web.Common.PublishedModels +@using Umbraco.Cms.Web.Common.Views +@using Umbraco.Cms.Core.Models.PublishedContent +@using Microsoft.AspNetCore.Html +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Smidge +@inject Smidge.SmidgeHelper SmidgeHelper diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/appsettings.Development.json b/src/Our.Umbraco.Honeypot.WebsiteV12/appsettings.Development.json new file mode 100644 index 0000000..370877b --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/appsettings.Development.json @@ -0,0 +1,34 @@ +{ + "$schema": "appsettings-schema.json", + "Serilog": { + "MinimumLevel": { + "Default": "Information" + }, + "WriteTo": [ + { + "Name": "Async", + "Args": { + "configure": [ + { + "Name": "Console" + } + ] + } + } + ] + }, + "Umbraco": { + "CMS": { + "Content": { + "MacroErrors": "Throw" + }, + "Hosting": { + "Debug": true + }, + "RuntimeMinification": { + "UseInMemoryCache": true, + "CacheBuster": "Timestamp" + } + } + } +} diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/appsettings.json b/src/Our.Umbraco.Honeypot.WebsiteV12/appsettings.json new file mode 100644 index 0000000..dcf557b --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/appsettings.json @@ -0,0 +1,34 @@ +{ + "$schema": "appsettings-schema.json", + "Serilog": { + "MinimumLevel": { + "Default": "Information", + "Override": { + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information", + "System": "Warning" + } + } + }, + "Umbraco": { + "CMS": { + "Global": { + "Id": "09e4ffa3-1e9e-4fb7-873c-626ba2210e05", + "SanitizeTinyMce": true + }, + "Content": { + "AllowEditInvariantFromNonDefault": true, + "ContentVersionCleanupPolicy": { + "EnableCleanup": true + } + }, + "Unattended": { + "UpgradeUnattended": true + } + } + }, + "ConnectionStrings": { + "umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True", + "umbracoDbDSN_ProviderName": "Microsoft.Data.Sqlite" + } +} \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/umbraco/Licenses/umbracoForms.lic b/src/Our.Umbraco.Honeypot.WebsiteV12/umbraco/Licenses/umbracoForms.lic new file mode 100644 index 0000000..9374ffe --- /dev/null +++ b/src/Our.Umbraco.Honeypot.WebsiteV12/umbraco/Licenses/umbracoForms.lic @@ -0,0 +1 @@ +76E6-AE74-5179-58AE-2328-901F-475B-9C02-BE96-49A6-65AA-C463-35EE-45E7-2A64-05BF-6824-E5C6-D977-6A35-F78F-6E81-A79B-A5C4-AB0E-B701-DE4C-C12E-F1B9-3A0E-8D5D-B6C8-10F2-127C-C183-A62C-AFE6-125C-266D-4F70-0900-DC38-64A0-D2A8-E1AA-2C5D-DC74-3A9B-603B-B892-E0D3-288A-D1D9-76E2-8A27-49A2-1AA5-E0A9-E4FA-A9AB-0016-CC49-5000-4E90-8486-6B6C-7763-527E-C030-DC7C-AD38-1BFC-25BC-02AF-C076-8190-778F-47AC-BBBF-ED1A-D787-2B47-4D34-0DE2-FEB9-2A45-E847-FBEE-04BE-F5E2-4DD5-3F0A-147C-B51F-4C66-8541-1C35-3E87-4DD9-83EC-C3BA-3D59-A495-FD9F-C568-D607-8533-09A5-67F5-0E75-DBA4-CB14-20F7-88D3-ADE0-7413-23FE-37E6-0C68-D037-11E9-BD25-4155-D33E-F3E0-B75A-DEC5-2D88-6C4F-3B62-B2DF-A68C-6022-B68D-7AF9-CC1F-7F8E-D220-C4AE-8330-A9AA-4610-3AD9-4240-F881-E49D-FF7D-3A91-7F5A-9F4F-1200-B739-9ACB-F96F-F268-D01D-A02A-76FF-441E-63CD-4476-70C7-BF3C-DC34-CCAE-9734-574D-0C12-B6A7-C9FC-E8B5-EB94-61CD-292F-7853-F74B-1199-1DF8-F6EE-6B7C-13AB-EBA1-9B84-6E06-96B2-3986-E5FB-382C-158F-2128-1504-5528-09A6-E008-AAC9-29B6-095A-13F3-FCA1-E2FF-DAFF-25A2-711A-9E74-3A7F-71A2-FB51-C062-4C17-D0E1-C036-2CF8-928F-B86E-E51C-4ACA-D177-BF39-42B5-25ED-4207-4B10-1C25-2888 \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.WebsiteV12/wwwroot/favicon.ico b/src/Our.Umbraco.Honeypot.WebsiteV12/wwwroot/favicon.ico new file mode 100644 index 0000000..c0749dd Binary files /dev/null and b/src/Our.Umbraco.Honeypot.WebsiteV12/wwwroot/favicon.ico differ diff --git a/src/Our.Umbraco.Honeypot.WebsiteV8/packages.config b/src/Our.Umbraco.Honeypot.WebsiteV8/packages.config index e7104ce..cb5f3b0 100644 --- a/src/Our.Umbraco.Honeypot.WebsiteV8/packages.config +++ b/src/Our.Umbraco.Honeypot.WebsiteV8/packages.config @@ -70,9 +70,9 @@ - - - - - + + + + + \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot.sln b/src/Our.Umbraco.Honeypot.sln index 3235f79..4e77140 100644 --- a/src/Our.Umbraco.Honeypot.sln +++ b/src/Our.Umbraco.Honeypot.sln @@ -22,6 +22,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{CD606107-8 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.Honeypot.WebsiteV8", "Our.Umbraco.Honeypot.WebsiteV8\Our.Umbraco.Honeypot.WebsiteV8.csproj", "{272F5C6F-71A1-44D4-966C-E0DF86DB139C}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.Honeypot.WebsiteV11", "Our.Umbraco.Honeypot.WebsiteV11\Our.Umbraco.Honeypot.WebsiteV11.csproj", "{DE4DA5A5-7E18-4750-B448-24D5CF44016C}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.Honeypot.WebsiteV12", "Our.Umbraco.Honeypot.WebsiteV12\Our.Umbraco.Honeypot.WebsiteV12.csproj", "{511E1903-F18D-42B8-9835-24BB21E8D51D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -48,6 +52,14 @@ Global {272F5C6F-71A1-44D4-966C-E0DF86DB139C}.Debug|Any CPU.Build.0 = Debug|Any CPU {272F5C6F-71A1-44D4-966C-E0DF86DB139C}.Release|Any CPU.ActiveCfg = Release|Any CPU {272F5C6F-71A1-44D4-966C-E0DF86DB139C}.Release|Any CPU.Build.0 = Release|Any CPU + {DE4DA5A5-7E18-4750-B448-24D5CF44016C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DE4DA5A5-7E18-4750-B448-24D5CF44016C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DE4DA5A5-7E18-4750-B448-24D5CF44016C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DE4DA5A5-7E18-4750-B448-24D5CF44016C}.Release|Any CPU.Build.0 = Release|Any CPU + {511E1903-F18D-42B8-9835-24BB21E8D51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {511E1903-F18D-42B8-9835-24BB21E8D51D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {511E1903-F18D-42B8-9835-24BB21E8D51D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {511E1903-F18D-42B8-9835-24BB21E8D51D}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -55,6 +67,8 @@ Global GlobalSection(NestedProjects) = preSolution {40FC3A84-C005-415B-B81C-C59AA90F01CD} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} {272F5C6F-71A1-44D4-966C-E0DF86DB139C} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} + {DE4DA5A5-7E18-4750-B448-24D5CF44016C} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} + {511E1903-F18D-42B8-9835-24BB21E8D51D} = {CD606107-8CC7-47B0-A0EB-C3E169CCA841} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {71AC7436-4D41-4335-9C2A-0A6ECAF18C87} diff --git a/src/Our.Umbraco.Honeypot/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg b/src/Our.Umbraco.Honeypot/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg new file mode 100644 index 0000000..c909472 --- /dev/null +++ b/src/Our.Umbraco.Honeypot/App_Plugins/Our.Umbraco.Honeypot/Backoffice/Icons/icon-honeypot.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/Our.Umbraco.Honeypot/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html b/src/Our.Umbraco.Honeypot/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html index 5f28270..09b6665 100644 --- a/src/Our.Umbraco.Honeypot/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html +++ b/src/Our.Umbraco.Honeypot/App_Plugins/Our.Umbraco.Honeypot/FieldTypes/Honeypot.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs b/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs index 8144755..6d48381 100644 --- a/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs +++ b/src/Our.Umbraco.Honeypot/HoneypotFieldType.cs @@ -20,7 +20,7 @@ public HoneypotFieldType(IOptions options) this.Category = "Spam"; this.Name = "𝖍𝖔𝖓𝖊𝖞𝖕𝖔𝖙"; this.Description = "This will render hidden fields to trap bots"; - this.Icon = "icon-handprint"; + this.Icon = "icon-honeypot"; this.DataType = FieldDataType.Integer; this.SortOrder = 10; this.FieldTypeViewName = "FieldType.Honeypot.cshtml"; diff --git a/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj b/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj index 58e5fc7..4c0f586 100644 --- a/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj +++ b/src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj @@ -1,16 +1,16 @@ - net5.0;net6.0 + net5.0;net6.0;net7.0 Our.Umbraco.Honeypot Björnmamman AB Sverige https://github.com/madsoulswe/Our.Umbraco.Honeypot/ https://github.com/madsoulswe/Our.Umbraco.Honeypot/ git - 0.1.0 + 1.0.0 Our.Umbraco.Honeypot - 0.1.0 - 0.1.0 + 1.0.0 + 1.0.0 Björnmamman Björnmamman AB Sweden Our.Umbraco.Honeypot @@ -66,6 +66,13 @@
+ + + + + + +