Skip to content

Commit 81dcdd1

Browse files
committed
add dotnet-mergenupkg tool
1 parent 0fd520b commit 81dcdd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dotnet-tools/project.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"tools": {
3+
"dotnet-mergenupkg": "1.0.*",
4+
},
5+
"frameworks": {
6+
"netstandard1.6": {}
7+
}
8+
}

0 commit comments

Comments
 (0)