Skip to content

Commit 20603ab

Browse files
committed
Fix another F# compile break
1 parent 4914dbc commit 20603ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nerdbank.GitVersioning.Tasks/AssemblyVersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ internal override void DeclareAttribute(Type type, string arg)
463463

464464
internal override void AddCommitDateProperty(long ticks)
465465
{
466-
this.codeBuilder.AppendLine($" static member internal GitCommitDate = new DateTimeOffset({ticks}L, TimeSpan.Zero)");
466+
this.codeBuilder.AppendLine($" static member internal GitCommitDate = new System.DateTimeOffset({ticks}L, System.TimeSpan.Zero)");
467467
}
468468

469469
internal override void EndThisAssemblyClass()

0 commit comments

Comments
 (0)