NETCORESAAS
  • Welcome
  • Getting Started
    • Getting started
      • Frontend
      • Backend + Frontend
    • Deploy
      • Initialize git repository
      • Deploy to heroku
    • Environment variables
    • API
      • Controllers
    • Testing
      • Integration Tests
  • Other
    • Installing
      • 1. Install VSCode
      • 2. Install .NET Core SDK
      • 3. Install Node.js
      • 4. Test installation
    • Integrations
      • Stripe
        • Subscription Options
        • Getting the API Keys
        • Creating Stripe Products
        • Creating the Customer Portal
      • Email
        • SMTP
        • Postmark
      • Social Login
        • Google Sign In
      • Conversations
        • Intercom
        • Drift
  • Blog
Powered by GitBook
On this page
  • Install the latest stable NET 5 SDK release
  • Reload VSCode
  • Build

Was this helpful?

  1. Other
  2. Installing

2. Install .NET Core SDK

Previous1. Install VSCodeNext3. Install Node.js

Last updated 4 years ago

Was this helpful?

Install the latest stable NET 5 SDK release

Reload VSCode

Type Command/Control + Shift + P and execute the "Developer: Reload Window" command.

Build

Open the terminal in VSCode by typing Command/Control + J and type:

$ dotnet build

Download .NET (Linux, macOS, and Windows)Microsoft
.NET SDK
Logo
Developer: Reload Window