Skip to content

Commit

Permalink
chore: using dotnet 6.0.425
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddgrimm committed Sep 23, 2024
1 parent 918ed2e commit 648a74c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [6.0.x]
dotnet: [6.0.425]
timeout-minutes: 10
steps:
- name: Checkout repo
Expand All @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
cache: true
- name: Override global.json
run: |
echo '{"sdk":{"version": "${{ steps.dotnet-setup.outputs.dotnet-version }}"}}' > ./global.json
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [6.0.x]
dotnet: [6.0.425]
name: Run tests using dotnet ${{ matrix.dotnet }}
steps:
- name: Checkout repo
Expand All @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
cache: true
- name: Override global.json
run: |
echo '{"sdk":{"version": "${{ steps.dotnet-setup.outputs.dotnet-version }}"}}' > ./global.json
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet 6.0.423
dotnet 6.0.425
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.423"
"version": "6.0.425"
}
}

0 comments on commit 648a74c

Please sign in to comment.