Skip to content

Commit

Permalink
Fix another F# compile break
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jun 11, 2019
1 parent 4914dbc commit 20603ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nerdbank.GitVersioning.Tasks/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ internal override void DeclareAttribute(Type type, string arg)

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

internal override void EndThisAssemblyClass()
Expand Down

0 comments on commit 20603ab

Please sign in to comment.