fix todo
This commit is contained in:
parent
5d2f0579d2
commit
5dd1c3f92c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue