Skip to content

Commit

Permalink
Update sample site
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Oct 27, 2023
1 parent d631415 commit 2ba83a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SampleSites/Client/SampleSite.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="1.3.6" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
Expand All @@ -26,8 +26,8 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-preview.7.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0-preview.7.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0-rc.2.*" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2ba83a1

Please sign in to comment.