mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-25 09:18:34 +00:00
user 4.0 version of json.net
This commit is contained in:
parent
25b0a4f275
commit
2922180fdf
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ Function PackageMono()
|
|||
|
||||
Function AddJsonNet()
|
||||
{
|
||||
get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname}
|
||||
Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder
|
||||
#get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname}
|
||||
#Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder
|
||||
}
|
||||
|
||||
Function PackageTests()
|
||||
|
|
Loading…
Reference in a new issue