naps2/NAPS2.App.PortableLauncher/App.config
Ben Olden-Cooligan 3d7cbfc1da Standardize on .NET Framework 4.6.1
The SDK will eventually move to .NET Standard 2.0.
2019-03-12 22:11:14 -04:00

7 lines
163 B
XML

<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
</configuration>