Skip to content

Commit be1c677

Browse files
committed
build: upgrade to .NET 8
1 parent b66e0f6 commit be1c677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: build-and-release
44
on: [workflow_dispatch]
55
env:
66
# Specifies dotnet SDK Version
7-
DOTNET_VERSION: '6.0.x'
7+
DOTNET_VERSION: '8.0.x'
88

99
jobs:
1010
ci:

0 commit comments

Comments
 (0)