Remove hard Mimalloc dependency

This commit is contained in:
2026-03-30 15:46:05 +09:00
parent aae8e2826f
commit 669185ab0c

View File

@@ -7,7 +7,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Misaki</Authors>
<AssemblyVersion>1.6.0</AssemblyVersion>
<AssemblyVersion>1.6.1</AssemblyVersion>
<Version>$(AssemblyVersion)</Version>
<PackageProjectUrl>https://git.personalnas.com/Misaki/Misaki.HighPerformance.git</PackageProjectUrl>
<RepositoryUrl>https://git.personalnas.com/Misaki/Misaki.HighPerformance.git</RepositoryUrl>
@@ -37,10 +37,6 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="TerraFX.Interop.Mimalloc" Version="1.6.7.2" />
</ItemGroup>
<ItemGroup>
<None Update="Collections\FixedString.tt">
<Generator>TextTemplatingFileGenerator</Generator>