Skip to content

Commit 4b8d364

Browse files
committed
fix(github): env dotnet_version
1 parent 2ee52b0 commit 4b8d364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
# Create an environment variable named DOTNET_VERSION
1616
# and set it as "7.0.x"
1717
env:
18-
DOTNET_VERSION: "7.0.x" # The .NET SDK version to use
18+
DOTNET_VERSION: "8.0.x" # The .NET SDK version to use
1919

2020
# Defines a single job named "build-and-test"
2121
jobs:

0 commit comments

Comments
 (0)