Files from the “net6.0_native" Folder Appeared Again

Hi!
In the "TestAspose” project I use Aspose.Slides.NET6.CrossPlatform:
<PackageReference Include="Aspose.Slides.NET6.CrossPlatform" Version="24.2.0" />

Files from the “net6.0_native” folder appeared in the root of the project.
image.png (32.5 KB)

I created the nuget package from the project: TestAspose.1.0.0.nupkg.
In another project “ AsposeSlides” I am connecting the nuget package TestAspose.1.0.0.nupkg:
<PackageReference Include="TestAspose" Version="1.0.0" />
image.png (22.5 KB)

But files from the folder “net6.0_native” from Aspose .Slides.NET6.CrossPlatform. appeared in it again I don’t need it. How can I remove these files?

@PoweRDeaD,
Thank you for posting the question. I need some time to check the issue. I will get back to you soon.

@PoweRDeaD,
Unfortunately, I couldn’t reproduce the problem you described. My test projects: files.zip (109.1 KB)
If the issue persists, please share more details on how to do this.

Hi.

In Visual Studio 2022, I open your solution ‘AsposeSlides’ and rebuild it. And the files from the ‘net6.0_native’ directory are shown in the root of the solution.

image.png (22.5 KB)

@PoweRDeaD,
In Visual Studio 2022, I also rebuilt the solution. The files did not appear. rebuild.png (59.8 KB).
Unfortunately, I can’t tell you what the problem is on your side.