From e5ec05405cc6dd031f8e4709481d38e3e36faff9 Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Wed, 13 Nov 2024 12:53:39 +0200 Subject: [PATCH] NET9 --- .github/workflows/dotnet-core-desktop.yml | 6 +++--- .../Analogy.LogViewer.LoggersTree.csproj | 16 ++++++++-------- Directory.Build.props | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index 74645ff..4aa7fd4 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -28,9 +28,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 @@ -64,7 +64,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.LoggersTree/Analogy.LogViewer.LoggersTree.csproj b/Analogy.LogViewer.LoggersTree/Analogy.LogViewer.LoggersTree.csproj index b589560..644bc75 100644 --- a/Analogy.LogViewer.LoggersTree/Analogy.LogViewer.LoggersTree.csproj +++ b/Analogy.LogViewer.LoggersTree/Analogy.LogViewer.LoggersTree.csproj @@ -1,19 +1,19 @@ - net8.0-windows;net6.0-windows;net48 + net9.0-windows;net8.0-windows;net48 CAMAG CAMAG Analogy.LogViewer.LoggersTree Analogy.LogViewer.LoggersTree true - CAMAG © 2023-2024 + CAMAG © 2023-2025 https://github.com/Analogy-LogViewer/Analogy.LogViewer.LoggersTree https://github.com/Analogy-LogViewer/Analogy.LogViewer.LoggersTree icon.png Loggers tree extension - 4.0.0 + 4.1.0 @@ -49,10 +49,10 @@ True - - - - + + + + @@ -62,7 +62,7 @@ - + ..\DevExpress\.net core\DevExpress.Utils.v21.2.dll Always diff --git a/Directory.Build.props b/Directory.Build.props index 094ac33..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