Add missing build dependencies
Some checks failed
Windows setup / run-setup (push) Has been cancelled
Some checks failed
Windows setup / run-setup (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.GC.Concurrent": true,
|
||||
"System.GC.HeapCount": 32,
|
||||
"System.Globalization.Invariant": true,
|
||||
"System.Globalization.UseNls": true,
|
||||
"System.Runtime.TieredCompilation": false,
|
||||
"System.Runtime.TieredCompilation.QuickJit": false,
|
||||
"System.Runtime.TieredCompilation.QuickJitForLoops": false,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user