Skip to content

Commit 4a04e64

Browse files
Merge 526ab13 into b10fe19
2 parents b10fe19 + 526ab13 commit 4a04e64

4 files changed

Lines changed: 27 additions & 26 deletions

File tree

src/SetlistStudio.Core/SetlistStudio.Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" />
10+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
11+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
1112
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
1213
</ItemGroup>
1314

src/SetlistStudio.Infrastructure/SetlistStudio.Infrastructure.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.21" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.21" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.21" />
1313
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8" />
15-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" />
16-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.21" />
15+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
1717
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1818
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
1919
<!-- Security vulnerability fixes -->
2020
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
2121
<PackageReference Include="Azure.Identity" Version="1.11.4" />
22-
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
22+
<PackageReference Include="Microsoft.Identity.Client" Version="4.78.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

src/SetlistStudio.Web/SetlistStudio.Web.csproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.11" />
11-
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.11" />
12-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.11" />
13-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" />
14-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.11" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
10+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.21" />
11+
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.21" />
12+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.21" />
13+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
14+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.21" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.21" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.21" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.21" />
1818
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
19-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.11" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
19+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.21" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.21">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>
@@ -28,13 +28,13 @@
2828
<!-- Security vulnerability fixes -->
2929
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
3030
<PackageReference Include="Azure.Identity" Version="1.11.4" />
31-
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
31+
<PackageReference Include="Microsoft.Identity.Client" Version="4.78.0" />
3232
<!-- Azure Key Vault integration for secure secrets management -->
3333
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
3434
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
3535
<!-- Redis packages for load balancing and distributed caching -->
36-
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.11" />
37-
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.11" />
36+
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.21" />
37+
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.21" />
3838
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
3939
<!-- Security fix: Force MessagePack to secure version (CVE-2024-48924) -->
4040
<PackageReference Include="MessagePack" Version="2.5.187" />

tests/SetlistStudio.Tests/SetlistStudio.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
2020
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2121
<PackageReference Include="xunit" Version="2.6.1" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
@@ -27,15 +27,15 @@
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
<PrivateAssets>all</PrivateAssets>
2929
</PackageReference>
30-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
31-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.21" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.21" />
3232
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
33-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8" />
33+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.21" />
3434
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
3535
<PackageReference Include="Moq" Version="4.20.69" />
3636
<PackageReference Include="FluentAssertions" Version="6.12.0" />
3737
<PackageReference Include="Testcontainers.PostgreSql" Version="4.8.1" />
38-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" />
38+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
3939
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
4040
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
4141
<PackageReference Include="bunit" Version="1.24.10" />

0 commit comments

Comments
 (0)