Skip to content

Commit

Permalink
nuget package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vKaras1337 committed Apr 11, 2023
1 parent 5e75317 commit 6063ac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Serilog.Sinks.LINQPad/Serilog.Sinks.LINQPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LINQPad" Version="5.40.0" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="LINQPad.Runtime" Version="7.2.7" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="LINQPad" Version="5.46.0" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="LINQPad.Runtime" Version="7.6.6" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 6063ac1

Please sign in to comment.