CSharp Dotnet

From bibbleWiki
Revision as of 05:20, 8 November 2024 by Iwiseman (talk | contribs) (Created page with "=Introduction= This page is a reminder of using dotnet on (I guess) linux =Building= Sounds bizarre but can forget how to do this after all the Typescript stuff so <syntaxhighlight lang="bash"> dotnet build </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

This page is a reminder of using dotnet on (I guess) linux

Building

Sounds bizarre but can forget how to do this after all the Typescript stuff so

dotnet build