From 060a7392faeb6347a62c39b5b781605b596813aa Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Wed, 13 Nov 2024 14:17:57 +0200 Subject: [PATCH] NET9 --- .github/workflows/dotnet-core-desktop.yml | 6 +++--- .../Analogy.LogViewer.GitHistory.UnitTests.csproj | 2 +- .../Analogy.LogViewer.GitHistory.csproj | 10 +++++----- Directory.Build.props | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index fadc92f..a907e3e 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.GitHistory.UnitTests/Analogy.LogViewer.GitHistory.UnitTests.csproj b/Analogy.LogViewer.GitHistory.UnitTests/Analogy.LogViewer.GitHistory.UnitTests.csproj index 7d29103..131dc67 100644 --- a/Analogy.LogViewer.GitHistory.UnitTests/Analogy.LogViewer.GitHistory.UnitTests.csproj +++ b/Analogy.LogViewer.GitHistory.UnitTests/Analogy.LogViewer.GitHistory.UnitTests.csproj @@ -1,7 +1,7 @@  - net8.0-windows + net9.0-windows false diff --git a/Analogy.LogViewer.GitHistory/Analogy.LogViewer.GitHistory.csproj b/Analogy.LogViewer.GitHistory/Analogy.LogViewer.GitHistory.csproj index a2f3941..01c6694 100644 --- a/Analogy.LogViewer.GitHistory/Analogy.LogViewer.GitHistory.csproj +++ b/Analogy.LogViewer.GitHistory/Analogy.LogViewer.GitHistory.csproj @@ -2,8 +2,8 @@ Library - net8.0-windows;net6.0-windows;net48 - 7.0.0 + net9.0-windows;net8.0-windows;net48 + 7.1.0 Lior Banai Extension for Analogy Log Viewer that shows Git Histroy in searchable UI @@ -16,10 +16,10 @@ - - + + - + 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