Skip to content

Commit 5d6cf3d

Browse files
committed
TEMPORARY FIX until dotnet/sdk#51428 is merged
1 parent 30742b3 commit 5d6cf3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dotnet/targets/Microsoft.Sdk.Versions.template.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
RuntimePackRuntimeIdentifiers="@RUNTIME_PACK_RUNTIME_IDENTIFIERS@"
4444
Profile="@PLATFORM@"
4545
/>
46+
47+
<!-- Need this until https://github.com/dotnet/sdk/pull/51428 is completed -->
48+
<KnownFrameworkReference Update="Microsoft.NETCore.App" RuntimePackRuntimeIdentifiers="%(RuntimePackRuntimeIdentifiers);ios-arm64;iossimulator-x64;iossimulator-arm64;tvos-arm64;tvossimulator-x64;tvossimulator-arm64;maccatalyst-arm64;maccatalyst-x64" />
4649
</ItemGroup>
4750
</Project>

0 commit comments

Comments
 (0)