we can ignore that this clashes with something it inherits (#2075)

This commit is contained in:
Brendan Forster
2020-01-28 09:15:24 -04:00
committed by GitHub
parent 03aa908935
commit 529020271e

View File

@@ -8,7 +8,7 @@ using Cake.Frosting;
public class Context : FrostingContext
{
public string Target { get; set; }
public string Configuration { get; set; }
public new string Configuration { get; set; }
public bool LinkSources { get; set; }
public BuildVersion Version { get; set; }