Skip to content

Commit 2ee26d9

Browse files
committed
chore: update NETCoreSdk version
1 parent 4eee45a commit 2ee26d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

reference/Commerce/src/Commerce/Commerce.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<WasmShellLoadAllSatelliteResources>true</WasmShellLoadAllSatelliteResources>
4848
</PropertyGroup>
4949

50-
<Target Name="Issue109289_Workaround" AfterTargets="_BrowserWasmWriteRspForLinking" Condition=" '$(NETCoreSdkVersion)' == '9.0.100' " >
50+
<Target Name="Issue109289_Workaround" AfterTargets="_BrowserWasmWriteRspForLinking" Condition=" '$(NETCoreSdkVersion)' == '9.0.101' " >
5151
<ItemGroup>
5252
<_WasmLinkStepArgs Remove="@(_EmccLinkStepArgs)" />
5353
<_EmccLinkStepArgs Remove="&quot;%(_WasmNativeFileForLinking.Identity)&quot;" />

reference/Commerce/src/global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Uno.Sdk": "5.6.22"
55
},
66
"sdk": {
7-
"allowPrerelease": false
7+
"allowPrerelease": false,
8+
"version": "5.0.101"
89
}
910
}

0 commit comments

Comments
 (0)