File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Browser/Avalonia.Browser Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
<ShouldIncludeAvaloniaJavaScript Condition =" '$(ShouldIncludeAvaloniaJavaScript)' == '' " >True</ShouldIncludeAvaloniaJavaScript >
4
4
<ShouldIncludeNativeSkiaSharp Condition =" '$(ShouldIncludeNativeSkiaSharp)' == '' " >True</ShouldIncludeNativeSkiaSharp >
5
5
<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 >
6
9
</PropertyGroup >
7
10
</Project >
You can’t perform that action at this time.
0 commit comments