9 lines
185 B
C#
9 lines
185 B
C#
namespace nuget_host.Entities
|
|
{
|
|
public class NugetSettings
|
|
{
|
|
public string ProtectionTitle {get; set;}
|
|
public string PackagesRootDir {get; set;}
|
|
|
|
}
|
|
} |