# ASP.NET Core **Repository Path**: Debugman/ASP.NET-Core ## Basic Information - **Project Name**: ASP.NET Core - **Description**: ContosoBooks 教程第一节 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README װ 1.Install Visual Studio 2015 & Install ASP.NET 5 2.Enable the ASP.NET 5 command-line tools. Open a command-prompt and run:dnvm upgrade 3.Install the .NET Version Manager (DNVM) @powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}" 4.To install DNX for .NET Core: #Use DNVM to install DNX for .NET Core: dnvm upgrade -r coreclr 5.To install DNX for the full .NET Framework: #Use DNVM to install DNX for the full .NET Framework: dnvm upgrade -r clr