Skip to content

Commit

Permalink
update dotnet version to 5.0.17 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemanth Kona authored and Hemanth Kona committed May 29, 2024
1 parent 662af0d commit 4a08dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 4a08dd1

Please sign in to comment.