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

No NuGet package for Visual Studio 2022 #1687

Closed aforgiel closed 2 years ago

aforgiel commented 2 years ago

Dear all, Visual Studio 2022 is available since November 2021 and there is still no v143 NuGet package available for cpprestsdk. I understand this library is not in active development anymore. Nevertheless, it is an important one leveraged by many projects (including mine!) and it would be beneficial to make it available thru the latest Visual Studio toolchain. Best regards, Arnaud

barcharcraz commented 2 years ago

We do not maintain the nuget package here. Please migrate to vcpkg (https://github.com/Microsoft/vcpkg) which, while is maintained and which I do update when cutting a new release.