Skip to content

Commit 66a0119

Browse files
Merge pull request #460 from MarcoRossignoli/updatedocs
Update VSTest integration requirements
2 parents 4e2c357 + 34e6f03 commit 66a0119

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ After the above command is run, a `coverage.cobertura.json` file containing the
3636

3737
See [documentation](Documentation/VSTestIntegration.md) for advanced usage.
3838

39-
_Note: You need to be running .NET Core SDK v2.2.300 and above_
39+
#### Requirements
40+
* _You need to be running .NET Core SDK v2.2.300 and above_
41+
* _You need to reference version 16.1.0 and above of Microsoft.NET.Test.Sdk_
42+
```
43+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.0" />
44+
```
4045

4146
### MSBuild Integration
4247

0 commit comments

Comments
 (0)