Skip to content

Commit 0348ab5

Browse files
committed
Update packages
1 parent 26dbf67 commit 0348ab5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/LinkDotNet.Blog.Infrastructure/LinkDotNet.Blog.Infrastructure.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.EntityFrameworkCore" Version="6.0.2" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
1111
<PackageReference Include="RavenDB.Client" Version="5.3.100" />
1212
<PackageReference Include="X.PagedList" Version="8.1.0" />
1313
</ItemGroup>

src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<PackageReference Include="Blazored.Toast" Version="3.2.2" />
1010
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
1111
<PackageReference Include="Markdig" Version="0.28.0" />
12-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.2" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.2" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.2" />
12+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.3" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.3" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.2" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.2" />
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.3" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.3" />
1111
<PackageReference Include="RavenDB.TestDriver" Version="5.3.100" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)