mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
New: Updated NewtonsoftJson to 11.0.2 (#387)
This commit is contained in:
4
build.sh
4
build.sh
@@ -68,8 +68,8 @@ CleanFolder()
|
||||
AddJsonNet()
|
||||
{
|
||||
rm $outputFolder/Newtonsoft.Json.*
|
||||
cp $sourceFolder/packages/Newtonsoft.Json.*/lib/net35/*.dll $outputFolder
|
||||
cp $sourceFolder/packages/Newtonsoft.Json.*/lib/net35/*.dll $updateFolder
|
||||
cp $sourceFolder/packages/Newtonsoft.Json.*/lib/net45/*.dll $outputFolder
|
||||
cp $sourceFolder/packages/Newtonsoft.Json.*/lib/net45/*.dll $updateFolder
|
||||
}
|
||||
|
||||
BuildWithMSBuild()
|
||||
|
||||
Reference in New Issue
Block a user