Skip to content

Commit

Permalink
fix: find an appropriate version of .NET Core MSBuild on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Flash0ver committed Nov 27, 2023
1 parent 6e39841 commit 8472c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.6.10" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.5.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
Expand Down

0 comments on commit 8472c20

Please sign in to comment.