Skip to content

Commit 2aa8ed6

Browse files
Update guide for inproc collector (#535)
Update guide for inproc collector
1 parent 903f61b commit 2aa8ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ After the above command is run, a `coverage.cobertura.json` file containing the
4141
See [documentation](Documentation/VSTestIntegration.md) for advanced usage.
4242

4343
#### Requirements
44-
* _You need to be running .NET Core SDK v2.2.300 and above_
44+
* _You need to be running .NET Core SDK v2.2.300 or newer_
45+
* _To run fully-featured collectors ([see #110](https://github.com/tonerdo/coverlet/issues/110)) you need to be running .NET Core SDK v2.2.401 or newer_
4546
* _You need to reference version 16.1.0 and above of Microsoft.NET.Test.Sdk_
4647
```
4748
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.0" />

0 commit comments

Comments
 (0)