Skip to content

Commit

Permalink
[Pipeline] Don't use native libraries from AssimpNet nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Dec 20, 2024
1 parent d2edb55 commit 2dd20e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@


<ItemGroup>
<PackageReference Include="AssimpNet" Version="5.0.0-beta1" IncludeAssets="compile;runtime;build" ExcludeAssets="native" />
<PackageReference Include="AssimpNet" Version="5.0.0-beta1" IncludeAssets="compile;build" ExcludeAssets="runtime;native" />
<PackageReference Include="MonoGame.Library.Assimp" Version="5.3.1.2" />
<PackageReference Include="BCnEncoder.Net" Version="2.1.0" />
<PackageReference Include="Microsoft.NETCore.App" Version="2.1.30" />
Expand Down

0 comments on commit 2dd20e4

Please sign in to comment.