[netcore] Add libc name transition
[mono-project.git] / netcore / corefx-restore.csproj
blob7d2370bb85a8cebd6119051ed791a90f6568b483
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <OutputType>Library</OutputType>
4     <TargetFramework>netcoreapp3.0</TargetFramework>
5     <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
6     <EnableDefaultItems>false</EnableDefaultItems>
7     <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
8   </PropertyGroup>
9   <ItemGroup>
10     <PackageReference Include="Microsoft.Diagnostics.Runtime" Version="1.0.5" />
11     <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
12     <PackageReference Include="Microsoft.Private.CoreFx.OOB" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
13   </ItemGroup>
14 </Project>