Use explicit arithmetic checks in the amd64 watchOS simulator. (#20647)
[mono-project.git] / netcore / corefx-restore.csproj
bloba51ac53635a77e9b007c4e29bdcdbf029aa8e4ad
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <OutputType>Library</OutputType>
4     <TargetFramework>netcoreapp5.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>