Re-add runtime config for DLL variant
This commit is contained in:
parent
3386ecd01a
commit
3260c0dc3e
1 changed files with 16 additions and 0 deletions
16
bootstrap/prebuild.runtimeconfig.json
Normal file
16
bootstrap/prebuild.runtimeconfig.json
Normal file
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue