mirror of
https://github.com/Bandit42/SWGSourceLauncher.git
synced 2026-07-13 22:01:09 -04:00
--- updated-dependencies: - dependency-name: CefSharp.Common dependency-version: 148.0.90 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
19 lines
765 B
XML
19 lines
765 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-148.0.90.0" newVersion="148.0.90.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-148.0.90.0" newVersion="148.0.90.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|