Skip to content

Commit aabf5e7

Browse files
author
Kalyan Krishna
committed
merged
1 parent 0907a1d commit aabf5e7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

TodoListService-ManualJwt/Web.config

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<add key="ida:Audience" value="[Enter App ID URI of TodoListService-ManualJwt, e.g. api://{client Id of TodoListService-ManualJwt]}" />
1515
<add key="ida:AADInstance" value="https://login.microsoftonline.com/{0}/v2.0" />
1616
</appSettings>
17-
17+
1818
<system.web>
1919
<compilation debug="true" targetFramework="4.7.2" />
2020
<httpRuntime targetFramework="4.7.2" />
@@ -35,7 +35,7 @@
3535
</dependentAssembly>
3636
<dependentAssembly>
3737
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
38-
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
38+
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
3939
</dependentAssembly>
4040
<dependentAssembly>
4141
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
@@ -51,11 +51,11 @@
5151
</dependentAssembly>
5252
<dependentAssembly>
5353
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />
54-
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
54+
<bindingRedirect oldVersion="0.0.0.0-6.12.0.0" newVersion="6.12.0.0" />
5555
</dependentAssembly>
5656
<dependentAssembly>
5757
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
58-
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
58+
<bindingRedirect oldVersion="0.0.0.0-6.12.0.0" newVersion="6.12.0.0" />
5959
</dependentAssembly>
6060
<dependentAssembly>
6161
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
@@ -69,6 +69,10 @@
6969
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
7070
<bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
7171
</dependentAssembly>
72+
<dependentAssembly>
73+
<assemblyIdentity name="Microsoft.IdentityModel.Protocols" publicKeyToken="31bf3856ad364e35" culture="neutral" />
74+
<bindingRedirect oldVersion="0.0.0.0-6.12.0.0" newVersion="6.12.0.0" />
75+
</dependentAssembly>
7276
</assemblyBinding>
7377
</runtime>
7478
<system.webServer>

0 commit comments

Comments
 (0)