delegateas / XrmDefinitelyTyped

Tool to generate TypeScript declaration files for Dynamics 365/CDS client-side coding.
http://delegateas.github.io/Delegate.XrmDefinitelyTyped/
MIT License
134 stars 53 forks source link

Nuget Package Content for .Net Core project #187

Open khoait opened 4 years ago

khoait commented 4 years ago

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 element in .nuspec file. Reference here: https://docs.microsoft.com/en-us/nuget/reference/nuspec#including-content-files

Thanks!

TomMalow commented 4 years ago

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