Skip to content

Commit

Permalink
fix(github): env dotnet_version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirbad committed Feb 22, 2024
1 parent 53e0b87 commit 9850bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
# Create an environment variable named DOTNET_VERSION
# and set it as "7.0.x"
env:
DOTNET_VERSION: "7.0.x" # The .NET SDK version to use
DOTNET_VERSION: "8.0.x" # The .NET SDK version to use

# Defines a single job named "build-and-test"
jobs:
Expand Down

0 comments on commit 9850bec

Please sign in to comment.