From a1a9ae37ac6436ce5e6a44797b11b7438d2cfa7c Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Wed, 21 Dec 2022 23:56:02 -0800 Subject: [PATCH 1/3] Bump 7.0 and to c# 11.0 --- Directory.Build.props | 2 +- .../IntelliTect.Analyzer.Integration.Tests.csproj | 2 +- .../IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 82c3b254..5742c011 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@  true - 10.0 + 11.0 \ No newline at end of file diff --git a/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj b/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj index c1c71837..325d083a 100644 --- a/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj +++ b/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj @@ -1,7 +1,7 @@ - net5.0;net6.0 + net5.0;net6.0;net7.0 false diff --git a/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj b/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj index 21c5d9b1..5ec65085 100644 --- a/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj +++ b/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj @@ -1,7 +1,7 @@  - net5.0;net6.0 + net5.0;net6.0;net7.0 CA2007,CA1815,CA1303,CA1707,CA1305 From 5f7077f5fe3ad2b4bac483588f2a57725a834914 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 22 Dec 2022 00:30:24 -0800 Subject: [PATCH 2/3] Stop handling net5.0 --- .../IntelliTect.Analyzer.Integration.Tests.csproj | 2 +- .../IntelliTect.Analyzer.Tests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj b/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj index 325d083a..430f4fb6 100644 --- a/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj +++ b/IntelliTect.Analyzer/IntelliTect.Analyzer.Integration.Tests/IntelliTect.Analyzer.Integration.Tests.csproj @@ -1,7 +1,7 @@ - net5.0;net6.0;net7.0 + net6.0;net7.0 false diff --git a/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj b/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj index 5ec65085..69d01281 100644 --- a/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj +++ b/IntelliTect.Analyzer/IntelliTect.Analyzer.Test/IntelliTect.Analyzer.Tests.csproj @@ -1,7 +1,7 @@ - + - net5.0;net6.0;net7.0 + net6.0;net7.0 CA2007,CA1815,CA1303,CA1707,CA1305 From b27fe268bc7a4298ae42e3faf8005b3cd1a586d3 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 22 Dec 2022 00:33:00 -0800 Subject: [PATCH 3/3] Update build action --- .github/workflows/dotnetBuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnetBuild.yml b/.github/workflows/dotnetBuild.yml index 20aa98ac..074f1570 100644 --- a/.github/workflows/dotnetBuild.yml +++ b/.github/workflows/dotnetBuild.yml @@ -14,11 +14,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup dotnet SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: | + dotnet-version: | 6.0.x - 5.0.x + 7.0.x - name: Get Build Information run: | pwd