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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,11 @@ New version based on dnscrypt-proxy 2.0.22
23
23
24
24
At least one system with Windows 7 SP1 and the installation of. NET Framework 4.6.1 is currently required.
25
25
26
-
You also will need: Microsoft Visual C++ Redistributable for Visual Studio 2017 [x64](https://aka.ms/vs/15/release/VC_redist.x64.exe) or [x86](https://aka.ms/vs/15/release/VC_redist.x86.exe)
26
+
You also will need: Microsoft Visual C++ Redistributable for Visual Studio 2015 - 2019 [x64](https://aka.ms/vs/16/release/VC_redist.x64.exe) or [x86](https://aka.ms/vs/16/release/VC_redist.x86.exe)
27
+
28
+
or
29
+
30
+
Microsoft Visual C++ Redistributable for Visual Studio 2017 [x64](https://aka.ms/vs/15/release/VC_redist.x64.exe) or [x86](https://aka.ms/vs/15/release/VC_redist.x86.exe)
27
31
28
32
29
33
### Installing
@@ -76,7 +80,7 @@ If you can add or correct a language, feel free to do so:
76
80
77
81
## Built With
78
82
79
-
*[Visual Studio 2017 (15.x.x)](https://www.visualstudio.com/downloads/)
83
+
*[Visual Studio 2019](https://www.visualstudio.com/downloads/)
0 commit comments