From 52bc36aadffb4e75895350fc12bbac027febc5e8 Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Wed, 13 Nov 2024 14:55:02 +0200 Subject: [PATCH] NET9 --- .github/workflows/dotnet-core-desktop.yml | 6 +++--- ....LogViewer.ElasticCommonSchema.UnitTests.csproj | 6 +++--- .../Analogy.LogViewer.ElasticCommonSchema.csproj | 14 +++++++------- Directory.Build.props | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index 885bee4..34aefdb 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -31,9 +31,9 @@ jobs: # Install the .NET Core workload - name: Install .NET Core - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.1.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 @@ -68,7 +68,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download Artifact' - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: artifactory_Release - name: 'Dotnet NuGet Push' diff --git a/Analogy.LogViewer.ElasticCommonSchema.UnitTests/Analogy.LogViewer.ElasticCommonSchema.UnitTests.csproj b/Analogy.LogViewer.ElasticCommonSchema.UnitTests/Analogy.LogViewer.ElasticCommonSchema.UnitTests.csproj index ffe91f4..cd61f5b 100644 --- a/Analogy.LogViewer.ElasticCommonSchema.UnitTests/Analogy.LogViewer.ElasticCommonSchema.UnitTests.csproj +++ b/Analogy.LogViewer.ElasticCommonSchema.UnitTests/Analogy.LogViewer.ElasticCommonSchema.UnitTests.csproj @@ -1,7 +1,7 @@  - net8.0-windows;net48 + net9.0-windows;net48 false latest @@ -15,8 +15,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Analogy.LogViewer.ElasticCommonSchema/Analogy.LogViewer.ElasticCommonSchema.csproj b/Analogy.LogViewer.ElasticCommonSchema/Analogy.LogViewer.ElasticCommonSchema.csproj index badfe2d..f6e274b 100644 --- a/Analogy.LogViewer.ElasticCommonSchema/Analogy.LogViewer.ElasticCommonSchema.csproj +++ b/Analogy.LogViewer.ElasticCommonSchema/Analogy.LogViewer.ElasticCommonSchema.csproj @@ -2,29 +2,29 @@ Library - net8.0-windows;net48 + net9.0-windows;net8.0-windows;net48 Analogy.LogViewer.ElasticCommonSchema Lior Banai Elastic Common Schema (ECS) parser (Serilog) - Lior Banai © 2023-2024 + Lior Banai 2023-2025 https://github.com/Analogy-LogViewer/Analogy.LogViewer.ElasticCommonSchema https://github.com/Analogy-LogViewer/Analogy.LogViewer.ElasticCommonSchema AnalogyECS128x128.png - 7.0.4 + 7.1.0 Analogy.LogViewer README.md - - - + + + - + diff --git a/Directory.Build.props b/Directory.Build.props index ed5ab36..9b7388c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -35,7 +35,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -52,7 +52,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive