From 4e91b956f91f3712e6f08627661ffa0b05dd71fa Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Wed, 19 Oct 2022 16:33:07 +0200 Subject: [PATCH 1/2] first cut --- Directory.Build.targets | 2 +- build/build.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 4497b988b..dbfa5e7bf 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -22,7 +22,7 @@ - + diff --git a/build/build.csproj b/build/build.csproj index 64395a3c2..fbf9f6977 100644 --- a/build/build.csproj +++ b/build/build.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net6.0 From 72d3b8fd915cccd5ee4b14640005ffbf86c1d24e Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Wed, 19 Oct 2022 16:38:17 +0200 Subject: [PATCH 2/2] add net6 sdk --- .github/workflows/codeql-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c7c2280bd..1641c3a1d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,9 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v2 with: - dotnet-version: '7.0.100-rc.1.22431.12' + dotnet-version: | + 6.0.x + 7.0.100-rc.2.22477.23 - run: dotnet --info