Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 417 Bytes

File metadata and controls

23 lines (18 loc) · 417 Bytes

GoogleTaskExport Contributor Guide

Development Prerequisites

To develop Technetium, you'll need .NET SDK version 8 or later.

Build the Project

Execute the following shell command:

$ dotnet build

Run Tests

Execute the following shell command:

$ dotnet test