Skip to content

Commit

Permalink
Update Avalonia.Browser.props (#13820)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Dec 5, 2023
1 parent c03d82c commit 4e85d0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Browser/Avalonia.Browser/Avalonia.Browser.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
<ShouldIncludeAvaloniaJavaScript Condition=" '$(ShouldIncludeAvaloniaJavaScript)' == '' ">True</ShouldIncludeAvaloniaJavaScript>
<ShouldIncludeNativeSkiaSharp Condition=" '$(ShouldIncludeNativeSkiaSharp)' == '' ">True</ShouldIncludeNativeSkiaSharp>
<ShouldIncludeNativeHarfBuzzSharp Condition=" '$(ShouldIncludeNativeHarfBuzzSharp)' == '' ">True</ShouldIncludeNativeHarfBuzzSharp>
<!-- .NET 8 changes default location for dotnet script to the "_framework" subfolder, -->
<!-- But this change would introduce a breaking change to Avalonia users, so we revert it back to the .NET 7 state. -->
<WasmRuntimeAssetsLocation Condition="'$(WasmRuntimeAssetsLocation)' == ''">./</WasmRuntimeAssetsLocation>
</PropertyGroup>
</Project>

0 comments on commit 4e85d0a

Please sign in to comment.