Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo to v3.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 758cdee commit d7b3662
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.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.22" />
<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.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.22" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="3.1.22" />
<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 d7b3662

Please sign in to comment.