Skip to content

Commit

Permalink
Misc: Make sure that users run on latest .NET version
Browse files Browse the repository at this point in the history
.NET versions <=6.0.2 prevent SC from starting
dotnet/winforms#6663
  • Loading branch information
Piotrekol committed Jul 29, 2022
1 parent 546b896 commit 2f1e4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innoSetup/setupScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var
begin
Result := True;
minimumVersion := '6.0.0';
minimumVersion := '6.0.7';
maximumExclusiveVersion := '6.0.20';
registryKey := 'SOFTWARE\WOW6432Node\dotnet\Setup\InstalledVersions\x64\sharedfx\Microsoft.WindowsDesktop.App';
if RegGetValueNames(HKLM, registryKey, runtimes) then
Expand Down

0 comments on commit 2f1e4db

Please sign in to comment.