From 15abfa1bd0f1620c1dbab76d4cd2675831a7d91b Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Mon, 20 Oct 2025 16:39:26 +1000 Subject: [PATCH] Update to .NET SDK 9.0.306 and pull in NuGet package updates --- ci.global.json | 2 +- src/SeqCli/SeqCli.csproj | 8 ++++---- test/SeqCli.Tests/SeqCli.Tests.csproj | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ci.global.json b/ci.global.json index 2dc81c8..345f67e 100644 --- a/ci.global.json +++ b/ci.global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.303" + "version": "9.0.306" } } diff --git a/src/SeqCli/SeqCli.csproj b/src/SeqCli/SeqCli.csproj index 3e84ff8..1b417cd 100644 --- a/src/SeqCli/SeqCli.csproj +++ b/src/SeqCli/SeqCli.csproj @@ -31,7 +31,7 @@ - + @@ -39,11 +39,11 @@ - + - - + + diff --git a/test/SeqCli.Tests/SeqCli.Tests.csproj b/test/SeqCli.Tests/SeqCli.Tests.csproj index ee5e4a4..b15422c 100644 --- a/test/SeqCli.Tests/SeqCli.Tests.csproj +++ b/test/SeqCli.Tests/SeqCli.Tests.csproj @@ -3,9 +3,9 @@ net9.0 - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive