Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 953 Bytes

Setup.md

File metadata and controls

15 lines (12 loc) · 953 Bytes

dotnet try Enabled

How do get started with a Try .NET enabled repo?

  • Clone this repo
  • Install .NET Core SDK 3.0 and 2.1 currently dotnet try global tool targets 2.1.
  • Go to your terminal
  • Install the Try .NET tools dotnet tool install --global dotnet-try --version 1.0.19264.11
  • Navigate to the Samples directory of this repository and, type the following dotnet try. dotnet try
  • This will launch the browser.

dotnet try -  _Readme md (2)

  • Now, you can read the documentation and run code in one place.