This commit is contained in:
Bryan Thornbury 2016-09-21 17:29:22 -07:00
parent 5d2f0579d2
commit 5dd1c3f92c

View file

@ -12,7 +12,7 @@ using Newtonsoft.Json.Linq;
using NuGet.Frameworks;
namespace Microsoft.DotNet.ProjectJsonMigration.Rules
{ // TODO: Should All build options be protected by a configuration condition?
{
public class MigrateBuildOptionsRule : IMigrationRule
{
private AddPropertyTransform<CommonCompilerOptions>[] EmitEntryPointTransforms