Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Jun 18, 2022
1 parent 5e263ae commit abca27d
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 237 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.203'
include-prerelease: true

- name: NuGet cache
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.203'
include-prerelease: true

- name: Download nupkg
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.203'
include-prerelease: true

- name: Prepare
Expand Down
Loading

0 comments on commit abca27d

Please sign in to comment.