Skip to content

Commit

Permalink
update 6.x to 7.x in actions setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
petender committed Oct 4, 2023
1 parent e8e3574 commit ed39dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'
include-prerelease: true
#Build/Test/Publish the .net project
- name: Build with dotnet
Expand Down

0 comments on commit ed39dd0

Please sign in to comment.