File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
TodoListService-ManualJwt Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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" />
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" />
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" />
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>
You can’t perform that action at this time.
0 commit comments