- Notifications
You must be signed in to change notification settings - Fork749
Dotnetinteropt: A new tool to easily download and package NuGet packages#2359
ungrichtepfl started this conversation inShow and tell
-
Hi guys I wanted to share a small tool I wrote for my company:dotnetinteropt. It facilitates the download and packaging of NuGet packages needed with your [tool.dotnetinterop]dependencies = [ ["Newtonsoft.Json",# Replace with the actual NuGet package name"13.0.3",# Replace with the actual NuGet package version ],# Add more dependencies here] During the build step of your package, The package is in a very early development stage and just solves the issues that we had in our company. Feel free to extend and review, there is still a lot we can improve. :) All the best to you guys :) |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 3
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment