You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Directory.Packages.props
-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@
39
39
vstest 17.8 version
40
40
NuGetFrameworksVersion is defined here https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/eng/Versions.props#L94C1-L94C1
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ Coverlet supports only SDK-style projects https://docs.microsoft.com/en-us/visua
44
44
```bash
45
45
dotnet add package coverlet.collector
46
46
```
47
-
48
-
N.B. You **MUST** add package only to test projects and if you create xunit test projects (`dotnet new xunit`) you'll find the reference already present in `csproj` file because Coverlet is the default coverage tool for every .NET Core and >= .NET 6 applications, you've only to update to last version if needed. Do not add `coverlet.collector`and`coverlet.msbuild` package in a test project.
47
+
> [!NOTE]
48
+
>You **MUST** add package only to test projects and if you create xunit test projects (`dotnet new xunit`) you will find the reference already present in `csproj` file because Coverlet is the default coverage tool for every .NET Core and >= *.NET 8* applications, you've only to update to last version if needed. Add `coverlet.collector`*OR*`coverlet.msbuild` package in a test project.
49
49
50
50
### Usage (coverlet.collector)
51
51
@@ -61,11 +61,11 @@ See [documentation](Documentation/VSTestIntegration.md) for advanced usage.
61
61
62
62
#### Requirements (coverlet.collector)
63
63
64
-
*_You need to be running .NET 6.0 SDK v6.0.316 or newer_
65
-
*_You need to reference version 17.5.0 and above of Microsoft.NET.Test.Sdk_
64
+
*_You need to be running .NET 8.0 SDK v8.0.112 or newer_
65
+
*_You need to reference version 17.12.0 and above of Microsoft.NET.Test.Sdk_
### MSBuild Integration (suffers of possible [known issue](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/KnownIssues.md#1-vstest-stops-process-execution-earlydotnet-test))
@@ -120,7 +120,7 @@ See [documentation](Documentation/GlobalTool.md) for advanced usage.
120
120
121
121
.NET global tools rely on a .NET Core runtime installed on your machine https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#what-could-go-wrong
122
122
123
-
.NET Coverlet global tool requires _.NET Core 2.2 and above_
123
+
.NET Coverlet global tool requires _.NET 8.0 or above_
0 commit comments