Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Updating dotnet version
  • Loading branch information
agracio authored Jan 14, 2024
1 parent 6e7a827 commit f7e8c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
dotnet-version: '7.0.x' # SDK Version to use; x will use the latest version of the 7.0 channel
- name: Install dependencies
run: npm i --verbose
run: npm i
- name: Run Dotnet Build
run: dotnet build src/QuickStart.sln
- name: Run
Expand Down

0 comments on commit f7e8c5f

Please sign in to comment.