From 0bcbc7f4721830a1a65fbd2e30fbb69f803884c2 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 15 Sep 2022 16:52:16 -0500 Subject: AƱadir base de datos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net6.0/LibraryAPI.MvcApplicationPartsAssemblyInfo.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 obj/Debug/net6.0/LibraryAPI.MvcApplicationPartsAssemblyInfo.cs (limited to 'obj/Debug/net6.0/LibraryAPI.MvcApplicationPartsAssemblyInfo.cs') diff --git a/obj/Debug/net6.0/LibraryAPI.MvcApplicationPartsAssemblyInfo.cs b/obj/Debug/net6.0/LibraryAPI.MvcApplicationPartsAssemblyInfo.cs new file mode 100644 index 0000000..5c337f8 --- /dev/null +++ b/obj/Debug/net6.0/LibraryAPI.MvcApplicationPartsAssemblyInfo.cs @@ -0,0 +1,16 @@ +//------------------------------------------------------------------------------ +// +// 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. + -- cgit v1.2.3