From 7b507343e4f3f80966c8933454ca6ff730c6f5c3 Mon Sep 17 00:00:00 2001 From: Tamir Dresher Date: Fri, 11 Sep 2026 23:56:42 +0300 Subject: [PATCH] Fix SourceLink advisory and pin patched .NET SDK Update SourceLink GitHub to the smallest patched stable upgrade and move the declared SDK to the patched 10.0.303 release in its existing feature band. Keep transitive auditing and warnings-as-errors enabled. Validated with exact SDK 10.0.303 through Microsoft CFS and accepted by independent gpt-5.6-sol formal review before commit. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 532fe4f5-939b-4962-989d-a1883dccd283 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- dotnet/Directory.Packages.props | 2 +- dotnet/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index bdfa48b..b1a6902 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -172,7 +172,7 @@ - + diff --git a/dotnet/global.json b/dotnet/global.json index 438e269..12f3587 100644 --- a/dotnet/global.json +++ b/dotnet/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.301", + "version": "10.0.303", "rollForward": "minor", "allowPrerelease": false },