Skip to content

Commit 5e31b36

Browse files
authored
Update Avalonia.Browser.props (#13820)
1 parent cec229f commit 5e31b36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Browser/Avalonia.Browser/Avalonia.Browser.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<ShouldIncludeAvaloniaJavaScript Condition=" '$(ShouldIncludeAvaloniaJavaScript)' == '' ">True</ShouldIncludeAvaloniaJavaScript>
44
<ShouldIncludeNativeSkiaSharp Condition=" '$(ShouldIncludeNativeSkiaSharp)' == '' ">True</ShouldIncludeNativeSkiaSharp>
55
<ShouldIncludeNativeHarfBuzzSharp Condition=" '$(ShouldIncludeNativeHarfBuzzSharp)' == '' ">True</ShouldIncludeNativeHarfBuzzSharp>
6+
<!-- .NET 8 changes default location for dotnet script to the "_framework" subfolder, -->
7+
<!-- But this change would introduce a breaking change to Avalonia users, so we revert it back to the .NET 7 state. -->
8+
<WasmRuntimeAssetsLocation Condition="'$(WasmRuntimeAssetsLocation)' == ''">./</WasmRuntimeAssetsLocation>
69
</PropertyGroup>
710
</Project>

0 commit comments

Comments
 (0)