Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 308 Bytes

Introduction

This repository contains a skeleton of a dotnet project.

Build

Building Code

Execute .\build.ps1 to build the code.

Commands Used

For creating dotnet projects

dotnet new classlib --framework "net6.0" -o Vehicles dotnet new mstest --framework "net6.0" -o Vehicles.Tests