main
config 17 lines 942 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3 <startup useLegacyV2RuntimeActivationPolicy="true">
4 <!--
5 Use supportedRuntime tags to explicitly specify the version(s) of the .NET Framework runtime that
6 the custom action should run on. If no versions are specified, the chosen version of the runtime
7 will be the "best" match to what WixToolset.Dtf.CustomAction.dll was built against.
8
9 WARNING: leaving the version unspecified is dangerous as it introduces a risk of compatibility
10 problems with future versions of the .NET Framework runtime. It is highly recommended that you specify
11 only the version(s) of the .NET Framework runtime that you have tested against.
12
13 For more information https://learn.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/startup/startup-element
14 -->
15 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
16 </startup>
17 </configuration>