Skip to content

Commit 15fb213

Browse files
committed
#2195 try fixing pipeline with ssm module changes
1 parent 4fa4d09 commit 15fb213

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/BExIS.Modules.SMM.UI.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
<None Include="Properties\PublishProfiles\BexisServer_train.pubxml" />
126126
<None Include="Properties\PublishProfiles\BexisServer_demo.pubxml" />
127127
<None Include="Properties\PublishProfiles\BexisServer_test.pubxml" />
128-
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
129128
<Content Include="SMM.Manifest.xml" />
130129
<Content Include="SMM.Settings.xml" />
131130
<Content Include="Views\Web.config" />

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/web.config

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<dependentAssembly>
1010
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
1111
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
12+
</dependentAssembly>
13+
<dependentAssembly>
14+
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
1216
</dependentAssembly>
1317
<dependentAssembly>
1418
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
@@ -58,10 +62,6 @@
5862
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
5963
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
6064
</dependentAssembly>
61-
<dependentAssembly>
62-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
63-
<bindingRedirect oldVersion="0.0.0.0-5.2.8.0" newVersion="5.2.8.0" />
64-
</dependentAssembly>
6565
<dependentAssembly>
6666
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
6767
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
@@ -70,6 +70,14 @@
7070
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
7171
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
7272
</dependentAssembly>
73+
<dependentAssembly>
74+
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
75+
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
76+
</dependentAssembly>
77+
<dependentAssembly>
78+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
79+
<bindingRedirect oldVersion="0.0.0.0-5.2.8.0" newVersion="5.2.8.0" />
80+
</dependentAssembly>
7381
</assemblyBinding>
7482
</runtime>
7583
</configuration>

0 commit comments

Comments
 (0)