From 665d3a4f91a11c604e51b2cadc88eec90db68dba Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Wed, 13 Nov 2024 14:44:04 +0200 Subject: [PATCH] NET9 --- .github/workflows/dotnet-core-desktop.yml | 6 +++--- .../Analogy.LogViewer.NLog.Targets.UnitTests.csproj | 6 +++--- .../Analogy.LogViewer.NLog.Targets.csproj | 10 +++++----- Directory.Build.props | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index c713df6..8c8ef74 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -29,9 +29,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 @@ -65,7 +65,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.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj b/Analogy.LogViewer.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj index c2271c9..ee585e1 100644 --- a/Analogy.LogViewer.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj +++ b/Analogy.LogViewer.NLog.Targets.UnitTests/Analogy.LogViewer.NLog.Targets.UnitTests.csproj @@ -1,15 +1,15 @@ - net8.0-windows + net9.0-windows false - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Analogy.LogViewer.NLog.Targets/Analogy.LogViewer.NLog.Targets.csproj b/Analogy.LogViewer.NLog.Targets/Analogy.LogViewer.NLog.Targets.csproj index 8311c7f..c5bbea6 100644 --- a/Analogy.LogViewer.NLog.Targets/Analogy.LogViewer.NLog.Targets.csproj +++ b/Analogy.LogViewer.NLog.Targets/Analogy.LogViewer.NLog.Targets.csproj @@ -1,19 +1,19 @@ - net8.0-windows;net6.0-windows;net48 - Lior Banai © 2020-2024 + net9.0-windows;net8.0-windows;net48 + Lior Banai 2020-2025 Analogy.LogViewer https://github.com/Analogy-LogViewer/Analogy.LogViewer.NLog.Targets https://github.com/Analogy-LogViewer/Analogy.LogViewer.NLog.Targets AnalogyNlog.png - 7.0.0.0 + 7.1.0 - - + + diff --git a/Directory.Build.props b/Directory.Build.props index 2d89c73..6759e01 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