Skip to content

Commit

Permalink
Merge pull request #3135 from planetarium/enable-paev-logging
Browse files Browse the repository at this point in the history
enable paev logging
  • Loading branch information
area363 authored Jan 16, 2025
2 parents f964b76 + 94eab72 commit 9e9cc19
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .Lib9c.Plugin/Lib9c.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,15 @@
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
</ItemGroup>


<ItemGroup>
<PackageReference Include="Serilog" Version="4.1.0-dev-02238">
<Private>false</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Pyroscope" Version="0.8.14">
<Private>false</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 9e9cc19

Please sign in to comment.