Skip to content

Commit

Permalink
Fix MUSL bug in JetBrains.HabitatDetector
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Jun 14, 2024
1 parent 04dbbd7 commit a1c8edb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Supported frameworks:
<PackageProjectUrl>https://github.com/JetBrains/profiler-self-api/blob/master/README.md</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>jetbrains profiler profiling memory performance net dotnet netcore dotnetcore netstandard windows uwp macos mac linux musl glibc x86 x64 arm64 x86-64 x86_64 aarch64</PackageTags>
<Version>2.5.7</Version>
<Version>2.5.8</Version>
</PropertyGroup>
<ItemGroup>
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.0" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.5" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.1" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.6" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<Reference Condition="'$(TargetFramework)' == 'net46'" Include="System.IO.Compression" />
Expand Down

0 comments on commit a1c8edb

Please sign in to comment.