Skip to content

Commit

Permalink
Update main.yml (loic-sharma#7)
Browse files Browse the repository at this point in the history
Signed-off-by: bagetter-admin <145724960+bagetter-admin@users.noreply.github.com>
  • Loading branch information
bagetter-admin authored Sep 23, 2023
1 parent 37778a9 commit 366cd16
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 @@ -25,9 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v4.0.0
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 366cd16

Please sign in to comment.