-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Nuget package referencing to Install script (WIP)
DOESN'T WORK YET! It is still experimental. I have several problems with only selecting and only installing the best available target framework the package can provide. It's not as trivial as it sounds originally.
- Loading branch information
Showing
4 changed files
with
79 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<vpack> | ||
<meta> | ||
<name>My Avvvvesome Pack</name> | ||
<author>microdee</author> | ||
</meta> | ||
<nuget> | ||
<package version="10.0.2">Newtonsoft.Json</package> | ||
<package>EntityFramework</package> | ||
</nuget> | ||
<install> | ||
using System; | ||
Console.WriteLine("tada"); | ||
</install> | ||
</vpack> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters