move minimal dotnet version to 8

This commit is contained in:
UbitUmarov
2024-04-20 23:37:37 +01:00
parent 50212c240c
commit e731edfa2e
9 changed files with 14 additions and 10 deletions

View File

@@ -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
}
}