Part of the Unknown6656 Core libraries, providing runtime functionalities for various other Unknown6656 libraries.
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, *"