Skip to content

Commit

Permalink
we can ignore that this clashes with something it inherits (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jan 28, 2020
1 parent 03aa908 commit 5290202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Context.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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; }

Expand Down

0 comments on commit 5290202

Please sign in to comment.