From 7c5fa7f4cc7709eecf995e51a6a216eea8b9cf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20B=C4=85czek?= <74410956+kamilbaczek@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:38:56 +0100 Subject: [PATCH] feat: increase dotnet version --- .github/workflows/chapter-2-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chapter-2-workflow.yml b/.github/workflows/chapter-2-workflow.yml index 120edd6a..6dcec19c 100644 --- a/.github/workflows/chapter-2-workflow.yml +++ b/.github/workflows/chapter-2-workflow.yml @@ -25,7 +25,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore dependencies run: dotnet restore - name: Build @@ -43,8 +43,8 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore dependencies run: dotnet restore - name: Test - run: dotnet test \ No newline at end of file + run: dotnet test