tdf#163945 present drawable immediately
[LibreOffice.git] / net_ure / README.md
bloba890e1496254849d5a6a1e284afe0b0dd4d233df
1 # .NET UNO Runtime Environment
3 .NET assemblies for the newer cross-platform .NET UNO binding.
5 Contains code for the `net_basetypes` assembly, `net_bridge` assembly, and `net_bootstrap` native library, along with unit tests.
6 Includes scripts to build the `net_uretypes` and `net_oootypes` assemblies from IDL, using `netmaker` from the codemaker/ module.
7 Also includes scripts to build the `LibreOffice.Bindings` nuget package for the SDK.
9 The assemblies compile and can be consumed against .NET Standard 2.0, although the build requirement is set to .NET SDK 8.0 or higher for tests and examples, and to ensure cross platform uniformity.