Skip to content

Commit

Permalink
Pin SDK feature band
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Sep 2, 2023
1 parent d3f8617 commit 33aaca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
source-url: https://nuget.pkg.github.com/sliekens/index.json
dotnet-version: null
global-json-file: null
dotnet-version: ""
global-json-file: ""
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"rollForward": "latestFeature"
"version": "7.0.300",
"rollForward": "latestPatch"
}
}

0 comments on commit 33aaca5

Please sign in to comment.