diff --git a/Web/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/Web/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs deleted file mode 100644 index 2f7e5ec..0000000 --- a/Web/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/App.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/App.razor.g.cs deleted file mode 100644 index c522f16..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/App.razor.g.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable - public partial class App : Microsoft.AspNetCore.Components.ComponentBase - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) - { - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/Pages/Counter.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/Pages/Counter.razor.g.cs deleted file mode 100644 index 9b3bed8..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/Pages/Counter.razor.g.cs +++ /dev/null @@ -1,109 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web.Pages -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable - [Microsoft.AspNetCore.Components.RouteAttribute("/counter")] - public partial class Counter : Microsoft.AspNetCore.Components.ComponentBase - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) - { - } - #pragma warning restore 1998 -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/Pages/Counter.razor" - - private int currentCount = 0; - - private void IncrementCount() - { - currentCount++; - } - - -#line default -#line hidden -#nullable disable - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/Pages/FetchData.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/Pages/FetchData.razor.g.cs deleted file mode 100644 index 4f6c663..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/Pages/FetchData.razor.g.cs +++ /dev/null @@ -1,117 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web.Pages -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/Pages/FetchData.razor" -using Web.Data; - -#line default -#line hidden -#nullable disable - [Microsoft.AspNetCore.Components.RouteAttribute("/fetchdata")] - public partial class FetchData : Microsoft.AspNetCore.Components.ComponentBase - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) - { - } - #pragma warning restore 1998 -#nullable restore -#line 41 "/home/m/Documents/PetriePanel/Web/Pages/FetchData.razor" - - private WeatherForecast[] forecasts; - - protected override async Task OnInitializedAsync() - { - forecasts = await ForecastService.GetForecastAsync(DateTime.Now); - } - - -#line default -#line hidden -#nullable disable - [global::Microsoft.AspNetCore.Components.InjectAttribute] private WeatherForecastService ForecastService { get; set; } - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/Pages/Index.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/Pages/Index.razor.g.cs deleted file mode 100644 index 4660f8c..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/Pages/Index.razor.g.cs +++ /dev/null @@ -1,95 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web.Pages -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable - [Microsoft.AspNetCore.Components.RouteAttribute("/")] - public partial class Index : Microsoft.AspNetCore.Components.ComponentBase - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) - { - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/Shared/MainLayout.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/Shared/MainLayout.razor.g.cs deleted file mode 100644 index f802e74..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/Shared/MainLayout.razor.g.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web.Shared -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable - public partial class MainLayout : LayoutComponentBase - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) - { - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/Shared/NavMenu.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/Shared/NavMenu.razor.g.cs deleted file mode 100644 index a95d529..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/Shared/NavMenu.razor.g.cs +++ /dev/null @@ -1,110 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web.Shared -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable - public partial class NavMenu : Microsoft.AspNetCore.Components.ComponentBase - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) - { - } - #pragma warning restore 1998 -#nullable restore -#line 28 "/home/m/Documents/PetriePanel/Web/Shared/NavMenu.razor" - - private bool collapseNavMenu = true; - - private string NavMenuCssClass => collapseNavMenu ? "collapse" : null; - - private void ToggleNavMenu() - { - collapseNavMenu = !collapseNavMenu; - } - - -#line default -#line hidden -#nullable disable - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/Shared/SurveyPrompt.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/Shared/SurveyPrompt.razor.g.cs deleted file mode 100644 index 5962fb9..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/Shared/SurveyPrompt.razor.g.cs +++ /dev/null @@ -1,105 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web.Shared -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable - public partial class SurveyPrompt : Microsoft.AspNetCore.Components.ComponentBase - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) - { - } - #pragma warning restore 1998 -#nullable restore -#line 12 "/home/m/Documents/PetriePanel/Web/Shared/SurveyPrompt.razor" - - // Demonstrates how a parent component can supply parameters - [Parameter] - public string Title { get; set; } - - -#line default -#line hidden -#nullable disable - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/RazorDeclaration/_Imports.razor.g.cs b/Web/obj/Debug/net5.0/RazorDeclaration/_Imports.razor.g.cs deleted file mode 100644 index a9026e9..0000000 --- a/Web/obj/Debug/net5.0/RazorDeclaration/_Imports.razor.g.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -#pragma warning disable 1591 -#pragma warning disable 0414 -#pragma warning disable 0649 -#pragma warning disable 0169 - -namespace Web -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Components; -#nullable restore -#line 1 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using System.Net.Http; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 2 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 3 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Authorization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 4 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Forms; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 5 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Routing; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 6 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 7 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.AspNetCore.Components.Web.Virtualization; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 8 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Microsoft.JSInterop; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 9 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web; - -#line default -#line hidden -#nullable disable -#nullable restore -#line 10 "/home/m/Documents/PetriePanel/Web/_Imports.razor" -using Web.Shared; - -#line default -#line hidden -#nullable disable - public partial class _Imports : System.Object - { - #pragma warning disable 1998 - protected void Execute() - { - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 diff --git a/Web/obj/Debug/net5.0/Web.AssemblyInfo.cs b/Web/obj/Debug/net5.0/Web.AssemblyInfo.cs deleted file mode 100644 index ac504e5..0000000 --- a/Web/obj/Debug/net5.0/Web.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Web")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Web")] -[assembly: System.Reflection.AssemblyTitleAttribute("Web")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Web/obj/Debug/net5.0/Web.AssemblyInfoInputs.cache b/Web/obj/Debug/net5.0/Web.AssemblyInfoInputs.cache deleted file mode 100644 index 9c55692..0000000 --- a/Web/obj/Debug/net5.0/Web.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -bdead17b8efe699405762a2ace2a64414953f167 diff --git a/Web/obj/Debug/net5.0/Web.GeneratedMSBuildEditorConfig.editorconfig b/Web/obj/Debug/net5.0/Web.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 3872ac0..0000000 --- a/Web/obj/Debug/net5.0/Web.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -is_global = true -build_property.TargetFramework = net5.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.PublishSingleFile = -build_property.IncludeAllContentForSelfExtract = -build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/Web/obj/Debug/net5.0/Web.RazorAssemblyInfo.cache b/Web/obj/Debug/net5.0/Web.RazorAssemblyInfo.cache deleted file mode 100644 index ec44e40..0000000 --- a/Web/obj/Debug/net5.0/Web.RazorAssemblyInfo.cache +++ /dev/null @@ -1 +0,0 @@ -1bbaf775dfb10471a4d033478ac26316da283bbb diff --git a/Web/obj/Debug/net5.0/Web.RazorAssemblyInfo.cs b/Web/obj/Debug/net5.0/Web.RazorAssemblyInfo.cs deleted file mode 100644 index c217e68..0000000 --- a/Web/obj/Debug/net5.0/Web.RazorAssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute("Web.Views")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Web/obj/Debug/net5.0/Web.RazorComponent.input.cache b/Web/obj/Debug/net5.0/Web.RazorComponent.input.cache deleted file mode 100644 index 48d126a..0000000 --- a/Web/obj/Debug/net5.0/Web.RazorComponent.input.cache +++ /dev/null @@ -1 +0,0 @@ -1939fdbfd4897581c214275d7ed2fdee3880bc4c diff --git a/Web/obj/Debug/net5.0/Web.RazorComponent.output.cache b/Web/obj/Debug/net5.0/Web.RazorComponent.output.cache deleted file mode 100644 index e69de29..0000000 diff --git a/Web/obj/Debug/net5.0/Web.assets.cache b/Web/obj/Debug/net5.0/Web.assets.cache deleted file mode 100644 index 40c8c59..0000000 Binary files a/Web/obj/Debug/net5.0/Web.assets.cache and /dev/null differ diff --git a/Web/obj/Debug/net5.0/Web.csprojAssemblyReference.cache b/Web/obj/Debug/net5.0/Web.csprojAssemblyReference.cache deleted file mode 100644 index 8fb4a7a..0000000 Binary files a/Web/obj/Debug/net5.0/Web.csprojAssemblyReference.cache and /dev/null differ diff --git a/Web/obj/Web.csproj.nuget.dgspec.json b/Web/obj/Web.csproj.nuget.dgspec.json deleted file mode 100644 index 70be32f..0000000 --- a/Web/obj/Web.csproj.nuget.dgspec.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/m/Documents/PetriePanel/Web/Web.csproj": {} - }, - "projects": { - "/home/m/Documents/PetriePanel/Web/Web.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/m/Documents/PetriePanel/Web/Web.csproj", - "projectName": "Web", - "projectPath": "/home/m/Documents/PetriePanel/Web/Web.csproj", - "packagesPath": "/home/m/.nuget/packages/", - "outputPath": "/home/m/Documents/PetriePanel/Web/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/m/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net5.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[5.0.0, 5.0.0]" - } - ], - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.205/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Web/obj/Web.csproj.nuget.g.props b/Web/obj/Web.csproj.nuget.g.props deleted file mode 100644 index a56ba8b..0000000 --- a/Web/obj/Web.csproj.nuget.g.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/m/.nuget/packages/ - /home/m/.nuget/packages/ - PackageReference - 5.10.0 - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/Web/obj/Web.csproj.nuget.g.targets b/Web/obj/Web.csproj.nuget.g.targets deleted file mode 100644 index 53cfaa1..0000000 --- a/Web/obj/Web.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/Web/obj/project.assets.json b/Web/obj/project.assets.json deleted file mode 100644 index f058dac..0000000 --- a/Web/obj/project.assets.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "version": 3, - "targets": { - "net5.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net5.0": [] - }, - "packageFolders": { - "/home/m/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/m/Documents/PetriePanel/Web/Web.csproj", - "projectName": "Web", - "projectPath": "/home/m/Documents/PetriePanel/Web/Web.csproj", - "packagesPath": "/home/m/.nuget/packages/", - "outputPath": "/home/m/Documents/PetriePanel/Web/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/m/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net5.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[5.0.0, 5.0.0]" - } - ], - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.205/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/Web/obj/project.nuget.cache b/Web/obj/project.nuget.cache deleted file mode 100644 index ac55e47..0000000 --- a/Web/obj/project.nuget.cache +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "2P6sOHzmNXNOFTcNBrR4WoF3oWgTyCH4AttBKohfjr+qHfJUw7CZ4UyExCozEAS5umrZGkEG++Y600bL4wis6w==", - "success": true, - "projectFilePath": "/home/m/Documents/PetriePanel/Web/Web.csproj", - "expectedPackageFiles": [ - "/home/m/.nuget/packages/microsoft.aspnetcore.app.ref/5.0.0/microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/Web/obj/project.packagespec.json b/Web/obj/project.packagespec.json deleted file mode 100644 index 29f5f9d..0000000 --- a/Web/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/m/Documents/PetriePanel/Web/Web.csproj","projectName":"Web","projectPath":"/home/m/Documents/PetriePanel/Web/Web.csproj","outputPath":"/home/m/Documents/PetriePanel/Web/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net5.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[5.0.0, 5.0.0]"}],"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/5.0.205/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/Web/obj/rider.project.restore.info b/Web/obj/rider.project.restore.info deleted file mode 100644 index 39b15f4..0000000 --- a/Web/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16341316953063054 \ No newline at end of file diff --git a/WebAPI/bin/Debug/net5.0/Microsoft.OpenApi.dll b/WebAPI/bin/Debug/net5.0/Microsoft.OpenApi.dll deleted file mode 100755 index 14f3ded..0000000 Binary files a/WebAPI/bin/Debug/net5.0/Microsoft.OpenApi.dll and /dev/null differ diff --git a/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll b/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100755 index f150284..0000000 Binary files a/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100755 index c73a8c5..0000000 Binary files a/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100755 index 67d7f86..0000000 Binary files a/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/WebAPI/bin/Debug/net5.0/WebAPI b/WebAPI/bin/Debug/net5.0/WebAPI deleted file mode 100755 index 201fb6e..0000000 Binary files a/WebAPI/bin/Debug/net5.0/WebAPI and /dev/null differ diff --git a/WebAPI/bin/Debug/net5.0/WebAPI.deps.json b/WebAPI/bin/Debug/net5.0/WebAPI.deps.json deleted file mode 100644 index 44b3a6c..0000000 --- a/WebAPI/bin/Debug/net5.0/WebAPI.deps.json +++ /dev/null @@ -1,3551 +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": true, - "xmlDoc": false, - "debugType": "portable" - }, - "targets": { - ".NETCoreApp,Version=v5.0": { - "WebAPI/1.0.0": { - "dependencies": { - "Swashbuckle.AspNetCore": "5.6.3", - "Microsoft.AspNetCore.Antiforgery": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.Core": "5.0.0.0", - "Microsoft.AspNetCore.Authentication": "5.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth": "5.0.0.0", - "Microsoft.AspNetCore.Authorization": "5.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy": "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.Cryptography.Internal": "5.0.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.DataProtection": "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": "5.0.0.0", - "Microsoft.AspNetCore.Hosting": "5.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "5.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common": "5.0.0.0", - "Microsoft.AspNetCore.Http.Connections": "5.0.0.0", - "Microsoft.AspNetCore.Http": "5.0.0.0", - "Microsoft.AspNetCore.Http.Extensions": "5.0.0.0", - "Microsoft.AspNetCore.Http.Features": "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": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer": "5.0.0.0", - "Microsoft.AspNetCore.Mvc.Core": "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": "5.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "5.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions": "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": "5.0.0.0", - "Microsoft.AspNetCore.Routing": "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": "5.0.0.0", - "Microsoft.CSharp": "5.0.0.0", - "Microsoft.Extensions.Caching.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Caching.Memory": "5.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Configuration.Binder": "5.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "5.0.0.0", - "Microsoft.Extensions.Configuration": "5.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0.0", - "Microsoft.Extensions.Configuration.Ini": "5.0.0.0", - "Microsoft.Extensions.Configuration.Json": "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.DependencyInjection.Abstractions": "5.0.0.0", - "Microsoft.Extensions.DependencyInjection": "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": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Composite": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "5.0.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Hosting": "5.0.0.0", - "Microsoft.Extensions.Http": "5.0.0.0", - "Microsoft.Extensions.Identity.Core": "5.0.0.0", - "Microsoft.Extensions.Identity.Stores": "5.0.0.0", - "Microsoft.Extensions.Localization.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Localization": "5.0.0.0", - "Microsoft.Extensions.Logging.Abstractions": "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": "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": "5.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "5.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "5.0.0.0", - "Microsoft.Extensions.Options": "5.0.0.0", - "Microsoft.Extensions.Primitives": "5.0.0.0", - "Microsoft.Extensions.WebEncoders": "5.0.0.0", - "Microsoft.JSInterop": "5.0.0.0", - "Microsoft.Net.Http.Headers": "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": "5.0.0.0", - "mscorlib": "4.0.0.0", - "netstandard": "2.1.0.0", - "System.AppContext": "5.0.0.0", - "System.Buffers": "5.0.0.0", - "System.Collections.Concurrent": "5.0.0.0", - "System.Collections": "5.0.0.0", - "System.Collections.Immutable": "5.0.0.0", - "System.Collections.NonGeneric": "5.0.0.0", - "System.Collections.Specialized": "5.0.0.0", - "System.ComponentModel.Annotations": "5.0.0.0", - "System.ComponentModel.DataAnnotations": "4.0.0.0", - "System.ComponentModel": "5.0.0.0", - "System.ComponentModel.EventBasedAsync": "5.0.0.0", - "System.ComponentModel.Primitives": "5.0.0.0", - "System.ComponentModel.TypeConverter": "5.0.0.0", - "System.Configuration": "4.0.0.0", - "System.Console": "5.0.0.0", - "System.Core": "4.0.0.0", - "System.Data.Common": "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": "5.0.0.0", - "System.Diagnostics.DiagnosticSource": "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": "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": "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": "5.0.0.0", - "System.Formats.Asn1": "5.0.0.0", - "System.Globalization.Calendars": "5.0.0.0", - "System.Globalization": "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": "5.0.0.0", - "System.IO.FileSystem": "5.0.0.0", - "System.IO.FileSystem.DriveInfo": "5.0.0.0", - "System.IO.FileSystem.Primitives": "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": "5.0.0.0", - "System.Linq.Expressions": "5.0.0.0", - "System.Linq.Parallel": "5.0.0.0", - "System.Linq.Queryable": "5.0.0.0", - "System.Memory": "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": "5.0.0.0", - "System.ObjectModel": "5.0.0.0", - "System.Reflection.DispatchProxy": "5.0.0.0", - "System.Reflection": "5.0.0.0", - "System.Reflection.Emit": "5.0.0.0", - "System.Reflection.Emit.ILGeneration": "5.0.0.0", - "System.Reflection.Emit.Lightweight": "5.0.0.0", - "System.Reflection.Extensions": "5.0.0.0", - "System.Reflection.Metadata": "5.0.0.0", - "System.Reflection.Primitives": "5.0.0.0", - "System.Reflection.TypeExtensions": "5.0.0.0", - "System.Resources.Reader": "5.0.0.0", - "System.Resources.ResourceManager": "5.0.0.0", - "System.Resources.Writer": "5.0.0.0", - "System.Runtime.CompilerServices.Unsafe": "5.0.0.0", - "System.Runtime.CompilerServices.VisualC": "5.0.0.0", - "System.Runtime": "5.0.0.0", - "System.Runtime.Extensions": "5.0.0.0", - "System.Runtime.Handles": "5.0.0.0", - "System.Runtime.InteropServices": "5.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation": "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": "5.0.0.0", - "System.Runtime.Serialization.Xml": "5.0.0.0", - "System.Security.AccessControl": "5.0.0.0", - "System.Security.Claims": "5.0.0.0", - "System.Security.Cryptography.Algorithms": "5.0.0.0", - "System.Security.Cryptography.Cng": "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": "5.0.0.0", - "System.Security": "4.0.0.0", - "System.Security.Permissions": "5.0.0.0", - "System.Security.Principal": "5.0.0.0", - "System.Security.Principal.Windows": "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": "5.0.0.0", - "System.Text.Encoding": "5.0.0.0", - "System.Text.Encoding.Extensions": "5.0.0.0", - "System.Text.Encodings.Web": "5.0.0.0", - "System.Text.Json": "5.0.0.0", - "System.Text.RegularExpressions": "5.0.0.0", - "System.Threading.Channels": "5.0.0.0", - "System.Threading": "5.0.0.0", - "System.Threading.Overlapped": "5.0.0.0", - "System.Threading.Tasks.Dataflow": "5.0.0.0", - "System.Threading.Tasks": "5.0.0.0", - "System.Threading.Tasks.Extensions": "5.0.0.0", - "System.Threading.Tasks.Parallel": "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": "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": { - "WebAPI.dll": {} - }, - "compile": { - "WebAPI.dll": {} - } - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, - "Microsoft.OpenApi/1.2.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.2.3.0", - "fileVersion": "1.2.3.0" - } - }, - "compile": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} - } - }, - "Swashbuckle.AspNetCore/5.6.3": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "3.0.0", - "Swashbuckle.AspNetCore.Swagger": "5.6.3", - "Swashbuckle.AspNetCore.SwaggerGen": "5.6.3", - "Swashbuckle.AspNetCore.SwaggerUI": "5.6.3" - } - }, - "Swashbuckle.AspNetCore.Swagger/5.6.3": { - "dependencies": { - "Microsoft.OpenApi": "1.2.3" - }, - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "5.6.3.0", - "fileVersion": "5.6.3.0" - } - }, - "compile": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "5.6.3" - }, - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "5.6.3.0", - "fileVersion": "5.6.3.0" - } - }, - "compile": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": { - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "5.6.3.0", - "fileVersion": "5.6.3.0" - } - }, - "compile": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - } - }, - "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Antiforgery.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authentication.Abstractions/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/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/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Authorization.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Authorization.Policy/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.Cryptography.Internal/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.Internal.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.DataProtection/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.DataProtection.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/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/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Html.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Html.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Abstractions/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/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Extensions/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Http.Extensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Http.Features/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/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/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/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/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/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.Routing.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.AspNetCore.Routing/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/5.0.0.0": { - "compile": { - "Microsoft.AspNetCore.WebUtilities.dll": {} - }, - "compileOnly": true - }, - "Microsoft.CSharp/5.0.0.0": { - "compile": { - "Microsoft.CSharp.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Caching.Abstractions/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/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Configuration.Binder/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/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/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/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.DependencyInjection.Abstractions/5.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.DependencyInjection/5.0.0.0": { - "compile": { - "Microsoft.Extensions.DependencyInjection.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/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Composite.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Embedded/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Embedded.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileProviders.Physical.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0.0": { - "compile": { - "Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Hosting.Abstractions/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/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Http.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Core/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Core.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Identity.Stores/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Identity.Stores.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/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/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/5.0.0.0": { - "compile": { - "Microsoft.Extensions.ObjectPool.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options.DataAnnotations/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.DataAnnotations.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Options/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Options.dll": {} - }, - "compileOnly": true - }, - "Microsoft.Extensions.Primitives/5.0.0.0": { - "compile": { - "Microsoft.Extensions.Primitives.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/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/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/5.0.0.0": { - "compile": { - "System.Buffers.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Concurrent/5.0.0.0": { - "compile": { - "System.Collections.Concurrent.dll": {} - }, - "compileOnly": true - }, - "System.Collections/5.0.0.0": { - "compile": { - "System.Collections.dll": {} - }, - "compileOnly": true - }, - "System.Collections.Immutable/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/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/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/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/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/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/5.0.0.0": { - "compile": { - "System.Diagnostics.Debug.dll": {} - }, - "compileOnly": true - }, - "System.Diagnostics.DiagnosticSource/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/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/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/5.0.0.0": { - "compile": { - "System.Dynamic.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Formats.Asn1/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/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/5.0.0.0": { - "compile": { - "System.IO.dll": {} - }, - "compileOnly": true - }, - "System.IO.FileSystem/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/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/5.0.0.0": { - "compile": { - "System.Linq.dll": {} - }, - "compileOnly": true - }, - "System.Linq.Expressions/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/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/5.0.0.0": { - "compile": { - "System.Numerics.Vectors.dll": {} - }, - "compileOnly": true - }, - "System.ObjectModel/5.0.0.0": { - "compile": { - "System.ObjectModel.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.DispatchProxy/5.0.0.0": { - "compile": { - "System.Reflection.DispatchProxy.dll": {} - }, - "compileOnly": true - }, - "System.Reflection/5.0.0.0": { - "compile": { - "System.Reflection.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit/5.0.0.0": { - "compile": { - "System.Reflection.Emit.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.ILGeneration/5.0.0.0": { - "compile": { - "System.Reflection.Emit.ILGeneration.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Emit.Lightweight/5.0.0.0": { - "compile": { - "System.Reflection.Emit.Lightweight.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Extensions/5.0.0.0": { - "compile": { - "System.Reflection.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Metadata/5.0.0.0": { - "compile": { - "System.Reflection.Metadata.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.Primitives/5.0.0.0": { - "compile": { - "System.Reflection.Primitives.dll": {} - }, - "compileOnly": true - }, - "System.Reflection.TypeExtensions/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/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.Unsafe/5.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.CompilerServices.VisualC/5.0.0.0": { - "compile": { - "System.Runtime.CompilerServices.VisualC.dll": {} - }, - "compileOnly": true - }, - "System.Runtime/5.0.0.0": { - "compile": { - "System.Runtime.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Extensions/5.0.0.0": { - "compile": { - "System.Runtime.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.Handles/5.0.0.0": { - "compile": { - "System.Runtime.Handles.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices/5.0.0.0": { - "compile": { - "System.Runtime.InteropServices.dll": {} - }, - "compileOnly": true - }, - "System.Runtime.InteropServices.RuntimeInformation/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/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/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/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/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/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/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/5.0.0.0": { - "compile": { - "System.Text.Encoding.CodePages.dll": {} - }, - "compileOnly": true - }, - "System.Text.Encoding/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.Encodings.Web/5.0.0.0": { - "compile": { - "System.Text.Encodings.Web.dll": {} - }, - "compileOnly": true - }, - "System.Text.Json/5.0.0.0": { - "compile": { - "System.Text.Json.dll": {} - }, - "compileOnly": true - }, - "System.Text.RegularExpressions/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/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/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Dataflow.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks/5.0.0.0": { - "compile": { - "System.Threading.Tasks.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Extensions/5.0.0.0": { - "compile": { - "System.Threading.Tasks.Extensions.dll": {} - }, - "compileOnly": true - }, - "System.Threading.Tasks.Parallel/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/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": { - "WebAPI/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", - "path": "microsoft.extensions.apidescription.server/3.0.0", - "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" - }, - "Microsoft.OpenApi/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", - "path": "microsoft.openapi/1.2.3", - "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/5.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UkL9GU0mfaA+7RwYjEaBFvAzL8qNQhNqAeV5uaWUu/Z+fVgvK9FHkGCpTXBqSQeIHuZaIElzxnLDdIqGzuCnVg==", - "path": "swashbuckle.aspnetcore/5.6.3", - "hashPath": "swashbuckle.aspnetcore.5.6.3.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/5.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rn/MmLscjg6WSnTZabojx5DQYle2GjPanSPbCU3Kw8Hy72KyQR3uy8R1Aew5vpNALjfUFm2M/vwUtqdOlzw+GA==", - "path": "swashbuckle.aspnetcore.swagger/5.6.3", - "hashPath": "swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CkhVeod/iLd3ikVTDOwG5sym8BE5xbqGJ15iF3cC7ZPg2kEwDQL4a88xjkzsvC9oOB2ax6B0rK0EgRK+eOBX+w==", - "path": "swashbuckle.aspnetcore.swaggergen/5.6.3", - "hashPath": "swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BPvcPxQRMsYZ3HnYmGKRWDwX4Wo29WHh14Q6B10BB8Yfbbcza+agOC2UrBFA1EuaZuOsFLbp6E2+mqVNF/Je8A==", - "path": "swashbuckle.aspnetcore.swaggerui/5.6.3", - "hashPath": "swashbuckle.aspnetcore.swaggerui.5.6.3.nupkg.sha512" - }, - "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authentication.Abstractions/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Authorization.Policy/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.Cryptography.Internal/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.DataProtection/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Html.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Abstractions/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Http.Features/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/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/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/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.Routing/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Caching.Abstractions/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Configuration.Binder/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/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/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/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.DependencyInjection.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Composite/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Embedded/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting.Abstractions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Hosting/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Http/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Core/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Identity.Stores/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/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options.DataAnnotations/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Options/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.Primitives/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/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Concurrent/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Collections.Immutable/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.DataAnnotations/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.EventBasedAsync/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ComponentModel.Primitives/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Core/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Data.Common/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Diagnostics.DiagnosticSource/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/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Formats.Asn1/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization.Calendars/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Globalization/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.IO.FileSystem/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Linq.Expressions/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.ObjectModel/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.DispatchProxy/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.ILGeneration/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Emit.Lightweight/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Metadata/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.Primitives/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Reflection.TypeExtensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Reader/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.ResourceManager/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Resources.Writer/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.CompilerServices.VisualC/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.Handles/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Runtime.InteropServices.RuntimeInformation/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/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/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security/4.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Security.Permissions/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/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encoding.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Encodings.Web/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.Json/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Text.RegularExpressions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Channels/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading/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/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Extensions/5.0.0.0": { - "type": "referenceassembly", - "serviceable": false, - "sha512": "" - }, - "System.Threading.Tasks.Parallel/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/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/WebAPI/bin/Debug/net5.0/WebAPI.dll b/WebAPI/bin/Debug/net5.0/WebAPI.dll deleted file mode 100644 index fed55af..0000000 Binary files a/WebAPI/bin/Debug/net5.0/WebAPI.dll and /dev/null differ diff --git a/WebAPI/bin/Debug/net5.0/WebAPI.pdb b/WebAPI/bin/Debug/net5.0/WebAPI.pdb deleted file mode 100644 index 7627b41..0000000 Binary files a/WebAPI/bin/Debug/net5.0/WebAPI.pdb and /dev/null differ diff --git a/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.dev.json b/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.dev.json deleted file mode 100644 index a21f455..0000000 --- a/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.dev.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "/home/m/.dotnet/store/|arch|/|tfm|", - "/home/m/.nuget/packages" - ] - } -} \ No newline at end of file diff --git a/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.json b/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.json deleted file mode 100644 index 93e2b02..0000000 --- a/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net5.0", - "framework": { - "name": "Microsoft.AspNetCore.App", - "version": "5.0.0" - }, - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/WebAPI/bin/Debug/net5.0/appsettings.Development.json b/WebAPI/bin/Debug/net5.0/appsettings.Development.json deleted file mode 100644 index 8983e0f..0000000 --- a/WebAPI/bin/Debug/net5.0/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/WebAPI/bin/Debug/net5.0/appsettings.json b/WebAPI/bin/Debug/net5.0/appsettings.json deleted file mode 100644 index d9d9a9b..0000000 --- a/WebAPI/bin/Debug/net5.0/appsettings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "AllowedHosts": "*" -} diff --git a/WebAPI/bin/Debug/net5.0/ref/WebAPI.dll b/WebAPI/bin/Debug/net5.0/ref/WebAPI.dll deleted file mode 100644 index 708f7db..0000000 Binary files a/WebAPI/bin/Debug/net5.0/ref/WebAPI.dll and /dev/null differ diff --git a/WebAPI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/WebAPI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs deleted file mode 100644 index 2f7e5ec..0000000 --- a/WebAPI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfo.cs b/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfo.cs deleted file mode 100644 index 228fe84..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("WebAPI")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("WebAPI")] -[assembly: System.Reflection.AssemblyTitleAttribute("WebAPI")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfoInputs.cache b/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfoInputs.cache deleted file mode 100644 index f22ab23..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8071d147e32d0630849d28d7010f1c7d9f5cfc82 diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.GeneratedMSBuildEditorConfig.editorconfig b/WebAPI/obj/Debug/net5.0/WebAPI.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 3872ac0..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -is_global = true -build_property.TargetFramework = net5.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.PublishSingleFile = -build_property.IncludeAllContentForSelfExtract = -build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.MvcApplicationPartsAssemblyInfo.cache b/WebAPI/obj/Debug/net5.0/WebAPI.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29..0000000 diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.MvcApplicationPartsAssemblyInfo.cs b/WebAPI/obj/Debug/net5.0/WebAPI.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 5c337f8..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.RazorTargetAssemblyInfo.cache b/WebAPI/obj/Debug/net5.0/WebAPI.RazorTargetAssemblyInfo.cache deleted file mode 100644 index d9355a9..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.RazorTargetAssemblyInfo.cache +++ /dev/null @@ -1 +0,0 @@ -2ba159081b2463c81a3b13e7540958b05f8628b8 diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.assets.cache b/WebAPI/obj/Debug/net5.0/WebAPI.assets.cache deleted file mode 100644 index ccf4c9b..0000000 Binary files a/WebAPI/obj/Debug/net5.0/WebAPI.assets.cache and /dev/null differ diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.csproj.CopyComplete b/WebAPI/obj/Debug/net5.0/WebAPI.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.csproj.CoreCompileInputs.cache b/WebAPI/obj/Debug/net5.0/WebAPI.csproj.CoreCompileInputs.cache deleted file mode 100644 index 8f7a5f8..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b7d944c8002c7913d0ab17bd7251fa45a9d5cff1 diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.csproj.FileListAbsolute.txt b/WebAPI/obj/Debug/net5.0/WebAPI.csproj.FileListAbsolute.txt deleted file mode 100644 index 0ce81b6..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,29 +0,0 @@ -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/appsettings.Development.json -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/appsettings.json -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/WebAPI -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/WebAPI.deps.json -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.json -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.dev.json -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/WebAPI.dll -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/ref/WebAPI.dll -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/WebAPI.pdb -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/Microsoft.OpenApi.dll -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll -/home/m/Documents/PetriePanel/WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.csprojAssemblyReference.cache -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.GeneratedMSBuildEditorConfig.editorconfig -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfoInputs.cache -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.AssemblyInfo.cs -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.csproj.CoreCompileInputs.cache -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.MvcApplicationPartsAssemblyInfo.cs -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.MvcApplicationPartsAssemblyInfo.cache -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/staticwebassets/WebAPI.StaticWebAssets.Manifest.cache -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/staticwebassets/WebAPI.StaticWebAssets.xml -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/scopedcss/bundle/WebAPI.styles.css -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.RazorTargetAssemblyInfo.cache -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.csproj.CopyComplete -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.dll -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/ref/WebAPI.dll -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.pdb -/home/m/Documents/PetriePanel/WebAPI/obj/Debug/net5.0/WebAPI.genruntimeconfig.cache diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.csprojAssemblyReference.cache b/WebAPI/obj/Debug/net5.0/WebAPI.csprojAssemblyReference.cache deleted file mode 100644 index 3be08e2..0000000 Binary files a/WebAPI/obj/Debug/net5.0/WebAPI.csprojAssemblyReference.cache and /dev/null differ diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.dll b/WebAPI/obj/Debug/net5.0/WebAPI.dll deleted file mode 100644 index fed55af..0000000 Binary files a/WebAPI/obj/Debug/net5.0/WebAPI.dll and /dev/null differ diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.genruntimeconfig.cache b/WebAPI/obj/Debug/net5.0/WebAPI.genruntimeconfig.cache deleted file mode 100644 index 0270cbf..0000000 --- a/WebAPI/obj/Debug/net5.0/WebAPI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -6e0b13a831c64c28ae75cb3f6172d034aaca1432 diff --git a/WebAPI/obj/Debug/net5.0/WebAPI.pdb b/WebAPI/obj/Debug/net5.0/WebAPI.pdb deleted file mode 100644 index 7627b41..0000000 Binary files a/WebAPI/obj/Debug/net5.0/WebAPI.pdb and /dev/null differ diff --git a/WebAPI/obj/Debug/net5.0/apphost b/WebAPI/obj/Debug/net5.0/apphost deleted file mode 100755 index 201fb6e..0000000 Binary files a/WebAPI/obj/Debug/net5.0/apphost and /dev/null differ diff --git a/WebAPI/obj/Debug/net5.0/ref/WebAPI.dll b/WebAPI/obj/Debug/net5.0/ref/WebAPI.dll deleted file mode 100644 index 708f7db..0000000 Binary files a/WebAPI/obj/Debug/net5.0/ref/WebAPI.dll and /dev/null differ diff --git a/WebAPI/obj/Debug/net5.0/staticwebassets/WebAPI.StaticWebAssets.Manifest.cache b/WebAPI/obj/Debug/net5.0/staticwebassets/WebAPI.StaticWebAssets.Manifest.cache deleted file mode 100644 index e69de29..0000000 diff --git a/WebAPI/obj/Debug/net5.0/staticwebassets/WebAPI.StaticWebAssets.xml b/WebAPI/obj/Debug/net5.0/staticwebassets/WebAPI.StaticWebAssets.xml deleted file mode 100644 index 7b21d22..0000000 --- a/WebAPI/obj/Debug/net5.0/staticwebassets/WebAPI.StaticWebAssets.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/WebAPI/obj/WebAPI.csproj.nuget.dgspec.json b/WebAPI/obj/WebAPI.csproj.nuget.dgspec.json deleted file mode 100644 index 2387ab9..0000000 --- a/WebAPI/obj/WebAPI.csproj.nuget.dgspec.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj": {} - }, - "projects": { - "/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj", - "projectName": "WebAPI", - "projectPath": "/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj", - "packagesPath": "/home/m/.nuget/packages/", - "outputPath": "/home/m/Documents/PetriePanel/WebAPI/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/m/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net5.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "dependencies": { - "Swashbuckle.AspNetCore": { - "target": "Package", - "version": "[5.6.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[5.0.0, 5.0.0]" - } - ], - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.205/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/WebAPI/obj/WebAPI.csproj.nuget.g.props b/WebAPI/obj/WebAPI.csproj.nuget.g.props deleted file mode 100644 index fe86cc5..0000000 --- a/WebAPI/obj/WebAPI.csproj.nuget.g.props +++ /dev/null @@ -1,25 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/m/.nuget/packages/ - /home/m/.nuget/packages/ - PackageReference - 5.10.0 - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - /home/m/.nuget/packages/microsoft.extensions.apidescription.server/3.0.0 - - \ No newline at end of file diff --git a/WebAPI/obj/WebAPI.csproj.nuget.g.targets b/WebAPI/obj/WebAPI.csproj.nuget.g.targets deleted file mode 100644 index 5f2d0a1..0000000 --- a/WebAPI/obj/WebAPI.csproj.nuget.g.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - \ No newline at end of file diff --git a/WebAPI/obj/project.assets.json b/WebAPI/obj/project.assets.json deleted file mode 100644 index aca91f4..0000000 --- a/WebAPI/obj/project.assets.json +++ /dev/null @@ -1,265 +0,0 @@ -{ - "version": 3, - "targets": { - "net5.0": { - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "type": "package", - "build": { - "build/Microsoft.Extensions.ApiDescription.Server.props": {}, - "build/Microsoft.Extensions.ApiDescription.Server.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} - } - }, - "Microsoft.OpenApi/1.2.3": { - "type": "package", - "compile": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} - } - }, - "Swashbuckle.AspNetCore/5.6.3": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "3.0.0", - "Swashbuckle.AspNetCore.Swagger": "5.6.3", - "Swashbuckle.AspNetCore.SwaggerGen": "5.6.3", - "Swashbuckle.AspNetCore.SwaggerUI": "5.6.3" - }, - "build": { - "build/Swashbuckle.AspNetCore.props": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/5.6.3": { - "type": "package", - "dependencies": { - "Microsoft.OpenApi": "1.2.3" - }, - "compile": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {} - }, - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {} - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": { - "type": "package", - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "5.6.3" - }, - "compile": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - }, - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - }, - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - } - } - }, - "libraries": { - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "sha512": "LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", - "type": "package", - "path": "microsoft.extensions.apidescription.server/3.0.0", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/Microsoft.Extensions.ApiDescription.Server.props", - "build/Microsoft.Extensions.ApiDescription.Server.targets", - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", - "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", - "microsoft.extensions.apidescription.server.nuspec", - "tools/Newtonsoft.Json.dll", - "tools/dotnet-getdocument.deps.json", - "tools/dotnet-getdocument.dll", - "tools/dotnet-getdocument.runtimeconfig.json", - "tools/net461-x86/GetDocument.Insider.exe", - "tools/net461-x86/GetDocument.Insider.exe.config", - "tools/net461/GetDocument.Insider.exe", - "tools/net461/GetDocument.Insider.exe.config", - "tools/netcoreapp2.1/GetDocument.Insider.deps.json", - "tools/netcoreapp2.1/GetDocument.Insider.dll", - "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json" - ] - }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", - "type": "package", - "path": "microsoft.openapi/1.2.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net46/Microsoft.OpenApi.dll", - "lib/net46/Microsoft.OpenApi.pdb", - "lib/net46/Microsoft.OpenApi.xml", - "lib/netstandard2.0/Microsoft.OpenApi.dll", - "lib/netstandard2.0/Microsoft.OpenApi.pdb", - "lib/netstandard2.0/Microsoft.OpenApi.xml", - "microsoft.openapi.1.2.3.nupkg.sha512", - "microsoft.openapi.nuspec" - ] - }, - "Swashbuckle.AspNetCore/5.6.3": { - "sha512": "UkL9GU0mfaA+7RwYjEaBFvAzL8qNQhNqAeV5uaWUu/Z+fVgvK9FHkGCpTXBqSQeIHuZaIElzxnLDdIqGzuCnVg==", - "type": "package", - "path": "swashbuckle.aspnetcore/5.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/Swashbuckle.AspNetCore.props", - "swashbuckle.aspnetcore.5.6.3.nupkg.sha512", - "swashbuckle.aspnetcore.nuspec" - ] - }, - "Swashbuckle.AspNetCore.Swagger/5.6.3": { - "sha512": "rn/MmLscjg6WSnTZabojx5DQYle2GjPanSPbCU3Kw8Hy72KyQR3uy8R1Aew5vpNALjfUFm2M/vwUtqdOlzw+GA==", - "type": "package", - "path": "swashbuckle.aspnetcore.swagger/5.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", - "swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512", - "swashbuckle.aspnetcore.swagger.nuspec" - ] - }, - "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": { - "sha512": "CkhVeod/iLd3ikVTDOwG5sym8BE5xbqGJ15iF3cC7ZPg2kEwDQL4a88xjkzsvC9oOB2ax6B0rK0EgRK+eOBX+w==", - "type": "package", - "path": "swashbuckle.aspnetcore.swaggergen/5.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512", - "swashbuckle.aspnetcore.swaggergen.nuspec" - ] - }, - "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": { - "sha512": "BPvcPxQRMsYZ3HnYmGKRWDwX4Wo29WHh14Q6B10BB8Yfbbcza+agOC2UrBFA1EuaZuOsFLbp6E2+mqVNF/Je8A==", - "type": "package", - "path": "swashbuckle.aspnetcore.swaggerui/5.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "swashbuckle.aspnetcore.swaggerui.5.6.3.nupkg.sha512", - "swashbuckle.aspnetcore.swaggerui.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - "net5.0": [ - "Swashbuckle.AspNetCore >= 5.6.3" - ] - }, - "packageFolders": { - "/home/m/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj", - "projectName": "WebAPI", - "projectPath": "/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj", - "packagesPath": "/home/m/.nuget/packages/", - "outputPath": "/home/m/Documents/PetriePanel/WebAPI/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/m/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net5.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "dependencies": { - "Swashbuckle.AspNetCore": { - "target": "Package", - "version": "[5.6.3, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[5.0.0, 5.0.0]" - } - ], - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.205/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/WebAPI/obj/project.nuget.cache b/WebAPI/obj/project.nuget.cache deleted file mode 100644 index 1f02ceb..0000000 --- a/WebAPI/obj/project.nuget.cache +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "0x6sYhiB/5Vq9aNgyxeOvufMU8M8muswylMWuTRfzMwj3sWYq1LaEhEnxgogugw7HTukOTQl3N+ZeLIO3sOLpA==", - "success": true, - "projectFilePath": "/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj", - "expectedPackageFiles": [ - "/home/m/.nuget/packages/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", - "/home/m/.nuget/packages/microsoft.openapi/1.2.3/microsoft.openapi.1.2.3.nupkg.sha512", - "/home/m/.nuget/packages/swashbuckle.aspnetcore/5.6.3/swashbuckle.aspnetcore.5.6.3.nupkg.sha512", - "/home/m/.nuget/packages/swashbuckle.aspnetcore.swagger/5.6.3/swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512", - "/home/m/.nuget/packages/swashbuckle.aspnetcore.swaggergen/5.6.3/swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512", - "/home/m/.nuget/packages/swashbuckle.aspnetcore.swaggerui/5.6.3/swashbuckle.aspnetcore.swaggerui.5.6.3.nupkg.sha512", - "/home/m/.nuget/packages/microsoft.aspnetcore.app.ref/5.0.0/microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/WebAPI/obj/project.packagespec.json b/WebAPI/obj/project.packagespec.json deleted file mode 100644 index 730acfd..0000000 --- a/WebAPI/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj","projectName":"WebAPI","projectPath":"/home/m/Documents/PetriePanel/WebAPI/WebAPI.csproj","outputPath":"/home/m/Documents/PetriePanel/WebAPI/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net5.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","dependencies":{"Swashbuckle.AspNetCore":{"target":"Package","version":"[5.6.3, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[5.0.0, 5.0.0]"}],"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/5.0.205/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/WebAPI/obj/rider.project.restore.info b/WebAPI/obj/rider.project.restore.info deleted file mode 100644 index 52db03a..0000000 --- a/WebAPI/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16341323962881904 \ No newline at end of file