Skip to content

Commit

Permalink
fix: fix yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
M0BIN-V committed Jan 1, 2025
1 parent 65338a5 commit e02e803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.x'
dotnet-version: '9.x'

- name: Restore dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.idea/
/Valobtify.Swagger.FastEndpoints/obj
/Valobtify.Swagger.FastEndpoints/bin
/.vs/Valobtify.Swagger.FastEndpoints
/.vs

0 comments on commit e02e803

Please sign in to comment.