We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eba0e2 commit 47a6b03Copy full SHA for 47a6b03
1 file changed
src/BenchmarkDotNet/Toolchains/CsProj/CsProjGenerator.cs
@@ -34,6 +34,7 @@ public class CsProjGenerator : DotNetCliGenerator, IEquatable<CsProjGenerator>
34
"EnablePreviewFeatures",
35
"RuntimeHostConfigurationOption",
36
"WarningsAsErrors",
37
+ "Features",
38
}.ToImmutableArray();
39
40
public string RuntimeFrameworkVersion { get; }
0 commit comments