Files
Electron.NET/ElectronNET.Host/Web.config
theolivenbaum 252ab5050b Release 18.3.2
2022-06-02 11:10:38 +02:00

15 lines
444 B
XML

<?xml version="1.0"?>
<configuration>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.8" />
</system.Web>
-->
<system.web>
<compilation debug="false" targetFramework="4.8"/>
<httpRuntime targetFramework="4.5"/>
</system.web>
</configuration>