1 <Project Sdk="Microsoft.NET.Sdk">
3 <OutputType>Library</OutputType>
4 <TargetFramework>netcoreapp5.0</TargetFramework>
5 <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
6 <EnableDefaultItems>false</EnableDefaultItems>
7 <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
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)" />