Skip to content

jagpreetstamber/dotnet-starter

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published