Skip to content

Support for VS 2019 platform toolset (v142) #1039

@natemcmaster

Description

@natemcmaster

I'm trying to upgrade the ASP.NET Core SignalR client to build with Visual Studio 2019. When I update PlatformToolset to v142, I can't compile due to missing headers. I'm using cpprestsdk 2.9.1.1

Error	C1083	Cannot open include file: 'cpprest/details/basic_types.h': No such file or directory

Are there any plans to add support for the v142 toolset?

  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions