Skip to content

Commit

Permalink
Update package references, bump v3.5.4 (#28)
Browse files Browse the repository at this point in the history
* EPPlus v6.2.4
* MailKit v4.0.0
* Microsoft.Data.SqlClient v5.1.1
* Microsoft.EntityFrameworkCore.SqlServer v7.0.5
* Microsoft.EntityFrameworkCore.Tools v7.0.5
* NLog.Web.AspNetCore v5.2.3
  • Loading branch information
axunonb authored May 16, 2023
1 parent eda0bdd commit 5e48d99
Show file tree
Hide file tree
Showing 2 changed files with 2,833 additions and 1,743 deletions.
14 changes: 7 additions & 7 deletions ClubSite/ClubSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>3.5.3</Version>
<Version>3.5.4</Version>
<Authors>axuno gGmbH</Authors>
<Description>The source code for https://www.volleyballclub.de/</Description>
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
Expand All @@ -13,17 +13,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EPPlus" Version="6.1.2" />
<PackageReference Include="MailKit" Version="3.5.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.2">
<PackageReference Include="EPPlus" Version="6.2.4" />
<PackageReference Include="MailKit" Version="4.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.10" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.2.1" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.2.3" />
<PackageReference Include="Piranha" Version="10.3.0" />
<PackageReference Include="Piranha.AspNetCore" Version="10.3.0" />
<PackageReference Include="Piranha.AspNetCore.Identity" Version="10.3.0" />
Expand Down
Loading

0 comments on commit 5e48d99

Please sign in to comment.