Skip to content

Commit

Permalink
build: use specific NET SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ostridm committed Jun 14, 2024
1 parent f8bd92e commit 1ad8fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composite/net/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
uses: actions/setup-dotnet@v3
if: runner.os == 'Windows'
with:
dotnet-version: 6.x.x
dotnet-version: 6.0.423

- name: Dependency Caching
uses: actions/cache@v3
Expand Down

0 comments on commit 1ad8fd4

Please sign in to comment.