Skip to content

Commit

Permalink
fix: alpine linux execution.
Browse files Browse the repository at this point in the history
Fixes Version 3.1.0 does not work on Alpine Linux #75
  • Loading branch information
leonardochaia committed Mar 9, 2023
1 parent 1486c15 commit 5784758
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<PackageVersion Include="MinVer" Version="4.3.0" />

<PackageVersion Include="Microsoft.Build.Prediction" Version="1.2.1" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.5.5" />

<!-- REMARKS: Microsoft.Build.Locator v1.5.5 breaks runtime on Alpine Linux, see #75 -->
<PackageVersion Include="Microsoft.Build.Locator" Version="1.4.1" />

<PackageVersion Include="BenchmarkDotNet" Version="0.13.5" />
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" Condition="'$(OS)' == 'Windows_NT'"/>
Expand Down

0 comments on commit 5784758

Please sign in to comment.