Update prebuild bootstrap dll to net8
This commit is contained in:
parent
51d26541ba
commit
18ca40949e
2 changed files with 14 additions and 12 deletions
Binary file not shown.
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
"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": {
|
"configProperties": {
|
||||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||||
"System.Runtime.TieredCompilation.QuickJit": false
|
"System.Runtime.TieredCompilation.QuickJit": false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue