From 809d398b3cd5e0068f344222e9ad3fdaef56d2a4 Mon Sep 17 00:00:00 2001 From: Rodrigo Pereyra Diaz Date: Thu, 2 Mar 2023 12:14:31 -0600 Subject: [PATCH 1/2] chore: bump donet from v6 to v7 --- MailerQ.Test/MailerQ.Test.csproj | 2 +- MailerQ/MailerQ.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MailerQ.Test/MailerQ.Test.csproj b/MailerQ.Test/MailerQ.Test.csproj index c8ef263..2a628df 100644 --- a/MailerQ.Test/MailerQ.Test.csproj +++ b/MailerQ.Test/MailerQ.Test.csproj @@ -1,7 +1,7 @@  - net6 + net7 false diff --git a/MailerQ/MailerQ.csproj b/MailerQ/MailerQ.csproj index 724aea3..9ec9c5e 100644 --- a/MailerQ/MailerQ.csproj +++ b/MailerQ/MailerQ.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 true true MIT From 24cf4a38966167ed0716db038174368b09c73794 Mon Sep 17 00:00:00 2001 From: Rodrigo Pereyra Diaz Date: Thu, 2 Mar 2023 12:14:48 -0600 Subject: [PATCH 2/2] chore(cd): use dotnet v7 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8f0993d..45ac498 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: Verify code format run: dotnet format --verify-no-changes - name: Build with dotnet