From c8d70ecc29a1e7de6ce3250e0a365c4a02830f42 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Mon, 13 Jul 2026 10:35:06 +1000 Subject: [PATCH 1/2] Final 2026.1 dependency updates --- README.md | 2 +- ci.global.json | 2 +- src/Roastery/Roastery.csproj | 2 +- src/SeqCli/SeqCli.csproj | 14 +++++++------- test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj | 2 +- test/SeqCli.Tests/SeqCli.Tests.csproj | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 60aca3dc..ccd3af90 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $token = ( ) ``` -### MCP and agent skills (preview) +### MCP and agent skills The 2026.1 preview improves support for agent-driven diagnostics workflows: diff --git a/ci.global.json b/ci.global.json index d20023b3..f071a741 100644 --- a/ci.global.json +++ b/ci.global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "10.0.203" + "version": "10.0.301" } } diff --git a/src/Roastery/Roastery.csproj b/src/Roastery/Roastery.csproj index 337aac00..5af15d3a 100644 --- a/src/Roastery/Roastery.csproj +++ b/src/Roastery/Roastery.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/SeqCli/SeqCli.csproj b/src/SeqCli/SeqCli.csproj index 7864a99c..39adb84c 100644 --- a/src/SeqCli/SeqCli.csproj +++ b/src/SeqCli/SeqCli.csproj @@ -27,20 +27,20 @@ - + - - + + - - + + - - + + diff --git a/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj b/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj index 988cbea1..0816d85f 100644 --- a/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj +++ b/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj @@ -7,7 +7,7 @@ false - + diff --git a/test/SeqCli.Tests/SeqCli.Tests.csproj b/test/SeqCli.Tests/SeqCli.Tests.csproj index 5cc1449c..9f76d650 100644 --- a/test/SeqCli.Tests/SeqCli.Tests.csproj +++ b/test/SeqCli.Tests/SeqCli.Tests.csproj @@ -3,14 +3,14 @@ net10.0 - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + From a74adf547b0aa6a4e0b3c87cbaf1cd681fdca245 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Mon, 13 Jul 2026 10:42:11 +1000 Subject: [PATCH 2/2] Avoid a vulnerable Microsoft.Bcl.Memory version --- test/SeqCli.Tests/SeqCli.Tests.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/SeqCli.Tests/SeqCli.Tests.csproj b/test/SeqCli.Tests/SeqCli.Tests.csproj index 9f76d650..3f878c5e 100644 --- a/test/SeqCli.Tests/SeqCli.Tests.csproj +++ b/test/SeqCli.Tests/SeqCli.Tests.csproj @@ -11,6 +11,9 @@ + +