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

Support for C++/CLI (.NET 4.5) #976

Closed
wants to merge 1 commit into from
Closed

Support for C++/CLI (.NET 4.5) #976

wants to merge 1 commit into from

Conversation

fubar-coder
Copy link

This PR adds support for C++/CLI (.NET 4.5).

An import node for the .targets file gets added to the project during the installation of the NuGet package, which includes all necessary references and reuses the net45 build. IntelliSense in VS2015 Update 3 recognizes this change immediately.

The "trick" with the _._ file is required, because NuGet needs a lib entry named native (TFM).

A runbuild.ps1 and a test using a private NuGet feed works as expected.

@JamesNK
Copy link
Owner

JamesNK commented Oct 11, 2018

Hi

I'm not sure whether this is still a thing. Comment here if this is important. My perspective is Json.NET is focused on managed consumers.

@JamesNK JamesNK closed this Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants