fcs-azure/app.config

20 lines
1 KiB
Text
Raw Permalink Normal View History

2023-10-03 09:09:26 +02:00
<?xml version="1.0" encoding="utf-8"?>
2022-12-14 12:01:50 +01:00
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
2023-10-03 09:09:26 +02:00
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
2022-12-14 12:01:50 +01:00
</dependentAssembly>
<dependentAssembly>
2023-10-03 09:09:26 +02:00
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.4" newVersion="6.0.0.4"/>
2022-12-14 12:01:50 +01:00
</dependentAssembly>
<dependentAssembly>
2023-10-03 09:09:26 +02:00
<assemblyIdentity name="Microsoft.Extensions.Configuration" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1"/>
2022-12-14 12:01:50 +01:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2023-10-13 09:27:26 +02:00
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>