parent
2d03b4a6a6
commit
11462b369a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft": "Warning",
|
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft": "Warning",
|
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AllowedHosts": "*"
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"/Users/matthuntington/.dotnet/store/|arch|/|tfm|",
|
|
||||||
"/Users/matthuntington/.nuget/packages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.AspNetCore.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.GC.Server": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
|
|
||||||
@ -1,90 +0,0 @@
|
|||||||
#pragma checksum "/Users/matthuntington/Documents/.NET-React/Pages/Error.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1f02565c188bc0cf60de1bc120acef71a3608055"
|
|
||||||
// <auto-generated/>
|
|
||||||
#pragma warning disable 1591
|
|
||||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(contacts.Pages.Pages_Error), @"mvc.1.0.razor-page", @"/Pages/Error.cshtml")]
|
|
||||||
namespace contacts.Pages
|
|
||||||
{
|
|
||||||
#line hidden
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
|
||||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
|
||||||
#nullable restore
|
|
||||||
#line 1 "/Users/matthuntington/Documents/.NET-React/Pages/_ViewImports.cshtml"
|
|
||||||
using contacts;
|
|
||||||
|
|
||||||
#line default
|
|
||||||
#line hidden
|
|
||||||
#nullable disable
|
|
||||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"1f02565c188bc0cf60de1bc120acef71a3608055", @"/Pages/Error.cshtml")]
|
|
||||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"aaea7bd54ea4599689c62f37348e4c631b024f98", @"/Pages/_ViewImports.cshtml")]
|
|
||||||
public class Pages_Error : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
|
|
||||||
{
|
|
||||||
#pragma warning disable 1998
|
|
||||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
|
||||||
{
|
|
||||||
#nullable restore
|
|
||||||
#line 3 "/Users/matthuntington/Documents/.NET-React/Pages/Error.cshtml"
|
|
||||||
|
|
||||||
ViewData["Title"] = "Error";
|
|
||||||
|
|
||||||
#line default
|
|
||||||
#line hidden
|
|
||||||
#nullable disable
|
|
||||||
WriteLiteral("\r\n<h1 class=\"text-danger\">Error.</h1>\r\n<h2 class=\"text-danger\">An error occurred while processing your request.</h2>\r\n\r\n");
|
|
||||||
#nullable restore
|
|
||||||
#line 10 "/Users/matthuntington/Documents/.NET-React/Pages/Error.cshtml"
|
|
||||||
if (Model.ShowRequestId)
|
|
||||||
{
|
|
||||||
|
|
||||||
#line default
|
|
||||||
#line hidden
|
|
||||||
#nullable disable
|
|
||||||
WriteLiteral(" <p>\r\n <strong>Request ID:</strong> <code>");
|
|
||||||
#nullable restore
|
|
||||||
#line 13 "/Users/matthuntington/Documents/.NET-React/Pages/Error.cshtml"
|
|
||||||
Write(Model.RequestId);
|
|
||||||
|
|
||||||
#line default
|
|
||||||
#line hidden
|
|
||||||
#nullable disable
|
|
||||||
WriteLiteral("</code>\r\n </p>\r\n");
|
|
||||||
#nullable restore
|
|
||||||
#line 15 "/Users/matthuntington/Documents/.NET-React/Pages/Error.cshtml"
|
|
||||||
}
|
|
||||||
|
|
||||||
#line default
|
|
||||||
#line hidden
|
|
||||||
#nullable disable
|
|
||||||
WriteLiteral(@"
|
|
||||||
<h3>Development Mode</h3>
|
|
||||||
<p>
|
|
||||||
Swapping to the <strong>Development</strong> environment displays detailed information about the error that occurred.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<strong>The Development environment shouldn't be enabled for deployed applications.</strong>
|
|
||||||
It can result in displaying sensitive information from exceptions to end users.
|
|
||||||
For local debugging, enable the <strong>Development</strong> environment by setting the <strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>
|
|
||||||
and restarting the app.
|
|
||||||
</p>
|
|
||||||
");
|
|
||||||
}
|
|
||||||
#pragma warning restore 1998
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<ErrorModel> Html { get; private set; }
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ErrorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ErrorModel>)PageContext?.ViewData;
|
|
||||||
public ErrorModel Model => ViewData.Model;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#pragma warning restore 1591
|
|
||||||
@ -1,42 +0,0 @@
|
|||||||
#pragma checksum "/Users/matthuntington/Documents/.NET-React/Pages/_ViewImports.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "aaea7bd54ea4599689c62f37348e4c631b024f98"
|
|
||||||
// <auto-generated/>
|
|
||||||
#pragma warning disable 1591
|
|
||||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(contacts.Pages.Pages__ViewImports), @"mvc.1.0.view", @"/Pages/_ViewImports.cshtml")]
|
|
||||||
namespace contacts.Pages
|
|
||||||
{
|
|
||||||
#line hidden
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
|
||||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
|
||||||
#nullable restore
|
|
||||||
#line 1 "/Users/matthuntington/Documents/.NET-React/Pages/_ViewImports.cshtml"
|
|
||||||
using contacts;
|
|
||||||
|
|
||||||
#line default
|
|
||||||
#line hidden
|
|
||||||
#nullable disable
|
|
||||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"aaea7bd54ea4599689c62f37348e4c631b024f98", @"/Pages/_ViewImports.cshtml")]
|
|
||||||
public class Pages__ViewImports : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
|
||||||
{
|
|
||||||
#pragma warning disable 1998
|
|
||||||
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
#pragma warning restore 1998
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
|
||||||
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
||||||
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#pragma warning restore 1591
|
|
||||||
@ -1,22 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("contacts")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("contacts")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("contacts")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
d6e9127b9d93abac827090c9eccb4fb921db795c
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.SpaServices")]
|
|
||||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.SpaServices.Extensions")]
|
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
d7c370a012328a670d15a5d38725721fe689d39c
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute("contacts.Views")]
|
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
3f5b327bcf109135df6f539d63fad5e4e99116d9
|
|
||||||
@ -1 +0,0 @@
|
|||||||
5288859479d4aeddf207a483e91a24f6d3817787
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFac" +
|
|
||||||
"tory, Microsoft.AspNetCore.Mvc.Razor")]
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("contacts")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("contacts")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("contacts.Views")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
323ca209e6953d5ada76c1df6dd22a71a6b56b2f
|
|
||||||
@ -1,102 +0,0 @@
|
|||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/appsettings.Development.json
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/appsettings.json
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Properties/launchSettings.json
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/contacts.deps.json
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/contacts.runtimeconfig.json
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/contacts.runtimeconfig.dev.json
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/contacts.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/contacts.pdb
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/contacts.Views.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/contacts.Views.pdb
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.NodeServices.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.Extensions.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.FileSystemGlobbing.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.csprojAssemblyReference.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.AssemblyInfoInputs.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.AssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.csproj.CoreCompileInputs.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.MvcApplicationPartsAssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.RazorAssemblyInfo.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.RazorAssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.TagHelpers.input.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.TagHelpers.output.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.RazorCoreGenerate.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/Razor/Pages/Error.cshtml.g.cs
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/Razor/Pages/_ViewImports.cshtml.g.cs
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.RazorTargetAssemblyInfo.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.RazorTargetAssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.Views.pdb
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.csproj.CopyComplete
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/staticwebassets/contacts.StaticWebAssets.Manifest.cache
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/staticwebassets/contacts.StaticWebAssets.xml
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.dll
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.pdb
|
|
||||||
/Users/matthuntington/Downloads/contacts/obj/Debug/netcoreapp3.1/contacts.genruntimeconfig.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/appsettings.Development.json
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/appsettings.json
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Properties/launchSettings.json
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/contacts.deps.json
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/contacts.runtimeconfig.json
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/contacts.runtimeconfig.dev.json
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/contacts.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/contacts.pdb
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/contacts.Views.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/contacts.Views.pdb
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.NodeServices.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.Extensions.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.FileSystemGlobbing.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.csprojAssemblyReference.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.AssemblyInfoInputs.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.AssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.csproj.CoreCompileInputs.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.MvcApplicationPartsAssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.RazorAssemblyInfo.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.RazorAssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.TagHelpers.input.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.TagHelpers.output.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.RazorCoreGenerate.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/Razor/Pages/Error.cshtml.g.cs
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/Razor/Pages/_ViewImports.cshtml.g.cs
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.RazorTargetAssemblyInfo.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.RazorTargetAssemblyInfo.cs
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.Views.pdb
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.csproj.CopyComplete
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/staticwebassets/contacts.StaticWebAssets.Manifest.cache
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/staticwebassets/contacts.StaticWebAssets.xml
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.dll
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.pdb
|
|
||||||
/Users/matthuntington/Documents/.NET-React/obj/Debug/netcoreapp3.1/contacts.genruntimeconfig.cache
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
86c8e15dd33445635927cfaf398408205fd11473
|
|
||||||
Binary file not shown.
@ -1,67 +0,0 @@
|
|||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"/Users/matthuntington/Documents/.NET-React/contacts.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"/Users/matthuntington/Documents/.NET-React/contacts.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "/Users/matthuntington/Documents/.NET-React/contacts.csproj",
|
|
||||||
"projectName": "contacts",
|
|
||||||
"projectPath": "/Users/matthuntington/Documents/.NET-React/contacts.csproj",
|
|
||||||
"packagesPath": "/Users/matthuntington/.nuget/packages/",
|
|
||||||
"outputPath": "/Users/matthuntington/Documents/.NET-React/obj/",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"configFilePaths": [
|
|
||||||
"/Users/matthuntington/.nuget/NuGet/NuGet.Config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"netcoreapp3.1"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"netcoreapp3.1": {
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"netcoreapp3.1": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.AspNetCore.SpaServices.Extensions": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[3.1.8, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.AspNetCore.App": {
|
|
||||||
"privateAssets": "none"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/3.1.402/RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/matthuntington/.nuget/packages/</NuGetPackageRoot>
|
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/matthuntington/.nuget/packages/</NuGetPackageFolders>
|
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.7.0</NuGetToolVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" />
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup>
|
|
||||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
@ -1,621 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v3.1": {
|
|
||||||
"Microsoft.AspNetCore.NodeServices/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Logging.Console": "3.1.8",
|
|
||||||
"Newtonsoft.Json": "12.0.2"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.NodeServices.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.NodeServices.dll": {}
|
|
||||||
},
|
|
||||||
"frameworkReferences": [
|
|
||||||
"Microsoft.AspNetCore.App"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.AspNetCore.SpaServices/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.AspNetCore.NodeServices": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.dll": {}
|
|
||||||
},
|
|
||||||
"frameworkReferences": [
|
|
||||||
"Microsoft.AspNetCore.App"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.AspNetCore.SpaServices.Extensions/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.AspNetCore.SpaServices": "3.1.8",
|
|
||||||
"Microsoft.Extensions.FileProviders.Physical": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.Extensions.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.Extensions.dll": {}
|
|
||||||
},
|
|
||||||
"frameworkReferences": [
|
|
||||||
"Microsoft.AspNetCore.App"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Configuration/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Configuration.Abstractions": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Configuration.Abstractions/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Primitives": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Configuration.Binder/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Configuration": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.DependencyInjection/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.FileProviders.Abstractions/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Primitives": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.FileProviders.Physical/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.FileProviders.Abstractions": "3.1.8",
|
|
||||||
"Microsoft.Extensions.FileSystemGlobbing": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.FileSystemGlobbing/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Configuration.Binder": "3.1.8",
|
|
||||||
"Microsoft.Extensions.DependencyInjection": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Options": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging.Abstractions/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging.Configuration/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Logging": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging.Console/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Configuration.Abstractions": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Logging": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Logging.Configuration": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Options/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Primitives": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.Configuration.Abstractions": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Configuration.Binder": "3.1.8",
|
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8",
|
|
||||||
"Microsoft.Extensions.Options": "3.1.8"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Primitives/3.1.8": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"Microsoft.AspNetCore.NodeServices/3.1.8": {
|
|
||||||
"sha512": "RIQRd+xuvFntX1ZP0vFOFjGwMxMLkSNOwWuEiCWG8pcc/L9pl/NraefrjFTH88pvyX8a0y1eyA4l/EkHMGjZ/g==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.aspnetcore.nodeservices/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.NodeServices.dll",
|
|
||||||
"microsoft.aspnetcore.nodeservices.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.aspnetcore.nodeservices.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.AspNetCore.SpaServices/3.1.8": {
|
|
||||||
"sha512": "jnd1fpGjmVud8iyaaN0N/R3wxySvweMUo6Hml1OaWHWBbRI0wjX7TfOqvRJXC5Mwq9SP3B8bg5ik/BfHEKGgog==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.aspnetcore.spaservices/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.dll",
|
|
||||||
"microsoft.aspnetcore.spaservices.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.aspnetcore.spaservices.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.AspNetCore.SpaServices.Extensions/3.1.8": {
|
|
||||||
"sha512": "c1OftMALLUQOVbHKalS8JfdjadiRw/Teta0GDzpig7t7FkzLx56LMxmfeZBGg47oG21mnulX3o5eZuSj6EDR+Q==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.aspnetcore.spaservices.extensions/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.AspNetCore.SpaServices.Extensions.dll",
|
|
||||||
"microsoft.aspnetcore.spaservices.extensions.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.aspnetcore.spaservices.extensions.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Configuration/3.1.8": {
|
|
||||||
"sha512": "xWvtu/ra8xDOy62ZXzQj1ElmmH3GpZBSKvw4LbfNXKCy+PaziS5Uh0gQ47D4H4w3u+PJfhNWCCGCp9ORNEzkRw==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.configuration/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
|
|
||||||
"microsoft.extensions.configuration.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.configuration.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Configuration.Abstractions/3.1.8": {
|
|
||||||
"sha512": "0qbNyxGpuNP/fuQ3FLHesm1Vn/83qYcAgVsi1UQCQN1peY4YH1uiizOh4xbYkQyxiVMD/c/zhiYYv94G0DXSSA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.configuration.abstractions/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
||||||
"microsoft.extensions.configuration.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.configuration.abstractions.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Configuration.Binder/3.1.8": {
|
|
||||||
"sha512": "l/oqIWRM4YF62mlCOrIKGUOCemsaID/lngK2SZEtpYI8LrktpjPd4QzvENWj5GebbLbqOtsFhF6Ko6dgzmUnBw==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.configuration.binder/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
|
|
||||||
"microsoft.extensions.configuration.binder.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.configuration.binder.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.DependencyInjection/3.1.8": {
|
|
||||||
"sha512": "tUpYcVxFqwh8wVD8O+6A8gJnVtl6L4N1Vd9bLJgQSJ0gjBTUQ/eKwJn0LglkkaDU7GAxODDv4eexgZn3QSE0NQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.dependencyinjection/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/net461/Microsoft.Extensions.DependencyInjection.dll",
|
|
||||||
"lib/net461/Microsoft.Extensions.DependencyInjection.xml",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
|
|
||||||
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
|
|
||||||
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
|
|
||||||
"microsoft.extensions.dependencyinjection.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.dependencyinjection.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions/3.1.8": {
|
|
||||||
"sha512": "YP0kEBkSLTVl3znqZEux+xyJpz5iVNwFZf0OPS7nupdKbojSlO7Fa+JuQjLYpWfpAshaMcznu27tjWzfXRJnOA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.dependencyinjection.abstractions/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
||||||
"microsoft.extensions.dependencyinjection.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.dependencyinjection.abstractions.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.FileProviders.Abstractions/3.1.8": {
|
|
||||||
"sha512": "U7ffyzrPfRDH5K3h/mBpqJVoHbppw1kc1KyHZcZeDR7b1A0FRaqMSiizGpN9IGwWs9BuN7oXIKFyviuSGBjHtQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.fileproviders.abstractions/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
||||||
"microsoft.extensions.fileproviders.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.fileproviders.abstractions.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.FileProviders.Physical/3.1.8": {
|
|
||||||
"sha512": "C75r2Xos93s0cAFFihJjyUui7wXaTQjvbqxDhJnpGkAS2Iqw5LBzIida5qz0qgI7IrAfWoOHxKHD3o83YdGA7w==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.fileproviders.physical/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml",
|
|
||||||
"microsoft.extensions.fileproviders.physical.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.fileproviders.physical.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.FileSystemGlobbing/3.1.8": {
|
|
||||||
"sha512": "WkVBJy0bgkvegB11KT6Jc1xZEnd4qwowZsjsASx2y0AaulSkBHydGUqpEGkYgtIIQdvIvf2QeoEHM/K0JDCIrA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.filesystemglobbing/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml",
|
|
||||||
"microsoft.extensions.filesystemglobbing.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.filesystemglobbing.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging/3.1.8": {
|
|
||||||
"sha512": "Bch88WGwrgJUabSOiTbPgne/jkCcWTyP97db8GWzQH9RcGi6TThiRm8ggsD+OXBW2UBwAYx1Zb1ns1elsMiomQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.logging/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
|
|
||||||
"microsoft.extensions.logging.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.logging.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging.Abstractions/3.1.8": {
|
|
||||||
"sha512": "LxQPR/KE4P9nx304VcFipWPcW8ZOZOGHuiYlG0ncAQJItogDzR9nyYUNvziLObx2MfX2Z9iCTdAqEtoImaQOYg==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.logging.abstractions/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
|
|
||||||
"microsoft.extensions.logging.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.logging.abstractions.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging.Configuration/3.1.8": {
|
|
||||||
"sha512": "tfvQYDDwc3ni8VTXQavINMHRUIsM8fQ8gBQTs98mt1QFE3YIVm8XzhqPZMBBlLnXTESymb8HctM2fMnU8qC8Rg==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.logging.configuration/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml",
|
|
||||||
"microsoft.extensions.logging.configuration.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.logging.configuration.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Logging.Console/3.1.8": {
|
|
||||||
"sha512": "7JCZuqty78ZDwoXOGXGUXMC44rpocfeaa/48ONY7neKhCh2Oml/faW3PANPCdwy6M3TicmU03kIOhyrw3dQ2Eg==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.logging.console/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml",
|
|
||||||
"microsoft.extensions.logging.console.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.logging.console.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Options/3.1.8": {
|
|
||||||
"sha512": "mpkwjNg5sr1XHEJwVS8G1w6dsh5/72vQOOe4aqhg012j93m8OOmfyIBwoQN4SE0KRRS+fatdW3qqUrHbRwlWOA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.options/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Options.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
|
|
||||||
"microsoft.extensions.options.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.options.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions/3.1.8": {
|
|
||||||
"sha512": "/q7OhcsgDq6cPqg03nv55QqLt8o/OAvrVkd/w6h0YNasZ4C/Lxpx6I0DsnIH0MB5ORnqCyhmeyv1hFqOeehJng==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.options.configurationextensions/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
|
|
||||||
"microsoft.extensions.options.configurationextensions.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.options.configurationextensions.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.Primitives/3.1.8": {
|
|
||||||
"sha512": "XcIoXQhT0kwnEhOKv/LmpWR6yF6QWmBTy9Fcsz4aHuCOgTJ7Zd23ELtUA4BfwlYoFlSedavS+vURz9tNekd44g==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "microsoft.extensions.primitives/3.1.8",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
|
|
||||||
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
|
|
||||||
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
|
|
||||||
"microsoft.extensions.primitives.3.1.8.nupkg.sha512",
|
|
||||||
"microsoft.extensions.primitives.nuspec"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/12.0.2": {
|
|
||||||
"sha512": "rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "newtonsoft.json/12.0.2",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"LICENSE.md",
|
|
||||||
"lib/net20/Newtonsoft.Json.dll",
|
|
||||||
"lib/net20/Newtonsoft.Json.xml",
|
|
||||||
"lib/net35/Newtonsoft.Json.dll",
|
|
||||||
"lib/net35/Newtonsoft.Json.xml",
|
|
||||||
"lib/net40/Newtonsoft.Json.dll",
|
|
||||||
"lib/net40/Newtonsoft.Json.xml",
|
|
||||||
"lib/net45/Newtonsoft.Json.dll",
|
|
||||||
"lib/net45/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.xml",
|
|
||||||
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
|
|
||||||
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
|
|
||||||
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
|
|
||||||
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
|
|
||||||
"newtonsoft.json.12.0.2.nupkg.sha512",
|
|
||||||
"newtonsoft.json.nuspec"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"projectFileDependencyGroups": {
|
|
||||||
".NETCoreApp,Version=v3.1": [
|
|
||||||
"Microsoft.AspNetCore.SpaServices.Extensions >= 3.1.8"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"packageFolders": {
|
|
||||||
"/Users/matthuntington/.nuget/packages/": {}
|
|
||||||
},
|
|
||||||
"project": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "/Users/matthuntington/Documents/.NET-React/contacts.csproj",
|
|
||||||
"projectName": "contacts",
|
|
||||||
"projectPath": "/Users/matthuntington/Documents/.NET-React/contacts.csproj",
|
|
||||||
"packagesPath": "/Users/matthuntington/.nuget/packages/",
|
|
||||||
"outputPath": "/Users/matthuntington/Documents/.NET-React/obj/",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"configFilePaths": [
|
|
||||||
"/Users/matthuntington/.nuget/NuGet/NuGet.Config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"netcoreapp3.1"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"netcoreapp3.1": {
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"netcoreapp3.1": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.AspNetCore.SpaServices.Extensions": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[3.1.8, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.AspNetCore.App": {
|
|
||||||
"privateAssets": "none"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/3.1.402/RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"dgSpecHash": "csB71exohL+UCphcjOTUeYWTjPQW2Vwy+bhgwjWVYqzdIoVRsdwPR/k1yUsLggDWgxze5wwlDasX/0l+387vVQ==",
|
|
||||||
"success": true,
|
|
||||||
"projectFilePath": "/Users/matthuntington/Documents/.NET-React/contacts.csproj",
|
|
||||||
"expectedPackageFiles": [
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.aspnetcore.nodeservices/3.1.8/microsoft.aspnetcore.nodeservices.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.aspnetcore.spaservices/3.1.8/microsoft.aspnetcore.spaservices.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.aspnetcore.spaservices.extensions/3.1.8/microsoft.aspnetcore.spaservices.extensions.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.configuration/3.1.8/microsoft.extensions.configuration.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.configuration.abstractions/3.1.8/microsoft.extensions.configuration.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.configuration.binder/3.1.8/microsoft.extensions.configuration.binder.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.dependencyinjection/3.1.8/microsoft.extensions.dependencyinjection.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/3.1.8/microsoft.extensions.dependencyinjection.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.fileproviders.abstractions/3.1.8/microsoft.extensions.fileproviders.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.fileproviders.physical/3.1.8/microsoft.extensions.fileproviders.physical.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.filesystemglobbing/3.1.8/microsoft.extensions.filesystemglobbing.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.logging/3.1.8/microsoft.extensions.logging.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.logging.abstractions/3.1.8/microsoft.extensions.logging.abstractions.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.logging.configuration/3.1.8/microsoft.extensions.logging.configuration.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.logging.console/3.1.8/microsoft.extensions.logging.console.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.options/3.1.8/microsoft.extensions.options.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.options.configurationextensions/3.1.8/microsoft.extensions.options.configurationextensions.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/microsoft.extensions.primitives/3.1.8/microsoft.extensions.primitives.3.1.8.nupkg.sha512",
|
|
||||||
"/Users/matthuntington/.nuget/packages/newtonsoft.json/12.0.2/newtonsoft.json.12.0.2.nupkg.sha512"
|
|
||||||
],
|
|
||||||
"logs": []
|
|
||||||
}
|
|
||||||
Loading…
Reference in new issue