Files
SWGSourceLauncher/SWGSourceLauncher/App.config
T
dependabot[bot]andGitHub 38dd4df7cc Bump CefSharp.Common from 98.1.210 to 148.0.90
---
updated-dependencies:
- dependency-name: CefSharp.Common
  dependency-version: 148.0.90
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
2026-07-01 11:11:37 +00:00

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>