Skip to content

Commit 5a48b10

Browse files
committed
GitHub: Hardcode .net version to 8.0.7
1 parent 6924a31 commit 5a48b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup .NET 8
5050
uses: actions/setup-dotnet@v4
5151
with:
52-
dotnet-version: '8.0.x'
52+
dotnet-version: '8.0.7'
5353

5454
- name: Configure the package manifest, logo, and secrets
5555
shell: pwsh

0 commit comments

Comments
 (0)