upgrade<Project>: retargets to .net framework 4.8

This commit is contained in:
leo 2022-10-26 10:32:42 +08:00
parent 476c23f9d2
commit 5d71e54547
10 changed files with 35 additions and 31 deletions

View file

@ -215,7 +215,7 @@ namespace SourceGit.Views.Widgets {
if (!added) Changes.Add(c);
int sepIdx = c.Path.IndexOf('/', StringComparison.Ordinal);
int sepIdx = c.Path.IndexOf("/", StringComparison.Ordinal);
if (sepIdx < 0) {
GetOrAddTreeNode(Nodes, c.Path, c, false);
} else {