Skip to content

Commit

Permalink
Fixes assembly load failure when building Stride based project on cle…
Browse files Browse the repository at this point in the history
…an machine (issue #2232) (#2308)
  • Loading branch information
azeno authored Jun 8, 2024
1 parent 8b07e0b commit 414faef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<BuildOutputInPackage Include="$(OutputPath)Microsoft.Extensions.FileSystemGlobbing.dll" />
<BuildOutputInPackage Include="$(OutputPath)Microsoft.Extensions.Primitives.dll" />
<BuildOutputInPackage Include="$(OutputPath)Stride.NuGetResolver*.dll" />
<!-- Needed by NuGet.Packaging see https://github.com/stride3d/stride/issues/2232 -->
<BuildOutputInPackage Include="$(OutputPath)System.Security.Cryptography.Pkcs.dll" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 414faef

Please sign in to comment.