Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet: Fix VS2022 compatibility #912

Merged
merged 1 commit into from
May 15, 2023

Conversation

sven-molkenstruck
Copy link
Contributor

  • Move AdditionalIncludeDirectories section from libcpr.props to libcpr.targets.
  • Add %(AdditionalIncludeDirectories).
  • Minor cleanup of line indentation in libcpr.probs.

This fixes my issue #902 in Visual Studio 2022 Version 17.5.5.
However I have not tested any other environments.

… libcpr.targets. Add %(AdditionalIncludeDirectories). Minor cleanup of line indentation.
Copy link
Member

@COM8 COM8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I will trigger a new NuGet build as soon as this has been merged.

@COM8 COM8 linked an issue May 15, 2023 that may be closed by this pull request
@COM8 COM8 merged commit f26502b into libcpr:master May 15, 2023
COM8 added a commit that referenced this pull request May 15, 2023
NuGet: Fix VS2022 compatibility
COM8 added a commit that referenced this pull request May 15, 2023
NuGet: Fix VS2022 compatibility
@sven-molkenstruck sven-molkenstruck deleted the fix-nuget-vs2022 branch May 15, 2023 11:54
@sven-molkenstruck
Copy link
Contributor Author

Thank you @COM8
Your new NuGet build 1.10.4 works fine for me. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NuGet package: 'AdditionalIncludeDirectories' not working in VS 2022
2 participants