Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.72 KB

File metadata and controls

38 lines (33 loc) · 1.72 KB

Build status releases nuget package nuget downloads issues repo size downloads forks stars

Unknown6656.Runtime

Part of the Unknown6656 Core libraries, providing runtime functionalities for various other Unknown6656 libraries.

Installation

Use one of the follwing methods to install and use this library:

  • Package Manager:
    PM> Install-Package Unknown6656.Runtime
  • .NET CLI:
    > dotnet add package Unknown6656.Runtime
  • Package reference (e.g. in a .csproj/.vbproj/.fsproj project file):
    <PackageReference Include="Unknown6656.Runtime" Version="*" />
  • Paket CLI:
    > paket add Unknown6656.Runtime
  • F# Interactive:
    #r "nuget: Unknown6656.Runtime, *"