mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(directory): 📦🐛 use net5.0 SDK for migration
This commit is contained in:
parent
9fd63402af
commit
bdddf72e13
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ steps:
|
|||
displayName: use latest dotnet sdk
|
||||
condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), succeeded())
|
||||
inputs:
|
||||
version: 3.x
|
||||
version: 5.x
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: install ef dotnet tool
|
||||
|
|
|
|||
Loading…
Reference in a new issue