Skip to content

Commit

Permalink
Update referenced packages (#42)
Browse files Browse the repository at this point in the history
nuget:
* EPPlus 7.2.2 => 7.3.1
* Microsoft.Data.SqlClient  => 5.2.2
* NLog.Web.AspNetCore => 5,3,11 => NLog.Web.5.3.12
* Microsoft.EntityFrameworkCore.SqlServer 8.0.7 => 8.0.8
* Microsoft.VisualStudio.Web.CodeGeneration.Design 8.0.3 => 8.0.5

npm:
* autoprefixer 10.4.4 => 10.4.20
* cssnano 6.0.0 => 7.0.4
* is-svg 4.3.2 => 5.1.0
* posscss 8.4.31 => 8.4.41
* sass 1.57.1 => 1.77.8
* trim-newlines 4.0.2 => 5.0.0
  • Loading branch information
axunonb authored Sep 16, 2024
1 parent fb1bbc5 commit 97184e2
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 461 deletions.
12 changes: 6 additions & 6 deletions ClubSite/ClubSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="EPPlus" Version="7.2.2" />
<PackageReference Include="EPPlus" Version="7.3.1" />
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.11" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.13" />
<PackageReference Include="Piranha" Version="11.1.0" />
<PackageReference Include="Piranha.AspNetCore" Version="11.1.0" />
<PackageReference Include="Piranha.AspNetCore.Identity" Version="11.1.0" />
Expand All @@ -32,13 +32,13 @@
<PackageReference Include="Piranha.Local.FileStorage" Version="11.1.0" />
<PackageReference Include="Piranha.Manager" Version="11.1.0" />
<PackageReference Include="Piranha.Manager.TinyMCE" Version="11.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.3" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.5" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 97184e2

Please sign in to comment.