2 references to SupportedGitRepoFormatVersion
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitConfig.cs (2)
82
if (TryParseInt64Value(versionStr, out var version) && version >
SupportedGitRepoFormatVersion
)
84
throw new NotSupportedException(string.Format(Resources.UnsupportedRepositoryVersion, versionStr,
SupportedGitRepoFormatVersion
));