Skip to content

Commit

Permalink
Merge pull request #172 from marv7000/fix/bump-dotnet
Browse files Browse the repository at this point in the history
Bump .NET SDK plugin to .NET 8.0
  • Loading branch information
asdil12 committed Jan 9, 2024
2 parents 2dd2de9 + 935c2d3 commit 6bc7cd1
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 @@ -18,5 +18,5 @@ def run(cls, query):
gpgkey = 'https://packages.microsoft.com/keys/microsoft.asc'
)

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

0 comments on commit 6bc7cd1

Please sign in to comment.