diff --git a/bootstrap/prebuild.runtimeconfig.json b/bootstrap/prebuild.runtimeconfig.json new file mode 100644 index 0000000..daf9eaf --- /dev/null +++ b/bootstrap/prebuild.runtimeconfig.json @@ -0,0 +1,16 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "includedFrameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "8.0.8" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, + "System.Runtime.TieredCompilation.QuickJit": false + } + } +} \ No newline at end of file