Skip to content

Commit

Permalink
Update ZeroRedact.DemoSite.csproj
Browse files Browse the repository at this point in the history
Updated ZeroRedact package + other packages
  • Loading branch information
nikouu committed Oct 10, 2024
1 parent 535eeb9 commit c6eba8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ZeroRedact.DemoSite/ZeroRedact.DemoSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
<PackageReference Include="Nikouu.ZeroRedact" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
<PackageReference Include="Nikouu.ZeroRedact" Version="2.2.0" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="3.0.0" />
</ItemGroup>

Expand Down

0 comments on commit c6eba8f

Please sign in to comment.