Skip to content

Commit fca9fa3

Browse files
committed
minor
1 parent c9064e3 commit fca9fa3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

GasPrice.Job/Properties/PublishProfiles/rskgasstation - Web Deploy.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1515
<_SavePWD>True</_SavePWD>
1616
<MSDeployServiceURL>rskgasstation.scm.azurewebsites.net:443</MSDeployServiceURL>
1717
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
18-
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
18+
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
1919
<EnableMsDeployAppOffline>False</EnableMsDeployAppOffline>
2020
<DeployIisAppPath>rskgasstation</DeployIisAppPath>
2121
<_DestinationType>AzureWebSite</_DestinationType>

GasPrice.Tests/App.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
88
<dependentAssembly>
99
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
10-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
10+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
1111
</dependentAssembly>
1212
</assemblyBinding>
1313
</runtime>

GasPrice.Web/Web.config

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
5555
<bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
5656
</dependentAssembly>
57+
<dependentAssembly>
58+
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
59+
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
60+
</dependentAssembly>
5761
</assemblyBinding>
5862
</runtime>
5963
<system.webServer>

0 commit comments

Comments
 (0)