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 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