Skip to content

Commit 7e8694d

Browse files
committed
Use 7.0.102 due to .NET breaking change
1 parent fc036ab commit 7e8694d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Setup .NET
2828
uses: actions/setup-dotnet@v3
2929
with:
30-
dotnet-version: '7.0'
30+
dotnet-version: '7.0.102'
3131
-
3232
name: Unshallow
3333
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)