Skip to content

Commit 1739185

Browse files
committed
chore: Update packages
1 parent d639aef commit 1739185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<PackageReference Include="Blazored.Toast" Version="4.1.0" />
99
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" PrivateAssets="all" />
1010
<PackageReference Include="Markdig" Version="0.31.0" />
11-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.9" />
11+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0-preview.6.23329.11" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-preview.6.23329.4" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-preview.6.23329.4" />
14-
<PackageReference Include="System.ServiceModel.Syndication" Version="7.0.0" />
14+
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0-preview.6.23329.7" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.9" />
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-preview.6.23329.11" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-preview.6.23329.4" />
1111
<PackageReference Include="RavenDB.TestDriver" Version="5.4.107" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)