Skip to content

Commit 597e7e0

Browse files
committed
chore: Remove unecessary Issue109289_Workaround
1 parent b66abff commit 597e7e0

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

reference/Commerce/src/Commerce/Commerce.csproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
2323
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
2424
-->
25-
2625
<!--<WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion>-->
2726

2827
<!--
@@ -44,25 +43,8 @@
4443
Navigation;
4544
ExtensionsCore;
4645
</UnoFeatures>
47-
<WasmShellLoadAllSatelliteResources>true</WasmShellLoadAllSatelliteResources>
4846
</PropertyGroup>
4947

50-
<Target Name="Issue109289_Workaround" AfterTargets="_BrowserWasmWriteRspForLinking" Condition=" '$(NETCoreSdkVersion)' == '9.0.101' " >
51-
<ItemGroup>
52-
<_WasmLinkStepArgs Remove="@(_EmccLinkStepArgs)" />
53-
<_EmccLinkStepArgs Remove="&quot;%(_WasmNativeFileForLinking.Identity)&quot;" />
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="&quot;%(_WasmNativeFileForLinking.Identity)&quot;" />
61-
<_WasmLinkDependencies Include="@(_WasmNativeFileForLinking)" />
62-
<_WasmLinkStepArgs Include="@(_EmccLinkStepArgs)" />
63-
</ItemGroup>
64-
</Target>
65-
6648
<ItemGroup>
6749
<None Remove="products.json" />
6850
<Content Include="products.json" />

reference/Commerce/src/global.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"Uno.Sdk": "5.6.22"
55
},
66
"sdk": {
7-
"allowPrerelease": false,
8-
"version": "9.0.101"
7+
"allowPrerelease": false
98
}
109
}

0 commit comments

Comments
 (0)