From ec3d3b0a9923f526114d67aedaaa90d4588b64d7 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Wed, 31 May 2023 10:57:17 +1000 Subject: [PATCH] Bump version number and update dependencies for 2023.2 --- src/Seq.Api/Seq.Api.csproj | 4 ++-- test/Seq.Api.Tests/Seq.Api.Tests.csproj | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/Seq.Api/Seq.Api.csproj b/src/Seq.Api/Seq.Api.csproj index fd50181..ff877f5 100644 --- a/src/Seq.Api/Seq.Api.csproj +++ b/src/Seq.Api/Seq.Api.csproj @@ -1,7 +1,7 @@ Client library for the Seq HTTP API. - 2023.1.2 + 2023.2.0 Datalust;Contributors netstandard2.0;net6.0 true @@ -15,7 +15,7 @@ - + diff --git a/test/Seq.Api.Tests/Seq.Api.Tests.csproj b/test/Seq.Api.Tests/Seq.Api.Tests.csproj index ce38adc..8885638 100644 --- a/test/Seq.Api.Tests/Seq.Api.Tests.csproj +++ b/test/Seq.Api.Tests/Seq.Api.Tests.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp2.2;net6.0 + net462;net6.0 true @@ -15,9 +15,4 @@ - - - - - \ No newline at end of file