Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 308 Bytes

File metadata and controls

6 lines (6 loc) · 308 Bytes
  • Open VSCode
  • Find <WindowsTargetPlatformVersion>(\d|\.)+</WindowsTargetPlatformVersion>
  • Replace by <WindowsTargetPlatformVersion>NEW_VERSION</WindowsTargetPlatformVersion>
  • Find <PlatformToolset>v(\d|\.)+</PlatformToolset>
  • Replace by <PlatformToolset>NEW_VERSION</PlatformToolset>
  • Save all