Skip to content

Commit 8f781bc

Browse files
update
1 parent 10163b5 commit 8f781bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/VSTestIntegration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ The proposed solution is implemented with the help of [datacollectors](https://g
8484
The datacollectors will be bundled as a separate NuGet package, the reference to which will be added by default in the .NET Core test templates, thus making it the default solution for collecting code coverage for .NET core projects.
8585
```
8686
<ItemGroup>
87-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
88-
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
89-
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
90-
<PackageReference Include="coverlet.collector" Version="1.0.0" />
87+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="x.x.x" />
88+
<PackageReference Include="MSTest.TestAdapter" Version="x.x.x" />
89+
<PackageReference Include="MSTest.TestFramework" Version="x.x.x" />
90+
<PackageReference Include="coverlet.collector" Version="1.0.0" />
9191
</ItemGroup>
9292
```

0 commit comments

Comments
 (0)