10 lines
171 B
C#
10 lines
171 B
C#
using System;
|
|
|
|
namespace Sep.Git.Tfs.Core
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class RequiresValidGitRepositoryAttribute : Attribute
|
|
{
|
|
}
|
|
}
|