Skip to content

Commit e0906cb

Browse files
Merge 5a8a3c0 into cf8823b
2 parents cf8823b + 5a8a3c0 commit e0906cb

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

src/SetlistStudio.Core/SetlistStudio.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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" />
1111
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
1212
</ItemGroup>
1313

src/SetlistStudio.Infrastructure/SetlistStudio.Infrastructure.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
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" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8" />
14-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
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" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.21" />
14+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
1616
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1717
<!-- Security vulnerability fixes -->
1818
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
1919
<PackageReference Include="Azure.Identity" Version="1.11.4" />
20-
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
20+
<PackageReference Include="Microsoft.Identity.Client" Version="4.77.1" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

src/SetlistStudio.Web/SetlistStudio.Web.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
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" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" 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" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.21">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>
@@ -26,7 +26,7 @@
2626
<!-- Security vulnerability fixes -->
2727
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
2828
<PackageReference Include="Azure.Identity" Version="1.11.4" />
29-
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
29+
<PackageReference Include="Microsoft.Identity.Client" Version="4.77.1" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

tests/SetlistStudio.Tests/SetlistStudio.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1414
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1515
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1616
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
@@ -23,9 +23,9 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
27-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8" />
28-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.21" />
27+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.21" />
28+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
2929
<PackageReference Include="Moq" Version="4.20.69" />
3030
<PackageReference Include="FluentAssertions" Version="6.12.0" />
3131
<PackageReference Include="bunit" Version="1.24.10" />

0 commit comments

Comments
 (0)