Skip to content

Commit 47a6b03

Browse files
authored
Include feature as part of the csproj copying (#3078)
1 parent 9eba0e2 commit 47a6b03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BenchmarkDotNet/Toolchains/CsProj/CsProjGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class CsProjGenerator : DotNetCliGenerator, IEquatable<CsProjGenerator>
3434
"EnablePreviewFeatures",
3535
"RuntimeHostConfigurationOption",
3636
"WarningsAsErrors",
37+
"Features",
3738
}.ToImmutableArray();
3839

3940
public string RuntimeFrameworkVersion { get; }

0 commit comments

Comments
 (0)