Skip to content

Commit 29f3110

Browse files
authored
Additional fixes (#103299)
1 parent d06fb08 commit 29f3110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.json.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"packs": [
8585
"Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.ios-arm64",
8686
"Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-arm64",
87-
"Microsoft.NETCore.App.Runtime..${NetVersion}.iossimulator-x64"
87+
"Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-x64"
8888
],
8989
"extends": [ "microsoft-net-runtime-mono-tooling" ],
9090
"platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
@@ -239,7 +239,7 @@
239239
"any": "Microsoft.NETCore.App.Runtime.Mono.android-x86"
240240
}
241241
},
242-
"Microsoft.NETCore.App.Runtime.AOT.${NetVersion}.Cross.android-x86": {
242+
"Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-x86": {
243243
"kind": "Sdk",
244244
"version": "${PackageVersion}",
245245
"alias-to": {

src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.targets.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<ImportGroup Condition="'$(TargetsCurrent)' == 'true' and '$(TargetPlatformIdentifier)' == 'macOS'">
106106
<Import Project="Sdk.props" Sdk="Microsoft.NET.Runtime.MonoTargets.Sdk.${NetVersion}" />
107-
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Runtime.MonoTargets..${NetVersion}" />
107+
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Runtime.MonoTargets.Sdk.${NetVersion}" />
108108
</ImportGroup>
109109

110110
<ImportGroup Condition="'$(TargetsCurrent)' == 'true' and ('$(TargetPlatformIdentifier)' == 'ios' or '$(_IsiOSLibraryMode)' == 'true')">

0 commit comments

Comments
 (0)