Skip to content

Commit

Permalink
Always use highest version of XSharp Package
Browse files Browse the repository at this point in the history
  • Loading branch information
quajak authored Sep 12, 2021
1 parent d9df978 commit 70a1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Targets/InternalPackages.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<InternalPackage Include="@(XSharpPackage)" Version="$(XSharpVersion)" RepoRoot="$(XSharpRepoRoot)" />
<InternalPackage Include="@(XSharpPackage)" Version="Highest" RepoRoot="$(XSharpRepoRoot)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 70a1736

Please sign in to comment.