diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ebe5a2653..3c1a4caf3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
Logging__LogLevel__Microsoft.Extensions.Hosting.Internal.Host: 'None'
Logging__LogLevel__Microsoft.EntityFrameworkCore.Database.Command: 'None'
Logging__LogLevel__JsonApiDotNetCore: 'None'
- run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
+ run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;annotations-title=@test (@framework);annotations-message=@error\n@trace;summary-include-passed=false"
- name: Upload coverage to codecov.io
if: ${{ matrix.os == 'ubuntu-latest' }}
env:
diff --git a/package-versions.props b/package-versions.props
index 7587f3942..0d5a3c9c1 100644
--- a/package-versions.props
+++ b/package-versions.props
@@ -17,7 +17,7 @@
6.0.*
2.1.*
7.2.*
- 2.4.*
+ 3.0.*
2.0.*
1.*
10.0.*