Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jan 16, 2025
1 parent a38e870 commit 6628571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<ItemGroup>
<PackageReference Include="Moq" />
<PackageReference Include="StrongNamer" />
<!-- Fixes "Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies." -->
<PackageReference Include="System.Memory" VersionOverride="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<ItemGroup>
<PackageReference Include="Moq" />
<PackageReference Include="StrongNamer" />
<!-- Fixes "Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies." -->
<PackageReference Include="System.Memory" VersionOverride="4.6.0" />
</ItemGroup>

</Project>

0 comments on commit 6628571

Please sign in to comment.