[Tizen] Fix unsupportedCrossgenLibs.arm64 (#304)
[platform/upstream/coreclr.git] / Directory.Build.targets
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project>
3   <Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(ArcadeBuild)' == 'True'"/>
4
5   <PropertyGroup>
6     <!-- SDK sets product to assembly but we want it to be our product name -->
7     <Product>Microsoft%AE .NET Core</Product>
8
9     <!-- Use the .NET Core product branding version for informational version description -->
10     <InformationalVersion>$(ProductVersion)</InformationalVersion>
11     <InformationalVersion Condition="'$(VersionSuffix)' != ''">$(InformationalVersion)-$(VersionSuffix)</InformationalVersion>
12   </PropertyGroup>
13 </Project>