Skip to content

Commit 11fd405

Browse files
committed
2 parents e7482fd + b2b9e03 commit 11fd405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up .NET Core
2121
uses: actions/setup-dotnet@v2
2222
with:
23-
dotnet-version: '7.0.x' # Adjust the version as needed
23+
dotnet-version: '8.0.x' # Adjust the version as needed
2424

2525
- name: Install dependencies
2626
run: dotnet restore

0 commit comments

Comments
 (0)