Skip to content

Dotnet Cli

Kannan Chithambaranathan edited this page Jun 18, 2020 · 5 revisions

Getting Started

Nuget Package Link: https://www.nuget.org/packages/Brushtail.Enterprise.Template

1) Open Command Prompt

Type the Command

dotnet new --install Brushtail.Enterprise.Template

Image1.png
Image2.png

The template installed successfully.

2) Create a Project

Type the Command

dotnet new enterprisecsharp -o EnterpriseApp1

Image3.png
Image4.png

The project created successfully.

3) Navigate to Project created Location

Image5.png

4) Open project in your favorite C# IDE

I am using Visual Studio Code

Image6.png

Release Notes

v1.0.6 - Xamarin Fomrs updated to 4.7.0.968
v1.0.5 - PanCake View Dependency resolved.
v1.0.4 - MSBuild Solution Items Added.
v1.0.3 - Nuget Packages Updated.
v1.0.2 - Nuget Packages Updated.
v1.0.1 - Nuget Packages Updated.
v1.0.0 - Added dotnet cli support for enterprise template.

Clone this wiki locally