mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-16 21:26:58 +00:00
15 lines
444 B
XML
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> |