MSylvia / dotnet_runtime

Everything needed to host a CLR inside C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Runtime

Download runtime

Execute scripts/download-runtime.ps1 to download and unpack a prebuild runtime into bin/.

To download a specific runtime you can use the optional arguments -architecture <Arm32|Arm64|Arm64_Alpine|Local|X64|X86> and -platform <Linux|Local|Macos|Windows>

Example

download-runtime.ps1 -architecture Arm64_Alpine -platform Linux

Example project

For an example on how to use this repository check out this repo

About

Everything needed to host a CLR inside C++

License:MIT License


Languages

Language:C 51.2%Language:C++ 38.6%Language:Python 4.2%Language:Shell 3.5%Language:PowerShell 2.6%