mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-15 20:26:15 +01:00
adde json.net to update package.
This commit is contained in:
@@ -86,6 +86,7 @@ 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
|
||||
Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder\NzbDrone.Update
|
||||
}
|
||||
|
||||
Function PackageTests()
|
||||
|
||||
Reference in New Issue
Block a user