Updated to net9.0

This commit is contained in:
Hondacrx
2025-06-08 18:24:11 -04:00
parent f5f5de1c86
commit d99305d96a
9 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -1449,4 +1449,4 @@ namespace Game.Chat
handler.SendSysMessage($"Map Id: {map.GetId()} Name: '{map.GetMapName()}' Instance Id: {map.GetInstanceId()} Highest Guid Creature: {map.GetMaxLowGuid(HighGuid.Creature)} GameObject: {map.GetMaxLowGuid(HighGuid.GameObject)}");
}
}
}
}
+1
View File
@@ -2,6 +2,7 @@
<Import Project="..\..\default.props" />
<PropertyGroup>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>