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": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.TieredCompilation.QuickJit": false
}
}
{
"runtimeOptions": {
"tfm": "net7.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.20"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.TieredCompilation.QuickJit": false
}
}
}