user 4.0 version of json.net

pull/4/head
Keivan Beigi 11 years ago
parent 25b0a4f275
commit 2922180fdf

@ -84,8 +84,8 @@ Function PackageMono()
Function AddJsonNet() Function AddJsonNet()
{ {
get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname} #get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname}
Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder #Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder
} }
Function PackageTests() Function PackageTests()

Loading…
Cancel
Save