Fix unset ZapRelocationType for fixup (#18589)
[platform/upstream/coreclr.git] / Tools / OptimizationData.msbuild
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <TargetFrameworks>netcoreapp1.0;net46</TargetFrameworks>
4     <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
5   </PropertyGroup>
6   <ItemGroup>
7     <PackageReference Include="$(OptimizationDataPackageName)" Version="$(OptimizationDataVersion)" />
8   </ItemGroup>
9 </Project>