Skip to content

Commit

Permalink
Set PolySharp reference PrivateAssets to all (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevTV authored Aug 13, 2024
1 parent a37eb58 commit 1e282d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Disarm/Disarm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PolySharp" Version="1.13.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="PolySharp" Version="1.13.1" Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 1e282d6

Please sign in to comment.