Skip to content

Commit

Permalink
Update referencing packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Nov 12, 2024
1 parent 1def1fb commit 5816bf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AwesomeBlazor.Models/AwesomeBlazor.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Markdig" Version="0.38.0" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions AwesomeBlazorBrowser/AwesomeBlazorBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0-rc.2.24474.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0-rc.2.24474.3" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="9.0.0" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="3.0.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="5.0.0-preview.2" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="5.0.0" />
<PackageReference Include="Toolbelt.Web.CssClassInlineBuilder" Version="3.1.0.1" />
<PackageReference Include="Toolbelt.Blazor.GradatedText" Version="1.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 5816bf9

Please sign in to comment.