mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
move minimal dotnet version to 8
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"System.Runtime.TieredCompilation": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user