summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2026-06-12 20:08:41 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2026-06-30 21:42:50 +0000
commit12196e96dbeeece1db301a7095c3d89f26c41a3a (patch)
tree245da3a93d4d43fbb6ebd707de3401579889cfdb
parentf22b20e6aebd5a3c26c7dfab273e1aa954830ed8 (diff)
downloadedk2-12196e96dbeeece1db301a7095c3d89f26c41a3a.tar.gz
edk2-12196e96dbeeece1db301a7095c3d89f26c41a3a.zip
RedfishPkg: Remove VS2015x86 reference
Visual Studio 2015 is out of service and support was recently removed from the repo. To prevent confusion about toolchain support, this commit updates the RedfishPkg Readme to replace the `VS2015x86` reference with `VS2026` (the latest supported VS version). Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
-rw-r--r--RedfishPkg/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/Readme.md b/RedfishPkg/Readme.md
index 3156c89f02..925f1be0a3 100644
--- a/RedfishPkg/Readme.md
+++ b/RedfishPkg/Readme.md
@@ -167,7 +167,7 @@ Current RedfishPlatformHostInterfaceLib implementation of BMC-exposed USB NIC ca
## Connect to Redfish Service on EDK2 Emulator Platform
1. Install the WinpCap and copy [SnpNt32Io.dll](https://github.com/tianocore/edk2-NetNt32Io) to the building directory of the Emulator platform. This is the emulated network interface for EDK2 Emulator Platform.
```C
- e.g. %WORKSPACE%/Build/EmulatorX64/DEBUG_VS2015x86/X64
+ e.g. %WORKSPACE%/Build/EmulatorX64/DEBUG_VS2022/X64
```
2. Enable below macros in EmulatorPkg.dsc