Skip to content

Commit d990f10

Browse files
authored
Fix comment in package props about GenerateProgramFile (#2802)
1 parent 4f646d3 commit d990f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BenchmarkDotNet.TestAdapter/build/BenchmarkDotNet.TestAdapter.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<Compile Include="$(EntryPointSourceDirectory)EntryPoint.vb" Condition="'$(Language)' == 'VB'" Visible="false"/>
1515
</ItemGroup>
1616
<PropertyGroup>
17-
<!-- Disables generation of MSTest entrypoint -->
17+
<!-- Disables generation of VSTest entrypoint -->
1818
<GenerateProgramFile>false</GenerateProgramFile>
1919
</PropertyGroup>
2020
</Target>
21-
</Project>
21+
</Project>

0 commit comments

Comments
 (0)