Skip to content

Commit

Permalink
Update Identifier.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 24, 2024
1 parent b52e23e commit 007fc04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ApiBuilderTests/Identifier.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#if NET9_0 && DEBUG
public class Identifier
public class Identifier
{
public required string Moniker { get; init; }
public required List<string> Directives { get; init; }
}
#endif
}

0 comments on commit 007fc04

Please sign in to comment.