Skip to content

Commit

Permalink
alkso update blazor
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Oct 25, 2024
1 parent efeac98 commit d39fc55
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp.Views.Blazor" Version="3.0.0-preview.5.4" />
<PackageReference Include="SkiaSharp.Views.Blazor" Version="2.88.9-preview.2.2" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="7.3.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />

<PackageReference
Condition="$(TargetFramework) == 'net6.0'"
Include="Microsoft.AspNetCore.Components.Web" Version="6.0.0" />
<PackageReference
Condition="$(TargetFramework) == 'net8.0'"
Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
<PackageReference Condition="$(TargetFramework) == 'net6.0'" Include="Microsoft.AspNetCore.Components.Web" Version="6.0.0" />
<PackageReference Condition="$(TargetFramework) == 'net8.0'" Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />

<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.1.5">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit d39fc55

Please sign in to comment.