Skip to content

Commit

Permalink
Updated NLog
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Apr 29, 2024
1 parent 91a9718 commit ebaf28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ThriveLauncher/ThriveLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
<PackageReference Include="NLog" Version="5.3.1" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.9" />
<!-- Needed due to avalonia requiring a really old Microsoft CodeAnalysis module-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
Expand Down

0 comments on commit ebaf28b

Please sign in to comment.