We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0b657 commit 96f9a2eCopy full SHA for 96f9a2e
upm_release.sh
@@ -85,8 +85,7 @@ rm -rf Analytics-CSharp/Plugins/*
85
# download analytics-csharp and its dependencies from nuget
86
nuget install Segment.Analytics.CSharp -Version "$VERSION" -OutputDirectory Analytics-CSharp/Plugins
87
# remove dependencies related to System.Text.Json as they are satisfied through package.json
88
-rm -rf Analytics-CSharp/Plugins/System.*
89
-rm -rf Analytics-CSharp/Plugins/Microsoft.*
+rm -rf Analytics-CSharp/Plugins/Newtonsoft.Json.*
90
# loop over all the libs and remove any non-netstandard2.0 libs
91
for dir in Analytics-CSharp/Plugins/*; do
92
if [ -d "$dir" ]; then
0 commit comments