Skip to content

Commit 8096b37

Browse files
committed
Use nuget v2
1 parent 3d756a7 commit 8096b37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ dependencies {
2424
compile 'commons-io:commons-io:2.4'
2525
}
2626

27+
nuget {
28+
// still experiencing freezes on mono with nuget 3.3.0
29+
version = '2.8.6'
30+
}
31+
2732
nugetRestore {
2833
solutionFile = file('ProjectFileParser.sln')
2934
}

0 commit comments

Comments
 (0)