Skip to content

Commit f69d1aa

Browse files
committed
Add the org.nuget.system.memory dependency
1 parent e837220 commit f69d1aa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "com.example.nuget-consumer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An example package that depends on other org.nuget packages",
55
"author": "Favo Yang",
6-
"license": "ISC"
6+
"license": "ISC",
7+
"dependencies": {
8+
"org.nuget.system.memory": "4.5.4"
9+
}
710
}

0 commit comments

Comments
 (0)