Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 5b7bf81

Browse files
committed
chore(deps): update dotnet monorepo to v3.1.17
1 parent fb12f3d commit 5b7bf81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/BlazorTable.Sample.Shared/BlazorTable.Sample.Shared.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.Components" Version="3.1.11" />
10-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.11" />
9+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.17" />
10+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.17" />
1111
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1212
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
1313
</ItemGroup>

src/BlazorTable/BlazorTable.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="LINQKit.Core" Version="1.1.25" />
31-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.11" />
32-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.11" />
33-
<PackageReference Include="Microsoft.Extensions.Localization" Version="3.1.11" />
31+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.17" />
32+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.17" />
33+
<PackageReference Include="Microsoft.Extensions.Localization" Version="3.1.17" />
3434
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2">
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)