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