1 <?xml version="1.0" encoding="utf-8"?>
3 <Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(ArcadeBuild)' == 'True'"/>
6 <!-- SDK sets product to assembly but we want it to be our product name -->
7 <Product>Microsoft%AE .NET Core</Product>
9 <!-- Use the .NET Core product branding version for informational version description -->
10 <InformationalVersion>$(ProductVersion)</InformationalVersion>
11 <InformationalVersion Condition="'$(VersionSuffix)' != ''">$(InformationalVersion)-$(VersionSuffix)</InformationalVersion>