Skip to content

Commit

Permalink
Use EF CLI version 3.0.0 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Putta Khunchalee committed Dec 9, 2019
1 parent a9dddd0 commit 5d33f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dotnet-version: '2.2.207'
- name: Install EF CLI
shell: cmd
run: dotnet.exe tool install --global dotnet-ef
run: dotnet.exe tool install --global dotnet-ef --version 3.0.0
- name: Cache NuGet Packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 5d33f8a

Please sign in to comment.