TransportMauiApp.runtimeconfig.json 571 B

123456789101112131415161718
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net10.0",
  4. "includedFrameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "10.0.5"
  8. }
  9. ],
  10. "configProperties": {
  11. "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
  12. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
  13. "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false,
  14. "Microsoft.Maui.RuntimeFeature.IsIVisualAssemblyScanningEnabled": false,
  15. "Microsoft.Maui.RuntimeFeature.AreBindingInterceptorsSupported": true
  16. }
  17. }
  18. }