We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30742b3 commit 5d6cf3dCopy full SHA for 5d6cf3d
dotnet/targets/Microsoft.Sdk.Versions.template.props
@@ -43,5 +43,8 @@
43
RuntimePackRuntimeIdentifiers="@RUNTIME_PACK_RUNTIME_IDENTIFIERS@"
44
Profile="@PLATFORM@"
45
/>
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" />
49
</ItemGroup>
50
</Project>
0 commit comments