From 4a08dd1de9414465095f9e1fe0d362103ab13a71 Mon Sep 17 00:00:00 2001 From: Hemanth Kona Date: Wed, 29 May 2024 16:21:24 -0400 Subject: [PATCH] update dotnet version to 5.0.17 in workflows --- .github/workflows/api-dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-dotnetcore.yml b/.github/workflows/api-dotnetcore.yml index 5d137f53..7bcf4518 100644 --- a/.github/workflows/api-dotnetcore.yml +++ b/.github/workflows/api-dotnetcore.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 3.1.101 + dotnet-version: 5.0.17 - name: Install dependencies run: dotnet restore working-directory: ${{env.working-directory}}