You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
<!-- Not supported yet? https://github.com/wixtoolset/issues/issues/5575
46
+
<PropertyRef Id="NETFRAMEWORK471" />
47
+
<Condition Message="You must install Microsoft .NET 4.7.1">
48
+
<![CDATA[Installed OR NETFRAMEWORK471]]>
49
+
</Condition>
50
+
-->
51
+
<PropertyRefId="NETFRAMEWORK45" />
52
+
<ConditionMessage="[ProductName] Requires .NET Framework 4.7.2 or later to be installed">
53
+
<![CDATA[Installed OR (NETFRAMEWORK45 AND NETFRAMEWORK45 >= "#461814")]]><!-- see https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed -->
<ErrorText="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
0 commit comments