Skip to content

Commit

Permalink
Merge pull request #64 from egvijayanand/working
Browse files Browse the repository at this point in the history
MauiBlazor Markup updated to support .NET MAUI on .NET 8 Preview 6
  • Loading branch information
egvijayanand authored Aug 8, 2023
2 parents 8f28d56 + 40b2469 commit 7fdff90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Join me on Developer Thoughts, https://egvijayanand.in/, an exclusive blog for .NET MAUI and Blazor.

What's new in ver. 3.0.0-preview.5:
What's new in ver. 3.0.0-preview.6:
-----------------------------------
This version of package is released on top of .NET MAUI (ver. 8.0.0-preview.6.8686) on .NET 8 Preview 6.

v3.0.0-preview.5:

This version of package is released on top of .NET MAUI (ver. 8.0.0-preview.3.8149) on .NET 8 Preview 3.

v3.0.0-preview.4:
Expand Down
2 changes: 1 addition & 1 deletion src/MauiBlazor.Markup/PackageVersion-Net8.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-preview.5
3.0.0-preview.6

0 comments on commit 7fdff90

Please sign in to comment.