Update bootstrap for prebuild

This commit is contained in:
Zontreck 2023-08-10 01:44:51 -07:00
parent 4f5e7942e1
commit 1d4c23f373
8 changed files with 295 additions and 8 deletions

Binary file not shown.

View file

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