Skip to content

Commit

Permalink
fix: increase version of .net in CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
msm1984 committed Aug 20, 2024
1 parent 4d1a9e0 commit 85404f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Backend.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@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"

- name: Restore dependencies
run: dotnet restore
Expand Down
28 changes: 0 additions & 28 deletions Dockerfile

This file was deleted.

0 comments on commit 85404f8

Please sign in to comment.