Skip to content

Commit a16e807

Browse files
committed
Open .net download page automatically
1 parent aa9fd8e commit a16e807

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shadowsocks-csharp/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ static void Main()
3636
{
3737
MessageBox.Show(I18N.GetString("Unsupported .NET Framework, please update to 4.6.2 or later."),
3838
"Shadowsocks Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
39+
40+
Process.Start(
41+
"http://dotnetsocial.cloudapp.net/GetDotnet?tfm=.NETFramework,Version=v4.6.2");
3942
return;
4043
}
4144

0 commit comments

Comments
 (0)