mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support dotnet #147

Open mrlunchbox777 opened 2 months ago

mrlunchbox777 commented 2 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add dotnet to the managed packages.

Why?

dotnet is a very common and useful framework for development

What should happen?

dotnet should be a package in the index file, it will likely have to be a "curl" package.

Covers this TODO.

Steps to Test

  1. jq '.packages[] | select(.name = "dotnet")' resources/install/index.json should return the details for managing the dotnet package

Code of Conduct