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 98ded24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Supported frameworks:
<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 98ded24

Please sign in to comment.