Fewer ilstubs in corelib from reflection apis (dotnet/coreclr#24708)
[mono-project.git] / netcore / corefx-restore.csproj
blobe4e519d0b69d9d47ad5885ac53b3ab8680962dcb
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <OutputType>Library</OutputType>
4     <TargetFramework>netcoreapp30</TargetFramework>
5     <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
6     <EnableDefaultItems>false</EnableDefaultItems>
7     <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
8   </PropertyGroup>
9   <ItemGroup>
10     <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
11     <PackageReference Include="Microsoft.Private.CoreFx.OOB" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
12   </ItemGroup>
13 </Project>