Files
HomePantry-MAUI/bin/Debug/net10.0-android/HomePantry.runtimeconfig.json
T
2026-07-16 12:25:33 +02:00

39 lines
1.6 KiB
JSON
Executable File

{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.8"
},
{
"name": "Microsoft.Android",
"version": "**FromWorkload**"
},
{
"name": "Microsoft.Android.Runtimes",
"version": "**FromWorkload**"
}
],
"configProperties": {
"Microsoft.Android.Runtime.RuntimeFeature.IsMonoRuntime": true,
"Microsoft.Android.Runtime.RuntimeFeature.IsCoreClrRuntime": false,
"Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
"System.ComponentModel.DefaultValueAttribute.IsSupported": true,
"System.Globalization.Invariant": false,
"System.Linq.Enumerable.IsSizeOptimized": true,
"System.Net.Http.UseNativeHttpHandler": true,
"System.Net.SocketsHttpHandler.Http3Support": false,
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"System.Text.Encoding.EnableUnsafeUTF7Encoding": false,
"System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault": true,
"Xamarin.Android.Net.UseNegotiateAuthentication": false,
"Switch.System.Reflection.ForceInterpretedInvoke": true,
"Microsoft.Extensions.DependencyInjection.DisableDynamicEngine": true,
"Microsoft.Android.Runtime.RuntimeFeature.ManagedTypeMap": false,
"Microsoft.Maui.RuntimeFeature.IsIVisualAssemblyScanningEnabled": false,
"Microsoft.Maui.RuntimeFeature.AreBindingInterceptorsSupported": true
}
}
}