Skip to content

Commit

Permalink
WinUI Projection: enable xaml compiler workaround on official Modern …
Browse files Browse the repository at this point in the history
….NET UWP support as well
  • Loading branch information
driver1998 committed Sep 23, 2024
1 parent ef48364 commit fce9c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projections/WinUI/WinUIProjection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<PackageId>DisposableMemory.ModernNetUAP.WinUI</PackageId>
<Version>2.8.6.1</Version>
<Version>2.8.6.2</Version>
<Authors>driver1998</Authors>
<Description>WinUI 2.x Projections and build support for Modern .NET, requires DisposableMemory.ModernNetUAP.XamlCompiler package.</Description>
<PackageProjectUrl>https://github.com/driver1998/ModernNetUAP.XamlCompiler</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PkgMicrosoft_WebView2 Condition="'$(PkgMicrosoft_WebView2)'==''">$([MSBuild]::NormalizeDirectory('$(NuGetPackageRoot)', 'microsoft.web.webview2', '$(_PkgWebView2_Version)'))</PkgMicrosoft_WebView2>
</PropertyGroup>

<Target Name="WinUIXamlCompileReferenceWrap" BeforeTargets="XamlCompilePass1ReferenceWrap">
<Target Name="WinUIXamlCompileReferenceWrap" BeforeTargets="MarkupCompilePass1">
<ItemGroup>
<!-- If WinUI 2 NuGet package is referenced in the main project,
WinForms and WPF versions of WebView2 will be referenced
Expand Down

0 comments on commit fce9c49

Please sign in to comment.