Skip to content

Commit

Permalink
Manually upgrade LSP project dependencies to match Backend project
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Jun 26, 2024
1 parent f778cae commit 663295a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/ILSpyX.Backend.LSP/ILSpyX.Backend.LSP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<PackageReference Include="ICSharpCode.ILSpyX" Version="8.2.0.7535" />
<PackageReference Include="Mono.Cecil" Version="0.11.5" />
<PackageReference Include="OmniSharp.Extensions.LanguageServer" Version="0.19.9" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog" Version="4.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 663295a

Please sign in to comment.