Skip to content

Commit

Permalink
update serilog
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed May 12, 2023
1 parent 0d7b9ab commit 5c89a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analogy.UnitTests/Analogy.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<ItemGroup>
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="3.8.3" />
<PackageReference Include="Analogy.LogViewer.Serilog" Version="3.8.3" />
<PackageReference Include="Analogy.LogViewer.Serilog" Version="3.8.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PackageReference Include="Analogy.LogViewer.PlainTextParser" Version="3.8.3" />
<PackageReference Include="Analogy.LogViewer.RegexParser" Version="3.8.3" />
<PackageReference Include="Analogy.LogViewer.WindowsEventLogs" Version="3.8.3" />
<PackageReference Include="Analogy.LogViewer.Serilog" Version="3.8.3" />
<PackageReference Include="Analogy.LogViewer.Serilog" Version="3.8.3.1" />
<PackageReference Include="Analogy.LogViewer.GitHistory" Version="3.8.3" />
<PackageReference Include="Analogy.LogViewer.Github" Version="3.8.3.2" />
<PackageReference Include="Analogy.LogViewer.gRPC" Version="3.8.3" />
Expand Down

0 comments on commit 5c89a24

Please sign in to comment.