From 4781a0c6f67700db0e70b4b2a77670e23a142c61 Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Wed, 13 Nov 2024 08:32:16 +0200 Subject: [PATCH] NET9 --- .github/workflows/dotnetcore.yml | 2 +- .../Analogy.Interfaces.UnitTests.csproj | 6 +++--- Analogy.Interfaces/Analogy.Interfaces.csproj | 10 +++++----- Analogy.Types/Analogy.Interfaces.DataTypes.csproj | 6 +++--- Analogy.Types/AnalogyLogMessage.cs | 3 ++- Directory.Build.props | 6 +++--- 6 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 38b5109..77c60e1 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -31,7 +31,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe diff --git a/Analogy.Interfaces.UnitTests/Analogy.Interfaces.UnitTests.csproj b/Analogy.Interfaces.UnitTests/Analogy.Interfaces.UnitTests.csproj index c87ad1f..8704105 100644 --- a/Analogy.Interfaces.UnitTests/Analogy.Interfaces.UnitTests.csproj +++ b/Analogy.Interfaces.UnitTests/Analogy.Interfaces.UnitTests.csproj @@ -1,14 +1,14 @@ - net6.0-windows + net8.0-windows false - - + + diff --git a/Analogy.Interfaces/Analogy.Interfaces.csproj b/Analogy.Interfaces/Analogy.Interfaces.csproj index 00861c4..f55038e 100644 --- a/Analogy.Interfaces/Analogy.Interfaces.csproj +++ b/Analogy.Interfaces/Analogy.Interfaces.csproj @@ -1,7 +1,7 @@  - net8.0-windows;net6.0-windows;net48 + net9.0-windows;net8.0-windows;net48 true Interfaces assembly for creating custom data providers for Analogy Log Viewer @@ -9,11 +9,11 @@ Analogy.Interfaces Analogy.Interfaces Analogy.LogViewer.Interfaces - 7.0.0.1 + 7.1.0 Lior Banai Analogy.LogViewer.Interfaces - Lior Banai @ 2018-2024 + Lior Banai 2018-2025 icon.png https://github.com/Analogy-LogViewer/Analogy.Interfaces Analogy.LogViewer @@ -26,7 +26,7 @@ - - + + \ No newline at end of file diff --git a/Analogy.Types/Analogy.Interfaces.DataTypes.csproj b/Analogy.Types/Analogy.Interfaces.DataTypes.csproj index b11b69f..407055c 100644 --- a/Analogy.Types/Analogy.Interfaces.DataTypes.csproj +++ b/Analogy.Types/Analogy.Interfaces.DataTypes.csproj @@ -1,7 +1,7 @@  - net8.0;net6.0;net48 + net9.0;net8.0;net48 enable enable Data Types assembly for creating custom data providers for Analogy Log Viewer @@ -10,10 +10,10 @@ Analogy.Interfaces.DataTypes Analogy.Interfaces.DataTypes Analogy.Interfaces.DataTypes - 1.0.0.0 + 1.1.0 Lior Banai Analogy.Interfaces.DataTypes - Lior Banai @ 2024 + Lior Banai 2024-2025 icon.png https://github.com/Analogy-LogViewer/Analogy.Interfaces Analogy.LogViewer diff --git a/Analogy.Types/AnalogyLogMessage.cs b/Analogy.Types/AnalogyLogMessage.cs index 6df2ac2..536f028 100644 --- a/Analogy.Types/AnalogyLogMessage.cs +++ b/Analogy.Types/AnalogyLogMessage.cs @@ -1,4 +1,5 @@ -using System; +#pragma warning disable SA1402 +using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; diff --git a/Directory.Build.props b/Directory.Build.props index 9c5dd72..6af4fa9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -34,7 +34,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -50,8 +50,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive