Skip to content

Commit

Permalink
Include Pyroscope only if not building for Unity
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Jul 17, 2024
1 parent bbeff75 commit a932c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib9c/Lib9c.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
<ItemGroup>
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
<PackageReference Include="OptimizedPriorityQueue" Version="4.2.0" />
<PackageReference Include="Pyroscope" Version="0.8.14" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.38.0.46746">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</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)' == ''" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a932c61

Please sign in to comment.