File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 22
22
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
23
23
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
24
24
-->
25
-
26
25
<!-- <WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion>-->
27
26
28
27
<!--
44
43
Navigation;
45
44
ExtensionsCore;
46
45
</UnoFeatures >
47
- <WasmShellLoadAllSatelliteResources >true</WasmShellLoadAllSatelliteResources >
48
46
</PropertyGroup >
49
47
50
- <Target Name =" Issue109289_Workaround" AfterTargets =" _BrowserWasmWriteRspForLinking" Condition =" '$(NETCoreSdkVersion)' == '9.0.101' " >
51
- <ItemGroup >
52
- <_WasmLinkStepArgs Remove =" @(_EmccLinkStepArgs)" />
53
- <_EmccLinkStepArgs Remove =" " %(_WasmNativeFileForLinking.Identity)" " />
54
- <_WasmLinkDependencies Remove =" @(_WasmNativeFileForLinking)" />
55
-
56
- <_SkiaSharpToReorder Include =" @(_WasmNativeFileForLinking)" Condition =" $([System.String]::Copy('%(FullPath)').Contains('SkiaSharp'))" />
57
- <_WasmNativeFileForLinking Remove =" @(_SkiaSharpToReorder)" />
58
- <_WasmNativeFileForLinking Include =" @(_SkiaSharpToReorder)" />
59
-
60
- <_EmccLinkStepArgs Include =" " %(_WasmNativeFileForLinking.Identity)" " />
61
- <_WasmLinkDependencies Include =" @(_WasmNativeFileForLinking)" />
62
- <_WasmLinkStepArgs Include =" @(_EmccLinkStepArgs)" />
63
- </ItemGroup >
64
- </Target >
65
-
66
48
<ItemGroup >
67
49
<None Remove =" products.json" />
68
50
<Content Include =" products.json" />
Original file line number Diff line number Diff line change 4
4
"Uno.Sdk" : " 5.6.22"
5
5
},
6
6
"sdk" : {
7
- "allowPrerelease" : false ,
8
- "version" : " 9.0.101"
7
+ "allowPrerelease" : false
9
8
}
10
9
}
You can’t perform that action at this time.
0 commit comments