Skip to content

Commit e1e80c7

Browse files
committed
Fixed: .net download link
1 parent 0bd1389 commit e1e80c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shadowsocks-csharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static void Main()
3838
"Shadowsocks Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
3939

4040
Process.Start(
41-
"http://dotnetsocial.cloudapp.net/GetDotnet?tfm=.NETFramework,Version=v4.6.2");
41+
"https://www.microsoft.com/download/details.aspx?id=53344");
4242
return;
4343
}
4444

0 commit comments

Comments
 (0)