Skip to content

Commit

Permalink
Additional fixes (#103299)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Jun 11, 2024
1 parent d06fb08 commit 29f3110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"packs": [
"Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.ios-arm64",
"Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-arm64",
"Microsoft.NETCore.App.Runtime..${NetVersion}.iossimulator-x64"
"Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-x64"
],
"extends": [ "microsoft-net-runtime-mono-tooling" ],
"platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
Expand Down Expand Up @@ -239,7 +239,7 @@
"any": "Microsoft.NETCore.App.Runtime.Mono.android-x86"
}
},
"Microsoft.NETCore.App.Runtime.AOT.${NetVersion}.Cross.android-x86": {
"Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-x86": {
"kind": "Sdk",
"version": "${PackageVersion}",
"alias-to": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

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

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

0 comments on commit 29f3110

Please sign in to comment.