mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
168dbe4c13
In the dotnet installers we now compare the Release Dword against the lowest 4.6 version, accepting anything >=. Build number from https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx Also updated the wix check and xe project, as was done in the similar .net 4.5 upgrade Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
4 lines
144 B
XML
4 lines
144 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup></configuration>
|