Warnings as errors
This commit is contained in:
8
DotNetSolutionTools.App/Models/LocalStateDto.cs
Normal file
8
DotNetSolutionTools.App/Models/LocalStateDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DotNetSolutionTools.App.Models;
|
||||
|
||||
public class LocalStateDto
|
||||
{
|
||||
public string SolutionFolderPath { get; set; } = string.Empty;
|
||||
public string SolutionFilePath { get; set; } = string.Empty;
|
||||
public string CsprojFilePath { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user