Skip to content

Commit

Permalink
refactor!: remove property PredefinedProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Jul 6, 2024
1 parent 162cead commit 74dbdec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dotnet/MSBuildProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ class MSBuildProjectProperties {
}

export class MSBuildProject {
/**
* All pre-defined properties of {@link MSBuildProjectProperties}
*/
public static PredefinedProperties: string[] = Object.keys(MSBuildProjectProperties.prototype);
public static MatrixProperties: string[] = [
"TargetFramework",
"TargetFrameworks",
Expand Down

0 comments on commit 74dbdec

Please sign in to comment.