We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1daed commit 742c372Copy full SHA for 742c372
upgradeeformnugets.sh
@@ -7,7 +7,7 @@ if (( "$GIT_STATUS" > 0 )); then
7
CURRENT_NUMBER_OF_COMMITS=`git log --oneline | wc -l`
8
9
cd ServiceItemsPlanningPlugin
10
- PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.ItemsPlanningBase' 'Sentry')
+ PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.ItemsPlanningBase' 'Microsoft.Extensions.DependencyModel' 'System.ComponentModel.Composition' 'Sentry')
11
PROJECT_NAME='ServiceItemsPlanningPlugin.csproj'
12
REPOSITORY='eform-service-items-planning-plugin'
13
0 commit comments