From f02a82f5f35fdcc32348d4436a70f2a58aa0f096 Mon Sep 17 00:00:00 2001 From: Joerg Rosenkranz Date: Tue, 13 Dec 2022 09:39:25 +0100 Subject: [PATCH] Move to .NET 7 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- LogInsights/LogInsights.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c52c7fa..714624f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 5.0.x + dotnet-version: 7.0.x # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dabe698..29791c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 5.0.x + dotnet-version: 7.0.x # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe diff --git a/LogInsights/LogInsights.csproj b/LogInsights/LogInsights.csproj index 2f9f506..201b652 100644 --- a/LogInsights/LogInsights.csproj +++ b/LogInsights/LogInsights.csproj @@ -1,6 +1,6 @@  - net5.0-windows + net7.0-windows WinExe true true