<Project Sdk="Microsoft.NET.Sdk">
  
  <PropertyGroup>
    <OutputType>Library</OutputType>
  </PropertyGroup>
  
  <ItemGroup>
    <PackageReference Include="ExtendedNumerics.BigRational" Version="2023.1000.2.328" />
  </ItemGroup>

</Project>