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.
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.
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!