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 --- bin/Debug/net6.0/LibraryAPI.runtimeconfig.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bin/Debug/net6.0/LibraryAPI.runtimeconfig.json (limited to 'bin/Debug/net6.0/LibraryAPI.runtimeconfig.json') diff --git a/bin/Debug/net6.0/LibraryAPI.runtimeconfig.json b/bin/Debug/net6.0/LibraryAPI.runtimeconfig.json new file mode 100644 index 0000000..a9cb483 --- /dev/null +++ b/bin/Debug/net6.0/LibraryAPI.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Reflection.NullabilityInfoContext.IsSupported": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file -- cgit v1.2.3