Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 258 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 258 Bytes

NetX

GUI framework for .net standard. Curently just a concept and builds only on Linux. 😄

How to build it

It is simple.

  • Install Latest dotnet-cli
  • Change into Samples directory
  • From shell issue dotnet restore followed by dotnet build
  • Done