XrmDefinitelyTyped icon indicating copy to clipboard operation
XrmDefinitelyTyped copied to clipboard

Nuget Package Content for .Net Core project

Open khoait opened this issue 5 years ago • 1 comments

Hi, I'm trying to install the Nuget package in a .Net Core 3.0 project. But the content of the package is not copied to the project directory. It's working with normal .Net Framework project.

It would be great if it can behave the same for .Net Core project. This can be achieved by adding <contentFiles> element in .nuspec file. Reference here: https://docs.microsoft.com/en-us/nuget/reference/nuspec#including-content-files

Thanks!

khoait avatar Jun 22 '20 10:06 khoait

We haven't looked into supporting .net core as the CRM sdk's only supports .net framework 4.7.2. But it should be feasible with XDT as we only use and .exe to generate typescript code.

We will take a look at it

TomMalow avatar Jun 24 '20 06:06 TomMalow