Skip to content

Commit

Permalink
change .net sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hadarshjfrog committed Oct 10, 2024
1 parent f224058 commit abd0cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Install NuGet
uses: nuget/setup-nuget@v2
with:
nuget-version: 6.11
nuget-version: 6.11.0
- name: Install dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.11'
dotnet-version: '6.11.0'
- name: Setup Python3
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit abd0cdd

Please sign in to comment.