Skip to content

Commit

Permalink
dotnet: Install dotnet-sdk-7.0 (#124)
Browse files Browse the repository at this point in the history
Fixes #123
  • Loading branch information
asdil12 authored Apr 3, 2023
1 parent 798fe48 commit 6588509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opi/plugins/dotnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def run(cls, query):
gpgkey = 'https://packages.microsoft.com/keys/microsoft.asc'
)

opi.install_packages(['dotnet-sdk-6.0'])
opi.install_packages(['dotnet-sdk-7.0'])
opi.ask_keep_repo('dotnet')

0 comments on commit 6588509

Please sign in to comment.