Skip to content

Commit

Permalink
Include Pyroscope only if not targeting netstandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Jul 17, 2024
1 parent a932c61 commit 844a14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib9c/Lib9c.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</PackageReference>
<PackageReference Include="System.Reactive" Version="4.3.2" />
<PackageReference Include="CsvHelper" Version="15.0.5" />
<!-- Include Pyroscope only if not building for Unity -->
<PackageReference Include="Pyroscope" Version="0.8.14" Condition="'$(UNITY)' == ''" />
<!-- Include Pyroscope only if not targeting netstandard2.1 -->
<PackageReference Include="Pyroscope" Version="0.8.14" Condition="'$(TargetFramework)' != 'netstandard2.1'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 844a14b

Please sign in to comment.