Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NightHammer1000 committed Nov 24, 2023
1 parent d6a4f4a commit 1e610ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 4.6.2
dotnet-version: '4.6.x'
dotnet-quality: 'preview'
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 1e610ca

Please sign in to comment.