chore: upgrade all projects to .NET 7

This commit is contained in:
goat 2022-12-07 22:59:44 +01:00
parent a496da3998
commit 05e3330789
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 9 additions and 8 deletions

View file

@ -671,6 +671,7 @@ internal class DalamudInterface : IDisposable, IServiceType
ImGui.MenuItem(Util.AssemblyVersion, false);
ImGui.MenuItem(startInfo.GameVersion.ToString(), false);
ImGui.MenuItem($"D: {Util.GetGitHash()} CS: {Util.GetGitHashClientStructs()}", false);
ImGui.MenuItem($"CLR: {Environment.Version}", false);
ImGui.EndMenu();
}