Skip to content

Commit

Permalink
Make PolySharp a build-time dependency (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup authored Nov 8, 2022
1 parent ac055df commit 6e3b585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoreLinq/MoreLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="PolySharp" Version="1.7.1" />
<PackageReference Include="PolySharp" Version="1.7.1" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6e3b585

Please sign in to comment.