Browse Source

Fix #1137: XamlParseException on startup - we require .NET 4.6 for the ILSpy UI: Update app.config.template to reflect this.

pull/1143/head
Siegfried Pammer 7 years ago
parent
commit
b6dce5c27a
  1. 2
      ILSpy/Properties/app.config.template

2
ILSpy/Properties/app.config.template

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
<runtime>
<AppContextSwitchOverrides value="Switch.System.Windows.DoNotScaleForDpiChanges=false" />

Loading…
Cancel
Save