strip CoreOnly usages from codebase as they are no longer needed (#2072)

This commit is contained in:
Brendan Forster
2020-01-28 08:46:10 -04:00
committed by GitHub
parent 44dc2a9e11
commit e065c86118
9 changed files with 9 additions and 30 deletions

View File

@@ -25,8 +25,6 @@ public class Context : FrostingContext
public bool AppVeyor { get; set; }
public bool TravisCI { get; set; }
public bool CoreOnly { get; set; }
public Project[] Projects { get; set; }
public FilePath DotNetFormatToolPath { get; set; }