From b1ff1e80c0c2c6fdf167a1ec30d5fff28a55c636 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Tue, 10 Jun 2025 14:15:12 +1000 Subject: [PATCH] Update .NET SDK, update Serilog & xUnit dependencies, update version to 2025.2 --- baseversion | 2 +- ci.global.json | 2 +- seqcli.sln | 1 + src/Roastery/Roastery.csproj | 4 ++-- src/SeqCli/SeqCli.csproj | 4 ++-- test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj | 2 +- test/SeqCli.Tests/SeqCli.Tests.csproj | 6 +++--- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/baseversion b/baseversion index 103ea540..89c24c57 100644 --- a/baseversion +++ b/baseversion @@ -1 +1 @@ -2025.1 \ No newline at end of file +2025.2 \ No newline at end of file diff --git a/ci.global.json b/ci.global.json index e4da652c..7c4eac99 100644 --- a/ci.global.json +++ b/ci.global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.203" + "version": "9.0.300" } } diff --git a/seqcli.sln b/seqcli.sln index a1b436f8..8f91a065 100644 --- a/seqcli.sln +++ b/seqcli.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{2EA56595-519 README.md = README.md CONTRIBUTING.md = CONTRIBUTING.md ci.global.json = ci.global.json + baseversion = baseversion EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3587B633-0C03-4235-8903-6226900328F1}" diff --git a/src/Roastery/Roastery.csproj b/src/Roastery/Roastery.csproj index afee2009..ea919e7c 100644 --- a/src/Roastery/Roastery.csproj +++ b/src/Roastery/Roastery.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/SeqCli/SeqCli.csproj b/src/SeqCli/SeqCli.csproj index d2587797..95bd27fa 100644 --- a/src/SeqCli/SeqCli.csproj +++ b/src/SeqCli/SeqCli.csproj @@ -28,7 +28,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj b/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj index 585f2716..bf4bd3af 100644 --- a/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj +++ b/test/SeqCli.EndToEnd/SeqCli.EndToEnd.csproj @@ -5,7 +5,7 @@ net9.0;net9.0-windows - + diff --git a/test/SeqCli.Tests/SeqCli.Tests.csproj b/test/SeqCli.Tests/SeqCli.Tests.csproj index 261ff1e6..e515788c 100644 --- a/test/SeqCli.Tests/SeqCli.Tests.csproj +++ b/test/SeqCli.Tests/SeqCli.Tests.csproj @@ -3,9 +3,9 @@ net9.0;net9.0-windows - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive