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

Commit

Permalink
chore(deps): update dotnet monorepo to v3.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 11, 2021
1 parent 758cdee commit 5ed79ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.18" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.18" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.20" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.20" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/BlazorTable/BlazorTable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

<ItemGroup>
<PackageReference Include="LINQKit.Core" Version="1.1.26" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.18" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.18" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="3.1.18" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.20" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.20" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="3.1.20" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 5ed79ae

Please sign in to comment.