Skip to content

Commit c0e9815

Browse files
committed
Comment suggestion addressed
1 parent ffb373e commit c0e9815

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/coverlet.core/coverlet.core.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
<ItemGroup>
1010
<PackageReference Include="Mono.Cecil" Version="0.10.1" />
1111
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
12-
<!--Do not change System.Reflection.Metadata version since we need to support VSTest DataCollectors. Goto https://www.nuget.org/packages/System.Reflection.Metadata to check versions.-->
12+
<!--
13+
Do not change System.Reflection.Metadata version since we need to support VSTest DataCollectors. Goto https://www.nuget.org/packages/System.Reflection.Metadata to check versions.
14+
We need to load assembly version 1.4.2.0 to properly work
15+
We can check minimum supported package version here https://github.com/Microsoft/vstest/blob/master/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj#L37
16+
-->
1317
<PackageReference Include="System.Reflection.Metadata" Version="1.5.0" />
1418
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="2.0.1" />
1519
</ItemGroup>

0 commit comments

Comments
 (0)