Skip to content

Commit

Permalink
Update NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Klein committed Apr 28, 2023
1 parent 0c3b2ef commit 62cc29b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Sownloader.Core/Sownloader.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="2.11.0" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="taglib-sharp-netstandard2.0" Version="2.1.0" />
</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions Sownloader/Sownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1293.44" />
<PackageReference Include="Serilog" Version="2.11.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1722.45" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="taglib-sharp-netstandard2.0" Version="2.1.0" />
<PackageReference Include="WindowsAPICodePack" Version="1.1.3" />
<PackageReference Include="WindowsAPICodePack" Version="7.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 62cc29b

Please sign in to comment.