Skip to content
  • Matt Ward's avatar
    [DotNetCore] Do not add extra properties to project when saving · b786e1a2
    Matt Ward authored
    When saving a .NET Core project a ProjectGuid property was added
    and the DefaultTargets was set to Build. These are not in a
    .NET Core project by default so they are not added when a project
    is saved.
    
    The DotNetCoreProjectExtension is now only enabled for projects
    that contain a TargetFramework or TargetFrameworks property.
    b786e1a2