We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee52b0 commit 4b8d364Copy full SHA for 4b8d364
.github/workflows/actions.yml
@@ -15,7 +15,7 @@ on:
15
# Create an environment variable named DOTNET_VERSION
16
# and set it as "7.0.x"
17
env:
18
- DOTNET_VERSION: "7.0.x" # The .NET SDK version to use
+ DOTNET_VERSION: "8.0.x" # The .NET SDK version to use
19
20
# Defines a single job named "build-and-test"
21
jobs:
0 commit comments