Skip to content

Commit 6587f82

Browse files
authored
Fix reference to VS 2015 (#32886)
The FakeSign instructions reference Visual Studio 2016 Update 2 instead of Visual Studio 2015 U2. Fix #32885
1 parent 246fb8d commit 6587f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project/public-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Starting with Visual Studio 2015 Update 2, the C# and VB compilers support the n
3737

3838
# Legacy FakeSign tool
3939

40-
If you're not able to use Visual Studio 2016 Update 2 or later, the [FakeSign package on NuGet](https://www.nuget.org/packages/fakesign) contains the `FakeSign.exe` tool that can flip the bit on or off.
40+
If you're not able to use Visual Studio 2015 Update 2 or later, the [FakeSign package on NuGet](https://www.nuget.org/packages/fakesign) contains the `FakeSign.exe` tool that can flip the bit on or off.

0 commit comments

Comments
 (0)