You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #34980, we are overriding the name of Microsoft.NETCore.App.Runtime.{RID}.{version}.nupkg with Microsoft.NETCore.App.Runtime.Mono.{RID}.{version}.nupkg. This issue is follow up work to simplify what is being renamed.
In #34980, we are overriding the name of
Microsoft.NETCore.App.Runtime.{RID}.{version}.nupkg
withMicrosoft.NETCore.App.Runtime.Mono.{RID}.{version}.nupkg
. This issue is follow up work to simplify what is being renamed.<RidSpecificPackProperties>BaseId=$(MSBuildProjectName)$(RuntimeSpecificFrameworkSuffix).$(PackageBuildRID);IdPrefix=</RidSpecificPackProperties>
Update RidSpecificPackProperties in framework.packing.targets arcade#5287MobileGetBuildRidSpecificPackageProps
target and create a property groupRuntimeSpecificFrameworkSuffix
with .Mono inside. [installer] Add RuntimeSpecificFrameworkSuffix property #35124The end result should be the same. A
Microsoft.NETCore.App.Runtime.Mono.{RID}.{version}.nupkg
produced for desktop mono builds.The text was updated successfully, but these errors were encountered: