microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.96k stars 1.65k forks source link

Can't utilize on new VS2022 instance #1675

Closed adameska closed 2 years ago

adameska commented 2 years ago

I'm trying to hook into this with a new project i'm creating in VS2022 but it doesn't look like this library has a 143 version, any way someone can create an updated library for this so i can utilize it?

barcharcraz commented 2 years ago

the nuget package is not maintained by me, and is not up to date. To use cpprestsdk in VS2022 migrate to vcpkg (https://github.com/Microsoft/vcpkg). vcpkg can export a nuget package for you, if that's how you would like to consume things.