Skip to content

Commit 742c372

Browse files
committed
Updating upgrade script
1 parent ee1daed commit 742c372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgradeeformnugets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (( "$GIT_STATUS" > 0 )); then
77
CURRENT_NUMBER_OF_COMMITS=`git log --oneline | wc -l`
88

99
cd ServiceItemsPlanningPlugin
10-
PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.ItemsPlanningBase' 'Sentry')
10+
PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.ItemsPlanningBase' 'Microsoft.Extensions.DependencyModel' 'System.ComponentModel.Composition' 'Sentry')
1111
PROJECT_NAME='ServiceItemsPlanningPlugin.csproj'
1212
REPOSITORY='eform-service-items-planning-plugin'
1313

0 commit comments

Comments
 (0)