Update prebuild bootstrap dll to net8

This commit is contained in:
zontreck 2024-08-24 14:22:58 -07:00
parent 51d26541ba
commit 18ca40949e
2 changed files with 14 additions and 12 deletions

Binary file not shown.

View file

@ -1,13 +1,15 @@
{ {
"runtimeOptions": { "runtimeOptions": {
"tfm": "net7.0", "tfm": "net7.0",
"framework": { "includedFrameworks": [
"name": "Microsoft.NETCore.App", {
"version": "7.0.0" "name": "Microsoft.NETCore.App",
}, "version": "7.0.20"
"configProperties": { }
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false, ],
"System.Runtime.TieredCompilation.QuickJit": false "configProperties": {
} "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
} "System.Runtime.TieredCompilation.QuickJit": false
}
}
} }