From 07b6cda0669488e4436d07891185a739430b8e25 Mon Sep 17 00:00:00 2001 From: David Khourshid Date: Fri, 11 Sep 2026 15:29:45 -0400 Subject: [PATCH 1/2] Bump Microsoft.SourceLink.GitHub to 10.0.401 to clear NU1902 audit error --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 42ec6b8..111ddad 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -44,7 +44,7 @@ - + From 495982c31c3af7f406214964ed0eacbd9ba33f53 Mon Sep 17 00:00:00 2001 From: David Khourshid Date: Fri, 11 Sep 2026 15:30:27 -0400 Subject: [PATCH 2/2] Correct stale TFM note in CI workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b1e0ec..dde3f6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v4 with: - # The libraries multi-target net8.0;net10.0, but the 10.x SDK builds both and the - # test projects are net10.0-only, so no 8.x runtime is needed. + # Libraries and tests multi-target net8.0;net10.0: the 10.x SDK builds both, + # and the 8.x runtime is needed to run the net8.0 test assemblies. dotnet-version: | 8.x 10.x