Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Oct 22, 2023
1 parent 3d5c421 commit e445b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pkmds.Blazor/Pkmds.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.11" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.12" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Pkmds.Rcl/Pkmds.Rcl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KristofferStrube.Blazor.FileSystemAccess" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.11" />
<PackageReference Include="KristofferStrube.Blazor.FileSystemAccess" Version="3.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.12" />
<PackageReference Include="MudBlazor" Version="6.11.0" />
<PackageReference Include="PKHeX.Core" Version="23.9.25" />
<PackageReference Include="PKHeX.Core" Version="23.10.11" />
</ItemGroup>

</Project>

0 comments on commit e445b87

Please sign in to comment.