Csharpier format

This commit is contained in:
Matthew Parker [SSW]
2024-01-21 15:00:38 +10:00
parent 22af01dc48
commit 57ec0b85d7
5 changed files with 27 additions and 31 deletions

View File

@@ -5,4 +5,4 @@ public class LocalStateDto
public string SolutionFolderPath { get; set; } = string.Empty;
public string SolutionFilePath { get; set; } = string.Empty;
public string CsprojFilePath { get; set; } = string.Empty;
}
}