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>
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
Are there any plans to add support for the v142 toolset?