Skip to content

Commit

Permalink
Remove workaround for dotnet/runtime#58112 (xamarin#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Sep 8, 2021
1 parent 03bdce5 commit 469d7f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iOSCoolApp/dotnet/iOSCoolApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
// We test this because ? interpreter support
-->
<TargetFramework>net6.0-ios</TargetFramework>
<!-- Due to https://github.com/dotnet/runtime/issues/58112, we can only use ios-arm64 here for now -->
<!-- <RuntimeIdentifiers>ios-arm64;ios-arm</RuntimeIdentifiers> -->
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<RuntimeIdentifiers>ios-arm64;ios-arm</RuntimeIdentifiers>
<OutputType>Exe</OutputType>
<RootNamespace>iOSCoolApp</RootNamespace>
<AssemblyName>iOSCoolApp</AssemblyName>
Expand Down

0 comments on commit 469d7f5

Please sign in to comment.