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 0af9ed0 commit f60c75cCopy full SHA for f60c75c
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